log gui/src/MainWindow.h @ 13548:5c2ea445e100

age author description
Wed, 27 Jul 2011 11:56:47 +0200 Jacob Dawid Added about boxes.
Tue, 26 Jul 2011 23:04:52 +0200 Jacob Dawid Highly improved separation of model and view classes.
Tue, 26 Jul 2011 22:31:01 +0200 Jacob Dawid Seperated classes into own files.
Tue, 26 Jul 2011 19:04:07 +0200 Jacob Dawid Introduced a central ResourceManager class.
Tue, 26 Jul 2011 18:11:34 +0200 Jacob Dawid Few minor improvements, added advanced settings for file browser.
Tue, 26 Jul 2011 01:27:31 +0200 Jacob Dawid Added urls for Agora and Octave Forge in Community Window.
Mon, 25 Jul 2011 23:44:05 +0200 Jacob Dawid Dock windows are now selectable form the menus.
Fri, 22 Jul 2011 22:01:37 +0200 ttl gui-editor: open new editor window via interface menu
Wed, 20 Jul 2011 23:32:19 +0200 Jacob Dawid Fixed race condition.
Wed, 20 Jul 2011 00:34:38 +0200 Jacob Dawid Further simplified OctaveLink by removing the readline event hook.
Wed, 20 Jul 2011 00:16:36 +0200 Jacob Dawid Raised update interval to 500ms.
Tue, 19 Jul 2011 15:53:43 +0200 Jacob Dawid Put history model part into OctaveLink.
Tue, 19 Jul 2011 15:18:47 +0200 Jacob Dawid History deactivated.
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.
Fri, 29 Apr 2011 23:51:33 +0200 Jacob Dawid Added source files.
Fri, 29 Apr 2011 00:20:00 +0200 Jacob Dawid Switching between tabs is now possible.
Wed, 27 Apr 2011 14:21:28 +0200 Jacob Dawid Removed plotter tab.
Thu, 21 Apr 2011 12:53:02 +0200 Jacob Dawid Fetching the history was not thread-safe, now it is through encapsulation with OctaveLink.
Thu, 21 Apr 2011 12:30:30 +0200 Jacob Dawid Fetching variables was not threadsafe, now it is.
Mon, 18 Apr 2011 22:58:41 +0200 Jacob Dawid Added some OpenGL plotting.
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 11:20:30 +0200 Jacob Dawid Removed unnecessay code.
Fri, 15 Apr 2011 15:11:13 +0200 Jacob Dawid Cleaned up OctaveLink.
Fri, 15 Apr 2011 00:40:57 +0200 Jacob Dawid Added current folder address bar.
Thu, 14 Apr 2011 12:24:05 +0200 Jacob Dawid Updated and patched text editor from QtOctave.
Thu, 14 Apr 2011 07:53:36 +0200 Jacob Dawid Removed VariableMetaData and replaced passing SymbolRecords directly.
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 18:08:55 +0200 Jacob Dawid Added service tab.
Wed, 13 Apr 2011 09:27:15 +0200 Jacob Dawid Added readSettings/writeSettings method.
Tue, 12 Apr 2011 14:09:48 +0200 Jacob Dawid Added basic browsing capabilities.
Mon, 11 Apr 2011 22:18:04 +0200 Jacob Dawid Corrected saving/loading of settings, now loading online docs.
Mon, 11 Apr 2011 21:31:30 +0200 Jacob Dawid Added toolbar, statusbar and some messages.
Mon, 11 Apr 2011 21:01:28 +0200 Jacob Dawid Added MDI Area for editing files, tuned settings saving.
Mon, 11 Apr 2011 20:48:10 +0200 Jacob Dawid Added files from QtOctave.
Mon, 11 Apr 2011 19:06:18 +0200 Jacob Dawid Removed QCodeEdit.
Mon, 11 Apr 2011 17:45:06 +0200 Jacob Dawid Put terminal into a tab widget.
Mon, 11 Apr 2011 14:39:26 +0200 Jacob Dawid Incorporated John Swenses code for a filesystem view dock.
Mon, 11 Apr 2011 13:57:16 +0200 Jacob Dawid Converted global octave_server instance into singleton.
Mon, 11 Apr 2011 13:04:31 +0200 Jacob Dawid Replaced pthreads by QThreads.
Sun, 10 Apr 2011 23:26:38 +0200 Jacob Dawid Added dockable variable and history widget.
Sun, 10 Apr 2011 21:27:23 +0200 Jacob Dawid Removed concept of multiple terminals.
Sat, 09 Apr 2011 00:23:46 +0200 Jacob Dawid Incorporated files from OctaveDE project.
Thu, 07 Apr 2011 21:14:33 +0200 Jacob Dawid Added menubar, octave terminals can be added dynamically. Removed behaviour of maximizing at startup.
Thu, 07 Apr 2011 15:00:54 +0200 Jacob Dawid Changed project structure.