log libgui/src/resource-manager.cc @ 27923:bd51beb6205e

age author description
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)
Mon, 16 Dec 2019 07:12:05 +0100 Torsten Lilge add missing include (bug #57420)
Thu, 12 Dec 2019 06:45:57 +0100 Torsten Lilge replace literal strings by symbolic constants for global preferences
Tue, 12 Nov 2019 13:51:22 -0500 John W. Eaton use standard C++ range-based for loops instead of Qt foreach macro
Tue, 12 Nov 2019 12:10:33 -0500 John W. Eaton simplify gui_settings->value (PREF.key, PREF.def) calls
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
Wed, 06 Nov 2019 14:34:32 -0500 John W. Eaton eliminate static instance variable from octave_qobject class
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
Tue, 29 Oct 2019 17:23:08 +0100 Torsten Lilge use symbolic constants for command widget preferences
Fri, 25 Oct 2019 00:38:06 -0400 John W. Eaton split gui-preferences.h into one file per widget
Fri, 25 Oct 2019 07:36:37 +0200 Torsten Lilge improve run selection from editor (bug #42705)
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 '('
Sun, 21 Jul 2019 12:43:19 +0200 Markus Mützel Do not ignore user preferences for locale encoding on non-Windows platforms.
Sun, 21 Jul 2019 12:16:09 +0200 Markus Mützel Append name of actual encoding used if "SYSTEM" is selected.
Fri, 22 Mar 2019 08:05:04 +0100 Torsten Lilge * resource-manager.cc (ctor): test XDG_CONFIG_HOME before importing old gui settings
Sun, 17 Mar 2019 09:53:39 +0100 Torsten Lilge use standard location on each platform for gui preferences file (bug #55855)
Sat, 09 Mar 2019 17:24:28 +0100 Torsten improve system locale detection for loading gui translations (bug #41072)
Tue, 05 Mar 2019 22:04:24 +0100 Torsten changeset: 26838:c9e81f30d78d
Mon, 04 Mar 2019 23:06:37 +0100 Torsten gui honors XDG_CONFIG_HOME at startup (bug #55822)
Wed, 02 Jan 2019 16:45:58 -0500 John W. Eaton maint: Merge stable to default.
Wed, 02 Jan 2019 16:32:43 -0500 John W. Eaton maint: Update copyright dates in all source files. stable
Wed, 02 Jan 2019 14:13:59 +0100 Andreas Weber Fix static analyzer detected V668 issues (bug #55347).
Sat, 22 Dec 2018 18:17:14 +0100 Torsten make SYSTEM alias for locale encoding if not suported on windows (bug #55139) stable
Thu, 13 Dec 2018 21:53:15 +0100 Torsten editor encodings in prefs dialog only in uppercase (bug #55139)
Sun, 09 Dec 2018 21:42:51 +0100 Torsten fix encoding combo box for not supported default encoding (bug #55139)
Wed, 05 Dec 2018 21:15:40 +0100 Torsten validate editor file codec derived from name (bug #55139)
Mon, 26 Nov 2018 20:59:05 +0100 Torsten preference for (not) using system icon theme
Thu, 01 Nov 2018 22:10:00 +0100 Torsten do not use courier new as default font (bug #54086)
Tue, 21 Aug 2018 16:25:22 -0400 John W. Eaton allow default font, size, and external editor to be set from environment
Sun, 29 Jul 2018 12:57:07 +0200 Torsten update internal __mfile_encoding__ when gui default encoding changes (bug #54310)
Sat, 28 Jul 2018 08:29:34 +0200 Torsten synchronize gui editor encoding when changing __mfile_encdoing__ (bug #54310)
Tue, 12 Jun 2018 13:03:04 -0400 John W. Eaton solve installation info initialization problem differently
Fri, 08 Jun 2018 15:43:36 -0400 John W. Eaton rename defaults source files to installation-data
Fri, 08 Jun 2018 13:42:34 -0400 John W. Eaton move some static configuration variables inside a class
Wed, 02 May 2018 00:30:00 -0400 John W. Eaton eliminate redundant octave:: namespace tags
Fri, 30 Mar 2018 09:19:05 -0400 John W. Eaton maint: Update copyright dates in all source files. stable
Fri, 02 Mar 2018 13:25:34 -0500 John W. Eaton eliminate most Qt version checks
Fri, 09 Feb 2018 16:14:26 -0500 John W. Eaton move more GUI classes inside octave namespace
Sat, 06 Jan 2018 07:57:19 -0800 Rik maint: Update punctuation for GPL v3 license text.
Tue, 21 Nov 2017 18:44:00 -0800 Rik maint: merge of stable to default.
Sun, 19 Nov 2017 21:15:17 +0100 Torsten update wrong setting keys accidentally introduced into the settings file stable
Wed, 06 Sep 2017 12:53:28 -0400 John W. Eaton style fixes for some GUI source files
Fri, 19 May 2017 18:15:48 +0200 Michael Barnes provide variable-editor widget for the GUI
Fri, 28 Jul 2017 15:40:00 -0700 Rik Use character literals 'c' rather than string literals "c" when possible.
Tue, 25 Jul 2017 14:54:10 -0700 Rik Use C++11 nullptr rather than 0 in code (bug #51565).
Thu, 29 Jun 2017 02:33:19 -0400 John W. Eaton move configuration variables inside octave::config namespace
Fri, 28 Apr 2017 13:19:12 -0700 Rik maint: Use C++11 nullptr rather than 0 or NULL when possible.
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
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
Sun, 13 Nov 2016 20:33:47 -0800 Rik maint: Standardize Copyright formatting.
Wed, 31 Aug 2016 12:20:46 -0700 Rik maint: Style check C++ code in libgui/
Wed, 17 Aug 2016 01:05:19 -0400 John W. Eaton maint: Update copyright notices for 2016.