log

age author description
Sun, 27 Nov 2011 16:07:13 -0800 Rik doc: Document "local" option for configuration variables.
Sun, 27 Nov 2011 09:07:37 -0500 Jordi Gutiérrez Hermoso Merge default onto gui gui
Sun, 27 Nov 2011 09:01:37 -0500 Jordi Gutiérrez Hermoso doc: Clarify binomial and gamma distribution paramters
Sun, 27 Nov 2011 08:15:48 -0500 Jordi Gutiérrez Hermoso Fix for CSparse.cc corresponding to cset d672edef956e
Sat, 26 Nov 2011 22:18:06 -0500 Ben Abbott doc: Remove obsolete "keylabel" and replace by "displayname".
Sat, 26 Nov 2011 18:39:10 -0800 Rik doc: Update list of obsolete functions and their replacements
Sat, 26 Nov 2011 17:57:02 -0800 Rik doc: Update list of keywords for Octave grammar.
Sat, 26 Nov 2011 17:29:04 -0800 Rik test: Fix failing test in fileread.m due to EOL issues (Bug #34897)
Sat, 26 Nov 2011 17:25:05 -0800 Rik doc: Add undocumented functions to manual for 3.6.0 release
Sat, 26 Nov 2011 19:28:22 -0500 Jordi Gutiérrez Hermoso Fix UB (reading uninitialised memory)
Sat, 26 Nov 2011 17:51:20 -0500 Jordi Gutiérrez Hermoso Fix slight regression in bug #33527 when load is called without arguments
Sat, 26 Nov 2011 21:59:04 +0000 Michael Goffioul Use nargout = 0 in graphics callbacks specified as string.
Sat, 26 Nov 2011 21:58:59 +0000 Michael Goffioul Support linestyleorder as cellstr.
Sat, 26 Nov 2011 21:58:27 +0000 Michael Goffioul Remember the type of uicontrol::string (plain string or cellstr).
Sat, 26 Nov 2011 13:08:47 -0500 Ben Abbott Add headers to texinfo table for legend.m
Fri, 25 Nov 2011 23:44:44 -0500 Ben Abbott Bug fix (#34901). Allow legend options to be specified. Modify demo.
Fri, 25 Nov 2011 17:09:19 +0000 Michael Goffioul Re-allow recursive graphics event processing.
Fri, 25 Nov 2011 11:29:31 -0500 Jordi Gutiérrez Hermoso Add a citation to Higham's matrix norm paper
Wed, 23 Nov 2011 10:56:05 -0800 Rik NEWS: Clarify that uiXXX functions are experimental/preliminary.
Wed, 23 Nov 2011 02:35:37 -0500 John W. Eaton subsref, subsasgn: allow empty subscript structs
Wed, 23 Nov 2011 09:42:50 -0800 Rik doc: Spellcheck documentation before 3.6.0 release
Wed, 23 Nov 2011 08:44:29 -0800 Rik doc: Add missing @group/@end group to orderfields docstring
Wed, 23 Nov 2011 08:38:19 -0800 Rik Grammarcheck of documentation before 3.6.0 release.
Tue, 22 Nov 2011 21:22:46 -0800 Rik doc: Update seealso references for cellslices and cellindexmat
Wed, 23 Nov 2011 09:19:40 +0000 Michael Goffioul Fix syntax errors in GUI .pro file. gui
Wed, 23 Nov 2011 09:14:10 +0000 Michael Goffioul Add notes about new handle graphics functions.
Wed, 23 Nov 2011 09:04:41 +0000 Michael Goffioul Remove Win32-specific case using Sleep in waitfor.
Wed, 23 Nov 2011 08:59:25 +0000 Michael Goffioul Implement waitfor, uiwait and uiresume.
Wed, 23 Nov 2011 00:20:00 -0500 Jordi Gutiérrez Hermoso Update NEWS with auto BSX info
Tue, 22 Nov 2011 21:05:20 -0800 Rik doc: Update bitshift() docstring
Tue, 22 Nov 2011 20:53:56 -0800 Rik doc: Update HACKING file
Tue, 22 Nov 2011 20:42:08 -0800 Rik doc: Document %!endfunction keyword
Tue, 22 Nov 2011 20:10:22 -0800 Rik doc: Update NEWS file with more 3.6.0 features
Tue, 22 Nov 2011 19:50:06 -0800 Rik Remove recycle from list of unimplemented functions
Tue, 22 Nov 2011 22:42:15 -0500 John W. Eaton * oct-obj.h, oct-obj.cc: Use macros to declare and define octave_allocator.
Tue, 22 Nov 2011 22:01:52 -0500 John W. Eaton avoid reloading private functions when checking to see whether they are out of date
Tue, 22 Nov 2011 18:26:28 -0800 Rik Remove unnecessary regular expression '.*' from ends of %!error blocks
Tue, 22 Nov 2011 17:56:06 -0800 Rik test.m: Update tests which depend on error messages changed in toeplitz.m
Tue, 22 Nov 2011 17:46:59 -0800 Rik hadamard.m: Fix failing %!tests
Tue, 22 Nov 2011 17:43:30 -0500 John W. Eaton cd: behave like unixy shells for "cd" alone, but be Matlab compatible if doing "current_dir = cd"
Wed, 23 Nov 2011 00:37:45 +0100 Carlo de Falco updated gnulib to get the fix for bug #34839
Tue, 22 Nov 2011 18:20:41 +0100 Konstantinos Poulios title positioning taking xaxislocation into account (bug #33418)
Tue, 22 Nov 2011 17:53:18 +0100 Konstantinos Poulios Merged changes
Tue, 22 Nov 2011 17:50:11 +0100 Konstantinos Poulios strip trailing spaces
Tue, 22 Nov 2011 08:41:45 -0800 Rik pascal.m: Use in-place assignment operator for faster negation
Tue, 22 Nov 2011 04:23:02 -0500 John W. Eaton maint: distribute profiler.h
Tue, 22 Nov 2011 04:03:19 -0500 John W. Eaton maint: correct list of files for test subdirectories.
Mon, 21 Nov 2011 16:36:20 -0500 John W. Eaton * pascal.m: Style fixes.
Mon, 21 Nov 2011 16:34:31 -0500 John W. Eaton __voronoi__: avoid undeclared variable warning
Mon, 21 Nov 2011 11:58:43 -0800 Rik pascal.m: Update coding style. Use in-place operations where possible.
Mon, 21 Nov 2011 09:38:45 +0000 Michael Goffioul [Win32] For compilation on MinGW due to wchar_t* conversion. gui
Mon, 21 Nov 2011 04:10:37 -0500 John W. Eaton quote filenames passed to the shell
Mon, 21 Nov 2011 04:06:52 -0500 John W. Eaton Backed out changeset 19e11eb17812
Mon, 21 Nov 2011 03:16:39 -0500 John W. Eaton quote filenames passed to the shell
Mon, 21 Nov 2011 02:05:25 -0500 John W. Eaton Backed out changeset 5c2096009c43
Mon, 21 Nov 2011 01:40:24 -0500 John W. Eaton avoid using invalid value for figure outerposition
Sun, 20 Nov 2011 13:19:35 -0800 Rik doc: Add Vanya Sergeev to list of contributors
Fri, 23 Sep 2011 05:13:01 -0400 Vanya Sergeev pascal.m: permutation compatibility with Matlab for n=2; fixed n=0 case (Bug #34365)
Sat, 19 Nov 2011 20:41:29 -0800 Rik hadamard.m: Embed hadamard28 matrix as constant rather than computed value.
Sat, 19 Nov 2011 07:15:19 -0800 Rik invhilb.m: update coding style.
Sat, 19 Nov 2011 07:05:28 -0800 Rik magic.m: Use Octave spacing convention. Add more input validation tests.
Sat, 19 Nov 2011 06:56:03 -0800 Rik wilkinson.m: Use Octave spacing conventions in code. Add more input validation tests.
Fri, 18 Nov 2011 14:26:20 -0800 Rik toeplitz.m: Update coding style
Fri, 18 Nov 2011 12:28:20 -0800 Rik hankel.m: Recode for 3.5X speedup
Fri, 18 Nov 2011 12:25:19 -0800 Rik maint: update .hgsubstate
Fri, 18 Nov 2011 10:17:09 -0500 John W. Eaton allow bar (..., color) to work
Fri, 18 Nov 2011 09:32:30 +0000 Michael Goffioul Fix MinGW compilation problem with tlhelp32.h
Thu, 17 Nov 2011 21:58:56 -0500 Jordi Gutiérrez Hermoso Merge default onto gui gui
Thu, 17 Nov 2011 21:49:42 -0500 Jordi Gutiérrez Hermoso maint: keep gnulib under a subrepo
Thu, 17 Nov 2011 23:04:02 +0000 Michael Goffioul [Win32] Implement sendText capability in Win32 terminal widget. gui
Thu, 17 Nov 2011 11:32:50 -0800 Rik vander.m: Update coding style
Thu, 17 Nov 2011 14:14:10 -0500 John W. Eaton finish previous change to __voronoi__
Thu, 17 Nov 2011 13:47:12 -0500 John W. Eaton fix regression in __voronoi__ and convhulln option processing
Thu, 17 Nov 2011 12:59:10 +0000 Michael Goffioul [Win32] Make standard IO setup more robust in QConsole. gui
Thu, 17 Nov 2011 05:22:35 -0500 John W. Eaton * convhulln.cc: Clean up argument parsing and variable decls.
Thu, 17 Nov 2011 05:21:16 -0500 John W. Eaton avoid writing outside bounds of matrix
Thu, 17 Nov 2011 09:30:29 +0000 Michael Goffioul [Win32] Force hiding console window. gui
Thu, 17 Nov 2011 04:01:04 -0500 John W. Eaton copy parent class info when performing operations on class objects
Thu, 17 Nov 2011 00:26:36 -0500 Jordi Gutiérrez Hermoso Clarify error message when raising matrices to powers
Wed, 16 Nov 2011 20:49:04 -0800 Rik hilb.m: 10% speedup by using in-place accumulation.
Wed, 16 Nov 2011 16:17:13 -0500 John W. Eaton more compatibility fixes for __voronoi__
Wed, 16 Nov 2011 14:37:55 -0500 Jordi Gutiérrez Hermoso Merge default onto gui gui
Wed, 16 Nov 2011 18:51:04 +0000 Michael Goffioul Initial implementation of a Qt Win32 terminal widget. gui
Tue, 15 Nov 2011 01:29:22 -0500 John W. Eaton cell2struct: if DIM is omitted, use a default value of 1.
Mon, 14 Nov 2011 21:50:16 -0500 Jordi Gutiérrez Hermoso Clean up help about old flags for debug variables
Mon, 14 Nov 2011 18:43:06 -0500 Jordi Gutiérrez Hermoso Merge in Carnë's changes
Sat, 12 Nov 2011 19:26:32 +0000 Carnë Draug news: fixing bug when package is not specified and core NEWS file can't be found
Sat, 05 Nov 2011 17:16:28 +0000 Carnë Draug NEWS file of packages now expected to be in the package root. Also support ONEWS file as per GNU the standards. Updated manual accordingly.
Thu, 03 Nov 2011 12:11:31 +0000 Carnë Draug news: support to read news of installed packages
Mon, 14 Nov 2011 04:14:04 -0500 John W. Eaton compatibility fixes for __voronoi__
Sat, 12 Nov 2011 23:45:51 +0100 Carlo de Falco fix extra output parameters in gmres
Fri, 11 Nov 2011 23:16:30 -0500 Jordi Gutiérrez Hermoso Merge in Carnë's changes.
Mon, 31 Oct 2011 01:05:41 +0000 Carnë Draug Add python to manual and respect format rules of copyright block
Mon, 31 Oct 2011 00:38:27 +0000 Carnë Draug Made nargoutchk compatible with matlab 2011 but keeping backwards compatibility
Fri, 11 Nov 2011 22:44:06 -0500 Jordi Gutiérrez Hermoso sprandsym.m: trivial doc fix
Thu, 10 Nov 2011 13:35:08 -0800 Rik Modernize function implementations and docstrings in scripts/time.
Thu, 10 Nov 2011 02:50:51 -0500 John W. Eaton * narginchk.m: New tests.
Thu, 10 Nov 2011 02:45:40 -0500 John W. Eaton * narginchk.m: Style and doc fixes.
Wed, 09 Nov 2011 21:21:40 -0500 Jordi Gutiérrez Hermoso Merge in Carnë's changes
Fri, 28 Oct 2011 17:31:43 +0100 Carnë Draug New function narginchk
Wed, 09 Nov 2011 21:13:28 -0500 Jordi Gutiérrez Hermoso quadv.m: style fixes
Wed, 09 Nov 2011 15:06:39 -0500 Alexander Klein quadv.m: Fixes for convergence issues with vector-valued functions (patch #7627)
Wed, 09 Nov 2011 17:53:23 -0800 Rik Stop debug_on_error triggering for a new plot (bug #32655)
Wed, 09 Nov 2011 14:49:09 -0800 Rik Ugrade time functions to accept millisecond format string FFF (Bug #34586)
Tue, 08 Nov 2011 19:59:37 -0500 John W. Eaton allow waitbar message to be a cellstr object
Tue, 08 Nov 2011 14:50:15 -0500 John W. Eaton * ov-range.cc: Also disable warning for noninteger index in test.
Tue, 08 Nov 2011 11:55:28 -0800 Rik doc: Change bitunpack docstring to refer to itself, not bitpack
Tue, 08 Nov 2011 14:39:02 -0500 John W. Eaton eliminate warnings for changes in operator precedence made years ago
Tue, 08 Nov 2011 14:16:41 -0500 John W. Eaton missing change from changeset 69afe121f07e
Tue, 08 Nov 2011 09:25:40 -0800 Rik warning_ids.m: Add missing warnings to list. They are not documented.
Tue, 08 Nov 2011 09:07:13 -0800 Rik Remove 3 unused warning ids
Mon, 07 Nov 2011 15:46:06 -0500 John W. Eaton provide parial implementation of the recycle function
Mon, 07 Nov 2011 15:00:55 -0500 John W. Eaton load preferences before trying to query them
Mon, 07 Nov 2011 03:20:10 -0500 John W. Eaton make octave_allocator optional and disable by default
Mon, 07 Nov 2011 02:56:06 -0500 John W. Eaton don't define functions in test and demo blocks
Sun, 06 Nov 2011 21:22:49 -0800 Rik maint: periodic merge of stable to default.
Thu, 27 Oct 2011 09:59:26 -0700 Rik display.m: Extend display to work on builtin classes (Bug #34637)
Sun, 06 Nov 2011 15:13:37 -0800 Rik prefsfile.m: Use .octave_prefs for preferences filename
Sun, 06 Nov 2011 20:08:17 +0000 Michael Goffioul Format test suite output correctly on Win32.
Sat, 05 Nov 2011 13:46:15 -0700 Rik waitbar.m: Eliminate docstring reference to waitbar(frac,msg)
Sat, 05 Nov 2011 07:34:01 -0700 Rik playaudio.m: Use modern coding standards. Add input validation tests.
Sat, 05 Nov 2011 03:06:01 -0400 John W. Eaton avoid uninitialized variable warning from valgrind
Sat, 05 Nov 2011 02:02:54 -0400 John W. Eaton ensure that complex matrix multiplication results are fully initialized
Sat, 05 Nov 2011 01:59:40 -0400 John W. Eaton always initialize info and rcon in Matrix determinant methods
Fri, 04 Nov 2011 20:09:02 -0700 Rik unimplemented.m: Remove functions which have been implemented.
Fri, 04 Nov 2011 19:58:38 -0700 Rik Implement new usejava function for Matlab compatability.
Fri, 04 Nov 2011 19:12:43 -0700 Rik license.m: Update to modern coding standards. Add functional and input validation tests.
Fri, 04 Nov 2011 19:15:27 -0400 Jordi Gutiérrez Hermoso Group the ols matrix operation in a smarter way
Fri, 04 Nov 2011 18:55:27 -0400 Jordi Gutiérrez Hermoso Use a cheaper Cholesky decomposition than a rank() svd in ols.m
Fri, 04 Nov 2011 16:40:07 -0400 John W. Eaton provide default message for waitbar
Fri, 04 Nov 2011 16:35:58 -0400 John W. Eaton waitbar: use previous bar if nargin == 1, not nargout == 1
Fri, 04 Nov 2011 13:11:29 -0700 Rik mexext.m: Add functional test. Add seealso link to docstring.
Fri, 04 Nov 2011 13:07:39 -0700 Rik delete.m: Update seealso link. Add input validation tests.
Fri, 04 Nov 2011 14:33:44 -0400 John W. Eaton have some fun with waitbar demo #2
Fri, 04 Nov 2011 10:57:07 -0700 Rik waitbar.m: More improvements.
Fri, 04 Nov 2011 06:25:13 -0400 John W. Eaton new and improved non-integer figure handles
Fri, 04 Nov 2011 05:51:53 -0400 John W. Eaton maint: __init_fltk__.cc style fixes
Fri, 04 Nov 2011 05:10:46 -0400 John W. Eaton new tests for class concatentation
Fri, 04 Nov 2011 05:01:00 -0400 John W. Eaton allow waitbar test to succeed even if figure 1 exists
Fri, 04 Nov 2011 04:55:40 -0400 John W. Eaton title: avoid spurious output
Fri, 04 Nov 2011 04:47:24 -0400 John W. Eaton update tests for patch
Fri, 04 Nov 2011 04:39:49 -0400 John W. Eaton correct changeset 33f044561ebf; compatibility fix for patch facecolor property
Thu, 03 Nov 2011 16:16:31 -0400 John W. Eaton use compatible defaults for patch function
Thu, 03 Nov 2011 16:14:28 -0400 John W. Eaton correctly handle RGB color spec for patch object
Thu, 03 Nov 2011 16:09:32 -0400 John W. Eaton compatibiltiy fix for patch facecolor property
Thu, 03 Nov 2011 14:50:34 -0400 John W. Eaton more updates for waitbar
Thu, 03 Nov 2011 09:54:57 -0700 Rik waitbar.m: Update docstring. Only return output handle h if requested.
Thu, 03 Nov 2011 11:35:47 -0400 John W. Eaton use correct method to get window position for fltk
Thu, 03 Nov 2011 05:30:45 -0400 John W. Eaton provide the waitbar function
Thu, 03 Nov 2011 05:07:51 -0400 John W. Eaton allow axes handle to be passed to patch function
Thu, 03 Nov 2011 05:01:52 -0400 John W. Eaton allow figure handles to be non-integers
Thu, 03 Nov 2011 04:41:40 -0400 John W. Eaton allow axes handle to be passed to title function
Thu, 03 Nov 2011 04:33:25 -0400 John W. Eaton convert units for figure positions
Thu, 03 Nov 2011 01:30:54 -0400 John W. Eaton allow initial position to be set for fltk windows
Wed, 02 Nov 2011 20:50:20 -0700 Carnë Draug optimset.m: Document valid parameters for optimization functions. stable
Wed, 02 Nov 2011 23:28:22 -0400 John W. Eaton maint: fix function definition in test
Wed, 02 Nov 2011 18:21:27 -0700 Rik var.m: Fix bug in docstring referring to std (Bug #34729). stable
Wed, 02 Nov 2011 15:28:30 -0400 John W. Eaton improve argument parsing for subplot, handle 'position' argument
Wed, 02 Nov 2011 11:17:01 -0700 Rik Add seealso links to docstrings for is_sq_string and is_dq_string
Wed, 02 Nov 2011 11:16:04 -0700 Rik NEWS: Update file with more description of changes made to string functions in 3.6.0
Wed, 02 Nov 2011 12:40:29 -0400 John W. Eaton find-defun-files.sh: allow sed command to work with OpenBSD sed
Wed, 02 Nov 2011 09:24:48 -0700 Rik strtok.m: Revamp code for performance. Add cellstr input functionality.
Wed, 02 Nov 2011 09:20:35 -0700 Rik Fix typo in @var macro in cset 8bb7bdbe9c69.
Wed, 02 Nov 2011 00:26:27 -0400 Jordi Gutiérrez Hermoso Consistently allow creation of sparse vectors in accumarray
Wed, 02 Nov 2011 00:25:27 -0400 Jordi Gutiérrez Hermoso Clarify max/min in accumarray and uniformise its behaviour
Tue, 01 Nov 2011 23:18:08 -0400 Jordi Gutiérrez Hermoso Clarify the third argument of max/min.
Tue, 01 Nov 2011 20:48:22 -0400 John W. Eaton allow nargin to work for functions that are not already loaded
Tue, 01 Nov 2011 19:57:38 -0400 John W. Eaton octave_class::size: return matrix with correct dimensions
Tue, 01 Nov 2011 17:21:07 -0400 Ben Abbott Minor improvements to semilogx and semilogy demos.
Tue, 01 Nov 2011 16:50:38 -0400 Ben Abbott 2nd attempt to fix bugs introduced by changeset bda7b080f205.
Tue, 01 Nov 2011 15:59:06 -0400 John W. Eaton correctly distribute parent classes
Tue, 01 Nov 2011 11:08:18 -0700 Rik Fix confusing interaction between @code macro and transpose operator (') in documentation (Bug #34661).
Tue, 01 Nov 2011 13:30:23 -0400 John W. Eaton __patch__: fix thinko in previous change.
Tue, 01 Nov 2011 13:19:10 -0400 John W. Eaton __patch__: correctly replace NaN values with last non-NaN value in column
Tue, 01 Nov 2011 09:58:34 -0700 Rik unimplemented.m: Mention alternatives for importdata() function (Bug #34670).
Tue, 01 Nov 2011 09:33:00 -0700 Rik strsplit.m: Use S instead of P to denote string argument (Bug #34709).
Tue, 01 Nov 2011 09:28:40 -0700 Rik strsplit.m: Use S instead of P to denote string argument (Bug #"a
Sun, 30 Oct 2011 16:59:03 -0700 Rik mk_doc_cache.m: Miscellaneous code cleanup for better performance.
Sun, 30 Oct 2011 16:57:03 -0700 Rik Fix block comment Texinfo not appearing in documentation
Sun, 30 Oct 2011 09:14:07 -0700 Rik lookfor.m: Make search case insensitive.
Fri, 28 Oct 2011 23:53:08 +0100 Michael Goffioul [Win32] Use Toolhelp32 APi to find octinterp module path.
Fri, 28 Oct 2011 09:27:00 -0700 Rik unmkpp.m: Add functional test. Improve input validation.
Fri, 28 Oct 2011 17:01:30 +0100 Michael Goffioul Fix various issues under Windows (MSVC) gui
Thu, 27 Oct 2011 23:00:58 -0700 Rik interpft.m: Miscellaneous code cleanup. Add more input validation tests.
Thu, 27 Oct 2011 22:17:03 -0700 Rik fileread.m: Add functional test.
Thu, 27 Oct 2011 20:53:50 -0700 Rik Add functional tests for csvwrite/csvread.
Thu, 27 Oct 2011 20:37:45 -0700 Rik dlmwrite.m: Restore ability to use FID instead of filename.
Thu, 27 Oct 2011 20:16:35 -0700 Rik wavwrite.m: Use temporary filename in %!tests rather than hardcoded one.
Thu, 27 Oct 2011 15:57:23 -0700 Rik help.m: Add functional tests
Thu, 27 Oct 2011 15:43:34 -0700 Rik maint: Remove execute permission bit from non-executable files.
Thu, 27 Oct 2011 15:40:56 -0700 Rik namelengthmax.m: Consolidate docstring by using @math macro. Add %!test.
Thu, 27 Oct 2011 09:50:03 -0700 Rik doc: Don't use @code{} macro for transpose and ctranspose (Bug #34661)
Wed, 26 Oct 2011 21:23:32 -0700 Rik Fix infinite loop with null patterns in regexp (Bug #34101, Bug #33258)
Wed, 26 Oct 2011 22:33:27 -0400 John W. Eaton double the size of '.' markers produced by the OpenGL renderer
Wed, 26 Oct 2011 17:36:54 -0400 John W. Eaton default limits for logscale plots
Wed, 26 Oct 2011 14:19:54 -0400 John W. Eaton allow negative data log plots with OpenGL+FLTK graphics (bug #34232)
Wed, 26 Oct 2011 07:44:55 -0400 Ben Abbott Fix sloppy code and bugs introduced by changeset bda7b080f205.
Wed, 26 Oct 2011 00:50:39 -0400 John W. Eaton don't crash when concatenating structs with no fields
Tue, 25 Oct 2011 21:23:37 -0700 Rik Change return value of mxGetString to match Matlab (Bug #34546)
Tue, 25 Oct 2011 16:39:22 -0700 Rik Change f_cdf references to fcdf in statistics/test directory (Bug #34628)
Tue, 25 Oct 2011 22:35:55 +0100 Michael Goffioul Fix octinterp DLL searching on Win32.
Tue, 25 Oct 2011 11:28:41 -0700 Jordi Gutiérrez Hermoso Merge with default again gui
Tue, 25 Oct 2011 09:46:38 -0700 Jordi Gutiérrez Hermoso New nthargout function
Mon, 24 Oct 2011 18:06:04 -0700 Jordi Gutiérrez Hermoso Allow more than two input arguments for the kron function, plus some cleanup.
Tue, 25 Oct 2011 10:56:02 -0700 Rik Restore random number state after %!demos or %!tests
Tue, 25 Oct 2011 10:17:23 -0700 Rik Revamp geometry functions dependent on Qhull (Bug #34604, Bug #33346)
Mon, 24 Oct 2011 16:16:50 -0400 John W. Eaton maint: periodic merge of stable to default
Mon, 24 Oct 2011 16:14:14 -0400 John W. Eaton maint: missing semicolon. stable
Mon, 24 Oct 2011 16:12:58 -0400 John W. Eaton Added tag release-3-4-3 for changeset b0e70a71647b stable
Mon, 24 Oct 2011 16:10:09 -0400 John W. Eaton merge release changeset stable
Mon, 10 Oct 2011 10:23:45 -0400 John W. Eaton Version 3.4.3 released. stable release-3-4-3
Sat, 22 Oct 2011 16:22:04 -0700 Jordi Gutiérrez Hermoso Merge with default gui
Thu, 20 Oct 2011 14:28:13 -0500 Jordi Gutiérrez Hermoso rand.cc: Don't bring the whole std namespace into scope, only unordered_map
Thu, 20 Oct 2011 14:12:05 -0500 Jordi Gutiérrez Hermoso Periodic merge of stable to default
Thu, 20 Oct 2011 15:35:44 +0100 Michael Goffioul Use copysignf module from gnulib.
Thu, 20 Oct 2011 15:19:38 +0100 Michael Goffioul Avoid some compilation warnings.
Thu, 20 Oct 2011 14:08:25 +0100 Michael Goffioul Fix broken gcc compilation due to changeset d13b6086aea9.
Thu, 20 Oct 2011 12:54:58 +0100 Michael Goffioul Rename signbit to __signbit, until the problem is fixed in gnulib.
Thu, 20 Oct 2011 12:54:52 +0100 Michael Goffioul Add dummy template specializations with a return value.
Thu, 20 Oct 2011 12:54:46 +0100 Michael Goffioul [MSVC] Explicit instantiation to avoid undefined references.
Thu, 20 Oct 2011 12:54:40 +0100 Michael Goffioul Help dumb compilers to resolve template parameters.
Thu, 20 Oct 2011 12:54:32 +0100 Michael Goffioul [MSVC] Prevent duplicate symbol.
Thu, 20 Oct 2011 12:54:26 +0100 Michael Goffioul Make std::auto_ptr friend of idx_vector to allow access to private class idx_vector_rep.
Thu, 20 Oct 2011 12:54:10 +0100 Michael Goffioul Allow to use MiKTeX ghostscript.
Thu, 20 Oct 2011 12:51:31 +0100 Michael Goffioul Test unordered_map header location and namespace.
Wed, 19 Oct 2011 17:15:42 +0100 Michael Goffioul Create uitoolbar only when necessary.
Wed, 19 Oct 2011 15:46:29 +0100 Michael Goffioul Revert changeset c943be5f929d as it breaks Linux compilation.
Wed, 19 Oct 2011 12:34:01 +0100 Michael Goffioul Make unused ARPACK code F77 compliant.
Wed, 19 Oct 2011 12:21:44 +0100 Michael Goffioul Yet another required WIN32_LEAN_AND_MEAN.
Wed, 19 Oct 2011 12:16:04 +0100 Michael Goffioul Provide dummy implementations of ctor and assign of base_graphics_object.
Wed, 19 Oct 2011 12:11:40 +0100 Michael Goffioul Prevent auto-inclusion of winsock.h in WIN32.
Wed, 19 Oct 2011 12:04:40 +0100 Michael Goffioul Remove useless OCTAVE_API decorators.
Wed, 19 Oct 2011 12:00:31 +0100 Michael Goffioul Export missing symbols.
Wed, 19 Oct 2011 20:30:22 +0100 Michael Goffioul Do not define __STDC__ under MSVC.
Tue, 18 Oct 2011 21:18:41 -0500 Jordi Gutiérrez Hermoso Fix segfault in do_minmax_bin_op (bug #34589) stable
Tue, 18 Oct 2011 10:17:09 -0500 Jordi Gutiérrez Hermoso imshow: check correctly for complex images (bug #34549) stable
Mon, 17 Oct 2011 23:41:49 -0400 Ben Abbott When single-quoted, the strread() "delimiter", "endofline", and "whitespace"
Mon, 17 Oct 2011 21:46:08 +0100 Michael Goffioul Make uicontextmenu::visible property off by default.
Mon, 17 Oct 2011 21:46:02 +0100 Michael Goffioul Add outerposition property to figure objects.
Mon, 17 Oct 2011 13:39:51 -0400 John W. Eaton new functions is_sq_string and is_dq_string
Mon, 17 Oct 2011 12:23:06 -0400 John W. Eaton don't forget to pass parent class names to objects created by indexing
Sun, 16 Oct 2011 22:29:28 -0400 Ben Abbott Use axes linewidth property for gnuplot axes with location "zero".
Sun, 16 Oct 2011 13:25:32 -0700 Rik error.cc: Don't complain if error struct input is empty (Matlab compatability)
Sun, 16 Oct 2011 13:18:41 -0700 Rik doc: Use @{ macro for curly brace in validatestring Texinfo docstring
Sat, 15 Oct 2011 19:05:00 -0700 Rik validatestring.m: Overhaul code for Matlab compatability and performance.
Fri, 14 Oct 2011 19:42:33 -0400 John W. Eaton allow assignment of class objects to indexed structure arrays
Fri, 14 Oct 2011 17:33:20 -0500 Jordi Gutiérrez Hermoso Undo accidental change in 13704:6f779cc391fb
Fri, 14 Oct 2011 17:30:13 -0500 Jordi Gutiérrez Hermoso More 64bit integer type fixes for bsxfun-defs.cc
Fri, 14 Oct 2011 23:19:06 +0100 Michael Goffioul Add missing UI objects: uicontextmenu, uitoolbar, uipushtool and uitoggletool.
Fri, 14 Oct 2011 17:06:49 -0400 John W. Eaton class: correctly handle parents when structure array has more than one element
Fri, 14 Oct 2011 10:15:01 -0700 Rik strsplit.m: Expand to accept 2-D character arrays. Improve input validation.
Thu, 13 Oct 2011 22:05:57 -0500 Jordi Gutiérrez Hermoso Pass correct integer type to std::max in bsxfun-defs.cc
Thu, 13 Oct 2011 23:01:44 +0100 Michael Goffioul Implement guidata/guihandles.
Thu, 13 Oct 2011 13:38:19 -0400 John W. Eaton patch: ensure facevertexcdata has correct shape
Thu, 13 Oct 2011 16:46:28 +0100 Michael Goffioul Allow a toolkit to provide its own version of UI dialogs.
Thu, 13 Oct 2011 11:05:30 -0400 John W. Eaton fix indexing bug for matrices inside anonymous functions
Wed, 12 Oct 2011 22:25:01 -0400 John W. Eaton correctly handle multidimensional objects in num2cell
Wed, 12 Oct 2011 21:28:30 -0400 John W. Eaton char: when converting cell elements containing class objects, call overloaded char function if one exists
Wed, 12 Oct 2011 20:36:19 -0500 Jordi Gutiérrez Hermoso Merge in Fotios' change
Thu, 13 Oct 2011 00:47:43 +0300 Fotios Kasolis add only color change possibility in spy.m
Wed, 12 Oct 2011 20:06:12 -0400 Ben Abbott Force gnuplot axes to use a solid line.
Wed, 12 Oct 2011 14:23:08 -0700 Rik gdbinit: Fix declaration of new show-octave-dbstack macro
Wed, 12 Oct 2011 15:08:51 -0400 John W. Eaton print show_octave_dbstack output to std::cerr
Wed, 12 Oct 2011 14:02:07 -0500 Jordi Gutiérrez Hermoso Close bitbucket default branch
Wed, 12 Oct 2011 13:45:43 -0500 Jordi Gutiérrez Hermoso New GUI branch gui
Tue, 11 Oct 2011 14:08:38 -0500 Jordi Gutiérrez Hermoso Merge with dev
Wed, 05 Oct 2011 02:19:28 +0200 Jacob Dawid Added files for build system integration.
Tue, 04 Oct 2011 21:21:29 +0200 Jacob Dawid Fixed bug with IRC client.
Fri, 30 Sep 2011 12:34:37 +0200 Jacob Dawid Renamed VariablesDockWidget to WorkspaceView and optimized memory footprint for 30%.
Mon, 26 Sep 2011 07:55:20 +0200 Jacob Adjustements for compiling on Windows.
Sun, 25 Sep 2011 21:28:38 +0200 Jacob Dawid Variables view now showing matrix size.
Sun, 25 Sep 2011 21:18:41 +0200 Jacob Dawid Fixed error with header.
Sun, 25 Sep 2011 21:13:59 +0200 Jacob Dawid Renamed qirc to irc.
Sun, 25 Sep 2011 21:12:47 +0200 Jacob Dawid Shifted IRCWidget.
Sun, 25 Sep 2011 18:29:24 +0200 Jacob Dawid Properly implemented shutdown of callback thread.
Sun, 25 Sep 2011 11:48:47 +0200 Jacob Dawid Removed unused buttons in settings window.
Sun, 25 Sep 2011 11:44:49 +0200 Jacob Dawid Dock widgets colored with stylesheets.
Sun, 25 Sep 2011 10:52:42 +0200 Jacob Dawid Updated license headers and moved to AGPLv3.
Sat, 24 Sep 2011 21:29:30 +0200 Jacob Dawid Bugfix for building on Debian.
Tue, 13 Sep 2011 17:44:34 +0200 ttl filename with or without full path in tabs of the editor
Sat, 10 Sep 2011 22:04:40 +0200 Jacob Dawid Rworked margins in layouts.
Sat, 10 Sep 2011 21:59:39 +0200 Jacob Dawid Fixed bug with Q_OS_MAC.
Sat, 10 Sep 2011 20:27:47 +0200 Jacob Dawid Fixed bug with including pty.h.
Sat, 10 Sep 2011 18:33:58 +0200 Jacob Dawid Added a settings wizard that appears at first startup of Octave GUI.
Sat, 10 Sep 2011 15:36:02 +0200 Jacob Dawid Fixed KPtyDevice.
Sat, 10 Sep 2011 09:38:49 +0200 Jacob Dawid Improved highlighting and incremented version.
Sat, 10 Sep 2011 09:15:38 +0200 Jacob Dawid Implemented highlighting of octave keywords in terminal.
Sat, 10 Sep 2011 08:11:44 +0200 Jacob Dawid Huge performance bosst by using edit blocks.
Fri, 09 Sep 2011 22:35:10 +0200 Jacob Dawid Now using a terminal font.
Fri, 09 Sep 2011 20:58:52 +0200 Jacob Dawid Reverted KPty to work with MacOS again.
Thu, 08 Sep 2011 00:06:43 -0500 Jordi Gutiérrez Hermoso Merge with Savannah
Mon, 05 Sep 2011 06:52:45 -0500 Jordi Gutiérrez Hermoso Merge with Savannah
Sun, 28 Aug 2011 20:53:15 +0200 ttl included some editor setting into the setting dialog
Sun, 28 Aug 2011 00:19:14 +0200 ttl make gui active window after start
Sun, 28 Aug 2011 00:03:28 +0200 ttl modified editor files can be saved when main window is closed
Sat, 27 Aug 2011 00:17:11 +0000 Andriy Shinkarchuck Comment/uncomment selected text operation can be undone with a single Undo action
Fri, 26 Aug 2011 13:40:10 -0500 Jordi Gutiérrez Hermoso Merge with Savannah
Thu, 25 Aug 2011 20:12:31 +0200 ttl editor: comment/uncomment selected text
Wed, 24 Aug 2011 00:16:53 +0200 Jacob Dawid Added PATH_MAX define.
Tue, 23 Aug 2011 21:53:52 +0200 Jacob Dawid Merge.
Tue, 23 Aug 2011 21:53:16 +0200 Jacob Dawid Catching Ctrl+D.
Tue, 23 Aug 2011 21:51:14 +0200 ttl editor: bookmarks now toggled by F7 (bug #34066), menu entry for removing all bookmarks
Tue, 23 Aug 2011 21:37:27 +0200 ttl improve save as: auto-add extension .m with check for overwrite
Tue, 23 Aug 2011 20:31:51 +0200 Jacob Dawid Renamed OctaveTerminal to TerminalView.
Tue, 23 Aug 2011 18:22:27 +0200 Jacob Dawid Renamed file.
Tue, 23 Aug 2011 18:06:45 +0200 Jacob Dawid Lowered size limits for subwindows.
Tue, 23 Aug 2011 16:32:23 +0200 Jacob Dawid Removed KProcess.
Tue, 23 Aug 2011 11:02:09 +0200 Jacob Dawid Removed unused methods.
Tue, 23 Aug 2011 02:41:09 +0200 Jacob Dawid Added readline adapter class.
Tue, 23 Aug 2011 00:59:49 +0200 Jacob Dawid Added patch from aAndriy with adding file extension when not present.
Tue, 23 Aug 2011 00:55:38 +0200 Jacob Dawid Updated language files by adding patches from Andriy and adding german patches.
Mon, 22 Aug 2011 23:49:25 +0200 Jacob Dawid Cleanly separated terminal emulation code with an interface for platform-dependent terminals.
Mon, 22 Aug 2011 22:32:07 +0200 Jacob Dawid Removed useless code.
Mon, 22 Aug 2011 22:15:26 +0200 Jacob Dawid Removed kprocess_p.
Mon, 22 Aug 2011 22:15:00 +0200 Jacob Dawid Integrated kprocess_p in kprocess.
Fri, 19 Aug 2011 16:26:30 +0200 Jacob Dawid Backspace now works correctly.
Fri, 19 Aug 2011 10:30:13 +0200 Jacob Dawid Arrow keys work. Removed two more classes.
Fri, 19 Aug 2011 03:37:49 +0200 Jacob Dawid Incremented version number.
Fri, 19 Aug 2011 03:05:25 +0200 Jacob Dawid Replaced BEL debug message with emitting bell signal.
Fri, 19 Aug 2011 03:01:36 +0200 Jacob Dawid Implemented CR and LF correctly.
Fri, 19 Aug 2011 01:04:20 +0200 Jacob Dawid Possible fixed Andriys bug with russian symbols.
Thu, 18 Aug 2011 23:51:50 +0200 Jacob Dawid Solved decoding issue for first unicode characters, like backspace and bell.
Thu, 18 Aug 2011 22:54:58 +0200 Jacob Dawid Now settings cursor at end when typing.
Thu, 18 Aug 2011 21:38:34 +0200 Jacob Dawid Partially resotred receiving data.
Thu, 18 Aug 2011 20:45:00 +0200 Jacob Dawid Further removed files.
Thu, 18 Aug 2011 19:20:10 +0200 Jacob Dawid Removed terminal, instead now using QPlainTextEdit, which looks much nicer and is not that error-prone...
Thu, 18 Aug 2011 15:07:43 +0200 Jacob Dawid Fixed bug with terminal not being redrawn on focus in.
Thu, 18 Aug 2011 15:03:23 +0200 Jacob Dawid Now scrolling down in terminal when typing.
Thu, 18 Aug 2011 13:53:32 +0200 Jacob Dawid Now scrolling down on new messages.
Thu, 18 Aug 2011 13:36:20 +0200 Jacob Dawid added scrollToBottomRequest signal for terminal and flipped around progress bar an dstatus bar in browser widget, so the handle is on the right corner.
Thu, 18 Aug 2011 13:19:22 +0200 Jacob Dawid Chat windows is now scrolling down when sent a message.
Thu, 18 Aug 2011 12:56:08 +0200 Jacob Dawid Added minimum constraints to subwindows.
Thu, 18 Aug 2011 10:42:52 +0200 Jacob Dawid Included Andriys patch for russian symbols.
Wed, 17 Aug 2011 21:26:37 +0200 Jacob Dawid Autocompletion now works for users that changed their nick or joined the channel.
Wed, 17 Aug 2011 19:35:36 +0200 Jacob Dawid Now using the document of the irc client as the model part of the conversation.
Wed, 17 Aug 2011 19:28:39 +0200 Jacob Dawid Completion of usernames in channel works.
Wed, 17 Aug 2011 15:51:28 +0200 Jacob Dawid Added progress bar to browser widget. Fixed bug with sites using https protocol.
Wed, 17 Aug 2011 15:20:11 +0200 Jacob Dawid Important subwindows are not closable now. A close button is still displayed, which seems to be q Qt bug.
Wed, 17 Aug 2011 10:49:57 +0200 Jacob Dawid Icons are now maintained by the ResourceManager.
Wed, 17 Aug 2011 02:57:44 +0200 Jacob Dawid Newlines work in chat.
Wed, 17 Aug 2011 02:49:24 +0200 Jacob Dawid Chat Window changes logo on new messages.
Wed, 17 Aug 2011 02:05:57 +0200 Jacob Dawid Disallowed inserting html code into the chat message input edit.
Wed, 17 Aug 2011 01:42:00 +0200 Jacob Dawid Added username and password field to proxy settings.
Wed, 17 Aug 2011 01:18:57 +0200 Jacob Dawid Added doxygen comments for IRC interface.
Wed, 17 Aug 2011 00:36:10 +0200 Jacob Dawid Proxy settings can now be configured.
Tue, 16 Aug 2011 23:16:48 +0200 Jacob Dawid Added proxy network settings tab and translators file.
Mon, 15 Aug 2011 14:11:10 +0200 Jacob Dawid IRC client alerts now when a personal message arrives.
Mon, 15 Aug 2011 13:57:13 +0200 Jacob Dawid IRC client is now usable again.
Mon, 15 Aug 2011 13:10:38 +0200 Jacob Dawid Further development of IRC backend.
Mon, 15 Aug 2011 09:25:32 +0200 Jacob Dawid Fixed bug with server message. Parameters were not recognized correctly.
Mon, 15 Aug 2011 03:49:22 +0200 Jacob Dawid Terminating octave main thread instantly.
Mon, 15 Aug 2011 03:20:55 +0200 Jacob Dawid Automatically changing nick when logging in to server.
Mon, 15 Aug 2011 02:40:15 +0200 Jacob Dawid Refactored IRCServerMessage through rewriting message parsing.
Sun, 14 Aug 2011 23:36:38 +0200 Jacob Dawid Further reworked on IRC backend.
Sat, 13 Aug 2011 01:26:40 +0200 Jacob Dawid Further structured IRC interfaces.
Wed, 10 Aug 2011 22:09:54 +0200 Jacob Dawid Corrected mistake.
Wed, 10 Aug 2011 22:08:11 +0200 Jacob Dawid Added missing include flags.
Tue, 09 Aug 2011 10:01:51 -0500 Jordi Gutiérrez Hermoso Merge with Savannah
Thu, 04 Aug 2011 10:46:59 +0200 Jacob Dawid IRC send messages are being displayed.
Thu, 04 Aug 2011 10:43:27 +0200 Jacob Dawid IRC traffic in console.
Thu, 04 Aug 2011 10:30:59 +0200 Jacob Dawid Refactored IRC code.
Wed, 03 Aug 2011 19:05:15 +0200 Jacob Dawid Updated language files.
Wed, 03 Aug 2011 19:04:35 +0200 Jacob Dawid Changed "Current Folder" to "Current Directory".
Wed, 03 Aug 2011 17:20:20 +0200 Jacob Dawid Changed all #defines for IRC Codes to constants, as it should be. Assorted them in namespaces and gave them better readable names.
Wed, 03 Aug 2011 13:11:05 +0200 Jacob Dawid Added Q_UNUSED.
Wed, 03 Aug 2011 13:10:07 +0200 Jacob Dawid Merge.
Wed, 03 Aug 2011 13:09:35 +0200 Jacob Dawid Now making correct use of the interface for the IRC Interface.
Tue, 02 Aug 2011 22:57:31 +0200 ttl editor: added bookmark feature
Tue, 02 Aug 2011 03:03:41 +0200 Jacob Dawid Added GPL headers.
Tue, 02 Aug 2011 03:01:35 +0200 Jacob Dawid Forgot to remove old files.
Tue, 02 Aug 2011 02:59:25 +0200 Jacob Dawid Completely rewrote IRC client backend to make it platform-independent. Not all functionality has been reimplemented as of yet, though.
Mon, 01 Aug 2011 23:20:25 +0200 Jacob Dawid Further developed new IRC class.
Mon, 01 Aug 2011 22:06:44 +0200 Jacob Dawid Updated russian and ukrainian translation files.
Mon, 01 Aug 2011 18:58:59 +0200 Jacob Dawid Updated contributors.in.
Mon, 01 Aug 2011 18:51:36 +0200 Jacob Dawid Fixed bug with closing subwindows.
Mon, 01 Aug 2011 18:10:33 +0200 Jacob Dawid Updated russian translation.
Mon, 01 Aug 2011 17:55:25 +0200 Jacob Dawid Updated ukrainian translation.
Mon, 01 Aug 2011 17:28:47 +0200 Jacob Dawid Corrected language files for russian and ukrainian.
Mon, 01 Aug 2011 17:20:55 +0200 Jacob Dawid Added russian and ukrainian translation.
Mon, 01 Aug 2011 16:53:10 +0200 Jacob Dawid Added spanish translation.
Mon, 01 Aug 2011 16:49:33 +0200 Jacob Dawid Default file gets copied to home directory when no settings file is present.
Mon, 01 Aug 2011 16:45:38 +0200 Jacob Dawid Default settings are now loaded it there is no user-defined settings.
Mon, 01 Aug 2011 13:34:13 +0200 Jacob Dawid Updated README.
Mon, 01 Aug 2011 11:11:55 +0200 Jacob Dawid Removed a bunch of sourcecode again.
Mon, 01 Aug 2011 00:55:02 +0200 Jacob Dawid Updated german translation.
Mon, 01 Aug 2011 00:36:21 +0200 Jacob Dawid Renamed language files to match convention.
Mon, 01 Aug 2011 00:13:45 +0200 Jacob Dawid Increased version.
Sun, 31 Jul 2011 23:13:36 +0200 Jacob Dawid Merge.
Sun, 31 Jul 2011 23:13:08 +0200 Jacob Dawid Added language file.
Sun, 31 Jul 2011 22:33:50 +0200 ttl editor: menu bar, run editor file in octave
Sun, 31 Jul 2011 20:43:57 +0200 Jacob Dawid Corrected language files.
Sat, 30 Jul 2011 14:32:40 -0500 Jordi Gutiérrez Hermoso Merge with Savannah
Sat, 30 Jul 2011 17:36:45 +0200 ttl edtior: better comments in lexer files
Sat, 30 Jul 2011 16:36:25 +0200 ttl editor: custom lexer, syntax highlighting, auto completion
Sat, 30 Jul 2011 15:19:42 +0200 ttl editor: change window title if text is modified
Sat, 30 Jul 2011 12:10:42 +0200 ttl editor: shortcuts for toolbar actions, window icon
Sat, 30 Jul 2011 10:13:49 +0200 ttl editor: toolbar icons from current icon theme
Sat, 30 Jul 2011 00:58:52 +0200 Jacob Dawid Removed unnecessary libs.
Fri, 29 Jul 2011 18:57:59 +0200 Jacob Dawid Removed all occurences of ProcessInfo.
Fri, 29 Jul 2011 18:53:35 +0200 Jacob Dawid Isolated and eliminated class ProcessInfo.
Wed, 27 Jul 2011 13:54:32 +0200 Jacob Dawid Hotfixed language support.
Wed, 27 Jul 2011 12:41:58 +0200 Jacob Dawid Added close button to file editor, assorted subwindows after importance.
Wed, 27 Jul 2011 12:10:59 +0200 Jacob Dawid Added lots of status tips.
Wed, 27 Jul 2011 11:56:47 +0200 Jacob Dawid Added about boxes.
Wed, 27 Jul 2011 00:53:52 +0200 Jacob Dawid Connected filterinh via slots, which is significantly faster.
Wed, 27 Jul 2011 00:34:28 +0200 Jacob Dawid Command get inserted by double clicking in the command history again.
Tue, 26 Jul 2011 23:56:03 +0200 Jacob Dawid History can be filtered with an input search box while typing.
Tue, 26 Jul 2011 23:20:05 +0200 Jacob Dawid Tagged unused variables with Q_UNUSED, so that no warnings remain.
Tue, 26 Jul 2011 23:15:38 +0200 Jacob Dawid Separated backend files to folder.
Tue, 26 Jul 2011 23:05:37 +0200 Jacob Dawid Iterated version number.
Tue, 26 Jul 2011 23:04:52 +0200 Jacob Dawid Highly improved separation of model and view classes.
Tue, 26 Jul 2011 22:31:01 +0200 Jacob Dawid Seperated classes into own files.
Tue, 26 Jul 2011 21:21:23 +0200 Jacob Dawid Added command line parser class.
Tue, 26 Jul 2011 19:14:06 +0200 Jacob Dawid Deactivated buttons that are without function.
Tue, 26 Jul 2011 19:04:07 +0200 Jacob Dawid Introduced a central ResourceManager class.
Tue, 26 Jul 2011 18:11:34 +0200 Jacob Dawid Few minor improvements, added advanced settings for file browser.
Tue, 26 Jul 2011 17:33:59 +0200 Jacob Dawid File browser does not show all information.
Tue, 26 Jul 2011 02:12:31 +0200 Jacob Dawid GUI was unusable due to a bug. Bug is not fixed entirely, but GUI is usable again.
Tue, 26 Jul 2011 01:27:31 +0200 Jacob Dawid Added urls for Agora and Octave Forge in Community Window.
Mon, 25 Jul 2011 23:44:05 +0200 Jacob Dawid Dock windows are now selectable form the menus.
Sun, 24 Jul 2011 20:52:48 +0200 Jacob Dawid User can set a custom file editor instead of the built-in one.
Fri, 22 Jul 2011 22:01:37 +0200 ttl gui-editor: open new editor window via interface menu
Thu, 21 Jul 2011 22:06:21 +0200 ttl gui-editor: enabled 'Save File As'
Wed, 20 Jul 2011 23:32:19 +0200 Jacob Dawid Fixed race condition.
Wed, 20 Jul 2011 22:53:46 +0200 Jacob Dawid Commented lines on which a crash occurs.
Wed, 20 Jul 2011 22:44:31 +0200 Jacob Dawid Merge with bitbucket.
Wed, 20 Jul 2011 22:44:02 +0200 Jacob Dawid Fixed crash on startup.
Wed, 20 Jul 2011 21:23:07 +0200 ttl (Torsten) gui-editor: improved behaviour when closing a modified file
Wed, 20 Jul 2011 10:44:42 +0200 Jacob Dawid Moved load/save/clear workspace into main menu.
Wed, 20 Jul 2011 00:34:38 +0200 Jacob Dawid Further simplified OctaveLink by removing the readline event hook.
Wed, 20 Jul 2011 00:16:36 +0200 Jacob Dawid Raised update interval to 500ms.
Tue, 19 Jul 2011 23:06:57 +0200 Jacob Dawid Repaired history list.
Tue, 19 Jul 2011 16:14:14 +0200 Jacob Dawid Made the view connect with the history model.
Tue, 19 Jul 2011 15:53:43 +0200 Jacob Dawid Put history model part into OctaveLink.
Tue, 19 Jul 2011 15:18:47 +0200 Jacob Dawid History deactivated.
Tue, 19 Jul 2011 13:17:18 +0200 Jacob Dawid Removed BlockArray class from Konsole code.
Mon, 18 Jul 2011 22:04:40 +0200 Jacob Dawid Removed unused code in order shrink down the terminal code and hopefully nearing the goal to replace it.
Mon, 18 Jul 2011 21:33:28 +0200 Jacob Dawid Added a version number.
Mon, 18 Jul 2011 21:21:25 +0200 Jacob Dawid Added version script for Octave GUI.
Mon, 18 Jul 2011 18:29:21 +0200 Jacob Dawid < and > get replaced, so it is no longer possible to use HTML tags in the IRC client.
Mon, 18 Jul 2011 11:29:40 +0200 Jacob Dawid Merge.
Mon, 18 Jul 2011 11:28:47 +0200 Jacob Dawid When chat window is a focus proxy, copy and paste is not possible anymore.
Sun, 17 Jul 2011 17:31:16 -0500 Jordi Gutiérrez Hermoso Merge with code sprint
Sun, 17 Jul 2011 17:30:35 -0500 Jordi Gutiérrez Hermoso Merge with quint again
Sun, 17 Jul 2011 17:29:31 -0500 Jordi Gutiérrez Hermoso Merge with Quint
Sun, 17 Jul 2011 22:59:28 +0200 Jacob Dawid Reformatted to GNU Style.
Sun, 17 Jul 2011 20:37:14 +0200 Jacob Dawid Repaired nick completion.
Sun, 17 Jul 2011 20:27:03 +0200 Jacob Dawid Replaced Quint with OctaveGUI.
Sun, 17 Jul 2011 18:31:24 +0200 Jacob Dawid Merged diff from Torsten.
Sun, 17 Jul 2011 18:12:23 +0200 Jacob Dawid Renamed project files and target binary to octave-gui.
Sun, 17 Jul 2011 17:45:05 +0200 Jacob Dawid Added new gui files.
Sun, 17 Jul 2011 17:42:43 +0200 Jacob Dawid Removed old gui.
Mon, 04 Jul 2011 13:59:55 -0400 Jordi Gutiérrez Hermoso Merge with Savannah
Mon, 27 Jun 2011 14:48:21 -0500 Jordi Gutiérrez Hermoso Merge with Savannah
Thu, 02 Jun 2011 23:09:36 -0500 Jordi Gutiérrez Hermoso Merge with Savannah
Fri, 29 Apr 2011 23:52:04 +0200 Jacob Dawid Removed obsolete files.
Fri, 29 Apr 2011 23:51:33 +0200 Jacob Dawid Added source files.
Fri, 29 Apr 2011 00:20:00 +0200 Jacob Dawid Switching between tabs is now possible.
Thu, 28 Apr 2011 13:13:49 +0200 Jacob Dawid Changed bugtracker url.
Thu, 28 Apr 2011 12:50:34 +0200 Jacob Dawid Added Quint logos.
Wed, 27 Apr 2011 22:17:58 +0200 Jacob Dawid Added Doxyfile.
Wed, 27 Apr 2011 18:10:08 +0200 Jacob Dawid Single qouted strings are recognized.
Wed, 27 Apr 2011 18:03:39 +0200 Jacob Dawid Ranges become recognized in the the workspace view.
Wed, 27 Apr 2011 17:48:53 +0200 Jacob Dawid Copy-Paste works with Ctrl+C and Ctrl+V, but pasting is not perfect.
Wed, 27 Apr 2011 15:34:01 +0200 Jacob Dawid Removed annoying debug messages from the text editor.
Wed, 27 Apr 2011 15:25:18 +0200 Jacob Dawid Copying from the terminal window works with Ctrl+Shift+C.
Wed, 27 Apr 2011 14:21:28 +0200 Jacob Dawid Removed plotter tab.
Wed, 27 Apr 2011 10:06:17 +0200 Jacob Dawid Cleaned up code.
Tue, 26 Apr 2011 23:01:38 +0200 Jacob Dawid Fixed rpath issue.
Mon, 25 Apr 2011 20:34:31 -0500 Jordi Gutiérrez Hermoso Merge with Savannah
Sat, 23 Apr 2011 20:14:08 -0500 Jordi Gutiérrez Hermoso Merge with Savannah
Fri, 22 Apr 2011 22:02:15 +0200 Jacob Dawid Changed bugtracker site.
Thu, 21 Apr 2011 12:53:02 +0200 Jacob Dawid Fetching the history was not thread-safe, now it is through encapsulation with OctaveLink.
Thu, 21 Apr 2011 12:30:30 +0200 Jacob Dawid Fetching variables was not threadsafe, now it is.
Wed, 20 Apr 2011 09:13:54 -0500 Jordi Gutiérrez Hermoso Trivial merge with Savannah
Wed, 20 Apr 2011 12:35:21 +0200 Jacob Dawid Changing background color is possible now.
Wed, 20 Apr 2011 11:55:45 +0200 Jacob Dawid Enlarged 100% scaling size, scaling is now displayed in percent.
Wed, 20 Apr 2011 11:35:29 +0200 Jacob Dawid Build data source selection.
Wed, 20 Apr 2011 10:57:58 +0200 Jacob Dawid The higher the zoom, the more precise is the scrolling.
Wed, 20 Apr 2011 10:56:02 +0200 Jacob Dawid Scrolling is very smooth now.