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
Sun, 27 Oct 2019 17:25:36 +0100 Torsten Lilge use symbolic constants for file dock widget preferences
Fri, 25 Oct 2019 01:42:56 -0400 John W. Eaton fix incorrect gui preference key
Fri, 25 Oct 2019 01:30:03 -0400 John W. Eaton use symbolic preference keys if available
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, 19 Jul 2019 14:15:04 -0400 John W. Eaton style fixes: avoid breaking lines immediately after '('
Wed, 22 May 2019 13:57:30 +0000 John W. Eaton where possible, eliminate octave:: namespace qualifier inside octave namespace
Fri, 19 Apr 2019 13:30:51 +0200 Torsten Lilge add a preference for the tab positions in the editor (bug #56158)
Sun, 13 Jan 2019 11:40:38 +0100 Markus Mützel Use check boxes for "uncommenting text" strings in editor properties (bug #55404). stable
Thu, 10 Jan 2019 20:15:15 +0100 Markus Mützel Use LF as default EOL character on MacOS. stable
Wed, 02 Jan 2019 16:32:43 -0500 John W. Eaton maint: Update copyright dates in all source files. stable
Fri, 28 Dec 2018 08:37:35 +0100 Torsten separate include file for main window gui preferences stable
Thu, 13 Dec 2018 21:53:32 +0100 Torsten allow to select the gui style in the preferences dialog
Mon, 26 Nov 2018 20:59:05 +0100 Torsten preference for (not) using system icon theme
Sun, 25 Nov 2018 18:56:04 +0100 Torsten fix use of icon size preferences
Sat, 17 Nov 2018 10:41:07 +0100 Kai T. Ohlhus Make use of native file dialogs configurable (bug #54607).
Thu, 01 Nov 2018 22:10:00 +0100 Torsten do not use courier new as default font (bug #54086)
Sun, 28 Oct 2018 20:31:08 +0100 Torsten add preference for disabling workspace colors for different attributes
Fri, 19 Oct 2018 14:18:50 -0400 John W. Eaton move settings_dialog class inside octave namespace
Fri, 19 Oct 2018 14:09:43 -0400 John W. Eaton inherit Ui class in settings dialog instead of using pointer to member
Sun, 09 Sep 2018 14:08:35 +0200 Torsten use constants for file browser prefs in preferences dialog
Sun, 15 Jul 2018 11:56:04 +0200 Torsten add a gui preference for opening files when debugging in console (bug #49119)
Fri, 13 Jul 2018 22:58:56 +0200 Torsten reorganize constants for preferences keys and default values
Sat, 16 Jun 2018 10:10:07 +0200 Torsten improve panes in gui preferences dialog
Wed, 13 Jun 2018 10:29:40 -0700 Rik Use consistent names in GUI (bug #53616).
Thu, 24 May 2018 19:20:35 -0700 Mike Miller add Qt include needed to build against Qt 5.11 (bug #53978) stable
Tue, 03 Apr 2018 13:52:07 -0700 Rik maint: style check C++ ahead of 4.4 release. stable
Mon, 02 Apr 2018 00:56:36 +0200 Torsten use spin boxes for col/row/ width/height in settings for variable editor stable
Fri, 30 Mar 2018 09:19:05 -0400 John W. Eaton maint: Update copyright dates in all source files. stable
Fri, 02 Mar 2018 15:37:31 -0500 John W. Eaton move some GUI classes inside octave namespace
Tue, 13 Feb 2018 19:12:27 +0100 Torsten fix font combobox in settings for variable editor (bug #53136)
Fri, 09 Feb 2018 13:56:34 -0500 John W. Eaton move GUI file editor classes inside octave namespace
Mon, 08 Jan 2018 20:41:12 +0100 Torsten provide a sufficiently large default size for the settings dialog (bug #52802)
Sat, 06 Jan 2018 07:57:19 -0800 Rik maint: Update punctuation for GPL v3 license text.
Wed, 27 Dec 2017 20:46:11 +0100 Torsten Allow uncommenting with any kind of comment (bug #52695):
Tue, 21 Nov 2017 18:44:00 -0800 Rik maint: merge of stable to default.
Sun, 12 Nov 2017 22:10:46 +0100 Torsten consistent case of settings keys in the settings file (important for qt5) stable
Sun, 12 Nov 2017 22:10:46 +0100 Torsten consistent case of settings keys in the settings file (important for qt5)
Sun, 24 Sep 2017 09:52:41 +0200 Torsten consistent defaults values for all preferences (bug #52090)
Wed, 06 Sep 2017 09:25:46 -0400 John W. Eaton style fixes for some GUI source files
Sat, 02 Sep 2017 17:55:15 +0200 Torsten editor: more consistent behavior of lon line marker settings in (bug #51872)
Thu, 24 Aug 2017 19:24:09 +0200 Torsten remove obsolete settings for toolbar size in the variable editor
Fri, 19 May 2017 18:15:48 +0200 Michael Barnes provide variable-editor widget for the GUI
Sun, 23 Jul 2017 10:53:55 +0200 Torsten allow cursor flashing to be configured globally in gui (bug #51460)
Fri, 28 Jul 2017 15:40:00 -0700 Rik Use character literals 'c' rather than string literals "c" when possible.
Thu, 27 Jul 2017 09:05:05 -0700 Rik settings-dialog.cc: Don't mix enum with bool which provokes compiler warning.
Sun, 25 Jun 2017 08:56:45 +0200 Lachlan Andrew In the GUI editor, automatically add "endif" for "if" etc.
Sun, 14 May 2017 00:44:43 +0200 Torsten customizable size of line numbers in the editor (bug #46959)
Mon, 24 Apr 2017 17:20:37 -0700 Rik maint: Use convention 'int& x' for naming references.
Sun, 26 Feb 2017 13:46:52 +0100 Torsten provide the possibility for breaking lines only in comments (bug #41555)
Wed, 22 Feb 2017 12:58:07 -0500 John W. Eaton maint: Merge stable to default.
Wed, 22 Feb 2017 12:39:29 -0500 John W. Eaton maint: Update copyright dates. stable
Sun, 19 Feb 2017 12:06:23 +0100 Torsten add preference for closing files when editor is closed/hidden (bug #50106)
Fri, 17 Feb 2017 07:54:31 +0100 Torsten highlight all occurrences of a selected word in the editor (bug #41470)
Tue, 14 Feb 2017 21:23:17 +0100 Torsten enable text background as long line marker in the editor
Mon, 13 Feb 2017 18:53:01 +0100 Torsten allow line breaking in the editor (bug #41555)
Sun, 12 Feb 2017 09:53:09 +0100 Torsten enable line wrapping in the editor if desired (bug #41555)
Mon, 23 Jan 2017 14:27:48 -0500 John W. Eaton maint: Merge stable to default.
Fri, 20 Jan 2017 12:19:08 -0500 John W. Eaton maint: strip extra trailing newlines from files. stable
Wed, 18 Jan 2017 17:36:36 -0800 Rik maint: Use space after function name/before parenthesis in libgui.