log gui/src/MainWindow.cpp @ 14588:fa52c6e84ae0 gui

age author description
Mon, 30 Apr 2012 19:38:24 -0700 Israel Herraiz Added controls and settings for changing the terminal font. gui
Wed, 02 May 2012 21:15:08 +0200 Jacob Dawid Fixed bug with not correctly syncing settings. 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
Wed, 01 Feb 2012 11:27:39 +0100 Jacob Dawid .m-files can be directly run from the editor again. Autocompletion works again. gui
Tue, 31 Jan 2012 00:47:54 +0100 Jacob Dawid Corrected license headers in all files to GPL. gui
Tue, 31 Jan 2012 00:33:56 +0100 Jacob Dawid Removed ImageViewer. Removed stylesheets from dock widgets. gui
Tue, 31 Jan 2012 00:23:03 +0100 Jacob Dawid Solved issue with locale problems. gui
Tue, 31 Jan 2012 00:03:44 +0100 Jacob Dawid Sending commands to the terminal from doubleclicking the history, loading and saving workspaces as well as clearing the workspace works again. gui
Mon, 30 Jan 2012 23:14:46 +0100 Jacob Dawid Commented out some functionality that has not been implemented correctly until now. gui
Mon, 30 Jan 2012 12:38:34 +0100 Jacob Dawid Removed complete terminal code, since everything moved to qterminal. gui
Sat, 28 Jan 2012 00:11:34 +0100 Jacob Dawid Removed the old IRC Client code and replaced it by qirc. gui
Wed, 25 Jan 2012 02:33:10 +0100 Jacob Dawid Provided a patch in the pro for Windows, which does not need qterminal. 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 10:52:42 +0200 Jacob Dawid Updated license headers and moved to AGPLv3.
Sat, 10 Sep 2011 09:38:49 +0200 Jacob Dawid Improved highlighting and incremented version.
Sun, 28 Aug 2011 20:53:15 +0200 ttl included some editor setting into the setting dialog
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.
Tue, 23 Aug 2011 18:06:45 +0200 Jacob Dawid Lowered size limits for subwindows.
Mon, 22 Aug 2011 23:49:25 +0200 Jacob Dawid Cleanly separated terminal emulation code with an interface for platform-dependent terminals.
Fri, 19 Aug 2011 03:37:49 +0200 Jacob Dawid Incremented version number.
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...
Thu, 18 Aug 2011 12:56:08 +0200 Jacob Dawid Added minimum constraints to subwindows.
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 10:49:57 +0200 Jacob Dawid Icons are now maintained by the ResourceManager.
Wed, 17 Aug 2011 02:49:24 +0200 Jacob Dawid Chat Window changes logo on new messages.
Wed, 17 Aug 2011 00:36:10 +0200 Jacob Dawid Proxy settings can now be configured.
Mon, 15 Aug 2011 13:57:13 +0200 Jacob Dawid IRC client is now usable again.
Wed, 03 Aug 2011 19:04:35 +0200 Jacob Dawid Changed "Current Folder" to "Current Directory".
Tue, 02 Aug 2011 02:59:25 +0200 Jacob Dawid Completely rewrote IRC client backend to make it platform-independent. Not all functionality has been reimplemented as of yet, though.
Mon, 01 Aug 2011 18:51:36 +0200 Jacob Dawid Fixed bug with closing subwindows.
Mon, 01 Aug 2011 16:45:38 +0200 Jacob Dawid Default settings are now loaded it there is no user-defined settings.
Mon, 01 Aug 2011 00:13:45 +0200 Jacob Dawid Increased version.
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 12:41:58 +0200 Jacob Dawid Added close button to file editor, assorted subwindows after importance.
Wed, 27 Jul 2011 12:10:59 +0200 Jacob Dawid Added lots of status tips.
Wed, 27 Jul 2011 11:56:47 +0200 Jacob Dawid Added about boxes.
Wed, 27 Jul 2011 00:34:28 +0200 Jacob Dawid Command get inserted by double clicking in the command history again.
Tue, 26 Jul 2011 23:05:37 +0200 Jacob Dawid Iterated version number.
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 02:12:31 +0200 Jacob Dawid GUI was unusable due to a bug. Bug is not fixed entirely, but GUI is usable again.
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.
Sun, 24 Jul 2011 20:52:48 +0200 Jacob Dawid User can set a custom file editor instead of the built-in one.
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 22:44:02 +0200 Jacob Dawid Fixed crash on startup.
Wed, 20 Jul 2011 10:44:42 +0200 Jacob Dawid Moved load/save/clear workspace into main menu.
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.
Mon, 18 Jul 2011 22:04:40 +0200 Jacob Dawid Removed unused code in order shrink down the terminal code and hopefully nearing the goal to replace it.
Mon, 18 Jul 2011 21:33:28 +0200 Jacob Dawid Added a version number.