log libgui/src/resource-manager.h @ 31616:726d2628752c

age author description
Fri, 02 Dec 2022 10:10:19 -0500 John W. Eaton eliminate unused default_settings variable from resource manager
Sun, 03 Apr 2022 14:28:45 +0200 Torsten Lilge use common function for getting temp dir in GUI (bug #62215)
Thu, 31 Mar 2022 13:30:03 +0200 Torsten Lilge consider env variables for location of temp files (bug #62215)
Thu, 03 Mar 2022 21:09:50 +0100 Torsten Lilge allow to specify a fallback icon for icon selection in the gui
Mon, 28 Feb 2022 08:36:29 +0100 Markus Mützel Fix typos in c11d34f72b3c
Sun, 27 Feb 2022 20:21:12 +0100 Torsten Lilge provide different icon sets for the GUI
Thu, 24 Feb 2022 22:16:35 +0100 Torsten Lilge icon fallback concept without QIcon::fallbackSearchPaths (bug #62106)
Tue, 22 Feb 2022 20:54:15 +0100 Torsten Lilge reorganize GUIs icons
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
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
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
Tue, 08 Dec 2020 21:34:55 +0100 Torsten Lilge copy lexer settings from default settings file for new languages
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
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
Sat, 02 Nov 2019 10:54:48 -0400 John W. Eaton eliminate slots declaration for some resource manager functions
Fri, 01 Nov 2019 18:29:47 -0400 John W. Eaton eliminate unnecessary includes from resource-manager.h
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 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
Sat, 26 Jan 2019 15:21:26 +0000 John W. Eaton eliminate soon-to-be obsolete symbol types from GUI variable display
Wed, 02 Jan 2019 16:32:43 -0500 John W. Eaton maint: Update copyright dates in all source files. stable
Thu, 01 Nov 2018 22:10:00 +0100 Torsten do not use courier new as default font (bug #54086)
Fri, 19 Oct 2018 14:22:30 -0400 John W. Eaton eliminate temporary using declarations
Sat, 28 Jul 2018 08:29:34 +0200 Torsten synchronize gui editor encoding when changing __mfile_encdoing__ (bug #54310)
Tue, 03 Apr 2018 13:52:07 -0700 Rik maint: style check C++ ahead of 4.4 release. stable
Fri, 30 Mar 2018 09:19:05 -0400 John W. Eaton maint: Update copyright dates in all source files. stable
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
Tue, 25 Jul 2017 14:54:10 -0700 Rik Use C++11 nullptr rather than 0 in code (bug #51565).
Thu, 27 Apr 2017 09:48:57 -0700 Rik maint: Use convention 'void * fcn ()' for functions which return pointers.
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
Fri, 16 Dec 2016 10:20:35 -0500 John W. Eaton maint: Strip trailing whitespace from source files.
Tue, 06 Dec 2016 12:40:45 -0500 John W. Eaton make deleted functions public
Mon, 05 Dec 2016 22:59:37 -0500 John W. Eaton use c++11 style for deleting default copy constructor and assignment operator
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.
Mon, 25 Jul 2016 17:44:02 -0400 Daniel J Sebald Save settings in Qt convention, delete all children in destructors (bug #45366)
Sat, 06 Feb 2016 07:32:37 -0800 Rik maint: Clean up naming and indentation of #ifdef blocks in libgui
Fri, 18 Dec 2015 22:06:22 -0500 John W. Eaton eliminate comments after preprocessor conditionals
Sun, 29 Nov 2015 00:01:21 +0100 Torsten allow selecting an encoding when saving a file (bug #45688)
Fri, 27 Feb 2015 08:41:59 +0100 Torsten new gui icons
Wed, 11 Feb 2015 14:19:08 -0500 John W. Eaton maint: Update copyright notices for 2015.
Thu, 21 Nov 2013 20:32:52 +0100 Torsten add missing Q_OBJECT macros