log libgui/src/documentation-bookmarks.cc @ 33239:775dde0cb3e5

age author description
Fri, 22 Mar 2024 23:51:33 -0400 John W. Eaton use qOverload<T>(fptr) instead of QOverload<T>::of(fptr)
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.
Tue, 11 Apr 2023 21:30:34 +0200 Markus Mützel Replace deprecated QLayout::setMargin by QLayout::setContentsMargin.
Thu, 16 Feb 2023 15:13:35 -0800 Rik maint: Use "m_" prefix on all private member variables in classes.
Thu, 02 Feb 2023 12:25:51 -0800 Rik maint: Remove unnecessary indent after OCTAVE_BEGIN_NAMESPACE in libgui/
Thu, 02 Feb 2023 11:41:24 -0500 Arun Giridhar Replace various iterators with range-based loops (bug #63738)
Tue, 24 Jan 2023 17:19:44 -0800 Rik maint: Eliminate "(void)" in C++ function prototypes/declarations.
Tue, 17 Jan 2023 10:00:45 -0500 John W. Eaton assume QOverload template is available
Fri, 06 Jan 2023 17:19:16 -0500 John W. Eaton style fixes: avoid breaking lines after "(" and prefer "" over QString ("")
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 08:03:20 -0500 John W. Eaton update gui_pref class to match recent changes to sc_pref class
Sun, 25 Dec 2022 12:46:53 -0500 John W. Eaton move shortcut setting functions to gui_settings from shortcut_manager
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
Sun, 04 Dec 2022 22:57:02 -0500 John W. Eaton eliminate unnecessary uses of octave_qobject in GUI classes
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 14:23:53 -0500 John W. Eaton use individual local gui_settings objects
Tue, 28 Dec 2021 18:22:40 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
Wed, 22 Dec 2021 21:18:43 +0100 Torsten Lilge * documentation-bookmarks.cc: fixed typo 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
Fri, 28 May 2021 15:20:51 +0200 Torsten Lilge restore zoom level in documentation browser at start up
Tue, 27 Apr 2021 11:11:54 -0400 John W. Eaton provide QOverload template if it is not in <QtGlobal> (bug #60416)
Thu, 22 Apr 2021 12:52:14 -0400 John W. Eaton where possible, use default destructors in GUI classes
Fri, 16 Apr 2021 23:06:32 -0400 John W. Eaton connect many Qt signals and slots without SIGNAL and SLOT macros
Wed, 10 Feb 2021 10:10:40 -0500 John W. Eaton maint: merge stable to default.
Sun, 10 Jan 2021 14:04:35 +0100 Torsten Lilge add bookmark functionality to the documentation browser (bug #54938)