log libgui/src/tab-bar.cc @ 31648:29d734430e5f stable

age author description
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 14:37:51 -0500 John W. Eaton maint: Use macros to begin/end C++ namespaces. stable
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
Wed, 18 Aug 2021 13:49:06 -0400 John W. Eaton replace all uses of deprecated Qt::MidButton symbol with Qt::MiddleButton
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
Wed, 31 Mar 2021 18:43:46 +0200 Torsten Lilge * tab-bar.cc: added a comment regarding source for rotated tabs
Wed, 31 Mar 2021 13:39:31 +0200 Torsten Lilge fix broken build with Qt 5.4 after cset 0e9319d40977 (bug #60298)
Sun, 28 Mar 2021 22:55:08 +0200 Torsten Lilge allow rotated tabs in the file editor (bug #60276)
Sat, 27 Mar 2021 09:26:12 +0100 Torsten Lilge add all open tabs to the context menu of the editor tabs (bug #60276)
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
Wed, 02 Dec 2020 14:59:26 -0500 John W. Eaton where possible, allow Qt widgets to delete their children
Sat, 16 May 2020 13:32:24 -0700 Rik Remove support for Qt4 in Octave 7.
Tue, 21 Jan 2020 09:20:15 -0600 John W. Eaton fix more spelling errors (bug #57613)
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.
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)
Wed, 07 Aug 2019 19:21:35 +0200 Torsten Lilge allow to sort editor tabs alphabetically (bug #42602)
Wed, 02 Jan 2019 16:32:43 -0500 John W. Eaton maint: Update copyright dates in all source files. stable
Fri, 19 Oct 2018 12:38:01 -0400 John W. Eaton style fixes stable
Sat, 10 Feb 2018 08:33:17 +0100 Torsten add tab move and switch shortcuts to the doc browser
Fri, 09 Feb 2018 16:14:26 -0500 John W. Eaton move more GUI classes inside octave namespace
Sat, 03 Feb 2018 09:51:34 +0100 Torsten move derived tab bar from editor and doc viewer into separate file