log libgui/graphics/Menu.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
Sat, 14 May 2022 19:06:56 -0700 Rik Deprecate uimenu properties "label" and "callback" (bug #62443)
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, 01 Sep 2021 21:55:57 +0200 Torsten Lilge *Menu.cc: do not use "_" prefix for local variables
Wed, 18 Aug 2021 00:21:26 -0400 John W. Eaton rename QtHandles namespace to octave
Thu, 22 Jul 2021 13:40:03 -0700 Rik Allow 'Label' to be used as a synonym for 'Text' on uimenus (bug #60870)
Fri, 16 Apr 2021 23:06:32 -0400 John W. Eaton connect many Qt signals and slots without SIGNAL and SLOT macros
Wed, 10 Feb 2021 09:52:15 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
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
Tue, 12 Nov 2019 14:39:07 -0500 John W. Eaton use standard C++ range-based for loops instead of Qt foreach macro
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
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
Wed, 02 Jan 2019 16:32:43 -0500 John W. Eaton maint: Update copyright dates in all source files. stable
Tue, 18 Sep 2018 21:53:14 +0200 Pantxo Diribarne Fix regression with "menubar" figure property handling (bug #54678)
Wed, 12 Sep 2018 23:19:40 +0200 Pantxo Diribarne Use uimenu objects for default menus in Qt toolkit
Fri, 30 Mar 2018 09:19:05 -0400 John W. Eaton maint: Update copyright dates in all source files. stable
Sat, 06 Jan 2018 07:57:19 -0800 Rik maint: Update punctuation for GPL v3 license text.
Tue, 25 Jul 2017 14:54:10 -0700 Rik Use C++11 nullptr rather than 0 in code (bug #51565).
Fri, 28 Apr 2017 13:19:12 -0700 Rik maint: Use C++11 nullptr rather than 0 or NULL when possible.
Thu, 27 Apr 2017 15:18:20 -0700 Rik maint: Use convention 'int *x' for naming pointers.
Thu, 27 Apr 2017 10:04:31 -0700 Rik maint: Use convention "static_cast<void *>" for casting of pointers.
Thu, 23 Feb 2017 16:08:44 -0800 Rik Make uimenu "Position" property Matlab-compatible (bug #50369).
Thu, 23 Feb 2017 14:55:39 -0800 Rik maint: Indent foreach blocks in Qt GUI code for readability.
Wed, 22 Feb 2017 12:58:07 -0500 John W. Eaton maint: Merge stable to default.
Wed, 22 Feb 2017 12:39:29 -0500 John W. Eaton maint: Update copyright dates. stable
Mon, 23 Jan 2017 14:27:48 -0500 John W. Eaton maint: Merge stable to default.
Fri, 20 Jan 2017 12:19:08 -0500 John W. Eaton maint: strip extra trailing newlines from files. stable
Sun, 13 Nov 2016 20:33:47 -0800 Rik maint: Standardize Copyright formatting.
Thu, 01 Sep 2016 09:33:55 -0700 Rik maint: Use '{ }' for empty function bodies in C++.
Wed, 31 Aug 2016 20:49:13 -0700 Rik maint: Remove ';' at end of namespace declaration.
Wed, 31 Aug 2016 12:20:46 -0700 Rik maint: Style check C++ code in libgui/
Wed, 17 Aug 2016 01:05:19 -0400 John W. Eaton maint: Update copyright notices for 2016.
Tue, 17 May 2016 12:09:30 -0400 John W. Eaton use "#if ..." consistently instead of "#ifdef" and "#ifndef"
Thu, 18 Feb 2016 13:34:50 -0800 Rik Use '#include "config.h"' rather than <config.h>.
Sat, 06 Feb 2016 07:32:37 -0800 Rik maint: Clean up naming and indentation of #ifdef blocks in libgui
Fri, 20 Mar 2015 16:18:10 -0400 John W. Eaton Update copyright year in Qt graphics code.
Thu, 19 Mar 2015 12:27:54 -0400 John W. Eaton style fixes in Qt graphics code
Fri, 23 Jan 2015 16:40:25 -0500 John W. Eaton maint: Periodic merge of gui-release to default.
Fri, 23 Jan 2015 16:24:46 -0500 John W. Eaton untabify QtHandles source files gui-release
Fri, 23 Jan 2015 14:53:10 -0500 John W. Eaton avoid shadowed variable warnings in libgui sources gui-release
Thu, 17 Jul 2014 10:27:24 -0400 John W. Eaton eliminate some shadowed variable declaration warnings
Sun, 27 Apr 2014 18:02:47 -0700 Rik maint: untabify recently added code files.
Fri, 21 Feb 2014 11:35:36 -0500 John W. Eaton rename file to avoid clash on case-insenstive filesystems (bug #41658) gui-release
Thu, 20 Feb 2014 15:10:07 -0500 John W. Eaton style fix: eliminate lines of slashes to separate functions. gui-release
Thu, 20 Feb 2014 14:58:56 -0500 John W. Eaton update copyright notices for new QtHandles code gui-release
Thu, 20 Feb 2014 14:05:45 -0500 John W. Eaton Initial integration of QtHandles. gui-release