log

age author description
Tue, 05 Jun 2012 14:41:22 +0200 Jacob Dawid Added debug events, debug mode detection and fixed compiling error. gui
Tue, 05 Jun 2012 07:39:46 +0200 Carlo de Falco Add configure check for templated bitwise operators.
Mon, 04 Jun 2012 20:55:25 -0400 Ben Abbott Allow graphics_toolkit (h) to return the value for specified figures.
Mon, 04 Jun 2012 16:01:04 -0700 Rik doc: Correct errors and improve docstring for datestr.m
Mon, 04 Jun 2012 22:30:08 +0200 Jacob Dawid Moved symbol-information out of octave-adapter. Adjusted project file. gui
Mon, 04 Jun 2012 22:03:18 +0200 Jacob Dawid Removed last bits of Qt from octave_link. gui
Mon, 04 Jun 2012 21:28:08 +0200 Jacob Dawid Added update events for the command history model and workspace model. gui
Mon, 04 Jun 2012 16:08:44 +0200 Jacob Dawid Extended event based communication model. gui
Mon, 04 Jun 2012 01:42:58 +0200 Jacob Dawid Added event based processing and implement exit and change directory event. gui
Sat, 02 Jun 2012 14:26:53 -0400 Jordi Gutiérrez Hermoso Merge away extra head on default
Sat, 02 Jun 2012 16:38:36 +0200 Jacob Dawid Patched qterminal for MacOS. Changed Qt3 compatibility slot to Qt4 slot. gui
Sat, 02 Jun 2012 16:25:18 +0200 Jacob Dawid Done some extra method renaming to fit the overall octave coding style. gui
Sat, 02 Jun 2012 14:44:50 +0200 Jacob Dawid Solved crash on close by ignoring close event and instead executing exit in the terminal. gui
Sat, 02 Jun 2012 13:57:51 +0200 Jacob Dawid Added comments for the octave-adapter module. gui
Fri, 01 Jun 2012 23:54:14 +0200 Jacob Dawid Completion of code reformatting. gui
Fri, 01 Jun 2012 13:20:49 -0400 Alexander Hansen Fix compilation error on newer compilers
Fri, 01 Jun 2012 13:19:07 -0400 Jordi Gutiérrez Hermoso Silence unused variable warnings
Thu, 31 May 2012 22:59:47 +0200 Jacob Dawid Started to rename class names and methods from camel case to underscore- gui
Thu, 31 May 2012 22:21:25 +0200 Jacob Dawid maint: periodic merge of default to gui gui
Thu, 31 May 2012 22:19:53 +0200 Jacob Dawid Changed various files to matche file naming conventions. gui
Thu, 31 May 2012 16:09:57 -0400 John W. Eaton maint: periodic merge of stable to default
Thu, 31 May 2012 16:04:57 -0400 John W. Eaton Added tag release-3-6-2 for changeset 551566201318 stable
Thu, 31 May 2012 11:22:15 -0400 John W. Eaton Version 3.6.2 released. stable release-3-6-2
Thu, 31 May 2012 20:53:56 +0200 Jacob Dawid Renamed all source files of the gui to lowercase and .cc to be conform with the octave sources. gui
Tue, 29 May 2012 17:36:02 -0700 Rik str2double.cc: Case-insensitive detection of 'Inf' (Bug #36536).
Tue, 29 May 2012 23:11:26 +0200 Jacob Dawid Fixed bug with current directory. gui
Tue, 29 May 2012 19:08:05 +0200 Jacob Dawid Implemented logic for current directory bar. gui
Tue, 29 May 2012 14:31:21 +0200 Jacob Dawid maint: Periodic merge of default to gui. gui
Tue, 29 May 2012 14:29:05 +0200 Jacob Dawid Wrote SymbolInformation struct and refactored code that updates the symbol table. gui
Mon, 28 May 2012 09:40:03 -0700 Rik test: Temporary patch to stop 'mkdir' tests failing until 'mkdir -p' is corrected.
Mon, 28 May 2012 09:26:51 -0700 Rik test: Turn off 'deprecated-function' warning when running fntests.m
Mon, 28 May 2012 02:17:11 +0200 Jacob Dawid Added copy and paste context menu for the terminal. gui
Mon, 28 May 2012 00:39:57 +0200 Jacob Dawid Calling qApp->quit () via QMetaObject::invoke caused a segfault, now exits cleanly. gui
Sun, 27 May 2012 23:42:00 +0200 Jacob Dawid Added patch from Marco Atzeri for QTerminal to build with cygwin. Removed some compiler warnings. gui
Sun, 27 May 2012 13:54:03 +0200 Jacob Dawid Made the terminal window dockable, too. Now the whole interface is fully dockable. gui
Fri, 25 May 2012 16:02:05 -0700 Rik Fix memory exhausted bug with log plots of small negative constant data (bug #36493)
Fri, 25 May 2012 23:56:31 +0200 Jacob Dawid Fixed bug with not opening the editor when clicking a file from the file browser. Implemented watching the file on disk. gui
Fri, 25 May 2012 20:54:36 +0200 Jacob Dawid Fixed crash on exit. Typing exit in the terminal works, too. gui
Fri, 25 May 2012 11:24:02 -0400 Jordi Gutiérrez Hermoso Fix bad two-arg call of randperm (bug #36535) stable
Thu, 24 May 2012 15:38:59 -0400 John W. Eaton maint: periodic merge of stable to default
Thu, 24 May 2012 15:36:06 -0400 John W. Eaton Added tag rc-3-6-2-2 for changeset 4460c4fb20e6 stable
Thu, 24 May 2012 15:35:50 -0400 John W. Eaton 3.6.2-rc2 release candidate stable rc-3-6-2-2
Thu, 24 May 2012 12:19:04 -0400 John W. Eaton 3.6.2-rc1 release candidate stable
Thu, 24 May 2012 09:50:28 -0700 Rik Simplify class handling ('single' vs. 'double') for statistical distribution random functions.
Thu, 24 May 2012 13:45:33 +0200 Jacob Dawid Allowing nested dock widgets and fixed small bug in loading a workspace. gui
Thu, 24 May 2012 13:20:27 +0200 Jacob Dawid Integrated the editor to be docked with the other widgets. gui
Thu, 24 May 2012 12:08:53 +0200 Jacob Dawid Copy/Paste buttons get greyed out in the editor correctly again. Removed margin in editor tabs and status bar. gui
Wed, 23 May 2012 22:34:37 +0200 David Bateman Allow the builtin function mkdir to create missing parent directories
Wed, 23 May 2012 16:20:29 -0400 Jordi Gutiérrez Hermoso maint: Periodic merge of default to gui gui
Wed, 23 May 2012 21:07:57 +0200 Jacob Dawid Now only monospaced fonts are allowed for editor font. gui
Wed, 23 May 2012 20:25:07 +0200 Jacob Dawid Editor can now handle multiple files in tabs. gui
Wed, 23 May 2012 13:36:24 -0400 John W. Eaton skip leading whitespace for scanf %i format
Wed, 23 May 2012 10:50:08 +0200 Jacob Dawid Restructured source files. gui
Tue, 22 May 2012 23:34:40 +0200 Jacob Dawid Fixed bug with querying wrong matrix dimensions (bug #36421). gui
Tue, 22 May 2012 17:46:45 +0200 Jacob Dawid Copy and paste into the terminal window works now (ctrl+c, ctrl+v). gui
Tue, 22 May 2012 17:29:34 +0200 Jacob Dawid Settings readline event hook and fixed race condition. gui
Tue, 22 May 2012 13:04:24 +0200 Jacob Dawid Restructured menus, added toolbar and current directory line edit. gui
Tue, 22 May 2012 11:00:24 +0200 Jacob Dawid Discarded initFileEditor, instead put that in the constructor. Speedup for updating the symbol table by lowering complexity from n² to n. Fixed problem with hangup on quit. gui
Tue, 22 May 2012 09:13:46 +0200 Jacob Dawid Removed unused classes and added octave loop hook. gui
Mon, 21 May 2012 06:28:32 -0400 John W. Eaton delete obsolete README files from etc directory