log libgui/src/variable-editor-model.h @ 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
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, 10 Feb 2021 09:52:15 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
Tue, 02 Jun 2020 20:02:39 +0200 Torsten Lilge check object size before plotting from variiable editor (bug #56685)
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
Sun, 15 Sep 2019 12:35:53 -0400 John W. Eaton use consistent naming pattern for include file guards in libgui sources
Mon, 29 Jul 2019 10:43:04 -0400 John W. Eaton use Qt signals to pass interpreter callbacks to octave-qobject
Fri, 12 Jul 2019 19:26:55 -0400 John W. Eaton replace more explicit callback functions with lambda expressions
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.
Fri, 30 Mar 2018 09:19:05 -0400 John W. Eaton maint: Update copyright dates in all source files. stable
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 19:02:58 -0500 John W. Eaton allow dynamic resizing of display rows and columns in variable editor
Wed, 14 Feb 2018 13:18:35 -0500 John W. Eaton show row and column numbers for editable data in variable editor
Wed, 14 Feb 2018 11:53:18 -0500 John W. Eaton make initial display of un-editable objects in variable editor work
Tue, 13 Feb 2018 13:24:16 -0500 John W. Eaton display more precision when editing values in variable editor
Wed, 07 Feb 2018 12:06:18 -0500 John W. Eaton don't store label in variable editor model
Tue, 06 Feb 2018 06:20:08 -0500 John W. Eaton refactor variable editor model internal representation (bug #53054)
Sat, 03 Feb 2018 13:46:16 -0500 John W. Eaton track display and data rows/columns separately in variable editor (bug #53033)
Thu, 01 Feb 2018 09:34:58 -0500 John W. Eaton don't cache text data in variable editor model (bug #53005)
Thu, 01 Feb 2018 06:37:34 -0500 John W. Eaton set initial size of variable editor columns based on data
Wed, 31 Jan 2018 16:18:24 -0500 John W. Eaton handle structure arrays in the variable editor
Tue, 30 Jan 2018 17:18:01 -0500 John W. Eaton allow single character strings to be edited (bug #51848)
Mon, 29 Jan 2018 13:10:10 -0500 John W. Eaton respect autofit setting in variable edtior update (bug #52988)
Fri, 26 Jan 2018 19:39:46 -0500 John W. Eaton more variable editor improvements; allow more variable types to be edited
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
Sat, 20 Jan 2018 16:00:01 -0500 John W. Eaton when editing sub-variables, generate complete subscript, not format string
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.
Mon, 11 Dec 2017 14:21:50 -0500 John W. Eaton don't use const reference template arguments to create var editor callbacks
Sun, 10 Sep 2017 09:43:13 -0700 Rik Use Octave conventions in variable editor code.
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