log libgui/src/workspace-model.cc @ 31649:deb553ac2c54

age author description
Tue, 06 Dec 2022 15:45:27 -0500 John W. Eaton maint: Merge stable to default.
Tue, 06 Dec 2022 14:53:00 -0500 John W. Eaton maint: Re-indent code after switch to using namespace macros. stable
Tue, 06 Dec 2022 15:37:43 -0500 John W. Eaton maint: Merge stable to default.
Tue, 06 Dec 2022 14:37:51 -0500 John W. Eaton maint: Use macros to begin/end C++ namespaces. stable
Sun, 04 Dec 2022 22:57:02 -0500 John W. Eaton eliminate unnecessary uses of octave_qobject in GUI classes
Fri, 02 Dec 2022 14:23:53 -0500 John W. Eaton use individual local gui_settings objects
Sun, 27 Nov 2022 11:27:40 +0100 Torsten Lilge fix missing translations of workspace header 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
Thu, 04 Nov 2021 19:30:27 +0100 Markus Mützel gui: Avoid deprecated enum Qt::BackgroundColorRole.
Sat, 19 Jun 2021 01:15:34 -0400 John W. Eaton eliminate unused reference to base_qobject in workspace_model
Sat, 03 Apr 2021 08:26:30 +0200 Torsten Lilge provide second color mode for workspace view
Wed, 10 Feb 2021 09:52:15 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
Sun, 12 Jan 2020 09:33:21 -0800 Rik maint: Use Octave coding conventions in libgui/ directory.
Fri, 10 Jan 2020 12:10:13 -0800 Rik maint: Use two spaces between sentences in code comments.
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 07:37:20 -0400 Andrew Janke Fix typos and grammar errors in comments in libgui (patch #9790)
Tue, 12 Nov 2019 12:10:33 -0500 John W. Eaton simplify gui_settings->value (PREF.key, PREF.def) calls
Sat, 09 Nov 2019 12:45:07 +0100 Torsten Lilge replace preference literals by symbolic constants for workspace view
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
Fri, 25 Oct 2019 00:41:16 -0400 John W. Eaton fix typo in call to QSettings::value function
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
Mon, 01 Jul 2019 18:05:46 -0400 John W. Eaton delete unused workspace model setData function and rename_variable signal
Sun, 07 Apr 2019 20:16:27 +0200 Torsten Lilge automatic selection of foreground color in worspace view (bug #53995)
Sat, 26 Jan 2019 15:21:26 +0000 John W. Eaton eliminate soon-to-be obsolete symbol types from GUI variable display
Wed, 02 Jan 2019 16:32:43 -0500 John W. Eaton maint: Update copyright dates in all source files. stable
Fri, 16 Nov 2018 19:35:39 -0500 John W. Eaton use symbol_info_list instead of symbol_scope to pass workspace info to gui
Sun, 28 Oct 2018 20:31:08 +0100 Torsten add preference for disabling workspace colors for different attributes
Fri, 30 Mar 2018 09:19:05 -0400 John W. Eaton maint: Update copyright dates in all source files. stable
Thu, 15 Feb 2018 16:52:54 -0500 John W. Eaton move workspace view and model classes inside octave namespace
Sat, 27 Jan 2018 09:06:50 -0500 John W. Eaton restore ability to select variables for editing from workspace widget
Sat, 06 Jan 2018 07:57:19 -0800 Rik maint: Update punctuation for GPL v3 license text.
Mon, 11 Dec 2017 09:08:34 -0500 John W. Eaton use Qt::NoItemFlags instead of 0 or nullptr
Wed, 06 Sep 2017 12:53:28 -0400 John W. Eaton style fixes for some GUI source files
Tue, 25 Jul 2017 14:54:10 -0700 Rik Use C++11 nullptr rather than 0 in code (bug #51565).
Wed, 22 Feb 2017 12:58:07 -0500 John W. Eaton maint: Merge stable to default.
Wed, 22 Feb 2017 12:39:29 -0500 John W. Eaton maint: Update copyright dates. stable
Mon, 23 Jan 2017 14:27:48 -0500 John W. Eaton maint: Merge stable to default.
Fri, 20 Jan 2017 12:19:08 -0500 John W. Eaton maint: strip extra trailing newlines from files. stable
Sun, 13 Nov 2016 20:33:47 -0800 Rik maint: Standardize Copyright formatting.
Wed, 31 Aug 2016 12:20:46 -0700 Rik maint: Style check C++ code in libgui/
Wed, 17 Aug 2016 01:05:19 -0400 John W. Eaton maint: Update copyright notices for 2016.
Wed, 10 Aug 2016 03:54:42 -0400 John W. Eaton allow building with Qt5 (bug #40252)
Fri, 01 Jul 2016 19:48:35 -0700 Rik maint: Eliminate unnecessary double newline blocks (only whitespace changes).
Tue, 17 May 2016 12:09:30 -0400 John W. Eaton use "#if ..." consistently instead of "#ifdef" and "#ifndef"
Thu, 18 Feb 2016 13:34:50 -0800 Rik Use '#include "config.h"' rather than <config.h>.
Sat, 06 Feb 2016 07:32:37 -0800 Rik maint: Clean up naming and indentation of #ifdef blocks in libgui
Wed, 08 Apr 2015 10:44:51 -0700 Rik Stop two compiler warnings in GUI code.
Fri, 20 Mar 2015 08:44:20 -0400 John Donoghue GUI: enable workspace update when debugging (Bug #44455)
Wed, 11 Feb 2015 14:19:08 -0500 John W. Eaton maint: Update copyright notices for 2015.
Tue, 30 Dec 2014 20:41:00 -0800 Rik maint: Periodic merge of gui-release to default.
Sat, 27 Dec 2014 13:13:48 +0100 Torsten * workspace-model.cc: prevent doubly emitted signal on data update gui-release
Fri, 25 Apr 2014 13:25:25 -0700 Rik maint: Clean up extra spaces before/after parentheses.
Thu, 23 Jan 2014 21:00:51 +0100 Torsten some text improvements in the gui (#bug 41201) gui-release
Fri, 01 Nov 2013 15:40:19 -0400 John W. Eaton restore display of "persistent", "automatic", etc. removed by 53f433bae63b
Fri, 01 Nov 2013 14:30:47 -0400 John W. Eaton show when variables are complex in workspace view (bug #40445)
Tue, 29 Oct 2013 09:54:40 -0700 Rik Use GNU style coding conventions for code in libgui/
Wed, 23 Oct 2013 22:09:27 -0400 John W. Eaton maint: Update copyright notices for release.
Sun, 12 May 2013 16:17:48 -0400 John W. Eaton don't store default values in resource manager class
Sat, 04 May 2013 09:37:28 +0200 Torsten workspace view colors based upon variable scope (derived from Dan's patch #8013)
Tue, 16 Apr 2013 16:56:40 -0400 John W. Eaton include column in workspace viewer for storage class
Tue, 16 Apr 2013 01:49:20 -0400 John W. Eaton use context menu for workspace viewer rename and copy to clipboard operations
Fri, 12 Apr 2013 14:50:56 -0400 John W. Eaton allow renaming of variables in workspace viewer
Tue, 09 Apr 2013 03:40:28 -0400 John W. Eaton delete useless connection; style fixes
Tue, 09 Apr 2013 03:26:11 -0400 John Donoghue use QTableView instead of QTreeView to display workspace
Mon, 08 Apr 2013 12:01:24 -0400 John W. Eaton use signal/slot for updating workspace instead of using event listener
Sat, 06 Apr 2013 14:01:58 -0400 John W. Eaton undo unintended changes in changeset 302157614308
Sat, 06 Apr 2013 11:51:23 -0400 John W. Eaton deprecate symbol_table::varref functions
Thu, 21 Mar 2013 02:28:48 -0400 John W. Eaton use direct callbacks instead to handle history and workspace list updates
Sun, 17 Feb 2013 21:17:46 +0100 Torsten gui: fix updating history and workspace widget for mxe-octave
Mon, 17 Sep 2012 23:07:22 -0400 John W. Eaton refactor GUI event handling to use new event_queue class
Fri, 14 Sep 2012 11:14:27 -0400 John W. Eaton merge event_accepted and event_reject into a single function
Fri, 14 Sep 2012 09:49:13 -0400 John W. Eaton handle event deletion in octave_link class, not in event handler functions
Thu, 13 Sep 2012 01:03:55 -0400 John W. Eaton use Octave singleton style for octave_link class
Wed, 12 Sep 2012 20:32:57 -0400 John W. Eaton avoid some GCC warnings in the libgui code
Wed, 12 Sep 2012 16:34:39 -0400 Jordi Gutiérrez Hermoso maint: whitespace cleanup in GUI code
Mon, 10 Sep 2012 18:02:11 -0400 John W. Eaton avoid GUI crash due to null pointer dereference
Mon, 10 Sep 2012 17:09:27 -0400 John W. Eaton make symbol_information a proper class
Mon, 10 Sep 2012 15:56:17 -0400 John W. Eaton don't display hidden variables in workspace view
Mon, 10 Sep 2012 15:30:22 -0400 John W. Eaton display class of variables in workspace viewer instead of type
Mon, 20 Aug 2012 14:02:08 -0400 John W. Eaton update copyright notices in libgui directory
Sat, 18 Aug 2012 18:10:09 -0400 John W. Eaton rename gui directory to libgu base gui/src/workspace-model.cc@fbd457620c0d