log gui/src/MainWindow.h @ 14693:c952f1e35e50 gui

age author description
Sun, 27 May 2012 23:42:00 +0200 Jacob Dawid Added patch from Marco Atzeri for QTerminal to build with cygwin. Removed some compiler warnings. gui
Sun, 27 May 2012 13:54:03 +0200 Jacob Dawid Made the terminal window dockable, too. Now the whole interface is fully dockable. gui
Wed, 23 May 2012 20:25:07 +0200 Jacob Dawid Editor can now handle multiple files in tabs. gui
Wed, 23 May 2012 10:50:08 +0200 Jacob Dawid Restructured source files. gui
Tue, 22 May 2012 13:04:24 +0200 Jacob Dawid Restructured menus, added toolbar and current directory line edit. gui
Mon, 07 May 2012 02:36:49 +0200 Jacob Dawid Cleaned up code. Fixed bug that causes the GUI to freeze when launching another editor. gui
Mon, 07 May 2012 00:53:54 +0200 Jacob Dawid Cleaned up code. gui
Mon, 30 Apr 2012 19:38:24 -0700 Israel Herraiz Added controls and settings for changing the terminal font. gui
Thu, 02 Feb 2012 22:32:30 +0000 Michael Goffioul Re-enable MSVC/Win32 compilation. gui
Wed, 01 Feb 2012 19:28:51 +0100 Jacob Dawid Removed chat and chat settings, instead made a separate menu entry in the community menu. gui
Tue, 31 Jan 2012 00:47:54 +0100 Jacob Dawid Corrected license headers in all files to GPL. gui
Sat, 28 Jan 2012 00:11:34 +0100 Jacob Dawid Removed the old IRC Client code and replaced it by qirc. gui
Mon, 23 Jan 2012 22:35:00 +0100 Jacob Dawid GUI: Bundled the new qterminal. gui
Wed, 16 Nov 2011 18:51:04 +0000 Michael Goffioul Initial implementation of a Qt Win32 terminal widget. gui
Fri, 30 Sep 2011 12:34:37 +0200 Jacob Dawid Renamed VariablesDockWidget to WorkspaceView and optimized memory footprint for 30%.
Sun, 25 Sep 2011 21:18:41 +0200 Jacob Dawid Fixed error with header.
Sun, 25 Sep 2011 10:52:42 +0200 Jacob Dawid Updated license headers and moved to AGPLv3.
Sun, 28 Aug 2011 00:03:28 +0200 ttl modified editor files can be saved when main window is closed
Tue, 23 Aug 2011 20:31:51 +0200 Jacob Dawid Renamed OctaveTerminal to TerminalView.
Thu, 18 Aug 2011 19:20:10 +0200 Jacob Dawid Removed terminal, instead now using QPlainTextEdit, which looks much nicer and is not that error-prone...
Wed, 17 Aug 2011 15:20:11 +0200 Jacob Dawid Important subwindows are not closable now. A close button is still displayed, which seems to be q Qt bug.
Wed, 17 Aug 2011 02:49:24 +0200 Jacob Dawid Chat Window changes logo on new messages.
Sun, 31 Jul 2011 22:33:50 +0200 ttl editor: menu bar, run editor file in octave
Sat, 30 Jul 2011 16:36:25 +0200 ttl editor: custom lexer, syntax highlighting, auto completion
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.