log libgui/src/settings-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
Fri, 02 Dec 2022 14:23:53 -0500 John W. Eaton use individual local gui_settings objects
Mon, 28 Nov 2022 09:22:28 -0800 Rik maint: Correct settings dialog string to use "magenta" rather than "pink" (bug #63404). stable
Sun, 27 Nov 2022 11:27:32 +0100 Torsten Lilge save settings dialog geometry and last tab also when cancelled stable
Sun, 27 Nov 2022 11:27:29 +0100 Torsten Lilge fix missing trnaslation for new strings in settings dialog (bug #63404) stable
Sat, 15 Oct 2022 13:34:05 +0200 Torsten Lilge re-enable user preferences for current editor line color (bug #62984)
Thu, 21 Apr 2022 13:35:47 +0430 Farid Partonia add fusion dark style to gui
Sun, 27 Feb 2022 20:21:12 +0100 Torsten Lilge provide different icon sets for the GUI
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 16:36:59 +0100 Markus Mützel build: Include QScintilla header conditionally on configure result 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
Wed, 05 May 2021 17:46:37 +0200 Markus Mützel libgui: Avoid dangling reference with QString::toStdString.
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
Sun, 11 Apr 2021 19:22:31 +0200 Torsten Lilge allow reloading default colors and styles in the preferences dialog
Tue, 06 Apr 2021 21:26:52 +0200 Torsten Lilge rearrange default lexer settings and add second color mode to gui editor
Sat, 03 Apr 2021 13:19:04 +0200 Torsten Lilge provide second color mode for variable editor
Sat, 03 Apr 2021 08:26:30 +0200 Torsten Lilge provide second color mode for workspace view
Fri, 02 Apr 2021 16:54:42 +0200 Torsten Lilge allow a second color theme for the console window (dark mode)
Mon, 29 Mar 2021 07:54:26 +0200 Torsten Lilge do not allow full path in editor tabs
Sun, 28 Mar 2021 22:55:08 +0200 Torsten Lilge allow rotated tabs in the file editor (bug #60276)
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
Sun, 20 Dec 2020 12:06:59 +0100 Torsten Lilge provide focus follows mouse for widgets in the main window (bug #59701)
Wed, 09 Dec 2020 17:32:39 +0100 Torsten Lilge add java file support in gui editor
Tue, 08 Dec 2020 21:34:55 +0100 Torsten Lilge copy lexer settings from default settings file for new languages
Sun, 06 Dec 2020 14:56:04 +0100 Markus Mützel maint: merge stable to default.
Fri, 04 Dec 2020 19:53:30 +0100 Torsten Lilge fix focus command window after command execution (bug #59609) stable
Fri, 20 Nov 2020 20:02:29 +0100 Torsten Lilge add option for using alt-modifer in command windows readline (bug #59478)
Fri, 05 Jun 2020 20:50:22 +0200 Torsten Lilge reorganize network preferences in settings dialog
Thu, 21 May 2020 12:52:36 +0200 Markus Mützel maint: merge stable to default.
Mon, 18 May 2020 22:17:18 +0200 Torsten Lilge fix break long editor lines preference (bug #58396) stable
Sat, 22 Feb 2020 17:03:01 +0100 Torsten Lilge add editor prefs for forcing coding standards (bug #57860, bug #57861)
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
Wed, 01 Jan 2020 00:53:16 +0100 Torsten Lilge fix missing translations due to new symbolic constants for prefs (bug #57490)
Sun, 22 Dec 2019 17:42:42 +0100 Torsten Lilge use symbolic constants for settings dialogs prefs
Sat, 21 Dec 2019 20:23:51 +0100 Torsten Lilge replacing literals for editor prefs by symbolic constants
Mon, 16 Dec 2019 08:00:43 +0100 Torsten Lilge replace prefs literals by symbolic constant in main window
Fri, 13 Dec 2019 21:33:28 +0100 Torsten Lilge replace literal strings by symbolic constants for shortcut preferences
Thu, 12 Dec 2019 06:45:57 +0100 Torsten Lilge replace literal strings by symbolic constants for global preferences
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
Mon, 11 Nov 2019 20:22:52 +0100 Torsten Lilge fix compilation warning for old style cast (bug #57203)
Mon, 11 Nov 2019 19:16:04 +0100 Torsten Lilge fix compilation error for missing qmeta-type (bug #57203)
Sun, 10 Nov 2019 21:56:18 +0100 Torsten Lilge replace preference literals by symbolic constants for dock widgets
Sun, 10 Nov 2019 12:54:48 +0100 Torsten Lilge remove unused autofit preferences for variable editor from settings dialog
Sun, 10 Nov 2019 12:15:33 +0100 Torsten Lilge replace preference literals by symbolic constants for variable editor
Sat, 09 Nov 2019 12:45:07 +0100 Torsten Lilge replace preference literals by symbolic constants for workspace view
Mon, 04 Nov 2019 14:03:00 -0500 John W. Eaton don't use singleton pattern for shortcut manager in GUI
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
Sat, 02 Nov 2019 07:41:42 +0100 Torsten Lilge use symbolic constants for preferences key and default values in news reader
Fri, 01 Nov 2019 02:17:13 -0400 John W. Eaton use new gui_settings class instead of using QSettings directly
Tue, 29 Oct 2019 17:23:08 +0100 Torsten Lilge use symbolic constants for command widget preferences