log libgui/src/settings-dialog.cc @ 27570:775412096ae4

age author description
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.