log libgui/src/variable-editor.h @ 25220:07bddddc5856 stable

age author description
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
Sun, 08 Apr 2018 01:23:15 -0500 Daniel J Sebald When Variable Editor is tabbed, activate that tab via openvar (bug #53443). stable
Fri, 30 Mar 2018 09:19:05 -0400 John W. Eaton maint: Update copyright dates in all source files. 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)
Fri, 02 Mar 2018 15:37:31 -0500 John W. Eaton move some GUI classes inside octave namespace
Mon, 19 Feb 2018 20:13:15 -0600 Daniel J Sebald Make the variable editor multi-panel via a QMainWindow layout (bug #53046)
Wed, 14 Feb 2018 23:50:55 -0500 John W. Eaton resize varible editor model on scrollbar actions
Wed, 14 Feb 2018 19:02:58 -0500 John W. Eaton allow dynamic resizing of display rows and columns in variable editor
Thu, 08 Feb 2018 11:27:39 -0500 John W. Eaton style fixes for varaible editor
Wed, 07 Feb 2018 17:16:55 -0500 John W. Eaton style fixes for variable editor
Tue, 06 Feb 2018 06:20:08 -0500 John W. Eaton refactor variable editor model internal representation (bug #53054)
Tue, 06 Feb 2018 20:01:30 +0100 Torsten add contextmenu to the tab bar of the variable editor (part bug #53002)
Tue, 06 Feb 2018 20:01:25 +0100 Torsten replace main window in variable editor by normal widget with layout
Thu, 01 Feb 2018 06:37:34 -0500 John W. Eaton set initial size of variable editor columns based on data
Mon, 29 Jan 2018 13:10:10 -0500 John W. Eaton respect autofit setting in variable edtior update (bug #52988)
Fri, 26 Jan 2018 00:11:11 -0500 John W. Eaton improve efficiency of variable editor
Thu, 25 Jan 2018 23:59:57 -0500 John W. Eaton pass variable value to variable editor in addition to variable name
Sun, 21 Jan 2018 10:39:19 -0500 John W. Eaton improve behavior of variable editor
Fri, 19 Jan 2018 06:05:18 -0500 John W. Eaton more style fixes for variable editor
Tue, 12 Dec 2017 17:30:50 -0500 John W. Eaton style fixes for variable editor
Sat, 06 Jan 2018 07:57:19 -0800 Rik maint: Update punctuation for GPL v3 license text.
Sun, 10 Sep 2017 09:43:13 -0700 Rik Use Octave conventions in variable editor code.
Sun, 10 Sep 2017 01:56:36 +0200 Torsten variable editor: remove & when reading names from tabs (bugs #51851, #51905)
Wed, 06 Sep 2017 12:53:28 -0400 John W. Eaton style fixes for some GUI source files
Thu, 31 Aug 2017 10:30:01 -0700 Rik Use Octave coding conventions for Variable Editor code.
Fri, 19 May 2017 18:15:48 +0200 Michael Barnes provide variable-editor widget for the GUI