log

age author description
Wed, 12 Apr 2017 10:31:05 -0400 John W. Eaton * mach-info.cc: Fix declaration of d1mach.
Wed, 12 Apr 2017 10:10:54 -0400 John W. Eaton * main-window.cc: Avoid shadowed declaration.
Wed, 12 Apr 2017 10:04:05 -0400 John W. Eaton improve compatibility for single index indexing (bug #50776)
Tue, 11 Apr 2017 08:00:23 +0200 Torsten improve opening files from gui when built without qscintilla (bug #39179)
Tue, 11 Apr 2017 19:28:29 +0100 Carnë Draug gallery.m: fix failing test due to typo on test unit.
Mon, 10 Apr 2017 15:43:55 +0100 Carnë Draug inputParser.m: check if Param key and Switch are strings for better errors.
Mon, 10 Apr 2017 15:36:39 +0100 Carnë Draug inputParser.m: more tests for mix Param keys with positional options (bug #50752)
Mon, 10 Apr 2017 15:00:25 +0100 Carnë Draug gallery: use broadcasting to generate cauchy and fiedler matrices
Mon, 10 Apr 2017 07:02:42 +0200 Torsten Backed out changeset 7332287221a9
Sun, 09 Apr 2017 22:21:46 +0200 Torsten Backed out changeset 2cee3976d88f
Sun, 09 Apr 2017 20:08:15 +0200 Torsten provide open file dialog even when built without qscintilla (bug #39179)
Sun, 09 Apr 2017 17:45:57 +0100 Carnë Draug inputParser.m: do not confuse Switch options with positional options (bug #50752)
Sun, 09 Apr 2017 07:46:46 +0200 Torsten improve usage without qscintilla by external editor interface (bug #39179)
Sat, 08 Apr 2017 17:41:52 -0700 Mike Miller system.tst: don't compare expansion of bare tilde to system user database
Sat, 08 Apr 2017 16:44:40 -0700 Mike Miller install +containers.Map to the right directory (bug #50763)
Mon, 03 Apr 2017 21:12:07 -0700 Mike Miller Add test case for classdef with local functions (bug #41723)
Fri, 07 Apr 2017 18:26:18 -0400 John W. Eaton modernize token sources
Fri, 07 Apr 2017 15:31:37 -0700 Rik doc: Change example old-style class code to overload disp rather than display.
Fri, 07 Apr 2017 15:03:29 -0700 Rik configure.ac: Print LDFLAGS in summary of config variables.
Fri, 07 Apr 2017 17:16:00 -0400 John W. Eaton * pt-eval.cc (quit_loop_now): Avoid deprecated variable warnings.
Fri, 07 Apr 2017 12:27:09 -0700 Rik containers.Map: UniformValue requires values be scalars, not just equal size (bug #49559).
Fri, 07 Apr 2017 13:59:13 -0400 John W. Eaton * __opengl_info__.m: Use pause instead of drawnow.
Fri, 07 Apr 2017 09:45:32 -0700 Rik containers.Map: Fix values fcn, Add BIST tests (bug #49559).
Fri, 07 Apr 2017 12:22:54 -0400 John W. Eaton improve inputParser compatibility for optional args (bug #50752)
Fri, 07 Apr 2017 11:01:17 -0400 John W. Eaton maint: Periodic merge of stable to default.
Fri, 07 Apr 2017 11:00:41 -0400 John W. Eaton distinguish between reported bugs and known failures in tests
Fri, 07 Apr 2017 09:13:14 -0400 John W. Eaton * audiodevinfo (Faudiodevinfo): Improve doc string.
Fri, 07 Apr 2017 09:05:56 -0400 John W. Eaton skip some audio tests if no audio devices are available
Fri, 31 Mar 2017 15:49:57 +0200 Pantxo Diribarne Let mouse selection of Qt figures update "currentfigure" (bug #50666) stable
Thu, 06 Apr 2017 15:16:19 -0400 John W. Eaton fix typo in previous change
Thu, 06 Apr 2017 15:06:42 -0400 John W. Eaton use new hex2num and num2hex features to simplify +containers.Map key encoding
Thu, 06 Apr 2017 14:52:38 -0400 Guillaume Flandin fix key sorting for +containers.Map
Thu, 06 Apr 2017 13:18:51 -0400 John W. Eaton allow hex2num to handle integer values
Thu, 06 Apr 2017 13:12:09 -0400 John W. Eaton * Cell.h, Cell.cc (Cell::string_vector_value): New function.
Wed, 05 Apr 2017 16:54:21 -0700 Rik Change display of structs to respect compact format.
Wed, 05 Apr 2017 17:07:58 -0400 John W. Eaton use hex values for numeric containers.Map keys (bug #49559)
Wed, 05 Apr 2017 15:07:27 -0400 John W. Eaton deprecate "octave_value (octave_value_list, bool)" constructor
Wed, 05 Apr 2017 14:11:18 -0700 Rik Use octave_base_value::print_name_tag for old style classes (bug #50640).
Wed, 05 Apr 2017 14:00:21 -0700 Rik Fix initial newline for disp() of cells (bug #50683).
Wed, 05 Apr 2017 11:58:21 -0700 Guillaume Flandin orderfields.m: recode algorithm to halve running time (bug #50688).
Wed, 05 Apr 2017 10:55:35 -0700 Rik containers.Map: New key/value storage container (bug #49559).
Wed, 05 Apr 2017 09:23:20 -0400 John W. Eaton fix typo in previous change
Wed, 05 Apr 2017 09:00:40 -0400 John W. Eaton avoid indexing error with "end" and classdef objects (bug #50716)
Wed, 05 Apr 2017 13:26:45 +0200 Lachlan Andrew Altering class member of object array modifies other class members (bug #46660).
Wed, 05 Apr 2017 10:08:26 +0200 Kai T. Ohlhus Avoid initial newline in disp() for cell arrays (bug #50683).
Mon, 03 Apr 2017 16:21:19 -0400 John W. Eaton local functions in classdef files (bug #41723)
Mon, 03 Apr 2017 12:50:55 -0400 John W. Eaton elminate unused global variable LEXER
Mon, 03 Apr 2017 10:44:36 -0400 John W. Eaton maint: Periodic merge of stable to default.
Mon, 03 Apr 2017 07:53:30 -0400 John D disable qscintilla editor drag and drop so parent will handle it (Bug #50559) stable
Fri, 31 Mar 2017 00:37:31 +0200 larskindermann datestr.m: Correct rounding to milliseconds (bug #50673).
Thu, 30 Mar 2017 11:08:17 -0700 Rik build: Avoid "unused parameter" warning during build.
Wed, 29 Mar 2017 17:02:26 -0700 Rik Override disp rather than display for class objects (bug #50640).
Wed, 29 Mar 2017 17:37:31 -0400 John W. Eaton add files missing in changeset c052a29c1f1f
Wed, 29 Mar 2017 15:39:37 -0400 John W. Eaton improve display of ftp and audio objects (bug #50640)
Wed, 29 Mar 2017 12:26:29 -0700 Rik doc: Update HACKING file (bug #50669).
Wed, 29 Mar 2017 14:32:14 -0400 John W. Eaton fix display methods to only expect one argument
Wed, 29 Mar 2017 14:25:29 -0400 John W. Eaton don't call display methods with more than one argument (bug #50640)
Tue, 28 Mar 2017 10:04:42 -0700 Rik maint: Use Octave coding conventions in cset 1eb2706a6125.
Tue, 28 Mar 2017 11:43:43 +0200 Kai T. Ohlhus Handle second argument in classes with overridden display function (bug #49794).
Tue, 28 Mar 2017 10:36:02 +0200 Kai T. Ohlhus maint: discover qt5 builds of QScintilla on certain systems (bug #50572).