log gui/src/MainWindow.cpp @ 14700:7623bece76df gui

age author description
Tue, 29 May 2012 19:08:05 +0200 Jacob Dawid Implemented logic for current directory bar. gui
Tue, 29 May 2012 14:29:05 +0200 Jacob Dawid Wrote SymbolInformation struct and refactored code that updates the symbol table. gui
Mon, 28 May 2012 02:17:11 +0200 Jacob Dawid Added copy and paste context menu for the terminal. gui
Mon, 28 May 2012 00:39:57 +0200 Jacob Dawid Calling qApp->quit () via QMetaObject::invoke caused a segfault, now exits cleanly. gui
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
Fri, 25 May 2012 23:56:31 +0200 Jacob Dawid Fixed bug with not opening the editor when clicking a file from the file browser. Implemented watching the file on disk. gui
Thu, 24 May 2012 13:45:33 +0200 Jacob Dawid Allowing nested dock widgets and fixed small bug in loading a workspace. gui
Thu, 24 May 2012 13:20:27 +0200 Jacob Dawid Integrated the editor to be docked with the other widgets. gui
Wed, 23 May 2012 20:25:07 +0200 Jacob Dawid Editor can now handle multiple files in tabs. gui
Tue, 22 May 2012 23:34:40 +0200 Jacob Dawid Fixed bug with querying wrong matrix dimensions (bug #36421). gui
Tue, 22 May 2012 17:46:45 +0200 Jacob Dawid Copy and paste into the terminal window works now (ctrl+c, ctrl+v). gui
Tue, 22 May 2012 13:04:24 +0200 Jacob Dawid Restructured menus, added toolbar and current directory line edit. gui
Tue, 22 May 2012 11:00:24 +0200 Jacob Dawid Discarded initFileEditor, instead put that in the constructor. Speedup for updating the symbol table by lowering complexity from n² to n. Fixed problem with hangup on quit. 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 01:37:26 +0200 Jacob Dawid Removed version number and "Octave GUI"-labelling. 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
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.