log libgui/src/variable-editor.cc @ 27914:a044e50c8dcb

age author description
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.
Sat, 17 Nov 2018 10:41:07 +0100 Kai T. Ohlhus Make use of native file dialogs configurable (bug #54607).
Sun, 11 Nov 2018 13:22:37 +0100 Torsten use constants for icon size preferences instead of hard coded numbers
Thu, 01 Nov 2018 22:10:00 +0100 Torsten do not use courier new as default font (bug #54086)
Fri, 19 Oct 2018 12:41:19 -0400 John W. Eaton maint: Merge stable to default.
Fri, 19 Oct 2018 12:38:01 -0400 John W. Eaton style fixes stable
Fri, 14 Sep 2018 18:47:23 +0200 Torsten allow native dialogs for remaining file open/save dialogs (bug #5
Tue, 26 Jun 2018 21:39:38 +0200 Torsten use a custom title bar widget for the main dock widgets
Mon, 11 Jun 2018 21:58:56 +0200 Torsten remove obsolete paste table action in variable editor (bug #53002)
Sun, 03 Jun 2018 23:34:34 -0500 Daniel J Sebald Supply missing refloat function symbol when QTBUG-44813 is ignored (bug #54051)
Sun, 27 May 2018 14:26:43 -0500 Daniel J Sebald Work around for Variable Editor unfloat/float on Ubuntu Unity (bug #53893)
Tue, 22 May 2018 22:41:12 +0200 Torsten provide shortcuts for closing widgets of the variable editor (bug #53002)
Sun, 06 May 2018 16:27:18 +0200 Torsten fix uninitialized settings of octave dock widgets at startup (bug #53835)
Sun, 06 May 2018 00:19:03 -0500 Daniel J Sebald Use default title bar to preserve GUI float decorations (bug #53276)
Sun, 15 Apr 2018 17:47:23 -0700 Rik maint: merge stable to default.
Sat, 14 Apr 2018 18:11:14 -0700 Rik Mark missing Variable Editor GUI strings for translation (bug #53526). stable
Thu, 12 Apr 2018 21:56:38 -0700 Rik maint: remove redundant test on HoverToolButton (bug #53315).
Tue, 10 Apr 2018 23:22:03 -0500 Daniel J Sebald Restore Variable Editor focusWidget lost in dock/undock transition (bug #53410) stable
Mon, 09 Apr 2018 18:35:45 -0500 Daniel J Sebald Do Variable Editor focus retention and titlebar highlight properly (bug #53410). stable
Mon, 09 Apr 2018 21:52:43 -0700 Mike Miller clean up variable editor method for style and compiler warnings (bug #53443) stable
Mon, 09 Apr 2018 16:46:00 -0500 Daniel J Sebald Add focus proxy for Variable Editor to prevent loss of variable focus (bug #53410) stable
Mon, 09 Apr 2018 00:31:48 -0500 Daniel J Sebald Focus variable panel when Variable Editor comes from hidden state (bug #53443). stable
Sun, 08 Apr 2018 01:23:15 -0500 Daniel J Sebald When Variable Editor is tabbed, activate that tab via openvar (bug #53443). stable
Tue, 03 Apr 2018 13:52:07 -0700 Rik maint: style check C++ ahead of 4.4 release. stable
Mon, 02 Apr 2018 14:52:54 -0500 Daniel J Sebald Fix locked GUI panels for Qt 5.6.1 through 5.7.0 series versions (bug #53409) stable
Fri, 30 Mar 2018 12:15:01 -0700 Rik [mq]: tr stable
Fri, 30 Mar 2018 09:19:05 -0400 John W. Eaton maint: Update copyright dates in all source files. stable
Wed, 21 Mar 2018 21:14:11 -0500 Daniel J Sebald Remove NoFocus policy from Variable Editor and restore highlight (bug #53410) stable
Mon, 26 Mar 2018 13:32:36 -0500 Daniel J Sebald Enable delete-on-close behavior of variable editor panels (bug #53467)
Wed, 21 Mar 2018 21:53:40 -0500 Daniel J Sebald Prevent openvar() crash when called twice with same variable (bug #53411) stable
Sat, 10 Mar 2018 14:41:34 -0600 Daniel J Sebald Add a QFrame to the variable editor panels and adjust tooltips (bug #53275)
Mon, 05 Mar 2018 22:11:33 -0600 Daniel J Sebald Improve fullscreen action for variable editor panes (bug #53275)
Sun, 04 Mar 2018 03:52:58 -0600 Daniel J Sebald Use OS GUI highlight backgroud color for variable editor name label (bug #53274)
Mon, 05 Mar 2018 07:48:37 +0100 Torsten hide floating variable widgets when variable editor is hidden
Sat, 03 Mar 2018 07:36:06 +0100 Torsten * variable-editor.cc (ctor): rename object name matching logo name (bug #53260)
Fri, 02 Mar 2018 15:37:31 -0500 John W. Eaton move some GUI classes inside octave namespace
Fri, 02 Mar 2018 13:25:34 -0500 John W. Eaton eliminate most Qt version checks