log libgui/src/resource-manager.cc @ 31621:0645ea65ca6b

age author description
Fri, 02 Dec 2022 18:43:12 -0500 John W. Eaton handle icons and themes in gui_settings class, not resource_manager
Fri, 02 Dec 2022 18:31:30 -0500 John W. Eaton use gui_settings to store icon fallbacks
Fri, 02 Dec 2022 14:23:53 -0500 John W. Eaton use individual local gui_settings objects
Fri, 02 Dec 2022 10:36:13 -0500 John W. Eaton don't allow settings file name to be changed
Fri, 02 Dec 2022 10:10:19 -0500 John W. Eaton eliminate unused default_settings variable from resource manager
Fri, 02 Dec 2022 10:07:32 -0500 John W. Eaton don't attempt to restore settings from old qt-settings config file
Fri, 02 Dec 2022 08:58:41 -0500 John W. Eaton set Qt organization, application, and version in main program
Fri, 02 Dec 2022 10:11:46 -0500 John W. Eaton * resource-manager.cc: Fix copy/paste error from previous change. stable
Thu, 01 Dec 2022 15:00:07 -0500 John W. Eaton don't return invalid settings pointer from resource manager (bug #63437) stable
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
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)
Wed, 23 Feb 2022 23:25:55 +0100 Torsten Lilge test for qt 5.11 for icon fallback search path (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
Mon, 29 Nov 2021 15:58:51 -0800 Rik maint: style check C++ files in src/ and libgui/ ahead of 7.1 release. stable
Sat, 08 May 2021 21:12:19 +0200 Markus Mützel Fix error in dc171e0452cf (bug #60556).
Wed, 05 May 2021 17:46:37 +0200 Markus Mützel libgui: Avoid dangling reference with QString::toStdString.
Sun, 11 Apr 2021 19:22:31 +0200 Torsten Lilge allow reloading default colors and styles in the preferences dialog
Sun, 11 Apr 2021 19:22:29 +0200 Torsten Lilge make detection of default fixed font for gui more robust
Thu, 08 Apr 2021 21:19:10 +0200 Torsten Lilge remove default-qt-settings
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
Wed, 06 Jan 2021 17:13:54 -0500 John W. Eaton maint: merge stable to default.
Mon, 04 Jan 2021 13:37:34 -0500 John W. Eaton avoid build errors with Qt4 (bug #59813) stable
Wed, 06 Jan 2021 22:46:49 +0100 Torsten Lilge improve detection of systems font size at first startup (bug #59829)
Tue, 08 Dec 2020 21:34:55 +0100 Torsten Lilge copy lexer settings from default settings file for new languages