log libgui/src/octave-qobject.cc @ 27935:f1844e33f621

age author description
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
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
Wed, 06 Nov 2019 14:29:42 -0500 John W. Eaton eliminate global access to resource_manager in qterminal widget
Mon, 04 Nov 2019 14:03:00 -0500 John W. Eaton don't use singleton pattern for shortcut manager in GUI
Sun, 03 Nov 2019 21:39:00 -0500 Andrew Janke maint: Fix indentation in static function to disable App Nap.
Sun, 03 Nov 2019 10:09:15 -0500 Andrew Janke Enable App Nap disabling on macOS (bug #55490).
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, 02 Nov 2019 08:03:40 -0700 Rik Temporarily disable code in cset d0fe6e344c41 (bug #55940)
Thu, 31 Oct 2019 15:42:13 -0400 John W. Eaton * octave-qobject.cc: Add comment.
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
Tue, 15 Oct 2019 20:02:03 -0400 John W. Eaton call quit on main thread in handle_octave_finished (bug #50025, #56952)
Fri, 11 Oct 2019 10:05:10 -0700 Andrew Janke Work around freeze-on-quit in macOS (bug #50025).
Mon, 07 Oct 2019 14:36:01 -0400 John W. Eaton avoid possible crash due to execution_exception in GUI thread
Sun, 15 Sep 2019 12:28:23 -0400 John W. Eaton try to use consitent ordering for include files in libgui sources
Wed, 11 Sep 2019 16:46:54 -0400 John W. Eaton mark all interpreter_event lambda functions with special comment
Mon, 29 Jul 2019 10:43:04 -0400 John W. Eaton use Qt signals to pass interpreter callbacks to octave-qobject
Thu, 18 Jul 2019 11:23:22 -0400 John W. Eaton rename octave_link and octave_link_events classes, move inside octave namespace
Wed, 17 Jul 2019 14:09:20 -0400 John W. Eaton eliminate static functions from octave_link class
Tue, 16 Jul 2019 11:57:28 -0400 John W. Eaton eliminate octave_cmd classes
Fri, 28 Jun 2019 17:03:28 -0400 John W. Eaton delete translator objects in base_qobject destructor
Fri, 28 Jun 2019 14:42:44 -0400 John W. Eaton more refactoring of GUI classes that manage the interpreter
Sat, 22 Jun 2019 17:30:16 -0500 John W. Eaton refactor and rename some qt application objects