log libgui/src/variable-editor.cc @ 33636:3ec6fcce7715 default tip @

age author description
Fri, 17 May 2024 19:49:10 -0400 Arun Giridhar maint: Update Qt macros to avoid name collisions
Mon, 08 Apr 2024 14:39:40 -0700 Rik maint: Use Octave coding convention of space between function name and parentheses in libgui/.
Fri, 22 Mar 2024 23:51:33 -0400 John W. Eaton use qOverload<T>(fptr) instead of QOverload<T>::of(fptr)
Thu, 07 Mar 2024 13:55:46 -0500 John W. Eaton for consistent coding style, use #if defined, not #ifdef or #ifndef
Fri, 16 Feb 2024 14:42:54 -0500 John W. Eaton use explicit lambda-expression captures (bug #65318)
Fri, 16 Feb 2024 03:09:40 -0500 John W. Eaton Backed out changeset 489026b7257b
Thu, 15 Feb 2024 15:40:42 -0500 John W. Eaton explicitly capture '*this' by reference in lambda expressions (bug #65318)
Fri, 22 Dec 2023 12:14:08 -0500 John W. Eaton maint: merge stable to default
Fri, 22 Dec 2023 12:08:17 -0500 John W. Eaton maint: update Octave Project Developers copyright for the new year stable
Tue, 12 Dec 2023 23:02:10 -0800 Rik maint: C++ style check for libgui/ directory.
Wed, 29 Nov 2023 22:33:35 -0800 Rik maint: Review and update strings that appear in GUI. stable
Tue, 26 Sep 2023 13:22:45 +0200 Markus Mützel gui: Avoid using deprecated function "setActiveWindow".
Thu, 10 Aug 2023 21:47:06 +0200 Torsten Lilge do not use qsizetype for compatibilty with qt5
Wed, 09 Aug 2023 20:44:44 +0200 Torsten Lilge improve exiting GUI in Qt6 by fixing crash in variable editor
Sat, 05 Aug 2023 16:12:14 +0200 Torsten Lilge fix another crash of variable editor with Qt6
Sat, 05 Aug 2023 16:12:11 +0200 Torsten Lilge allow compiling changes in variable editor with Qt < 15.5
Fri, 04 Aug 2023 21:57:11 +0200 Torsten Lilge Qt6: fix plot issues in variable editor in
Wed, 12 Apr 2023 12:02:25 +0200 Markus Mützel Replace deprecated QRegExp by QRegularExpression in libgui/src.
Thu, 02 Feb 2023 12:25:51 -0800 Rik maint: Remove unnecessary indent after OCTAVE_BEGIN_NAMESPACE in libgui/
Tue, 24 Jan 2023 17:19:44 -0800 Rik maint: Eliminate "(void)" in C++ function prototypes/declarations.
Tue, 17 Jan 2023 10:00:45 -0500 John W. Eaton assume QOverload template is available
Thu, 12 Jan 2023 08:21:23 -0500 John W. Eaton use 'emit signal (args)', not 'emit (signal (args))'
Wed, 11 Jan 2023 13:57:59 -0500 John W. Eaton maint: Merge stable to default.
Wed, 11 Jan 2023 12:16:25 -0500 John W. Eaton don't emit signals for invalid objects in interpreter callbacks (bug #62863) stable
Fri, 06 Jan 2023 16:11:59 -0500 John W. Eaton define some convenience functions to reduce clutter
Fri, 06 Jan 2023 13:12:14 -0500 John W. Eaton maint: Merge stable to default.
Fri, 06 Jan 2023 13:11:27 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
Tue, 03 Jan 2023 08:03:20 -0500 John W. Eaton update gui_pref class to match recent changes to sc_pref class
Mon, 02 Jan 2023 12:38:44 -0500 John W. Eaton eliminate base_qobject from octave_dock_widget and other classes
Fri, 30 Dec 2022 23:18:49 -0500 John W. Eaton remove more uses of base_qobject and octave-qobject.h
Sun, 25 Dec 2022 15:19:22 -0500 John W. Eaton eliminate some unnecessary uses of base_qobject
Sun, 25 Dec 2022 12:46:53 -0500 John W. Eaton move shortcut setting functions to gui_settings from shortcut_manager
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
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
Sun, 13 Nov 2022 13:00:16 -0500 John W. Eaton use nullptr instead of NULL, don't compare pointer to NULL in IF condition
Sat, 23 Apr 2022 18:10:45 +0200 Torsten Lilge fix broken icon path after new icon structure in GUI
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
Sun, 18 Jul 2021 19:20:45 +0200 Torsten Lilge fix broken signal/slot connections for the variable editor
Mon, 14 Jun 2021 12:39:51 -0400 John W. Eaton improve behavior of dockable widgets (bug #60750)
Thu, 29 Apr 2021 11:12:40 -0400 John W. Eaton allow most dock widgets to be used from command line
Tue, 04 May 2021 11:56:47 -0400 John W. Eaton eliminate more connections from variable editor signals to parent slots
Mon, 03 May 2021 13:48:26 -0400 John W. Eaton eliminate octave_dock_widget::main_win function
Fri, 30 Apr 2021 16:54:24 -0400 John W. Eaton avoid possible crash when closing variable editor sub-window
Tue, 27 Apr 2021 11:11:54 -0400 John W. Eaton provide QOverload template if it is not in <QtGlobal> (bug #60416)
Fri, 16 Apr 2021 23:06:32 -0400 John W. Eaton connect many Qt signals and slots without SIGNAL and SLOT macros
Sat, 03 Apr 2021 13:19:04 +0200 Torsten Lilge provide second color mode for variable editor
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
Tue, 05 Jan 2021 22:10:29 +0100 Torsten Lilge use file editors shortcut for saving a variable in variable editor
Sun, 03 Jan 2021 20:19:04 +0100 Torsten Lilge improve saving a variable in the variable editor (bug #59570)
Fri, 01 Jan 2021 17:12:21 +0100 Markus Mützel maint: merge stable to default.
Thu, 31 Dec 2020 17:31:31 +0100 Torsten Lilge fix regression in variable editor when printing without selection stable
Wed, 02 Dec 2020 15:00:45 -0500 John W. Eaton maint: merge stable to default.
Tue, 02 Jun 2020 20:02:39 +0200 Torsten Lilge check object size before plotting from variiable editor (bug #56685) stable
Wed, 30 Sep 2020 14:09:50 -0400 John W. Eaton maint: merge stable to default.