Wed, 18 Jul 2012 15:33:43 -0400 |
Jacob Dawid |
Editor now gets focussed when opening a file.
gui
|
Mon, 02 Jul 2012 17:20:51 +0200 |
Jacob Dawid |
Fixed debugging shortcuts and debug menu item order.
gui
|
Mon, 02 Jul 2012 16:06:50 +0200 |
Jacob Dawid |
Removed run command, instead cding into the script directory and executing script directly.
gui
|
Mon, 02 Jul 2012 07:56:07 +0200 |
Jacob Dawid |
Not attempint to save workspace when no filename provided.
gui
|
Thu, 28 Jun 2012 15:46:43 +0200 |
Jacob Dawid |
Clearing the command history works.
gui
|
Thu, 28 Jun 2012 12:21:58 +0200 |
Jacob Dawid |
* main-window: Fixed bug with command window not coming up on Ctrl+0.
gui
|
Thu, 28 Jun 2012 11:04:37 +0200 |
Jacob Dawid |
Improved menu structure of file, edit and window menu. Removed ambiguous shortcuts, improved focus handling for operating the GUI with the keyboard. Added new shortcuts to focus subwindows directly.
gui
|
Tue, 26 Jun 2012 15:27:10 +0200 |
Jacob Dawid |
Replaced a lot of terminal interaction with events: Clearing, loading and saving workspace, running a file. Default location for saving a new file is now the current working directory. Fixed bad settings with a fresh installation of the GUI by providing a file with default settings and installing it when appropriate.
gui
|
Tue, 26 Jun 2012 10:54:39 +0200 |
Jacob Dawid |
Current directories now synchronize on top, in the file browser and the cwd in octave.
gui
|
Thu, 21 Jun 2012 21:29:01 +0200 |
Jacob Dawid |
Fixed integrating debug menu in the editor window.
gui
|
Thu, 21 Jun 2012 12:22:01 +0200 |
Jacob Dawid |
Changing the directory one step up now does not use the terminal.
gui
|
Mon, 18 Jun 2012 15:41:24 +0200 |
Jacob Dawid |
Added debug menu to file editor.
gui
|
Tue, 12 Jun 2012 11:16:15 +0200 |
Jacob Dawid |
Changed copy-paste shortcuts from Ctrl-C/V to Ctrl-Shift-C/V, so that the Ctrl-C signal won't be catched by the terminal anymore.
gui
|
Sat, 09 Jun 2012 19:59:43 +0200 |
Jacob Dawid |
The GUI now shows performance information in the status bar of the GUI (ie. how much overhead it causes in the octave thread compares to the terminal version).
gui
|
Sat, 09 Jun 2012 01:10:51 +0200 |
Jacob Dawid |
Added menu for debugging. Now sending debug control events, but these seem to not work flawlessly
gui
|
Tue, 05 Jun 2012 16:17:59 +0200 |
Jacob Dawid |
Added crystal project icons.
gui
|
Tue, 05 Jun 2012 14:41:22 +0200 |
Jacob Dawid |
Added debug events, debug mode detection and fixed compiling error.
gui
|
Mon, 04 Jun 2012 22:03:18 +0200 |
Jacob Dawid |
Removed last bits of Qt from octave_link.
gui
|
Mon, 04 Jun 2012 16:08:44 +0200 |
Jacob Dawid |
Extended event based communication model.
gui
|
Mon, 04 Jun 2012 01:42:58 +0200 |
Jacob Dawid |
Added event based processing and implement exit and change directory event.
gui
|
Sat, 02 Jun 2012 16:38:36 +0200 |
Jacob Dawid |
Patched qterminal for MacOS. Changed Qt3 compatibility slot to Qt4 slot.
gui
|
Sat, 02 Jun 2012 14:44:50 +0200 |
Jacob Dawid |
Solved crash on close by ignoring close event and instead executing exit in the terminal.
gui
|
Fri, 01 Jun 2012 23:54:14 +0200 |
Jacob Dawid |
Completion of code reformatting.
gui
|
Thu, 31 May 2012 22:59:47 +0200 |
Jacob Dawid |
Started to rename class names and methods from camel case to underscore-
gui
|
Thu, 31 May 2012 22:19:53 +0200 |
Jacob Dawid |
Changed various files to matche file naming conventions.
gui
base
gui/src/mainwindow.cc@7e8844aaa8b0
|