log libgui/src/resource-manager.cc @ 31615:40b151abbb9b

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