log libgui/src/octave-qobject.cc @ 32051:17a09d2bbe0f

age author description
Sun, 23 Apr 2023 11:08:16 +0200 Markus Mützel gui: Remove usage of QTextCodec from some more places.
Tue, 14 Feb 2023 22:04:06 -0500 Arun Giridhar maint: Remove `#if 0` commented-out code from the codebase.
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.
Wed, 11 Jan 2023 16:15:38 -0500 John W. Eaton eliminate some uses of the event manager in GUI callback functions
Wed, 11 Jan 2023 17:19:39 -0500 John W. Eaton fix error introduced in changeset 286306a9a393
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
Mon, 02 Jan 2023 12:38:44 -0500 John W. Eaton eliminate base_qobject from octave_dock_widget and other classes
Fri, 30 Dec 2022 23:13:00 -0500 John W. Eaton use interpreter event to display documentation in terminal and editor widgets
Mon, 26 Dec 2022 17:29:59 -0500 John W. Eaton eliminate shortcut_manager class and revamp shortcut handling
Tue, 27 Dec 2022 14:55:03 -0500 John W. Eaton eliminate resource_manager 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
Sat, 03 Dec 2022 00:52:02 -0500 John W. Eaton eliminate base_qobject argument from release_notes constructor
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 08:58:41 -0500 John W. Eaton set Qt organization, application, and version in main program
Sat, 03 Sep 2022 00:18:49 +0200 Torsten Lilge disable experimental terminal widget when building without qscintilla
Fri, 10 Jun 2022 18:02:23 +0200 Torsten Lilge exp cmd widget: fix missing promt after error
Sat, 23 Apr 2022 18:10:45 +0200 Torsten Lilge fix broken icon path after new icon structure in GUI
Tue, 22 Feb 2022 20:54:15 +0100 Torsten Lilge reorganize GUIs icons
Sat, 05 Feb 2022 21:50:10 +0100 Torsten Lilge Fix missig welcome wizard at first start of octave stable
Wed, 02 Feb 2022 13:16:33 +0100 Markus Mützel Use reinterpret_cast for return value of objc_getClass. stable
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
Sat, 26 Jun 2021 07:59:17 -0400 John W. Eaton allow release notes window to be opened from command line
Fri, 25 Jun 2021 17:27:17 -0400 John W. Eaton allow community news window to be opened from command line
Fri, 25 Jun 2021 15:39:48 -0400 John W. Eaton avoid possible crash on return to command line after closing main window
Mon, 21 Jun 2021 14:51:13 -0400 John W. Eaton additional reorganization of signal/slot connections in main_window class
Sat, 19 Jun 2021 14:34:07 -0400 John W. Eaton allow terminal window to be opened from command line
Sat, 19 Jun 2021 10:33:37 -0400 John W. Eaton eliminate more signal connections to parent objects
Sat, 19 Jun 2021 01:15:34 -0400 John W. Eaton eliminate unused reference to base_qobject in workspace_model
Fri, 18 Jun 2021 15:41:36 -0400 John W. Eaton eliminate some connections to parent objects in octave_dock_widget classes
Fri, 18 Jun 2021 22:07:54 +0200 Torsten Lilge provide shortcuts in widgets launched from the cli
Thu, 17 Jun 2021 16:24:37 -0400 John W. Eaton use interpreter events to set initial data for workspace and history widgets
Thu, 17 Jun 2021 15:43:08 -0400 John W. Eaton eliminate direct dependence on octave intepreter from workspace_view
Thu, 17 Jun 2021 14:11:04 -0400 John W. Eaton allow variable renaming in workspace_view to work without main_window
Thu, 17 Jun 2021 10:14:20 -0400 John W. Eaton allow variable editor to open from workspace view without main window
Tue, 15 Jun 2021 22:35:33 -0400 John W. Eaton improve variable editor functionality when used without GUI main window
Mon, 14 Jun 2021 22:00:52 +0200 Torsten Lilge only close dock widgets when main window does not exist (bug #60646)
Mon, 14 Jun 2021 14:16:39 -0400 John W. Eaton delete main window before dock widgets (bug #60646)
Mon, 14 Jun 2021 13:07:27 -0400 John W. Eaton use deleteLater to delete dock widgets (bug #60646)
Mon, 14 Jun 2021 12:50:19 -0400 John W. Eaton explicitly close all dock widgets in base_qobject destructor (bug #60646)
Mon, 14 Jun 2021 12:39:51 -0400 John W. Eaton improve behavior of dockable widgets (bug #60750)
Mon, 24 May 2021 18:39:30 -0400 John W. Eaton only connect dock widget signals in base_qobject when creating dock widgets
Mon, 24 May 2021 17:10:31 -0400 John W. Eaton delete dock widgets in base_qobject destructor (bug #60646)
Thu, 29 Apr 2021 11:12:40 -0400 John W. Eaton allow most dock widgets to be used from command line
Thu, 29 Apr 2021 20:57:01 -0700 Rik Avoid use of SIGNAL/SLOT where possible (bug #60420)
Wed, 21 Apr 2021 13:23:16 -0400 John W. Eaton * octave-qobject.cc: Minor style fixes.
Wed, 21 Apr 2021 12:00:32 -0400 John W. Eaton simplify interpreter shutdown in the GUI
Tue, 20 Apr 2021 09:53:31 -0700 Rik Backout changes to octave-qobject.cc in cset 3d34b70b5a49 (bug #60420)
Fri, 16 Apr 2021 23:06:32 -0400 John W. Eaton connect many Qt signals and slots without SIGNAL and SLOT macros
Thu, 25 Mar 2021 23:06:40 -0400 John W. Eaton experimental command window widget with server loop
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
Wed, 03 Feb 2021 10:39:35 -0500 John W. Eaton maint: merge stable to default.