log libgui/src/set-path-dialog.cc @ 31649:deb553ac2c54

age author description
Tue, 06 Dec 2022 15:45:27 -0500 John W. Eaton maint: Merge stable to default.
Tue, 06 Dec 2022 14:53:00 -0500 John W. Eaton maint: Re-indent code after switch to using namespace macros. stable
Tue, 06 Dec 2022 15:37:43 -0500 John W. Eaton maint: Merge stable to default.
Tue, 06 Dec 2022 14:37:51 -0500 John W. Eaton maint: Use macros to begin/end C++ namespaces. stable
Sun, 04 Dec 2022 22:57:02 -0500 John W. Eaton eliminate unnecessary uses of octave_qobject in GUI classes
Fri, 02 Dec 2022 14:23:53 -0500 John W. Eaton use individual local gui_settings objects
Tue, 28 Dec 2021 18:22:40 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
Sat, 04 Dec 2021 21:30:32 +0100 Torsten Lilge Fixed typos before string freeze stable
Mon, 29 Nov 2021 15:58:51 -0800 Rik maint: style check C++ files in src/ and libgui/ ahead of 7.1 release. stable
Fri, 18 Jun 2021 01:20:46 -0400 John W. Eaton reduce dependence of files_dock_widget on Octave interpreter
Tue, 27 Apr 2021 11:11:54 -0400 John W. Eaton provide QOverload template if it is not in <QtGlobal> (bug #60416)
Thu, 22 Apr 2021 12:52:14 -0400 John W. Eaton where possible, use default destructors in GUI classes
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 09:52:15 -0500 John W. Eaton update Octave Project Developers copyright for the new year 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
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
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
Wed, 11 Sep 2019 13:38:40 -0400 John W. Eaton use interpreter_event signals in set_path_dialog object
Sun, 04 Aug 2019 20:53:17 +0200 Torsten Lilge save and restore last geometry of load path dialog
Sat, 03 Aug 2019 00:22:27 +0200 Torsten Lilge combine all revert actions of load path dialog in one pulldown button
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 21:53:59 +0200 Torsten Lilge path dlg: do not add empty dir when dir selection dialog is canceled
Wed, 31 Jul 2019 16:46:02 +0200 Torsten Lilge update path dialog if path is changed from withtin the file browser
Wed, 31 Jul 2019 16:45:56 +0200 Torsten Lilge add a reload button to the gui path dialog
Mon, 22 Jul 2019 23:51:01 -0400 JunWang new gui dialog for modifying octaves load path (bug #43549)
Mon, 22 Jul 2019 23:51:01 -0400 JunWang work-in-progress patch for set path dialog