log libgui/src/variable-editor.cc @ 31646:c6d54dd31a7e stable

age author description
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.
Tue, 14 Jul 2020 00:45:39 -0400 John W. Eaton avoid deprecated Qt QFontMetrics::width function stable
Mon, 13 Jul 2020 15:31:28 -0400 John W. Eaton avoid deprecated qSort function stable
Tue, 14 Jul 2020 00:45:39 -0400 John W. Eaton avoid deprecated Qt QFontMetrics::width function
Mon, 13 Jul 2020 15:31:28 -0400 John W. Eaton avoid deprecated qSort function
Tue, 02 Jun 2020 22:47:07 +0200 Torsten Lilge remove obsolete code from variable editor
Tue, 02 Jun 2020 20:02:39 +0200 Torsten Lilge check object size before plotting from variiable editor (bug #56685)
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
Mon, 06 Jan 2020 10:18:00 -0800 Rik Streamline QRegExp instances in libgu.
Thu, 11 Apr 2019 07:37:20 -0400 Andrew Janke Fix typos and grammar errors in comments in libgui (patch #9790)
Wed, 20 Nov 2019 19:17:49 +0100 Torsten Lilge add FIXMEs for replacing static casts by Qvariants value<T> after Qt 5.4
Tue, 12 Nov 2019 13:51:22 -0500 John W. Eaton use standard C++ range-based for loops instead of Qt foreach macro
Tue, 12 Nov 2019 12:10:33 -0500 John W. Eaton simplify gui_settings->value (PREF.key, PREF.def) calls
Mon, 11 Nov 2019 20:22:52 +0100 Torsten Lilge fix compilation warning for old style cast (bug #57203)
Mon, 11 Nov 2019 19:16:04 +0100 Torsten Lilge fix compilation error for missing qmeta-type (bug #57203)
Sun, 10 Nov 2019 12:15:33 +0100 Torsten Lilge replace preference literals by symbolic constants for variable editor
Mon, 04 Nov 2019 13:34:44 -0500 John W. Eaton in GUI objects, store reference to base_qobject instead of resource_manager
Fri, 01 Nov 2019 18:16:49 -0400 John W. Eaton don't use singleton pattern for resource manager in GUI
Fri, 01 Nov 2019 02:17:13 -0400 John W. Eaton use new gui_settings class instead of using QSettings directly
Tue, 29 Oct 2019 17:23:08 +0100 Torsten Lilge use symbolic constants for command widget preferences
Fri, 25 Oct 2019 01:30:03 -0400 John W. Eaton use symbolic preference keys if available
Fri, 25 Oct 2019 00:38:06 -0400 John W. Eaton split gui-preferences.h into one file per widget
Sun, 15 Sep 2019 12:28:23 -0400 John W. Eaton try to use consitent ordering for include files in libgui sources
Wed, 11 Sep 2019 02:45:29 +0200 Torsten Lilge more descriptive titles for floating variable editor subpanes
Tue, 10 Sep 2019 04:07:49 +0200 Torsten Lilge add window decorations to floating variable editor subpanes (bug #55048)
Mon, 29 Jul 2019 10:43:04 -0400 John W. Eaton use Qt signals to pass interpreter callbacks to octave-qobject
Tue, 21 May 2019 19:50:59 +0000 John W. Eaton move some static functions inside octave namespace
Sun, 24 Feb 2019 22:02:04 -0800 Rik Mark strings for translation in variable editor (bug #55772). stable
Fri, 15 Feb 2019 20:02:35 +0100 Torsten fix the shortcut context for savin a variable in variable editor (bug #54464) stable
Wed, 16 Jan 2019 06:23:07 +0100 Torsten fixed dead assignments in libgui (bug #55440) stable
Wed, 02 Jan 2019 16:32:43 -0500 John W. Eaton maint: Update copyright dates in all source files. stable
Thu, 06 Dec 2018 22:05:05 -0800 Rik maint: Use standard copyright phrasing in all files.