log libgui/src/qt-interpreter-events.cc @ 31646:c6d54dd31a7e stable

age author description
Tue, 06 Dec 2022 14:37:51 -0500 John W. Eaton maint: Use macros to begin/end C++ namespaces. stable
Sat, 03 Dec 2022 01:00:04 -0500 John W. Eaton eliminate unnecessary base_qobject object from GUI dialog classes
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, 10 Jun 2022 18:02:23 +0200 Torsten Lilge exp cmd widget: fix missing promt after error
Tue, 28 Dec 2021 18:22:40 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
Mon, 29 Nov 2021 15:58:51 -0800 Rik maint: style check C++ files in src/ and libgui/ ahead of 7.1 release. stable
Sat, 26 Jun 2021 07:59:17 -0400 John W. Eaton allow release notes window to be opened from command line
Fri, 25 Jun 2021 17:27:17 -0400 John W. Eaton allow community news window to be opened from command line
Mon, 21 Jun 2021 14:51:13 -0400 John W. Eaton additional reorganization of signal/slot connections in main_window class
Sat, 19 Jun 2021 14:34:07 -0400 John W. Eaton allow terminal window to be opened from command line
Thu, 29 Apr 2021 11:12:40 -0400 John W. Eaton allow most dock widgets to be used from command line
Fri, 16 Apr 2021 23:06:32 -0400 John W. Eaton connect many Qt signals and slots without SIGNAL and SLOT macros
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
Thu, 12 Nov 2020 21:11:50 +0100 Torsten Lilge update profiler status in gui from interpreter
Wed, 28 Oct 2020 11:18:54 -0400 John W. Eaton maint: merge stable to default.
Tue, 27 Oct 2020 22:28:44 +0100 Torsten Lilge avoid possible infinite loop when default encoding is changed (bug #59331) stable
Thu, 24 Sep 2020 20:49:43 +0200 Torsten Lilge add functions of loaded packages to auto-completion list (bug #56207)
Mon, 13 Jul 2020 14:57:22 -0400 John W. Eaton avoid QList deprecated function warnings
Fri, 21 Feb 2020 11:31:45 +0100 Markus Mützel Don't use "codecForLocale" to get encoding for locale charset. stable
Fri, 10 Jan 2020 12:10:13 -0800 Rik maint: Use two spaces between sentences in code comments.
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
Mon, 06 Jan 2020 10:18:00 -0800 Rik Streamline QRegExp instances in libgu.
Mon, 16 Dec 2019 08:00:43 +0100 Torsten Lilge replace prefs literals by symbolic constant in main window
Tue, 12 Nov 2019 14:54:25 +0100 Pantxo Diribarne Add functions to show GUI windows (bug #57213)
Tue, 05 Nov 2019 07:49:38 -0500 John W. Eaton eliminate need for global access to resource manager in uiwidget objects