log libgui/src/variable-editor-model.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
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
Fri, 16 Apr 2021 23:06:32 -0400 John W. Eaton connect many Qt signals and slots without SIGNAL and SLOT macros
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
Wed, 06 Jan 2021 17:13:54 -0500 John W. Eaton maint: merge stable to default.
Mon, 04 Jan 2021 13:37:34 -0500 John W. Eaton avoid build errors with Qt4 (bug #59813) stable
Fri, 02 Oct 2020 13:25:00 -0400 John W. Eaton use [=] capture default specification where possible
Mon, 28 Sep 2020 18:40:07 -0400 John W. Eaton avoid infinite error loop in variable editor (bug #53858) stable
Fri, 08 May 2020 00:55:02 -0400 John W. Eaton avoid creating invalid model indices in variable editor (bug #58317) stable
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
Thu, 11 Apr 2019 08:00:36 -0400 Andrew Janke variable-editor-model.cc: Remove unreachable duplicate statement (patch #9791).
Fri, 04 Oct 2019 01:15:13 -0400 John W. Eaton revamp error handling
Mon, 16 Sep 2019 23:35:19 -0400 John W. Eaton update some header file lists in libgui sources
Mon, 29 Jul 2019 10:43:04 -0400 John W. Eaton use Qt signals to pass interpreter callbacks to octave-qobject
Thu, 18 Jul 2019 11:23:22 -0400 John W. Eaton rename octave_link and octave_link_events classes, move inside octave namespace
Wed, 17 Jul 2019 14:09:20 -0400 John W. Eaton eliminate static functions from octave_link class
Fri, 12 Jul 2019 19:26:55 -0400 John W. Eaton replace more explicit callback functions with lambda expressions
Thu, 13 Jun 2019 17:40:36 -0500 John W. Eaton revamp float_format object
Tue, 21 May 2019 19:50:59 +0000 John W. Eaton move some static functions inside octave namespace
Fri, 08 Feb 2019 08:18:29 -0800 Rik Fix display of column vector struct arrays in Variable Editor (bug #55666). 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.
Fri, 16 Nov 2018 13:16:50 -0500 John W. Eaton move eval_string inside interpreter/evaluator class
Fri, 20 Jul 2018 18:38:03 -0400 John W. Eaton better use of templates for action_container and derived classes
Sun, 06 May 2018 16:27:18 +0200 Torsten fix uninitialized settings of octave dock widgets at startup (bug #53835)
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
Thu, 01 Mar 2018 15:50:45 -0500 John W. Eaton set dims to 1x1 for display_only_model
Thu, 01 Mar 2018 14:50:01 -0500 John W. Eaton * variable-editor-model.cc: Fix format string.
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 16:21:53 -0500 John W. Eaton avoid variable editor error when the user enters an empty data cell
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)
Sat, 03 Feb 2018 10:24:07 -0500 John W. Eaton fix handling of 1xN and Nx1 structs in variable editor (bug #53054)
Fri, 02 Feb 2018 14:59:32 -0500 John W. Eaton variable editor: don't set data for elements that require sub editor
Fri, 02 Feb 2018 14:47:18 -0500 John W. Eaton remove accidental change in variable editor model
Fri, 02 Feb 2018 14:44:40 -0500 John W. Eaton remove some unused variable editor model code
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
Thu, 01 Feb 2018 06:36:50 -0500 John W. Eaton new octave_value functions for formatting output
Wed, 31 Jan 2018 16:18:24 -0500 John W. Eaton handle structure arrays in the variable editor
Wed, 31 Jan 2018 01:14:18 -0500 John W. Eaton variable editor: display values for types that can't be edited
Tue, 30 Jan 2018 22:50:09 -0500 John W. Eaton allow empty strings to be edited (bug #51848)
Tue, 30 Jan 2018 17:18:01 -0500 John W. Eaton allow single character strings to be edited (bug #51848)
Mon, 29 Jan 2018 16:22:30 -0500 John W. Eaton directly edit scalar numeric & logical values in cell arrays (bug #52988)
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:50:04 -0800 Rik variable-editor-model.cc: Fix missing parenthesis preventing compilation.
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
Tue, 23 Jan 2018 14:36:00 -0500 John W. Eaton refactor variable editor element access