log libgui/src/documentation.h @ 31649:deb553ac2c54

age author description
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
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
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, 18 Jun 2021 21:22:21 +0200 Torsten Lilge fix doc browser startup when launched from cli
Fri, 28 May 2021 15:20:51 +0200 Torsten Lilge restore zoom level in documentation browser at start up
Thu, 22 Apr 2021 12:52:14 -0400 John W. Eaton where possible, use default destructors in GUI classes
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
Sun, 10 Jan 2021 14:04:35 +0100 Torsten Lilge add bookmark functionality to the documentation browser (bug #54938)
Tue, 21 Jan 2020 19:52:17 +0100 Torsten Lilge * documentation.h: fix spelling error
Tue, 21 Jan 2020 09:20:15 -0600 John W. Eaton fix more spelling errors (bug #57613)
Tue, 21 Jan 2020 09:10:37 -0600 John W. Eaton maint: merge stable to default.
Mon, 20 Jan 2020 14:16:49 -0800 Mike Miller fix more spelling errors (bug #57613) stable
Sun, 12 Jan 2020 09:33:21 -0800 Rik maint: Use Octave coding conventions in libgui/ directory.
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
Mon, 04 Nov 2019 13:34:44 -0500 John W. Eaton in GUI objects, store reference to base_qobject instead of resource_manager
Fri, 01 Nov 2019 18:16:49 -0400 John W. Eaton don't use singleton pattern for resource manager in GUI
Fri, 01 Nov 2019 02:17:13 -0400 John W. Eaton use new gui_settings class instead of using QSettings directly
Sat, 26 Oct 2019 11:31:05 -0400 John W. Eaton use consistent order for signal/slot/other decls in libgui/src files
Sat, 18 May 2019 13:18:00 +0200 Torsten Lilge wrap while searching in doc browser
Tue, 08 Jan 2019 21:42:18 +0100 Torsten improve full text search in documentation browser stable
Wed, 02 Jan 2019 16:32:43 -0500 John W. Eaton maint: Update copyright dates in all source files. stable
Sun, 16 Dec 2018 11:20:00 +0100 Torsten Doc browser: go to search text when clicking a search result (bug #55228)
Fri, 23 Nov 2018 19:46:51 +0100 Torsten add mru-lists to the doc browser back/forward buttons (bug #54938)
Sun, 04 Nov 2018 13:28:27 +0100 Torsten adding a toolbar with common browse tools to the doc browser (bug 54938)
Tue, 30 Oct 2018 22:50:40 +0100 Torsten enable resetting doc browser zoom level even when zooming with mouse wheel
Mon, 29 Oct 2018 21:25:13 +0100 Torsten provide shortcuts for zooming into the doc browser (bug #54877)
Fri, 13 Jul 2018 14:32:23 -0400 John W. Eaton maint: Strip trailing whitespace from source files.
Thu, 21 Jun 2018 10:52:44 +0200 Pantxo Diribarne doc.m: allow full text search in GUI mode (bug #54053).
Sun, 13 May 2018 10:07:54 +0200 Torsten make shortcuts for searching within the documentation configurable
Thu, 05 Apr 2018 11:35:58 -0500 Daniel J Sebald Add standard key bindings and actions to in-page Documentation find (bug #53006) stable
Tue, 03 Apr 2018 20:17:42 -0500 Daniel J Sebald Add a Ctrl+F unhide/hide in-page find footer to the Documentation window (bug #53006) stable
Fri, 30 Mar 2018 15:15:08 +0200 Pantxo Diribarne Allow registering compressed help at run time (bug #53006). stable
Wed, 28 Mar 2018 21:46:11 +0200 Torsten documentation widget based on qt help engine (bug #53006) stable