log

age author description
Fri, 12 Apr 2013 14:50:56 -0400 John W. Eaton allow renaming of variables in workspace viewer
Fri, 12 Apr 2013 19:10:32 +0200 Torsten gui: use general qscintilla lexer configured for octave
Sun, 07 Apr 2013 20:09:47 +0200 Torsten gui: make all styles of the lexers configurable
Thu, 11 Apr 2013 19:01:55 +0200 Torsten gui: configurable synchronization between file browser and octave directory
Sat, 06 Apr 2013 01:14:53 -0400 John Donoghue Added Filesdockwidget recently viewed directory pulldownlist
Thu, 11 Apr 2013 14:40:56 -0400 Daniel J Sebald Reconnect aboutToQuit signal and prepare_to_exit (write_settings) slot.
Thu, 11 Apr 2013 12:02:44 -0400 John W. Eaton temporary fix for terminal window resizing
Thu, 11 Apr 2013 11:57:23 -0400 John W. Eaton backout changeset 98155e2b6d42
Thu, 11 Apr 2013 01:51:38 -0400 John W. Eaton maint: periodic merge of stable to default
Thu, 11 Apr 2013 01:50:38 -0400 John W. Eaton evaluate compound binary and binary expression the same way (bug #38704) stable
Wed, 10 Apr 2013 11:23:31 -0700 Rik Correctly fill stack field in lasterror() when given as input.
Wed, 10 Apr 2013 22:43:30 -0700 Rik doc: Tweak docstrings of functions changed for Texinfo 5.0 compatibility.
Wed, 10 Apr 2013 21:08:54 -0700 Amod Mulay doc: Change liboctave.texi to be compatible with texinfo 5 (bug #38392).
Fri, 22 Mar 2013 17:07:00 -0400 Amod Mulay doc: Make documentation compatible with Texinfo 5.0 (bug #38392)
Wed, 10 Apr 2013 16:41:06 -0700 Rik Fix print to work with filenames which begin with '~' (bug #38694).
Wed, 10 Apr 2013 06:59:55 +0200 Torsten gui: fix notification of files-dock-widget when settings may have changed
Tue, 09 Apr 2013 23:12:19 -0400 John W. Eaton * octave-gui.cc (octave_start_gui): Restore call to dissociate_terminal.
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 16:16:10 -0700 Rik Use a better example of gcd() in embedded.cc
Tue, 09 Apr 2013 16:13:36 -0700 Rik maint: merge stable to default.
Tue, 09 Apr 2013 16:06:29 -0700 Rik Backport working embedded.cc example for documentation. stable
Tue, 09 Apr 2013 11:37:33 -0700 Rik jet.m: Make colormap compatible with Matlab (bug #36473).
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
Tue, 09 Apr 2013 03:26:11 -0400 John Donoghue use QTableView instead of QTreeView to display workspace
Tue, 09 Apr 2013 03:17:48 -0400 John W. Eaton get terminal size on window systems
Tue, 09 Apr 2013 03:08:18 -0400 John W. Eaton allow windows console to be cleared
Tue, 09 Apr 2013 02:34:02 -0400 John W. Eaton another attempt to fix windows command window colors
Mon, 08 Apr 2013 19:10:23 -0400 John W. Eaton * workspace-element.h: Commit file missing from previous change.
Mon, 08 Apr 2013 15:19:13 -0700 Rik rgbplot.m: Set the default style to "profile"
Mon, 08 Apr 2013 17:05:43 -0400 John W. Eaton allow clc to clear the Windows terminal screen
Mon, 08 Apr 2013 13:34:24 -0400 John W. Eaton use pointer for terminal inside terminal_dock_widget
Mon, 08 Apr 2013 13:31:12 -0400 John W. Eaton ensure QSettings is declared for QTerminal.h
Mon, 08 Apr 2013 12:01:24 -0400 John W. Eaton use signal/slot for updating workspace instead of using event listener
Sat, 06 Apr 2013 18:08:08 +0100 Adam H Aitkenhead pkg: Typo correction
Sun, 07 Apr 2013 22:24:34 -0700 Rik Simplify calculation of colormaps
Sun, 07 Apr 2013 17:24:53 -0700 Rik pink.m: Simplify calculation in colormap.
Sun, 07 Apr 2013 17:10:02 -0700 Rik bone.m: Make colormap compatible with Matlab (bug #36473).
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
Thu, 04 Apr 2013 13:30:17 -0400 John W. Eaton fix incorrect call to octave_link::pre_input_event
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 09:28:47 -0400 Jordi Gutiérrez Hermoso Merge in Dan's changes
Wed, 03 Apr 2013 18:23:36 -0500 Daniel J Sebald Correct errors in the fftfilt rounding (bug #37297), add more robust tests.
Thu, 04 Apr 2013 09:22:00 -0400 Jordi Gutiérrez Hermoso Merge in Ed's changes
Wed, 03 Apr 2013 19:04:08 -0700 Ed Meyer allow various types of int for names like ML
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:48:45 -0400 John W. Eaton include file cleanup for octave-qt-link files
Wed, 03 Apr 2013 23:35:33 -0400 John W. Eaton improve use of octave_link
Wed, 03 Apr 2013 23:16:37 -0400 John W. Eaton use octave-link instead of hook for edit function
Wed, 03 Apr 2013 21:15:30 -0400 John W. Eaton avoid creating unnecessary octave_value objects for octave_link calls
Wed, 03 Apr 2013 20:28:44 -0400 John W. Eaton use octave-link instead of hooks for breakpoint set/clear functions
Wed, 03 Apr 2013 15:33:43 -0700 Andre da Costa Barros Fix possible buffer overrun in GUI.
Wed, 03 Apr 2013 18:30:23 -0400 John W. Eaton use octave_link instead of hook functions in input.cc
Wed, 03 Apr 2013 18:11:55 -0400 John W. Eaton move octave-link and octave-event-listener classes to libinterp
Wed, 08 Aug 2012 20:51:24 -0700 Ed Meyer use the default ARPACK convergence tolerance (bug #34461)
Wed, 03 Apr 2013 00:10:56 -0400 Daniel J Sebald remove _terminal pointer from main_window, it is contained by other Qt object
Tue, 02 Apr 2013 20:48:40 -0400 Ben Abbott Use legacy implementation for strsplit().
Tue, 02 Apr 2013 19:36:52 -0400 Ben Abbott Improve speed and backward compatibility for strsplit()
Tue, 02 Apr 2013 19:43:52 +0200 Torsten gui: always show file names in file dock widget
Tue, 02 Apr 2013 19:32:24 +0200 Torsten * default-qt-settings: remove editor font and size settings
Mon, 01 Apr 2013 22:19:35 -0400 Ben Abbott Add strjoin to strings.txi
Mon, 01 Apr 2013 21:19:23 +0200 Torsten gui: call external editor when opening a file and custom editor is selected
Sun, 31 Mar 2013 23:08:17 -0700 Rik write_index.m: Adjust indentation that was incorrect.
Sun, 31 Mar 2013 23:54:46 -0400 John W. Eaton make command window text black on white background for Windows systems
Sun, 31 Mar 2013 23:49:50 -0400 John W. Eaton remove special sigint handling for Windows systems
Sun, 31 Mar 2013 19:19:04 -0400 Ben Abbott Matlab compatibility for strsplit()
Sun, 31 Mar 2013 23:56:11 +0200 Torsten gui: individually configurable styles of the editor lexers
Sun, 31 Mar 2013 14:45:28 -0400 Ben Abbott * NEWS: include strjoin() in list of new functions for Octave 3.8.
Sun, 31 Mar 2013 10:36:56 -0400 Ben Abbott New function strjoin.m
Sat, 30 Mar 2013 10:57:15 -0400 John W. Eaton allow command-line edit function to use GUI editor
Sat, 30 Mar 2013 10:56:15 +0100 Carlo de Falco simplify test for bug #38236
Fri, 29 Mar 2013 22:52:41 -0400 John W. Eaton allow continue and quit debug buttons to work
Fri, 29 Mar 2013 22:00:57 -0400 John W. Eaton make "dbstep out" and "dbstep" after "dbstep in" work properly
Fri, 29 Mar 2013 22:37:01 -0400 John W. Eaton also provide a hook for exiting debugger
Fri, 29 Mar 2013 12:14:52 -0700 Rik doc: Update texinfo @detailmenu to include Java chapter.
Fri, 29 Mar 2013 12:07:17 -0700 Rik doc: Add new allowed Java words to spellcheck dictionary.
Fri, 29 Mar 2013 12:05:45 -0700 Rik doc: Improve documentation for Java chapter and java functions.
Fri, 29 Mar 2013 12:21:12 -0400 John W. Eaton * main-window.cc: Include <QDesktopWidget>
Fri, 29 Mar 2013 11:11:09 +0100 Philip Nienhuis doc: removed unneeded Matlab references in java.texi
Thu, 28 Mar 2013 17:01:43 +0100 Torsten gui: add shortcut for goto line action in the editor and center the target line
Thu, 28 Mar 2013 14:56:19 +0100 Torsten gui: prevent a second breakpoint marker when adding a breakpoint in the editor
Thu, 28 Mar 2013 12:02:30 +0100 Torsten gui: recenter the line in the editor where the debugger stopped
Thu, 28 Mar 2013 03:20:25 -0400 John W. Eaton callbacks to set markers in editor using command line dbstop function
Thu, 28 Mar 2013 02:52:18 -0400 John W. Eaton move hook_function constructor to .cc file
Thu, 28 Mar 2013 02:49:07 -0400 John W. Eaton * hook-fcn.h: Commit file omitted from previous changeset.
Wed, 27 Mar 2013 23:42:21 -0400 John W. Eaton improve naming of debug pointer update callbacks and signals