log libgui/src/command-widget.cc @ 31549:ed7b17c7ddf3 stable

age author description
Fri, 25 Nov 2022 21:38:22 -0800 Rik maint: Strip trailing spaces and add missing EOL to all files. stable
Sat, 03 Sep 2022 00:18:49 +0200 Torsten Lilge disable experimental terminal widget when building without qscintilla
Fri, 10 Jun 2022 18:02:21 +0200 Torsten Lilge exp cmd widget: fix preventing prompt deletion
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
Fri, 16 Apr 2021 23:06:32 -0400 John W. Eaton connect many Qt signals and slots without SIGNAL and SLOT macros
Wed, 14 Apr 2021 18:30:56 +0200 Torsten Lilge fix newline issues in new command widget
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