Sat, 02 Mar 2013 22:41:00 +0100 |
Torsten |
gui: improve shortcuts for the editor (bug #38383) and for widget navigation
|
Sat, 02 Feb 2013 13:21:44 +0100 |
Torsten |
gui: show menu with recently used editor files also in file menu of main window
|
Sat, 02 Feb 2013 09:17:26 +0100 |
Torsten |
gui: switch to console when running an editor file or a command from history
|
Thu, 31 Jan 2013 00:46:29 -0600 |
Daniel J Sebald |
Add access to documentation and to online html page via Help menu
|
Tue, 29 Jan 2013 18:24:16 +0100 |
Torsten |
gui: prevent error messages at start-up (regression from changeset 6c0fce0632a4)
|
Mon, 28 Jan 2013 18:57:36 +0100 |
Torsten |
gui: complete changeset 6c0fce0632a4 with #ifdef HAVE_QSCINTILLA for editor
|
Sat, 26 Jan 2013 20:33:46 +0100 |
Torsten |
gui: set keyboard focus when switching between dock widgets (bug #36957)
|
Tue, 08 Jan 2013 21:35:12 +0100 |
Torsten |
gui: reorganized handling of different icons for dock widgets
|
Sat, 05 Jan 2013 08:35:09 +0100 |
Torsten |
gui: set locale to C before starting the interpreter
|
Thu, 03 Jan 2013 17:40:43 -0500 |
John W. Eaton |
eliminate some compiler warnings for GUI code
|
Wed, 02 Jan 2013 14:29:50 -0500 |
John W. Eaton |
allow build to proceed if either Qt or QScintilla is missing
|
Sun, 23 Dec 2012 14:33:48 -0600 |
Daniel J Sebald |
Redo portions of file editor to use more signals/slots rather than casting.
|
Fri, 14 Dec 2012 13:18:14 +0100 |
Torsten |
provide separate icons for gui's floating widgets
|
Sun, 25 Nov 2012 21:52:06 +0100 |
Torsten |
respect charset when syncing directories between octave and gui (bug #37813)
|
Sun, 25 Nov 2012 15:16:07 +0100 |
Torsten |
enable entering a new directory in the current directory combobox
|
Sat, 13 Oct 2012 23:36:37 -0500 |
Daniel J Sebald |
Delete dynamic objects in the main_window destructor for proper cleanup. (bug #37234)
|
Sun, 04 Nov 2012 11:23:38 -0600 |
Daniel J Sebald |
Add object name for main tool bar so that Qt does not complain at exit (bug #37498)
|
Mon, 29 Oct 2012 07:02:52 +0100 |
Torsten |
terminal window with octave logo as icon when floating
|
Sat, 20 Oct 2012 17:43:35 +0200 |
Torsten |
make a floating widget behave like a normal window (bug #37190)
|
Mon, 01 Oct 2012 22:16:18 +0200 |
Torsten |
save and restore the list of recently visited directories
|
Thu, 20 Sep 2012 10:14:03 -0400 |
Jordi GutiƩrrez Hermoso |
Merge in Daniel's changes
|
Thu, 20 Sep 2012 04:08:53 -0500 |
Daniel J Sebald |
Retain QsciAPIs lexer_api as part of lexer_octave_gui object (bug #37359)
|
Wed, 19 Sep 2012 14:38:47 -0400 |
John W. Eaton |
call built-in functions directly in GUI callbacks
|
Tue, 18 Sep 2012 01:32:30 -0400 |
John W. Eaton |
eliminate copy and paste copyright info in GUI about info box
|
Mon, 17 Sep 2012 23:07:22 -0400 |
John W. Eaton |
refactor GUI event handling to use new event_queue class
|
Fri, 14 Sep 2012 11:14:27 -0400 |
John W. Eaton |
merge event_accepted and event_reject into a single function
|
Fri, 14 Sep 2012 09:49:13 -0400 |
John W. Eaton |
handle event deletion in octave_link class, not in event handler functions
|
Thu, 13 Sep 2012 01:03:55 -0400 |
John W. Eaton |
use Octave singleton style for octave_link class
|
Wed, 12 Sep 2012 20:32:57 -0400 |
John W. Eaton |
avoid some GCC warnings in the libgui code
|
Wed, 12 Sep 2012 16:34:39 -0400 |
Jordi GutiƩrrez Hermoso |
maint: whitespace cleanup in GUI code
|
Tue, 11 Sep 2012 22:19:51 +0200 |
Thorsten Liebig |
GUI: Settings take immediate effect on the m-editor
|
Mon, 10 Sep 2012 21:55:18 +0200 |
Torsten |
correctly restore the size of all dock-widgets when maximized
|
Wed, 05 Sep 2012 11:41:21 -0400 |
John W. Eaton |
pass QString by const reference instead of value
|
Tue, 04 Sep 2012 11:53:26 -0700 |
Rik |
Add '#include <config.h>' to C++ files in libgui/src
|
Sun, 02 Sep 2012 22:39:56 +0200 |
Torsten |
provide buttons for the settings dialog (bug #36981)
|
Thu, 30 Aug 2012 15:52:44 +0100 |
Michael Goffioul |
Fix compilation under Windows with GUI and LLVM enabled.
|
Mon, 20 Aug 2012 14:02:08 -0400 |
John W. Eaton |
update copyright notices in libgui directory
|
Sat, 18 Aug 2012 18:10:09 -0400 |
John W. Eaton |
rename gui directory to libgu
base
gui/src/main-window.cc@a0c8e35c8255
|