log libgui/src/command-widget.h @ 33634:4a70f390c85e default tip @

age author description
Sat, 25 May 2024 14:36:01 +0200 Torsten Lilge redirect stdout and stderr into experimental terminal widget
Fri, 17 May 2024 19:49:10 -0400 Arun Giridhar maint: Update Qt macros to avoid name collisions
Fri, 10 May 2024 19:17:45 +0200 Torsten Lilge adding shortcut for setting focus to the find widget in the exp. console
Thu, 09 May 2024 21:05:52 +0200 Torsten Lilge add find widget to experimental terminal widget
Fri, 22 Dec 2023 12:08:17 -0500 John W. Eaton maint: update Octave Project Developers copyright for the new year stable
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
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
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, 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
Fri, 02 Dec 2022 14:23:53 -0500 John W. Eaton use individual local gui_settings objects
Wed, 08 Jun 2022 20:31:10 +0200 Torsten Lilge exp cmd widget: prevent wirting in previous ouputs
Tue, 07 Jun 2022 23:03:11 +0200 Torsten Lilge use QScintilla instead of QTextEdit for new terminal widget
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
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
Sat, 19 Jun 2021 10:33:37 -0400 John W. Eaton eliminate more signal connections to parent objects
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