log libgui/src/octave-qobject.h @ 31646:c6d54dd31a7e stable

age author description
Tue, 06 Dec 2022 14:37:51 -0500 John W. Eaton maint: Use macros to begin/end C++ namespaces. stable
Sun, 13 Feb 2022 12:47:13 -0500 John W. Eaton shutdown via interpreter with experimental terminal in gui mode (bug #61994) 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
Sun, 18 Jul 2021 19:20:45 +0200 Torsten Lilge fix broken signal/slot connections for the variable editor
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
Fri, 18 Jun 2021 15:41:36 -0400 John W. Eaton eliminate some connections to parent objects in octave_dock_widget classes
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 12:39:51 -0400 John W. Eaton improve behavior of dockable widgets (bug #60750)
Thu, 29 Apr 2021 11:12:40 -0400 John W. Eaton allow most dock widgets to be used from command line
Wed, 21 Apr 2021 12:00:32 -0400 John W. Eaton simplify interpreter shutdown in the GUI
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
Tue, 12 Jan 2021 21:01:42 -0500 John W. Eaton use method in interpreter class to interrupt interpreter execution in GUI
Fri, 25 Dec 2020 17:13:14 +0100 Torsten Lilge fix possible glitch when interpreter is ready when main window is created
Thu, 03 Dec 2020 10:02:08 -0500 John W. Eaton eliminate separate cli_qobject and gui_qobject classes
Mon, 05 Oct 2020 15:19:15 -0400 John W. Eaton eliminate unnecessary uses of octave:: namespace qualifier
Sat, 26 Sep 2020 11:50:17 +0200 Torsten Lilge provide access to worksapce model via base_object
Fri, 22 May 2020 12:54:13 -0400 John W. Eaton improve interpreter shutdown process (bug #56952) 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, 12 Nov 2019 14:54:25 +0100 Pantxo Diribarne Add functions to show GUI windows (bug #57213)
Wed, 06 Nov 2019 14:34:32 -0500 John W. Eaton eliminate static instance variable from octave_qobject class
Mon, 04 Nov 2019 14:03:00 -0500 John W. Eaton don't use singleton pattern for shortcut manager in GUI
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 15:24:14 -0400 John W. Eaton allow only one base_qobject instance and provide gobal access to it
Sat, 26 Oct 2019 12:20:29 -0400 John W. Eaton move qt_interpreter_events object from interpreter_qobject to octave_qobject
Tue, 29 Oct 2019 08:10:02 -0700 Rik Change disable_app_nap to file local function rather than private member function.
Sun, 27 Oct 2019 14:19:34 -0700 Andrew Janke Disable Mac App Nap feature so that pause, sleep work correctly (bug #55940).
Thu, 24 Oct 2019 01:50:58 -0400 John W. Eaton move some dialog slot functions from octave-qobject.cc to dialog.cc
Mon, 29 Jul 2019 10:43:04 -0400 John W. Eaton use Qt signals to pass interpreter callbacks to octave-qobject
Fri, 28 Jun 2019 14:42:44 -0400 John W. Eaton more refactoring of GUI classes that manage the interpreter
Thu, 27 Jun 2019 13:27:22 -0400 John W. Eaton eliminate unnecessary inclusion of qt-application.h
Sat, 22 Jun 2019 17:30:16 -0500 John W. Eaton refactor and rename some qt application objects