log libgui/src/terminal-dock-widget.cc @ 33239:775dde0cb3e5

age author description
Fri, 22 Mar 2024 23:51:33 -0400 John W. Eaton use qOverload<T>(fptr) instead of QOverload<T>::of(fptr)
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, 12 Apr 2023 11:21:28 +0200 Markus Mützel Replace deprecated QKeyCombination::operator+ by QKeyCombination::operator|.
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 16:11:59 -0500 John W. Eaton define some convenience functions to reduce clutter
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
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:18:49 -0500 John W. Eaton remove more uses of base_qobject and octave-qobject.h
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, 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
Fri, 02 Dec 2022 14:23:53 -0500 John W. Eaton use individual local gui_settings objects
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, 04 Jun 2022 22:17:58 +0200 Torsten Lilge allow executing a command in the new terminal widget
Sat, 04 Jun 2022 21:52:20 +0200 Torsten Lilge merge input and output of exp. terminal widget into one widget
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
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, 04 May 2021 13:55:28 -0400 John W. Eaton eliminate direct parent to child connection in terminal dock widget
Thu, 22 Apr 2021 12:52:14 -0400 John W. Eaton where possible, use default destructors in GUI classes
Wed, 14 Apr 2021 19:37:11 +0200 Torsten Lilge fix missing connection of interrupt signal (bug #60392)
Mon, 12 Apr 2021 23:03:11 +0200 Torsten Lilge use terminal settings for the experimental command widget
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
Sun, 06 Dec 2020 21:40:16 +0100 Torsten Lilge fix command settings after changing terminals parent
Wed, 02 Dec 2020 14:59:26 -0500 John W. Eaton where possible, allow Qt widgets to delete their children
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 12:10:33 -0500 John W. Eaton simplify gui_settings->value (PREF.key, PREF.def) calls
Wed, 06 Nov 2019 14:29:42 -0500 John W. Eaton eliminate global access to resource_manager in qterminal widget
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 02:17:13 -0400 John W. Eaton use new gui_settings class instead of using QSettings directly
Tue, 29 Oct 2019 17:23:08 +0100 Torsten Lilge use symbolic constants for command widget preferences
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
Mon, 22 Jul 2019 22:20:56 +0200 Torsten Lilge prevent gui from catching focus when its desktop workspace becomes active
Wed, 02 Jan 2019 16:32:43 -0500 John W. Eaton maint: Update copyright dates in all source files. stable
Thu, 01 Nov 2018 22:10:00 +0100 Torsten do not use courier new as default font (bug #54086)
Tue, 26 Jun 2018 21:39:38 +0200 Torsten use a custom title bar widget for the main dock widgets
Sun, 06 May 2018 16:27:18 +0200 Torsten fix uninitialized settings of octave dock widgets at startup (bug #53835)
Sun, 06 May 2018 00:19:03 -0500 Daniel J Sebald Use default title bar to preserve GUI float decorations (bug #53276)
Wed, 18 Apr 2018 09:21:06 -0400 John W. Eaton restore ability to interrupt subprocesses on Unixy systems (bug #53635) stable
Tue, 17 Apr 2018 21:40:31 -0400 John W. Eaton improve Ctrl-C interrupt handling in the GUI (bug #53635) stable
Fri, 30 Mar 2018 09:19:05 -0400 John W. Eaton maint: Update copyright dates in all source files. stable
Sat, 24 Feb 2018 14:05:07 +0100 Torsten fix truncated startup message in terminal widget on windows (bug #53189)