log

age author description
Mon, 23 Jan 2012 22:52:43 +0100 Jacob Dawid Set minimum size for terminal.
Mon, 23 Jan 2012 22:27:05 +0100 Jacob Dawid Intermediate commit.
Mon, 23 Jan 2012 14:34:02 +0100 Jacob Dawid Changed color scheme.
Mon, 23 Jan 2012 14:15:27 +0100 Jacob Dawid Simplified code.
Mon, 23 Jan 2012 12:53:14 +0100 Jacob Dawid Removed CVS directory.
Mon, 23 Jan 2012 12:50:17 +0100 Jacob Dawid Compiles again.
Mon, 23 Jan 2012 12:31:32 +0100 Jacob Dawid Removed useless files, renamed files appropriately.
Mon, 23 Jan 2012 12:25:07 +0100 Jacob Dawid Removed cmake support and pyqt support as well as CVS support.
Mon, 23 Jan 2012 12:22:13 +0100 Jacob Dawid Forked from QTermWidget.
Mon, 26 Nov 2012 11:54:46 -0500 Jordi Gutiérrez Hermoso maint: remove qterminal subrepo
Sun, 25 Nov 2012 15:16:07 +0100 Torsten enable entering a new directory in the current directory combobox
Fri, 23 Nov 2012 15:29:13 -0500 John W. Eaton include Octave Forge java package in core Octave
Fri, 23 Nov 2012 11:43:49 -0500 Jordi Gutiérrez Hermoso maint: periodic merge of stable to default
Fri, 23 Nov 2012 11:42:13 -0500 Jordi Gutiérrez Hermoso maint: add a new test for Fsum corresponding to cset e9d842dcfc91
Fri, 23 Nov 2012 11:31:31 -0500 Jordi Gutiérrez Hermoso doc: fix description of k in triu/tril (bug #37796) stable
Wed, 21 Nov 2012 15:29:54 -0500 Jordi Gutiérrez Hermoso *data.cc (Fsum): allow string arguments for Matlab compatibility
Wed, 21 Nov 2012 15:28:46 -0500 Jordi Gutiérrez Hermoso doc: Small fixes to traditional/Octave:matlab-incompatible
Wed, 21 Nov 2012 20:58:07 +0100 Erik Kjellson importdata.m: Correction for non-numeric data and added test for complex numbers.
Wed, 21 Nov 2012 11:32:35 -0500 Jordi Gutiérrez Hermoso doc: cross-reference Octave:matlab-incompatible to --braindead and --traditional
Wed, 21 Nov 2012 07:54:35 -0500 Ronald van der Meer For gnuplot use %g formatting for ticklabels.
Tue, 20 Nov 2012 19:23:34 -0500 Ronald van der Meer Preserve minor ticks when ticklabels are specified (gnuplot only).
Tue, 20 Nov 2012 16:17:01 -0500 Jordi Gutiérrez Hermoso doc: Update struct documentation to match new indexing rules
Tue, 20 Nov 2012 13:24:51 -0500 John W. Eaton warn instead of throwing an error for invalid structure field names
Thu, 15 Nov 2012 13:07:24 -0500 Jordi Gutiérrez Hermoso check for allowed struct field names in subsref and subsasgn
Mon, 12 Nov 2012 17:44:03 +0100 Carlo de Falco Use texinfo syntax in default m-file template.
Mon, 12 Nov 2012 08:09:43 -0500 Dmitri A. Sergatskov Add correct typo ghostscript_binary -> ghostscript.binary. stable
Sun, 11 Nov 2012 14:38:14 -0500 Ben Abbott Add "gswin64c.exe" to the list of possible ghostscript command line programs stable
Mon, 12 Nov 2012 08:09:43 -0500 Dmitri A. Sergatskov Add correct typo ghostscript_binary -> ghostscript.binary.
Sun, 11 Nov 2012 14:38:14 -0500 Ben Abbott Add "gswin64c.exe" to the list of possible ghostscript command line programs
Sat, 13 Oct 2012 23:36:37 -0500 Daniel J Sebald Delete dynamic objects in the main_window destructor for proper cleanup. (bug #37234)