log libgui/src/welcome-wizard.cc @ 33634:4a70f390c85e default tip @

age author description
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.
Wed, 29 Nov 2023 22:33:35 -0800 Rik maint: Review and update strings that appear in GUI. stable
Tue, 28 Nov 2023 22:02:33 -0800 Rik maint: Changes to wording of GUI strings and NEWS for clarity. stable
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 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
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
Sun, 04 Dec 2022 22:56:23 -0500 John W. Eaton move some functions from resource_manager to gui_settings
Fri, 02 Dec 2022 14:23:53 -0500 John W. Eaton use individual local gui_settings objects
Sat, 23 Apr 2022 18:10:45 +0200 Torsten Lilge fix broken icon path after new icon structure in GUI
Sun, 30 Jan 2022 16:41:44 +0100 Torsten Lilge replace use of depreciated QDesktopWidget in GUI
Tue, 28 Dec 2021 18:22:40 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
Fri, 16 Apr 2021 23:06:32 -0400 John W. Eaton connect many Qt signals and slots without SIGNAL and SLOT macros
Sun, 11 Apr 2021 19:22:30 +0200 Torsten Lilge improve some gui colors for dark system themes
Wed, 10 Feb 2021 09:52:15 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
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
Tue, 05 Nov 2019 08:31:06 -0500 John W. Eaton eliminate need for global access to resource manager in welcome wizard objects
Mon, 04 Nov 2019 13:34:44 -0500 John W. Eaton in GUI objects, store reference to base_qobject instead of resource_manager
Mon, 04 Nov 2019 11:18:28 -0500 John W. Eaton * welcome-wizard.cc (initial_page::initial_page): Use correct function name in call to __get_resource_manager__.
Fri, 01 Nov 2019 18:16:49 -0400 John W. Eaton don't use singleton pattern for resource manager in GUI
Sat, 02 Nov 2019 07:41:42 +0100 Torsten Lilge use symbolic constants for preferences key and default values in news reader
Fri, 01 Nov 2019 02:17:13 -0400 John W. Eaton use new gui_settings class instead of using QSettings directly
Sun, 15 Sep 2019 12:28:23 -0400 John W. Eaton try to use consitent ordering for include files in libgui sources
Tue, 21 May 2019 19:50:59 +0000 John W. Eaton move some static functions inside octave namespace
Fri, 10 May 2019 22:15:37 +0200 Torsten Lilge fix size of the welcome wizard (bug #56265)
Sun, 24 Feb 2019 21:22:49 +0100 Torsten * welcome-wizard.cc (setup_community_news): fix incorrect head tag stable
Wed, 30 Jan 2019 21:48:36 +0100 Torsten adapt initial window sizes to the screen resolution (bug #55498) stable
Wed, 02 Jan 2019 16:32:43 -0500 John W. Eaton maint: Update copyright dates in all source files. stable
Mon, 31 Dec 2018 13:33:33 -0500 Doug Stewart welcome-wizard.cc: Fix 2 typos in HTML. (bug #55347) stable
Fri, 30 Mar 2018 09:19:05 -0400 John W. Eaton maint: Update copyright dates in all source files. stable
Tue, 27 Mar 2018 13:54:58 -0700 Mike Miller maint: use https for all Octave project URLs stable
Fri, 09 Feb 2018 16:14:26 -0500 John W. Eaton move more GUI classes inside octave namespace
Sat, 06 Jan 2018 07:57:19 -0800 Rik maint: Update punctuation for GPL v3 license text.
Sun, 01 Oct 2017 14:52:33 -0700 Mike Miller maint: silence several compiler warnings when building for Windows
Sun, 24 Sep 2017 11:52:02 -0700 Mike Miller make wizard web connection prompt consistent with default setting (bug #52090)
Wed, 06 Sep 2017 12:53:28 -0400 John W. Eaton style fixes for some GUI source files
Fri, 28 Apr 2017 13:19:12 -0700 Rik maint: Use C++11 nullptr rather than 0 or NULL when possible.
Wed, 22 Feb 2017 12:58:07 -0500 John W. Eaton maint: Merge stable to default.
Wed, 22 Feb 2017 12:39:29 -0500 John W. Eaton maint: Update copyright dates. stable
Mon, 23 Jan 2017 14:27:48 -0500 John W. Eaton maint: Merge stable to default.
Fri, 20 Jan 2017 12:19:08 -0500 John W. Eaton maint: strip extra trailing newlines from files. stable
Wed, 18 Jan 2017 17:36:36 -0800 Rik maint: Use space after function name/before parenthesis in libgui.
Sun, 13 Nov 2016 20:33:47 -0800 Rik maint: Standardize Copyright formatting.
Wed, 31 Aug 2016 12:20:46 -0700 Rik maint: Style check C++ code in libgui/
Wed, 17 Aug 2016 01:05:19 -0400 John W. Eaton maint: Update copyright notices for 2016.
Fri, 01 Jul 2016 19:48:35 -0700 Rik maint: Eliminate unnecessary double newline blocks (only whitespace changes).
Sun, 26 Jun 2016 03:50:20 -0400 John W. Eaton use OCTAVE_USE_WINDOWS_API more consistently
Tue, 17 May 2016 12:09:30 -0400 John W. Eaton use "#if ..." consistently instead of "#ifdef" and "#ifndef"
Thu, 18 Feb 2016 13:34:50 -0800 Rik Use '#include "config.h"' rather than <config.h>.
Sat, 06 Feb 2016 07:32:37 -0800 Rik maint: Clean up naming and indentation of #ifdef blocks in libgui