log gui/src/VariablesDockWidget.cpp @ 13536:869c62c15e95

age author description
Tue, 26 Jul 2011 18:11:34 +0200 Jacob Dawid Few minor improvements, added advanced settings for file browser.
Wed, 20 Jul 2011 10:44:42 +0200 Jacob Dawid Moved load/save/clear workspace into main menu.
Sun, 17 Jul 2011 22:59:28 +0200 Jacob Dawid Reformatted to GNU Style.
Sun, 17 Jul 2011 20:27:03 +0200 Jacob Dawid Replaced Quint with OctaveGUI.
Sun, 17 Jul 2011 17:45:05 +0200 Jacob Dawid Added new gui files.
Fri, 29 Apr 2011 23:51:33 +0200 Jacob Dawid Added source files.
Mon, 18 Apr 2011 00:14:40 +0200 Jacob Dawid Translated Quint to German.
Sun, 17 Apr 2011 22:12:02 +0200 Jacob Dawid Added buttons to load, save and clear the workspace. Double-clicking an item in the history list will now send the command to the console.
Sun, 17 Apr 2011 09:22:04 +0200 Jacob Dawid Added semaphore to ensure that the workspace view will not get updated twice at a time.
Sat, 16 Apr 2011 15:54:53 +0200 Jacob Dawid Improved octave value conversion.
Thu, 14 Apr 2011 21:54:14 +0200 Jacob Dawid Replaced matrix value.
Thu, 14 Apr 2011 21:47:37 +0200 Jacob Dawid Fixed crash when querying matrices.
Thu, 14 Apr 2011 10:18:11 +0200 Jacob Dawid Set alternating row colors.
Thu, 14 Apr 2011 10:00:39 +0200 Jacob Dawid Fixed bug with dock widgets not savon last position since no object name was given.
Thu, 14 Apr 2011 09:48:43 +0200 Jacob Dawid Hidden variables are now being displayed separately, and globals are separated from locals.
Thu, 14 Apr 2011 08:26:44 +0200 Jacob Dawid Variables now get assorted by scope.
Thu, 14 Apr 2011 08:14:20 +0200 Jacob Dawid Added global ans persistent space.
Thu, 14 Apr 2011 08:12:34 +0200 Jacob Dawid Changed Global to Local in variable view.
Thu, 14 Apr 2011 08:10:44 +0200 Jacob Dawid Changed Global to Persistent in variable view.
Thu, 14 Apr 2011 08:05:40 +0200 Jacob Dawid Variable values get displayed.
Thu, 14 Apr 2011 07:53:36 +0200 Jacob Dawid Removed VariableMetaData and replaced passing SymbolRecords directly.
Wed, 13 Apr 2011 23:08:59 +0200 Jacob Dawid Update variable tree.
Wed, 13 Apr 2011 22:57:47 +0200 Jacob Dawid Variable tree now gets updated, further refactored OctaveLink as a prestep.
Wed, 13 Apr 2011 10:08:13 +0200 Jacob Dawid Set dock widget titles to the same ones used in M.
Sun, 10 Apr 2011 23:26:38 +0200 Jacob Dawid Added dockable variable and history widget.