log

age author description
Sun, 07 Apr 2013 16:08:15 -0400 John W. Eaton derive workspace_view from octave_dock_widget; style fixes
Sun, 07 Apr 2013 15:48:11 -0400 John Donoghue Added context menu to workspace variable display
Sun, 07 Apr 2013 12:36:07 -0400 John W. Eaton move common functionality to octave_dock_widget base class
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 14:01:58 -0400 John W. Eaton undo unintended changes in changeset 302157614308
Sat, 06 Apr 2013 13:06:40 -0400 John W. Eaton rename dbstop -> breakpoint in GUI interface functions
Sat, 06 Apr 2013 11:51:23 -0400 John W. Eaton deprecate symbol_table::varref functions
Sat, 06 Apr 2013 07:53:00 -0400 John Donoghue history_doc_widget context menu memory leak fix (bug #38675)
Thu, 04 Apr 2013 22:22:17 -0400 John Donoghue Add editor print menu/toolbutton implementation
Fri, 05 Apr 2013 16:21:38 -0700 Rik pink.m: Make colormap compatible with Matlab (bug #36473).
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 17:18:16 -0400 Jordi GutiƩrrez Hermoso * fftfilt.m: simplify computation of xisreal and xisimag
Thu, 04 Apr 2013 15:45:58 -0400 Jordi GutiƩrrez Hermoso Merge in Adam's changes
Thu, 04 Apr 2013 20:18:54 +0100 Adam H Aitkenhead ind2x.m and ind2rgb.m: Enable handling of ND images