log libgui/src/files-dock-widget.cc @ 30210:351dbe4da930

age author description
Mon, 27 Sep 2021 12:59:34 +0200 Markus Mützel GUI: Display dialog if deleting or renaming a file fails (bug #61225).
Fri, 18 Jun 2021 01:20:46 -0400 John W. Eaton reduce dependence of files_dock_widget on Octave interpreter
Thu, 29 Apr 2021 11:12:40 -0400 John W. Eaton allow most dock widgets to be used from command line
Mon, 03 May 2021 09:24:16 -0400 John W. Eaton avoid connecting to parent slots in file browser widget
Tue, 27 Apr 2021 11:11:54 -0400 John W. Eaton provide QOverload template if it is not in <QtGlobal> (bug #60416)
Fri, 16 Apr 2021 23:06:32 -0400 John W. Eaton connect many Qt signals and slots without SIGNAL and SLOT macros
Wed, 10 Feb 2021 10:10:40 -0500 John W. Eaton maint: merge stable to default.
Wed, 10 Feb 2021 09:52:15 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
Sat, 19 Dec 2020 16:29:32 +0100 Torsten Lilge removing obsolete code for some main window menus
Thu, 12 Nov 2020 02:02:39 -0500 John W. Eaton maint: merge stable to default.
Wed, 11 Nov 2020 23:41:06 -0500 John W. Eaton use Qt::SplitBehavior enum and values if available stable
Sat, 16 May 2020 13:32:24 -0700 Rik Remove support for Qt4 in Octave 7.
Fri, 21 Feb 2020 12:40:53 -0800 Rik Delete multiple files in GUI without multiple dialog boxes (bug #57874).
Tue, 21 Jan 2020 09:20:15 -0600 John W. Eaton fix more spelling errors (bug #57613)
Fri, 17 Jan 2020 22:40:15 +0100 Torsten Lilge fix handling of broken symlinks in file browser (bug #57588)
Fri, 17 Jan 2020 13:27:27 -0600 John W. Eaton merge stable to default.
Fri, 17 Jan 2020 13:15:27 -0600 John W. Eaton fix many spelling errors (bug #57613) stable
Sun, 12 Jan 2020 09:33:21 -0800 Rik maint: Use Octave coding conventions in libgui/ directory.
Wed, 08 Jan 2020 11:59:41 -0500 John W. Eaton update formatting of copyright notices
Mon, 06 Jan 2020 22:29:51 -0500 John W. Eaton update Octave Project Developers copyright for the new year
Mon, 06 Jan 2020 15:38:17 -0500 John W. Eaton use centralized file for copyright info for individual contributors
Thu, 11 Apr 2019 07:37:20 -0400 Andrew Janke Fix typos and grammar errors in comments in libgui (patch #9790)
Wed, 20 Nov 2019 19:17:49 +0100 Torsten Lilge add FIXMEs for replacing static casts by Qvariants value<T> after Qt 5.4
Tue, 12 Nov 2019 12:10:33 -0500 John W. Eaton simplify gui_settings->value (PREF.key, PREF.def) calls
Tue, 12 Nov 2019 11:15:40 -0500 John W. Eaton don't include gui-preferences-global.h in gui-preferences.h
Mon, 04 Nov 2019 13:34:44 -0500 John W. Eaton in GUI objects, store reference to base_qobject instead of resource_manager
Fri, 01 Nov 2019 18:16:49 -0400 John W. Eaton don't use singleton pattern for resource manager in GUI
Fri, 01 Nov 2019 02:17:13 -0400 John W. Eaton use new gui_settings class instead of using QSettings directly
Sun, 27 Oct 2019 10:59:53 -0700 Rik Fix compiler warning about errant semicolon in cset 775412096ae4.
Sun, 27 Oct 2019 17:25:36 +0100 Torsten Lilge use symbolic constants for file dock widget preferences
Fri, 25 Oct 2019 00:38:06 -0400 John W. Eaton split gui-preferences.h into one file per widget
Sun, 15 Sep 2019 12:28:23 -0400 John W. Eaton try to use consitent ordering for include files in libgui sources
Fri, 13 Sep 2019 08:11:53 -0400 John W. Eaton avoid including builtin-defun-decls.h unless needed
Fri, 02 Aug 2019 17:21:17 +0200 Torsten Lilge add possibility for adding dir with subdirectories to load path dialog
Wed, 31 Jul 2019 16:46:02 +0200 Torsten Lilge update path dialog if path is changed from withtin the file browser
Mon, 29 Jul 2019 10:43:04 -0400 John W. Eaton use Qt signals to pass interpreter callbacks to octave-qobject
Fri, 19 Jul 2019 14:15:04 -0400 John W. Eaton style fixes: avoid breaking lines immediately after '('
Sun, 21 Jul 2019 15:46:19 +0200 Torsten Lilge add file browser context menu for removing dirs from path (bug #55623)
Sat, 20 Jul 2019 17:08:11 +0200 Torsten Lilge add file browser context menu for adding dirs to the path (bug #55623)
Mon, 27 May 2019 09:32:38 -0700 Rik Work around Qt rename bug in File Browser window (bug #56298).
Wed, 02 Jan 2019 16:32:43 -0500 John W. Eaton maint: Update copyright dates in all source files. stable
Wed, 02 Jan 2019 18:56:56 +0100 Andreas Weber files-dock-widget.cc: Fix static analyzer detected V601 issue (bug #55347) stable
Tue, 25 Dec 2018 12:41:52 +0100 Torsten updated language files for translation (bug #55279) stable
Sat, 17 Nov 2018 10:41:07 +0100 Kai T. Ohlhus Make use of native file dialogs configurable (bug #54607).
Sun, 11 Nov 2018 13:22:37 +0100 Torsten use constants for icon size preferences instead of hard coded numbers
Thu, 27 Sep 2018 14:35:00 -0400 John W. Eaton do sync file browser when settings change (bug #54718)
Wed, 26 Sep 2018 10:32:59 -0400 John W. Eaton don't sync octave dir to file browser when settings change (bug #54718)
Fri, 14 Sep 2018 18:47:23 +0200 Torsten allow native dialogs for remaining file open/save dialogs (bug #5
Sun, 02 Sep 2018 08:16:40 +0200 Torsten removed all initial preferences for file browser from pref file (bug #54606)
Tue, 26 Jun 2018 21:39:38 +0200 Torsten use a custom title bar widget for the main dock widgets
Wed, 15 Mar 2017 22:00:17 +0100 Pantxo Diribarne Fallback to open.m for opening files in the gui file browser (bug #50543)
Sun, 06 May 2018 16:27:18 +0200 Torsten fix uninitialized settings of octave dock widgets at startup (bug #53835)
Sun, 06 May 2018 00:19:03 -0500 Daniel J Sebald Use default title bar to preserve GUI float decorations (bug #53276)
Wed, 02 May 2018 01:36:20 -0400 John W. Eaton use auto keyword to declare iterator variables where possible
Wed, 02 May 2018 00:30:00 -0400 John W. Eaton eliminate redundant octave:: namespace tags
Tue, 03 Apr 2018 13:52:07 -0700 Rik maint: style check C++ ahead of 4.4 release. stable
Fri, 30 Mar 2018 09:19:05 -0400 John W. Eaton maint: Update copyright dates in all source files. stable
Sun, 11 Feb 2018 09:20:36 -0500 John W. Eaton move more GUI classse inside octave namespace
Sat, 06 Jan 2018 07:57:19 -0800 Rik maint: Update punctuation for GPL v3 license text.
Sun, 24 Sep 2017 09:52:41 +0200 Torsten consistent defaults values for all preferences (bug #52090)