log libgui/graphics/Table.cc @ 31649:deb553ac2c54

age author description
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
Tue, 28 Dec 2021 18:22:40 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
Wed, 22 Dec 2021 14:06:17 +0100 Pantxo Diribarne uitable: Fix crash with empty value in uitable (bug #61713). 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 00:21:26 -0400 John W. Eaton rename QtHandles namespace to octave
Fri, 16 Apr 2021 23:06:32 -0400 John W. Eaton connect many Qt signals and slots without SIGNAL and SLOT macros
Tue, 09 Mar 2021 22:39:33 -0500 John W. Eaton maint: merge stable to default.
Thu, 04 Mar 2021 16:19:48 -0500 John W. Eaton avoid ambiguous call to pow (bug #60169) stable
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, 16 Dec 2020 01:05:17 -0500 John W. Eaton Use Octave map instead of octave_struct in gui graphics (patch #8919).
Sat, 16 May 2020 13:32:24 -0700 Rik Remove support for Qt4 in Octave 7.
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
Wed, 06 Nov 2019 12:42:12 -0500 John W. Eaton eliminate global access to Octave interpreter in qt graphics classes
Tue, 05 Nov 2019 13:28:45 -0500 John W. Eaton eliminate global access to Octave resources in qt graphics classes
Mon, 16 Sep 2019 23:35:19 -0400 John W. Eaton update some header file lists in libgui sources
Fri, 09 Aug 2019 10:36:08 -0400 John W. Eaton eliminate static wrapper functions in gh_manager class
Fri, 02 Aug 2019 15:19:43 -0500 John W. Eaton use Qt signals to manage calls to gh_manager functions in Qt graphics toolkit
Sun, 21 Jul 2019 10:21:01 -0400 John W. Eaton style fixes: generally aim to break long lines before operators, not after
Fri, 19 Jul 2019 14:15:04 -0400 John W. Eaton style fixes: avoid breaking lines immediately after '('
Sun, 03 Mar 2019 18:19:12 +0100 Pantxo Diribarne Also update uitbale position when figure is (un)maximized (bug #53709)
Sun, 06 Jan 2019 21:38:41 +0100 Markus Mützel Table.cc (Table::updateEnable): Do not invert enabled status (bug #55403). stable
Sun, 06 Jan 2019 16:41:20 +0100 Markus Mützel Table.cc: Fix static analyzer detected issues (bug #55347). stable
Wed, 02 Jan 2019 11:44:09 -0800 Rik Fix static analyzer detected V1003 issues with expansions in macros (bug #55347). stable
Thu, 29 Nov 2018 12:15:25 -0800 Rik Silence unnecessary warnings about security-format (bug #55046).
Thu, 22 Nov 2018 22:17:28 +0100 Markus Mützel Move function str2double inside octave::string namespace (patch #9084).
Thu, 22 Nov 2018 08:12:03 -0800 Rik Clean up implementation of uitable in 36e0e5b428e7.
Tue, 20 Dec 2016 03:25:17 +0000 Andrew Thornton Implement uitable (patch #9084)