Thu, 25 Apr 2013 00:11:01 -0400 |
John W. Eaton |
use generic dialog for cd or addpath question
|
Mon, 22 Apr 2013 15:07:13 -0400 |
Daniel J Sebald |
Add questdlg dialog function and fix variety of dialog bugs.
|
Fri, 19 Apr 2013 17:36:40 -0400 |
John W. Eaton |
improve debugging with the GUI
|
Fri, 19 Apr 2013 09:30:08 -0400 |
John W. Eaton |
eliminate redo button from main window
|
Thu, 18 Apr 2013 11:55:25 -0400 |
John W. Eaton |
set size of command window terminal at GUI startup
|
Thu, 18 Apr 2013 03:19:48 -0400 |
John W. Eaton |
make undo button and menu item work for command window
|
Wed, 17 Apr 2013 03:09:30 -0400 |
John W. Eaton |
look for save/load files starting in current directory
|
Tue, 16 Apr 2013 16:12:18 -0400 |
John W. Eaton |
correctly track directory for cd ..
|
Tue, 16 Apr 2013 21:34:39 +0200 |
Torsten |
configurable size of toolbar icons
|
Mon, 15 Apr 2013 02:06:00 -0400 |
John Donoghue |
Add find files implemtation to main window menu
|
Sun, 14 Apr 2013 21:34:47 +0200 |
Torsten |
* main_window.cc(construct_tool_bar): code cleanup and tool tips for combo box
|
Sat, 13 Apr 2013 17:39:16 -0400 |
John Donoghue |
Added clear command window implementation to MainWindow Clear COmmand Window menu.
|
Sat, 13 Apr 2013 15:22:34 -0400 |
Daniel J Sebald |
dialog boxes with Qt widgets
|
Fri, 12 Apr 2013 14:51:47 -0400 |
John W. Eaton |
allow loading files from file browser
|
Fri, 12 Apr 2013 14:50:56 -0400 |
John W. Eaton |
allow renaming of variables in workspace viewer
|
Thu, 11 Apr 2013 19:01:55 +0200 |
Torsten |
gui: configurable synchronization between file browser and octave directory
|
Thu, 11 Apr 2013 14:40:56 -0400 |
Daniel J Sebald |
Reconnect aboutToQuit signal and prepare_to_exit (write_settings) slot.
|
Tue, 09 Apr 2013 23:08:24 -0400 |
John W. Eaton |
improve exit sequence for GUI
|
Tue, 09 Apr 2013 23:08:21 -0400 |
Daniel J Sebald |
Restore STDERR stream pipe before exit to capture error messages.
|
Tue, 09 Apr 2013 13:47:43 -0400 |
John W. Eaton |
eliminate event listener class
|
Tue, 09 Apr 2013 03:40:28 -0400 |
John W. Eaton |
delete useless connection; style fixes
|
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 06:04:37 -0400 |
John W. Eaton |
fix cut and paste error in changeset 246d25c8761b
|
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:29:10 -0400 |
John W. Eaton |
move signal/slot connections from main window to sub window where possible
|
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
|
Sat, 06 Apr 2013 13:06:40 -0400 |
John W. Eaton |
rename dbstop -> breakpoint in GUI interface functions
|
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:27:21 -0400 |
John W. Eaton |
separate octave interpreter thread creation from execution
|
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
|
Thu, 04 Apr 2013 00:03:45 -0400 |
John W. Eaton |
use signal for octave_link::update_dbstop_marker
|
Wed, 03 Apr 2013 23:35:33 -0400 |
John W. Eaton |
improve use of octave_link
|
Wed, 03 Apr 2013 18:11:55 -0400 |
John W. Eaton |
move octave-link and octave-event-listener classes to libinterp
|
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:52:41 -0400 |
John W. Eaton |
allow continue and quit debug buttons to work
|
Fri, 29 Mar 2013 22:37:01 -0400 |
John W. Eaton |
also provide a hook for exiting debugger
|
Fri, 29 Mar 2013 12:21:12 -0400 |
John W. Eaton |
* main-window.cc: Include <QDesktopWidget>
|
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 20:29:06 -0400 |
John W. Eaton |
allow gui to force readline to return from its idle/read loop
|
Wed, 27 Mar 2013 18:35:52 -0400 |
John W. Eaton |
don't delete terminal widget, it's managed by terminal_dock_widget
|
Wed, 27 Mar 2013 19:52:26 +0100 |
Torsten |
gui: provide defaults for all values read from the settings file
|
Wed, 27 Mar 2013 12:59:12 -0400 |
John W. Eaton |
open editor tab and insert marker for debugging with gui
|