log libgui/src/documentation.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 14:23:53 -0500 John W. Eaton use individual local gui_settings objects
Fri, 25 Nov 2022 21:23:54 -0800 Rik maint: Clean up m-files before Octave 8.1 release. stable
Wed, 12 Oct 2022 22:58:52 +0200 Pantxo Diribarne doc: use a default monospace font in Qt doc browser (bug #63204)
Sat, 21 May 2022 09:03:10 +0200 Torsten Lilge * documentation.cc (ctor): use internal function for temp directory
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
Fri, 18 Jun 2021 22:50:59 +0200 Torsten Lilge * documentation.cc (load_index): expand the contents tree view at startup
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
Tue, 18 May 2021 22:17:35 +0200 Torsten Lilge fix missing contents page at startup of doc browser
Thu, 29 Apr 2021 11:12:40 -0400 John W. Eaton allow most dock widgets to be used from command line
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.
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)
Fri, 11 Dec 2020 11:42:53 -0500 John W. Eaton avoid crash due to accessing first element of empty list (bug #59656) stable
Fri, 27 Nov 2020 11:16:43 +0100 Markus Mützel documentation.cc: Include missing header (bug #59553). stable
Thu, 12 Nov 2020 01:21:29 -0500 John W. Eaton avoid deprecated QHelpEngine::linksForIdentifier function stable
Thu, 12 Nov 2020 00:49:59 -0500 John W. Eaton avoid deprecated QFlags<T>::QFlags(QFlags<T>::Zero) constructor stable
Wed, 11 Nov 2020 23:41:06 -0500 John W. Eaton use Qt::SplitBehavior enum and values if available stable
Wed, 11 Nov 2020 23:08:08 -0500 John W. Eaton avoid warnings about deprecated QWheelEvent methods delta and orientation stable
Thu, 05 Nov 2020 16:50:03 -0800 Rik Change feature test to OCTAVE_CHECK_NEW_QHELPINDEXWIDGET_API in cset a0ff81c8b8e8. stable
Thu, 05 Nov 2020 21:41:44 +0100 Torsten Lilge fix index in document browser for Qt 5.15 (bug #59375) stable
Sun, 12 Jan 2020 09:33:21 -0800 Rik maint: Use Octave coding conventions in libgui/ directory.
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
Thu, 11 Apr 2019 07:37:20 -0400 Andrew Janke Fix typos and grammar errors in comments in libgui (patch #9790)
Fri, 13 Dec 2019 21:33:28 +0100 Torsten Lilge replace literal strings by symbolic constants for shortcut preferences
Tue, 12 Nov 2019 13:51:22 -0500 John W. Eaton use standard C++ range-based for loops instead of Qt foreach macro
Tue, 12 Nov 2019 12:10:33 -0500 John W. Eaton simplify gui_settings->value (PREF.key, PREF.def) calls
Mon, 04 Nov 2019 14:03:00 -0500 John W. Eaton don't use singleton pattern for shortcut manager in GUI
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 18:29:47 -0400 John W. Eaton eliminate unnecessary includes from resource-manager.h
Fri, 01 Nov 2019 02:17:13 -0400 John W. Eaton use new gui_settings class instead of using QSettings directly
Fri, 25 Oct 2019 00:38:06 -0400 John W. Eaton split gui-preferences.h into one file per widget
Sun, 15 Sep 2019 12:28:23 -0400 John W. Eaton try to use consitent ordering for include files in libgui sources
Fri, 19 Jul 2019 14:15:04 -0400 John W. Eaton style fixes: avoid breaking lines immediately after '('
Tue, 28 May 2019 19:18:50 +0000 John W. Eaton maint: Merge stable to default.
Sat, 25 May 2019 14:30:01 +0200 Torsten Lilge * documentation.cc (global_search): just return if query string is empty (bug #56388) stable
Sat, 18 May 2019 13:18:00 +0200 Torsten Lilge wrap while searching in doc browser
Sat, 18 May 2019 12:17:57 +0200 Torsten Lilge wrap during search-while-typing in doc browser (bug #56216)
Fri, 22 Feb 2019 11:12:02 +0100 Pantxo Diribarne Simply show the doc browser when the search query is empty (bug #55756). stable
Thu, 21 Feb 2019 05:12:06 +0000 John W. Eaton avoid crash in doc browser when help engine init fails (bug #55736) stable
Tue, 19 Feb 2019 21:31:41 +0000 John W. Eaton avoid crash if help engine setup fails (bug #55736) stable
Tue, 12 Feb 2019 15:31:52 -0500 John Donoghue Mark qt documentation as readonly (bug #53841). stable
Wed, 16 Jan 2019 06:23:07 +0100 Torsten fixed dead assignments in libgui (bug #55440) stable
Tue, 08 Jan 2019 21:42:18 +0100 Torsten improve full text search in documentation browser stable
Thu, 03 Jan 2019 22:21:55 +0100 Torsten * documentation.cc (notice_settings): prevent segfault if help engine does not exist stable
Wed, 02 Jan 2019 16:32:43 -0500 John W. Eaton maint: Update copyright dates in all source files. stable
Sat, 29 Dec 2018 13:12:21 +0100 Torsten improve displaying search result in documentation browser (bug #55228) stable
Tue, 25 Dec 2018 12:41:52 +0100 Torsten updated language files for translation (bug #55279) stable
Mon, 17 Dec 2018 21:41:14 +0100 Torsten ensure right text position when clicking a search result link (bug #55228)
Mon, 17 Dec 2018 15:37:28 +0100 Pantxo Diribarne Fix build failure with old Qt versions (bug #55234)
Sun, 16 Dec 2018 11:20:00 +0100 Torsten Doc browser: go to search text when clicking a search result (bug #55228)