Tue, 09 Apr 2013 13:47:43 -0400 |
John W. Eaton |
eliminate event listener class
|
Mon, 08 Apr 2013 12:01:24 -0400 |
John W. Eaton |
use signal/slot for updating workspace instead of using event listener
|
Sun, 07 Apr 2013 12:07:10 -0400 |
John W. Eaton |
use consistent names for dock-widget files
|
Sun, 07 Apr 2013 11:52:09 -0400 |
John W. Eaton |
improve encapsulation of workspace window object
|
Sun, 07 Apr 2013 05:45:23 -0400 |
John W. Eaton |
improve encapsulation of file editor window object
|
Sun, 07 Apr 2013 04:39:35 -0400 |
John W. Eaton |
* main-window.h, main-window.cc: Style fixes.
|
Sun, 07 Apr 2013 04:14:31 -0400 |
John W. Eaton |
split main_window::construct for clarity
|
Sun, 07 Apr 2013 00:43:36 -0400 |
John W. Eaton |
improve encapsulation of documentation browser window object
|
Sat, 06 Apr 2013 23:58:58 -0400 |
John Donoghue |
add create script context menu to history window
|
Sat, 06 Apr 2013 23:43:23 -0400 |
John W. Eaton |
dynamically allocate Qt widgets
|
Sat, 06 Apr 2013 19:08:14 -0400 |
John W. Eaton |
improve encapsulation of file browser window object
|
Sat, 06 Apr 2013 17:46:12 -0400 |
John W. Eaton |
avoid unneeded signals for window focus
|
Sat, 06 Apr 2013 17:31:19 -0400 |
John W. Eaton |
avoid using new for status bar and workspace_model objects
|
Sat, 06 Apr 2013 16:46:14 -0400 |
John W. Eaton |
improve encapsulation of history window object
|
Sat, 06 Apr 2013 16:14:32 -0400 |
John W. Eaton |
improve encapsulation of command window object
|
Sat, 06 Apr 2013 14:23:52 -0400 |
John W. Eaton |
store workspace model in main_window, not in workspace view
|
Fri, 05 Apr 2013 03:04:56 -0400 |
John W. Eaton |
use signals instead of event queue for entering/leaving debug mode
|
Fri, 05 Apr 2013 00:40:12 -0400 |
John W. Eaton |
use signal for changing directory
|
Thu, 04 Apr 2013 13:20:43 -0400 |
John W. Eaton |
use signal for setting, appending to, and clearing history widget
|
Thu, 04 Apr 2013 02:09:56 -0400 |
John W. Eaton |
use signals for octave_link::enter_debugger_event and octave_link::exit_debugger_event
|
Thu, 04 Apr 2013 01:50:57 -0400 |
John W. Eaton |
delete unused functions and signal for updating dbstop marker
|
Thu, 04 Apr 2013 01:43:18 -0400 |
John W. Eaton |
use signal for octave_link::edit_file
|
Wed, 03 Apr 2013 23:35:33 -0400 |
John W. Eaton |
improve use of octave_link
|
Wed, 03 Apr 2013 00:10:56 -0400 |
Daniel J Sebald |
remove _terminal pointer from main_window, it is contained by other Qt object
|
Sat, 30 Mar 2013 10:57:15 -0400 |
John W. Eaton |
allow command-line edit function to use GUI editor
|
Fri, 29 Mar 2013 22:37:01 -0400 |
John W. Eaton |
also provide a hook for exiting debugger
|
Thu, 28 Mar 2013 03:20:25 -0400 |
John W. Eaton |
callbacks to set markers in editor using command line dbstop function
|
Wed, 27 Mar 2013 23:42:21 -0400 |
John W. Eaton |
improve naming of debug pointer update callbacks and signals
|
Wed, 27 Mar 2013 12:59:12 -0400 |
John W. Eaton |
open editor tab and insert marker for debugging with gui
|
Thu, 21 Mar 2013 02:28:48 -0400 |
John W. Eaton |
use direct callbacks instead to handle history and workspace list updates
|
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)
|
Sat, 26 Jan 2013 20:33:46 +0100 |
Torsten |
gui: set keyboard focus when switching between dock widgets (bug #36957)
|
Wed, 02 Jan 2013 14:29:50 -0500 |
John W. Eaton |
allow build to proceed if either Qt or QScintilla is missing
|
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)
|
Thu, 20 Sep 2012 04:08:53 -0500 |
Daniel J Sebald |
Retain QsciAPIs lexer_api as part of lexer_octave_gui object (bug #37359)
|
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
|
Wed, 12 Sep 2012 16:34:39 -0400 |
Jordi GutiƩrrez Hermoso |
maint: whitespace cleanup in GUI code
|
Wed, 05 Sep 2012 11:41:21 -0400 |
John W. Eaton |
pass QString by const reference instead of value
|
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.h@829a8f621b7a
|