log libgui/qterminal/libqterminal/QTerminal.cc @ 33265:421c45e180ce

age author description
Thu, 28 Mar 2024 16:26:44 +0100 Markus Mützel maint: Merge stable to default.
Thu, 28 Mar 2024 16:25:33 +0100 Markus Mützel gui: Use first word for options in right-click menu of command window widget (bug #65518). stable
Fri, 16 Feb 2024 14:42:54 -0500 John W. Eaton use explicit lambda-expression captures (bug #65318)
Wed, 24 Jan 2024 19:31:35 -0500 Arun Giridhar maint: Replace (void) in function declarations with () where possible
Wed, 12 Apr 2023 17:57:48 +0200 Markus Mützel Replace remaining deprecated QRegExp by QRegularExpression.
Wed, 12 Apr 2023 11:21:28 +0200 Markus Mützel Replace deprecated QKeyCombination::operator+ by QKeyCombination::operator|.
Fri, 06 Jan 2023 16:11:59 -0500 John W. Eaton define some convenience functions to reduce clutter
Tue, 03 Jan 2023 08:03:20 -0500 John W. Eaton update gui_pref class to match recent changes to sc_pref class
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
Tue, 27 Dec 2022 14:55:03 -0500 John W. Eaton eliminate resource_manager class
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 14:23:53 -0500 John W. Eaton use individual local gui_settings objects
Fri, 18 Jun 2021 15:41:36 -0400 John W. Eaton eliminate some connections to parent objects in octave_dock_widget classes
Tue, 18 May 2021 22:17:34 +0200 Torsten Lilge fix calling documentations from terminal and editor
Thu, 15 Apr 2021 17:48:35 +0200 Torsten Lilge fix several gui issues (shown with OCTAVE_SHOW_GUI_MESSAGES=1)
Mon, 12 Apr 2021 23:03:11 +0200 Torsten Lilge use terminal settings for the experimental command widget
Fri, 02 Apr 2021 16:54:42 +0200 Torsten Lilge allow a second color theme for the console window (dark mode)
Wed, 24 Feb 2021 21:44:02 +0100 Torsten Lilge fix interrupting the interpreter in the gui command window (bug #60079)
Sun, 06 Dec 2020 21:40:16 +0100 Torsten Lilge fix command settings after changing terminals parent
Wed, 11 Nov 2020 23:41:06 -0500 John W. Eaton use Qt::SplitBehavior enum and values if available stable
Fri, 13 Dec 2019 21:33:28 +0100 Torsten Lilge replace literal strings by symbolic constants for shortcut preferences
Wed, 20 Nov 2019 07:33:24 +0100 Torsten Lilge provide structure and settings value method for shortcut key sequences
Wed, 13 Nov 2019 20:00:02 +0100 Torsten Lilge Fix comparison of current copy shortcut to ctrl+c (bug #57220)
Tue, 12 Nov 2019 12:10:33 -0500 John W. Eaton simplify gui_settings->value (PREF.key, PREF.def) calls
Fri, 08 Nov 2019 10:26:28 -0500 John W. Eaton * Qterminal.cc: Include config.h.
Fri, 08 Nov 2019 10:25:39 -0500 John W. Eaton simplify Copy shortcut == Ctrl-C detection in QTerminal
Thu, 07 Nov 2019 19:10:19 -0500 John W. Eaton make Ctrl-C work as interrupt in command window again
Wed, 06 Nov 2019 14:29:42 -0500 John W. Eaton eliminate global access to resource_manager in qterminal widget
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
Wed, 24 Jul 2019 07:47:33 +0200 Torsten Lilge allow editing and showing help on selected text in console (bug #41276)
Fri, 19 Jul 2019 14:15:04 -0400 John W. Eaton style fixes: avoid breaking lines immediately after '('
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)
Sun, 09 Sep 2018 07:59:18 +0200 Torsten fix minimum size of console widget in gui (bug54620)
Sat, 18 Aug 2018 08:21:45 +0200 Torsten updated context menus in editor and console window (bug #46884)
Fri, 30 Mar 2018 09:19:05 -0400 John W. Eaton maint: Update copyright dates in all source files. stable
Sat, 06 Jan 2018 07:57:19 -0800 Rik maint: Update punctuation for GPL v3 license text.
Sun, 23 Jul 2017 10:53:55 +0200 Torsten allow cursor flashing to be configured globally in gui (bug #51460)
Mon, 17 Apr 2017 21:28:55 +0200 Torsten highlight error messages in gui and provide links to open files (bug #35619)
Mon, 17 Apr 2017 20:08:24 +0200 Torsten make url in the console window clickable under linux (bug #41076)
Wed, 22 Feb 2017 12:39:29 -0500 John W. Eaton maint: Update copyright dates. stable
Wed, 17 Aug 2016 01:05:19 -0400 John W. Eaton maint: Update copyright notices for 2016.
Wed, 10 Aug 2016 03:54:42 -0400 John W. Eaton allow building with Qt5 (bug #40252)
Mon, 28 Dec 2015 16:44:10 +0100 Torsten edit a file from an error message in the terminal (bug #35619)
Sat, 26 Dec 2015 08:49:41 +0100 Torsten Prevent closing GUI by Ctrl+D in terminal (bug #46661)
Fri, 01 May 2015 08:56:48 +0200 Torsten fix checking copy shortcut in terminal when no setting available (bug #44968)
Sat, 14 Mar 2015 15:20:51 +0100 Torsten fix issue with ctrl-c for copying when editor has focus and is docked
Wed, 11 Feb 2015 14:19:08 -0500 John W. Eaton maint: Update copyright notices for 2015.
Mon, 09 Feb 2015 09:56:25 +0100 Torsten add extra action for interrupting with Ctrl-C (bug #44204)
Fri, 25 Apr 2014 13:25:25 -0700 Rik maint: Clean up extra spaces before/after parentheses.
Thu, 06 Mar 2014 03:56:59 +0500 Ahsan Ali Shahid Add preference for terminal windows buffer size (bug #41474) gui-release
Tue, 29 Oct 2013 12:31:57 -0700 Rik maint: Fix various problems with GPL copyright statements.
Wed, 23 Oct 2013 22:09:27 -0400 John W. Eaton maint: Update copyright notices for release.
Sat, 28 Sep 2013 17:32:58 +0200 Torsten Set style hint to ensure a monospaced font in the gui terminal
Sun, 12 May 2013 16:17:48 -0400 John W. Eaton don't store default values in resource manager class
Sun, 12 May 2013 15:33:05 -0400 John W. Eaton * QTerminal.cc: Style fixes.
Sun, 12 May 2013 15:23:14 -0400 John W. Eaton simplify QTerminal inheritance scheme