log

age author description
Sun, 02 Jun 2013 19:17:49 +0200 Torsten commenting selected lines in the editor uses comment string depending on lexer
Sun, 02 Jun 2013 11:10:16 +0200 Torsten context menu of terminal widget: add icons and an entry to clear the console
Sun, 02 Jun 2013 09:13:00 +0200 Torsten fix bug concerning preparing the apis info for code completion
Sat, 01 Jun 2013 19:40:24 +0200 Torsten make octave lexer the default and dynamically set margin width for line numbers
Sat, 01 Jun 2013 15:10:35 +0200 Torsten save prepared apis info for qscintilla into a path depending on octave version
Sat, 01 Jun 2013 10:32:25 +0200 Torsten use capital letters for the letter icons of the dock widgets
Sat, 01 Jun 2013 00:53:30 -0400 Mike Miller rgb2ind.m: fix input validation tests
Sat, 01 Jun 2013 00:30:20 -0400 Mike Miller fix strsplit input validation
Fri, 31 May 2013 19:00:08 -0400 Mike Miller ls.m: fix error when listing an empty directory
Fri, 31 May 2013 12:06:32 -0700 Rik doc: Use double space after period for INSTALL file.
Fri, 31 May 2013 20:54:59 +0200 Torsten fix searching new directory for file browser
Fri, 31 May 2013 10:43:53 -0400 John W. Eaton use correct "caller" workspace for mexputvariable and mexgetvariable
Fri, 31 May 2013 13:27:04 +0100 Carnë Draug ind2rgb: add support for multidimensional indexed images.
Thu, 30 May 2013 14:19:59 -0400 Daniel J Sebald include more signals in SIG function (bug #39089)
Thu, 30 May 2013 14:12:22 -0400 Clemens Buchacher do not include C++ header in extern "C" context (bug #38746)
Mon, 27 May 2013 21:41:57 +0200 Torsten fix restoring editor files from previous session and speedup lexer preparation
Sun, 26 May 2013 22:16:21 +0200 Torsten add more settings concerning tabs and indentation to the editor settings
Sun, 26 May 2013 14:49:41 +0200 Torsten make white space visibility in the editor configurable
Sat, 25 May 2013 16:36:34 +0200 Torsten make case sensitivity of editors auto completion list configurable
Sat, 25 May 2013 15:00:31 +0200 Torsten make background colors of editor files configurable
Fri, 24 May 2013 21:45:40 -0400 John Donoghue Added find files context menu to files-dock-widget
Fri, 24 May 2013 15:41:52 -0400 Michael Goffioul Implement property accessors. classdef
Fri, 24 May 2013 10:30:18 -0400 John W. Eaton * macros.texi: Don't use @strong for @seealso in info mode.
Thu, 23 May 2013 21:41:51 -0400 Michael Goffioul Support combination of object array extension and multi-level indexing. classdef
Thu, 23 May 2013 14:12:33 -0400 Michael Goffioul Add multi-level index assignment for object array. classdef
Wed, 22 May 2013 15:48:31 -0400 Michael Goffioul Promote scalar object to array for '(' idnex assignment. classdef
Tue, 21 May 2013 20:08:22 +0200 Torsten make color of current line marker in the editor configurable
Mon, 20 May 2013 22:59:10 -0400 Michael Goffioul Add object array property indexing. classdef
Mon, 20 May 2013 20:17:19 -0400 Michael Goffioul Implement multilevel subsasgn for scalar objects. classdef
Mon, 20 May 2013 14:37:25 -0400 Michael Goffioul Implement meta.package.getAllPackages() method. classdef
Mon, 20 May 2013 12:44:03 -0400 Michael Goffioul Expose builtin meta.* classes. classdef
Sat, 18 May 2013 23:00:19 -0400 John Donoghue Allow setting background/forground terminal colors in Unix (bug #39016)
Sun, 19 May 2013 12:58:41 -0400 John W. Eaton * oct-hist.cc: Style fixes. Remove unused code.
Sun, 19 May 2013 09:05:28 -0400 John Donoghue Make open file "file not found" message box open in front of editor window.
Sat, 18 May 2013 19:11:18 -0400 John Donoghue Added default name usage for history -r,-w option (Bug #38986)
Sat, 18 May 2013 23:12:56 -0400 Michael Goffioul Correct handling of package context in symbol table. classdef
Sat, 18 May 2013 22:43:10 -0400 John W. Eaton maint: periodic merge of default to classdef classdef
Sat, 18 May 2013 18:40:57 -0400 Michael Goffioul Mark "package" function symbols when dumping symbol table. classdef
Sat, 18 May 2013 16:21:32 -0400 John W. Eaton recognize character string at beginning of statement (bug #38926, #38958)
Sat, 18 May 2013 14:34:25 -0400 John W. Eaton improve parsing of commands
Sat, 18 May 2013 16:13:53 +0200 Torsten options for auto completion threshold, source and word replacement in settings
Sat, 18 May 2013 15:17:03 +0200 Torsten fix auto completion for octave files in editor
Sat, 18 May 2013 15:06:33 +0200 Torsten * settings-dialog.cc: enable octave lexer editor styles if lexer is present
Fri, 17 May 2013 23:17:25 -0400 Michael Goffioul Initial support for (classdef) packages. classdef
Fri, 17 May 2013 13:56:52 -0400 Clemens Buchacher handle single output case of ndgrid
Fri, 17 May 2013 12:56:44 -0400 John W. Eaton allow abbreviations for optimset and optimget (bug #38999)
Tue, 07 May 2013 22:56:42 +0800 Ben Abbott Fix bug # 38885.
Sun, 12 May 2013 16:46:56 -0400 John Donoghue Fix Qt error messages w/o QScintilla-dev installed (Bug #38878)
Thu, 16 May 2013 15:46:08 -0400 John W. Eaton * contributors.in: Include Risto Vanhanen in the list.
Thu, 16 May 2013 15:43:50 -0400 Risto Vanhanen read Level 5 MAT files not encoded with small data element format (bug #38870)
Thu, 16 May 2013 14:32:54 -0400 John W. Eaton check for Qt build tools with $host prefix
Thu, 16 May 2013 13:19:33 -0400 Andreas Weber * dlmwrite.m: Fix typo.
Thu, 16 May 2013 13:50:26 +0800 Ben Abbott Allow build to continue without QScintilla lexer for Octave
Wed, 15 May 2013 03:17:34 -0400 John W. Eaton minor change to wording for previous change
Wed, 15 May 2013 03:08:02 -0400 John W. Eaton remove instructions for building dev sources from manual
Wed, 15 May 2013 03:03:32 -0400 John W. Eaton maint: update etc/HACKING
Wed, 15 May 2013 02:44:46 -0400 John W. Eaton use missing script for gperf
Wed, 15 May 2013 01:30:16 -0400 John W. Eaton allow build to continue without QScintilla lexer for Octave
Tue, 14 May 2013 05:24:19 -0400 John W. Eaton require that dynamic field names have only one row
Tue, 14 May 2013 05:23:53 -0400 John W. Eaton Added tag ss-3-7-5 for changeset 608e307b4914
Tue, 14 May 2013 05:23:45 -0400 John W. Eaton snapshot 3.7.5 ss-3-7-5
Tue, 14 May 2013 02:49:24 -0400 John W. Eaton always handle CTRL-C as interrupt on windows systems
Tue, 14 May 2013 02:49:07 -0400 John W. Eaton go back to fork and setsid, but not on OS X systems
Mon, 13 May 2013 18:50:14 -0400 John W. Eaton require dynamic field names to be character strings
Mon, 13 May 2013 16:37:28 -0400 John W. Eaton * uigetdir.m: Eliminate unnecessary cell array for function args.
Mon, 13 May 2013 16:15:58 -0400 John Donoghue Added uigetdir to octave_link
Sun, 05 May 2013 19:11:45 +0200 Erik Kjellson importdata.m: Added Carriage Return as possible line break character.
Mon, 13 May 2013 08:59:05 -0400 John W. Eaton Added tag ss-3-7-4 for changeset 4e50bd2946d8
Mon, 13 May 2013 08:07:15 -0400 John W. Eaton snapshot 3.7.4 ss-3-7-4
Mon, 13 May 2013 08:05:53 -0400 John W. Eaton disable \C-v keybinding
Mon, 13 May 2013 07:54:58 -0400 John W. Eaton more copy/paste tweaks
Mon, 13 May 2013 07:26:37 -0400 John W. Eaton improve handling of interrupts, copy and paste shortcuts
Mon, 13 May 2013 05:58:12 -0400 John W. Eaton disallow setting selection with right mouse button in windows terminal
Sun, 12 May 2013 22:21:46 -0400 John W. Eaton use QScintilla's lexer for highlighting Octave programs
Sun, 12 May 2013 21:47:57 -0400 John W. Eaton don't push superclass and metaclass tokens twice classdef
Sun, 12 May 2013 21:45:57 -0400 John W. Eaton maint: periodic merge of default to classdef classdef
Sun, 12 May 2013 21:05:19 -0400 John W. Eaton don't push operator tokens twice
Sun, 12 May 2013 16:57:06 -0400 John W. Eaton eliminate unimplemented New -> Variable menu item
Sun, 12 May 2013 16:17:48 -0400 John W. Eaton don't store default values in resource manager class
Sun, 12 May 2013 15:33:05 -0400 John W. Eaton * QTerminal.cc: Style fixes.
Sun, 12 May 2013 15:23:14 -0400 John W. Eaton simplify QTerminal inheritance scheme
Sat, 11 May 2013 18:20:31 +0200 Torsten ask for saving modified editor files if octave is closed (bug #38689)
Sat, 11 May 2013 14:01:15 +0200 Torsten fix endless loop when closing all files in the editor and files are modified
Fri, 10 May 2013 18:31:04 -0400 Mike Miller Fix GUI includes when built without Qscintilla
Fri, 10 May 2013 21:01:02 +0200 Torsten fix running files from file browser's context menu
Fri, 10 May 2013 01:02:58 +0100 Carnë Draug gallery: new function
Wed, 08 May 2013 20:48:11 +0100 Adam H Aitkenhead rgb2ind.m: Fix handling ND images.
Wed, 08 May 2013 14:57:45 -0400 Jordi Gutiérrez Hermoso Merge in Adam's changes
Wed, 08 May 2013 14:57:33 -0400 Jordi Gutiérrez Hermoso rgb2ind.m: Style fixes
Sat, 04 May 2013 10:53:43 +0100 Adam H Aitkenhead rgb2ind.m: Enable handling of ND images, and enable n,tol,map,dither as inputs.
Tue, 07 May 2013 15:53:53 -0400 John W. Eaton in Windows terminal, don't clear selection when copying to clipboard
Tue, 07 May 2013 15:52:13 -0400 John W. Eaton use swapped points when getting selection text in Windows terminal
Tue, 07 May 2013 15:29:00 -0400 John W. Eaton adjust location of eof marker for files with subfunctions but no explicit end statements
Mon, 06 May 2013 20:02:08 -0400 Michael Goffioul GUI compilation fixes for MSVC.
Mon, 06 May 2013 20:02:01 -0400 Michael Goffioul Decorate symbols with OCTINTERP_API.
Mon, 06 May 2013 20:01:54 -0400 Michael Goffioul Support "true" or "yes" for %NO_OCT_FILE_STRIP% in mkoctfile.in.cc.
Mon, 06 May 2013 22:23:53 +0200 Torsten save and restore last used tabs of the settings dialog
Mon, 06 May 2013 07:45:53 -0400 John W. Eaton handle copying names file browser to clipboard; allow multiple selections
Mon, 06 May 2013 06:06:43 -0400 John W. Eaton draw border around color picker swatches
Mon, 06 May 2013 06:00:44 -0400 John W. Eaton allow terminal colors to be set from preferences dialog
Mon, 06 May 2013 02:20:06 -0400 John W. Eaton split drawing apart to avoid XOR operation
Mon, 06 May 2013 02:20:01 -0400 John W. Eaton use functions to handle colors in Windows GUI terminal
Mon, 06 May 2013 00:56:09 -0400 John W. Eaton use average width for character size in GUI terminal for Windows
Sun, 05 May 2013 18:49:13 +0200 Torsten * fileclose.png: new icon for close actions (missing in cset 16615)
Sun, 05 May 2013 16:34:11 +0200 Torsten add close actions to the file menu of the editor
Sat, 04 May 2013 22:51:43 -0500 Daniel J Sebald Use menu triggered signal instead of action triggered signal to rid cast.
Sun, 05 May 2013 11:27:39 +0200 Torsten add menu for searching the next directory shown by the file browser
Sun, 05 May 2013 02:51:49 -0400 John W. Eaton handle text selection in GUI terminal for Windows
Sat, 04 May 2013 23:37:27 +0200 Torsten move more common code from dock widgets into octave-dock-widget.h
Sat, 04 May 2013 09:37:28 +0200 Torsten workspace view colors based upon variable scope (derived from Dan's patch #8013)
Sat, 04 May 2013 01:01:44 -0400 John W. Eaton improve handling of cursor blinking for unix GUI terminal window
Sat, 04 May 2013 00:49:34 -0400 John W. Eaton make blinking cursor and different cursor styles for Windows GUI terminal
Fri, 03 May 2013 20:59:46 +0200 Torsten fix style of matching braces in octave lexer
Fri, 03 May 2013 02:57:43 -0400 John W. Eaton unix terminal: don't blink cursor if command window does not have focus
Fri, 03 May 2013 01:16:41 -0400 John W. Eaton erase subfunctions when primary function scope is deleted (bug #38691)
Fri, 03 May 2013 00:32:50 -0400 John W. Eaton allow options to be passed to run-octave script used in check target
Fri, 03 May 2013 00:29:07 -0400 John W. Eaton install .gdbinit in test directory
Fri, 03 May 2013 00:27:55 -0400 John W. Eaton turn off gdb thread messages by default
Wed, 01 May 2013 15:29:57 -0400 Jordi Gutiérrez Hermoso maint: periodic merge of stable to default
Wed, 01 May 2013 14:41:50 -0400 Jordi Gutiérrez Hermoso doc: fix some minor sparse documentation oversights stable