log libgui/src/main-window.cc @ 29597:07591becbc40

age author description
Mon, 03 May 2021 13:30:29 -0400 John W. Eaton eliminate more child to parent signal/slot connections
Mon, 03 May 2021 09:24:16 -0400 John W. Eaton avoid connecting to parent slots in file browser widget
Sun, 02 May 2021 21:00:31 -0400 John W. Eaton connect qt-link doc signals directlty to documentation widget
Tue, 27 Apr 2021 11:11:54 -0400 John W. Eaton provide QOverload template if it is not in <QtGlobal> (bug #60416)
Thu, 22 Apr 2021 12:52:14 -0400 John W. Eaton where possible, use default destructors in GUI classes
Fri, 16 Apr 2021 23:06:32 -0400 John W. Eaton connect many Qt signals and slots without SIGNAL and SLOT macros
Thu, 15 Apr 2021 17:48:35 +0200 Torsten Lilge fix several gui issues (shown with OCTAVE_SHOW_GUI_MESSAGES=1)
Thu, 25 Mar 2021 23:06:40 -0400 John W. Eaton experimental command window widget with server loop
Wed, 31 Mar 2021 21:33:46 +0200 Torsten Lilge do not disable shortcuts for activating other widgets in console widget
Tue, 23 Mar 2021 22:08:08 -0400 John W. Eaton maint: merge stable to default.
Tue, 23 Mar 2021 22:22:45 +0100 Torsten Lilge prevent floating widgets from reopening after restart (bug #60279) stable
Sat, 20 Mar 2021 11:40:07 +0100 Markus Mützel maint: merge stable to default.
Sat, 20 Mar 2021 11:17:09 +0100 Torsten Lilge fix restoring the horizontal position of docked gui widgets (bug #59426) stable
Sat, 20 Mar 2021 09:18:49 +0900 Kai T. Ohlhus maint: merge stable to default.
Thu, 18 Mar 2021 21:45:09 +0100 Torsten Lilge fix crash when gui tries to restore missing previous octave dir (bug #60255) stable
Sun, 14 Mar 2021 22:45:42 +0100 Torsten Lilge fix en-/disabling some editor actions depending on file type (bug #60214)
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
Sun, 20 Dec 2020 18:08:57 +0100 Torsten Lilge fix handling global shortcuts when preventing conflicts with readline
Sat, 19 Dec 2020 16:29:32 +0100 Torsten Lilge removing obsolete code for some main window menus
Sat, 19 Dec 2020 10:49:43 +0100 Torsten Lilge simplify initialization of gui dock widgets
Sun, 06 Dec 2020 14:56:04 +0100 Markus Mützel maint: merge stable to default.
Sun, 06 Dec 2020 13:53:30 +0100 Torsten Lilge fix error when restoring previous main window layout (bug #59426) stable
Fri, 04 Dec 2020 22:42:38 +0100 Torsten Lilge clean up constructing main window layout of the gui stable
Wed, 02 Dec 2020 14:59:26 -0500 John W. Eaton where possible, allow Qt widgets to delete their children
Tue, 24 Nov 2020 20:34:02 -0500 John W. Eaton maint: merge stable to default.
Tue, 24 Nov 2020 22:51:56 +0100 Torsten Lilge backing out cset 5f535fe782b3, since fix does not work stable
Mon, 23 Nov 2020 12:41:34 +0900 Kai T. Ohlhus maint: merge stable to default.
Sun, 22 Nov 2020 17:27:09 +0100 Torsten Lilge fix restoring dock widgets geometry whe using Qt 5.15 (bug #59426) stable
Fri, 20 Nov 2020 23:25:42 +0100 Torsten Lilge fix alt-key stealing focus from current dock widget in gui
Fri, 20 Nov 2020 20:02:29 +0100 Torsten Lilge add option for using alt-modifer in command windows readline (bug #59478)
Sun, 15 Nov 2020 21:52:58 +0100 Torsten Lilge add shortcuts for the new profiler actions in the gui
Fri, 13 Nov 2020 20:50:37 +0100 Torsten Lilge use a led like indicator for the prfiler state
Thu, 12 Nov 2020 21:11:50 +0100 Torsten Lilge update profiler status in gui from interpreter
Sun, 08 Nov 2020 21:27:02 +0100 Torsten Lilge gui menu for handling the profile (based on patch #8300 by Hassan Radi)
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
Fri, 02 Oct 2020 13:25:00 -0400 John W. Eaton use [=] capture default specification where possible
Wed, 30 Sep 2020 14:09:50 -0400 John W. Eaton maint: merge stable to default.
Mon, 13 Jul 2020 15:46:13 -0400 John W. Eaton avoid deprecated Qt availableGeometry function stable
Sun, 27 Sep 2020 22:03:25 +0200 Torsten Lilge fix deleting pointer when octave exists
Sun, 27 Sep 2020 20:26:16 +0200 Torsten Lilge show value in editor when hovering over variable in debug mode (bug #56990)
Sat, 26 Sep 2020 11:50:17 +0200 Torsten Lilge provide access to worksapce model via base_object
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 15:46:13 -0400 John W. Eaton avoid deprecated Qt availableGeometry function
Mon, 22 Jun 2020 21:41:15 +0200 Markus Mützel maint: merge stable to default.
Mon, 22 Jun 2020 20:43:00 +0200 Torsten Lilge force non-native file dialogs on Mac ignoring current user pref (bug #52840) stable
Sat, 23 May 2020 07:53:51 -0400 John W. Eaton maint: Merge stable to default.
Fri, 22 May 2020 18:47:16 -0400 John Donoghue Set mainwindow new figure shortcuts correctly (Bug #58431) stable
Sat, 16 May 2020 13:32:24 -0700 Rik Remove support for Qt4 in Octave 7.
Fri, 17 Jan 2020 13:27:27 -0600 John W. Eaton merge stable to default.
Fri, 17 Jan 2020 13:15:27 -0600 John W. Eaton fix many spelling errors (bug #57613) stable
Sun, 12 Jan 2020 09:33:21 -0800 Rik maint: Use Octave coding conventions in libgui/ directory.
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
Thu, 11 Apr 2019 07:37:20 -0400 Andrew Janke Fix typos and grammar errors in comments in libgui (patch #9790)
Sat, 21 Dec 2019 20:23:50 +0100 Torsten Lilge add action and shortcut for switching to previews widget (bug #57447)
Mon, 16 Dec 2019 08:00:43 +0100 Torsten Lilge replace prefs literals by symbolic constant in main window