log

age author description
Tue, 31 Jan 2012 21:00:54 +0100 Jacob Dawid Removed scripts to retrieved qterminal and qirc. Instead used .hgsub. gui
Tue, 31 Jan 2012 10:40:13 -0800 Rik maint: Bump Octave version to development numbering of 3.7.0+
Tue, 31 Jan 2012 00:03:37 -0500 John W. Eaton make --disable-dl work again
Mon, 30 Jan 2012 23:42:41 -0500 John W. Eaton deprecate the static keyword
Mon, 30 Jan 2012 23:06:01 -0500 John W. Eaton improve parsing of classdef methods
Mon, 30 Jan 2012 23:03:00 -0500 John W. Eaton iskeyword: don't consider get and set as keywords
Tue, 31 Jan 2012 02:12:56 +0100 Jacob Dawid Replaced local-native with local in octave-gui.pro for building on MacOS. gui
Tue, 31 Jan 2012 00:47:54 +0100 Jacob Dawid Corrected license headers in all files to GPL. gui
Tue, 31 Jan 2012 00:33:56 +0100 Jacob Dawid Removed ImageViewer. Removed stylesheets from dock widgets. gui
Tue, 31 Jan 2012 00:23:03 +0100 Jacob Dawid Solved issue with locale problems. gui
Tue, 31 Jan 2012 00:03:44 +0100 Jacob Dawid Sending commands to the terminal from doubleclicking the history, loading and saving workspaces as well as clearing the workspace works again. gui
Mon, 30 Jan 2012 23:14:46 +0100 Jacob Dawid Commented out some functionality that has not been implemented correctly until now. gui
Mon, 30 Jan 2012 08:22:32 -0500 Ben Abbott Fix qhull tests.
Mon, 30 Jan 2012 12:45:14 +0100 Jacob Dawid Forgot to remove more terminal source code. See previous commit for more information. gui
Mon, 30 Jan 2012 12:38:34 +0100 Jacob Dawid Removed complete terminal code, since everything moved to qterminal. gui
Mon, 30 Jan 2012 01:54:18 +0100 Jacob Dawid Modified call to octave_main, so it doesn't run in embedded mode anymore. gui
Sun, 29 Jan 2012 12:53:05 +0000 Michael Goffioul Export more required symbols [Win32].
Sun, 29 Jan 2012 12:52:54 +0000 Michael Goffioul Include <cctype> in caseless-str.h
Sat, 28 Jan 2012 22:33:57 -0800 Rik Update colormap files with faster code.
Sun, 29 Jan 2012 00:52:19 -0500 Jordi Gutiérrez Hermoso convhull.m: Ensure column (not row) vectors
Sat, 28 Jan 2012 15:45:29 -0800 Rik maint: Use Octave spacing conventions in %!test block for graphics_toolkit.m
Sat, 28 Jan 2012 13:14:07 -0800 Rik figure.m: Extend to accepting command form "figure N"
Sat, 28 Jan 2012 10:42:48 -0800 Rik unimplemented.m: Remove profile and rgbplot from list of unimplemented functions.
Sat, 28 Jan 2012 08:26:51 -0800 Rik colorcube.m: Add new colormap which maximizes equally spaced colors.
Sat, 28 Jan 2012 13:25:20 +0100 Carlo de Falco Add comment in var.m docs about behaviour when input is a scalar
Fri, 27 Jan 2012 20:54:15 -0800 Rik lines.m: Add new colormap corresponding to ColorOrder property.
Fri, 27 Jan 2012 19:09:02 -0800 Rik rgbplot.m: Add new Matlab compatible function for plotting colormaps
Sat, 28 Jan 2012 00:16:28 +0100 Jacob Dawid Removed TerminalHighlighter-class, since it is not needed anymore. gui
Sat, 28 Jan 2012 00:11:34 +0100 Jacob Dawid Removed the old IRC Client code and replaced it by qirc. gui
Fri, 27 Jan 2012 14:06:07 -0500 John W. Eaton Avoid segfault on empty load command stable
Fri, 27 Jan 2012 13:23:30 -0500 Jordi Gutiérrez Hermoso convhull.m: Allow non-vector arguments, for Matlab compatibility
Tue, 24 Jan 2012 20:52:12 -0500 Ben Abbott When root_figure units = normalized, screensize = [0 0 1 1].
Wed, 25 Jan 2012 02:33:10 +0100 Jacob Dawid Provided a patch in the pro for Windows, which does not need qterminal. gui
Tue, 24 Jan 2012 17:12:09 -0800 Rik spinmap.m: Revamp function and make Matlab-compatible.
Tue, 24 Jan 2012 20:06:26 +0100 Jacob Dawid Added subscripts for retrieeving qterminal and qirc int compile.sh. Added copyright headers. gui
Tue, 24 Jan 2012 20:02:09 +0100 Jacob Dawid Added similar script to retrieve libqirc. gui
Tue, 24 Jan 2012 19:57:32 +0100 Jacob Dawid Improved clone script for qterminal. *(get-qterminal.sh): Now pulling instead of cloning when directory exists. gui
Tue, 24 Jan 2012 09:51:48 -0800 Rik doc: Update docstrings for functions in image/ directory
Tue, 24 Jan 2012 18:48:32 +0100 Jacob Dawid Removed bundled qterminal and added a script file to clone and build the latest version of qterminal. *(qterminal): Removed all files. *(get-qterminal.sh) Added script. gui
Tue, 24 Jan 2012 08:53:42 -0800 Rik maint: Style fixes for 5cc69bafe3b9
Tue, 24 Jan 2012 08:29:33 -0500 Ben Abbott Add updating for figure paperorientation property. Bug # 35329.
Mon, 23 Jan 2012 22:53:19 +0100 Jacob Dawid GUI: Updated qterminal. gui
Mon, 23 Jan 2012 22:35:00 +0100 Jacob Dawid GUI: Bundled the new qterminal. gui
Sun, 22 Jan 2012 22:57:56 -0800 Rik prism.m: Simplify code by using repmat rather than kron.
Sun, 22 Jan 2012 22:22:49 -0800 Rik contrast.m: Improve demo.
Sun, 22 Jan 2012 17:56:46 -0500 Ben Abbott Changes to allow plot demos to be run under Matlab.
Sun, 22 Jan 2012 15:14:55 -0500 Jordi Gutiérrez Hermoso Remove bad attempt to fix the terminal in GUI gui
Sun, 22 Jan 2012 15:13:22 -0500 Jordi Gutiérrez Hermoso Merge default onto gui gui
Sun, 22 Jan 2012 13:47:15 -0500 Ben Abbott Changes to allow plot demos to be converted and run by Matlab.
Sun, 22 Jan 2012 10:21:42 -0800 Rik surfl.m: Update docstring.
Sun, 22 Jan 2012 10:02:27 -0800 Rik test: Make surface demos reproducible by setting colormap to default at start of demo.
Sun, 22 Jan 2012 07:43:20 -0800 Rik doc: Update docstring for colormap()
Sun, 22 Jan 2012 07:31:32 -0800 Rik Use Matlab coding conventions for demos in plot/ directory.
Sun, 22 Jan 2012 16:06:55 +0100 Jacob Dawid GUI: Build in previous terminal widget. gui
Sun, 22 Jan 2012 15:17:37 +0100 Jacob Dawid Linking against OctaveDE_Qts konsole-code again. gui
Sun, 22 Jan 2012 14:18:05 +0100 Jacob Dawid Added OctaveDEs konsole sources. gui
Sat, 21 Jan 2012 16:25:07 -0500 Jordi Gutiérrez Hermoso repmat.m: Fix incorrect docstring regarding higher dimensions
Sat, 21 Jan 2012 11:26:36 +0100 Jacob Dawid GUI: Added qtermwidget snapshot as a subproject to build as a library that links with Octave GUI. gui
Sat, 21 Jan 2012 10:40:19 +0100 Jacob Dawid GUI: Removed stylesheets from dock widgets and add missing slots. gui
Fri, 20 Jan 2012 17:40:30 -0800 Rik Fix regression in 9fc597693b0b preventing updating of waitbar text string. stable