log libgui/src/gui-settings.cc @ 33636:3ec6fcce7715 default tip @

age author description
Tue, 28 May 2024 14:54:58 +0200 Markus Mützel gui: Avoid using HAVE_QSCINTILLA in more header files. default tip @
Thu, 02 May 2024 12:12:38 -0700 Rik build: Silence compiler warning about unused function when compiling with --without-qscintilla.
Tue, 16 Apr 2024 15:06:46 -0400 John W. Eaton maint: merge stable to default
Sun, 14 Apr 2024 15:14:17 +0200 Torsten Lilge allow unbinding GUI shortcuts (bug #65580) stable
Sun, 14 Apr 2024 15:14:17 +0200 Torsten Lilge allow unbinding GUI shortcuts (bug #65580)
Mon, 08 Apr 2024 14:39:40 -0700 Rik maint: Use Octave coding convention of space between function name and parentheses in libgui/.
Thu, 11 Jan 2024 13:54:27 -0500 John W. Eaton maint: merge stable to default
Thu, 11 Jan 2024 13:51:44 -0500 John W. Eaton avoid warning about ignored return value stable
Fri, 22 Dec 2023 12:14:08 -0500 John W. Eaton maint: merge stable to default
Fri, 22 Dec 2023 12:08:17 -0500 John W. Eaton maint: update Octave Project Developers copyright for the new year stable
Tue, 12 Dec 2023 23:02:10 -0800 Rik maint: C++ style check for libgui/ directory.
Sun, 08 Oct 2023 20:16:02 +0200 Markus Mützel gui: Avoid deprecation warning about non-static QFontDatabase with Qt6.
Sun, 08 Oct 2023 19:36:22 +0200 Markus Mützel gui: Avoid warning about deprecated "QLibraryInfo::location" with Qt6.
Mon, 28 Aug 2023 07:52:17 +0200 Torsten Lilge remove compiler warnings on QVariant::canConvert in Qt6
Sat, 22 Apr 2023 19:01:35 +0200 Markus Mützel gui: Show encodings available with iconv in file editor preferences.
Sun, 16 Apr 2023 18:54:20 +0200 Markus Mützel Back out changeset 36b6c5a77727
Sun, 16 Apr 2023 15:16:33 +0200 Markus Mützel gui: Show encodings available with iconv in file editor preferences.
Thu, 13 Apr 2023 11:09:04 +0200 Markus Mützel Use appropriate type for arguments of Color::getRgbF and QColor::getHslF.
Thu, 02 Feb 2023 12:25:51 -0800 Rik maint: Remove unnecessary indent after OCTAVE_BEGIN_NAMESPACE in libgui/
Tue, 24 Jan 2023 17:19:44 -0800 Rik maint: Eliminate "(void)" in C++ function prototypes/declarations.
Fri, 06 Jan 2023 16:11:59 -0500 John W. Eaton define some convenience functions to reduce clutter
Fri, 06 Jan 2023 13:12:14 -0500 John W. Eaton maint: Merge stable to default.
Fri, 06 Jan 2023 13:11:27 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
Tue, 03 Jan 2023 18:49:27 -0500 John W. Eaton add some missing includes to gui-settings.cc
Tue, 03 Jan 2023 08:03:20 -0500 John W. Eaton update gui_pref class to match recent changes to sc_pref class
Mon, 26 Dec 2022 17:29:59 -0500 John W. Eaton eliminate shortcut_manager class and revamp shortcut handling
Sun, 25 Dec 2022 20:37:53 -0500 John W. Eaton store constant shortcut data in global QHash object
Sun, 25 Dec 2022 12:46:53 -0500 John W. Eaton move shortcut setting functions to gui_settings from shortcut_manager
Tue, 27 Dec 2022 14:55:03 -0500 John W. Eaton eliminate resource_manager class
Fri, 09 Dec 2022 01:09:04 -0500 John W. Eaton get list of fonts from QFontDatabase, not QFontComboBox
Tue, 06 Dec 2022 15:45:27 -0500 John W. Eaton maint: Merge stable to default.
Tue, 06 Dec 2022 14:53:00 -0500 John W. Eaton maint: Re-indent code after switch to using namespace macros. stable
Tue, 06 Dec 2022 15:37:43 -0500 John W. Eaton maint: Merge stable to default.
Tue, 06 Dec 2022 14:37:51 -0500 John W. Eaton maint: Use macros to begin/end C++ namespaces. stable
Tue, 06 Dec 2022 11:10:48 -0500 John W. Eaton fix another error introduced in changeset ad014fc78bd6
Sun, 04 Dec 2022 22:56:23 -0500 John W. Eaton move some functions from resource_manager to gui_settings
Fri, 02 Dec 2022 18:43:12 -0500 John W. Eaton handle icons and themes in gui_settings class, not resource_manager
Tue, 28 Dec 2021 18:22:40 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
Tue, 06 Apr 2021 21:26:52 +0200 Torsten Lilge rearrange default lexer settings and add second color mode to gui editor
Sat, 03 Apr 2021 08:26:30 +0200 Torsten Lilge provide second color mode for workspace view
Fri, 02 Apr 2021 16:54:42 +0200 Torsten Lilge allow a second color theme for the console window (dark mode)
Wed, 10 Feb 2021 09:52:15 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
Fri, 10 Jan 2020 12:10:13 -0800 Rik maint: Use two spaces between sentences in code comments.
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
Fri, 13 Dec 2019 21:33:28 +0100 Torsten Lilge replace literal strings by symbolic constants for shortcut preferences
Wed, 20 Nov 2019 07:33:24 +0100 Torsten Lilge provide structure and settings value method for shortcut key sequences
Fri, 01 Nov 2019 02:17:13 -0400 John W. Eaton use new gui_settings class instead of using QSettings directly