Tue, 11 Sep 2012 22:19:51 +0200 |
Thorsten Liebig |
GUI: Settings take immediate effect on the m-editor
draft default tip
|
Tue, 11 Sep 2012 22:12:45 +0200 |
Thorsten Liebig |
* settings-dialog.ui: removed some strange settings and signal connections
draft
|
Tue, 11 Sep 2012 15:12:44 -0400 |
Jordi Gutiérrez Hermoso |
Merge in Thorsten's changes
draft
|
Tue, 11 Sep 2012 14:24:44 -0400 |
John W. Eaton |
tag calls to mxArray::malloc, mxArray::calloc, and mxArray::strsave with class name
draft
|
Tue, 11 Sep 2012 13:48:46 -0400 |
John W. Eaton |
fix decl of mexPutVariable
draft
|
Tue, 11 Sep 2012 13:44:42 -0400 |
John W. Eaton |
* mysparse.c (mexFunction): Declare pbr and pbr2 as mxLogical*, not bool*.
draft
|
Tue, 11 Sep 2012 13:38:44 -0400 |
John W. Eaton |
modernize mxArray class hierarchy
draft
|
Tue, 11 Sep 2012 10:30:32 -0700 |
Rik |
build: Implement some caching for OCTAVE_CHECK_LIB macro.
draft
|
Tue, 11 Sep 2012 07:55:37 -0700 |
Rik |
configure.ac: Fix building of Octave with ancient versions of SuiteSparse (3.2.X)
draft
|
Tue, 11 Sep 2012 15:24:22 +0200 |
Thorsten Liebig |
GUI: new setting to restore tabs from previous session; allow silent load file
draft
|
Tue, 11 Sep 2012 10:50:43 +0200 |
Thorsten Liebig |
GUI: recognize editor prefences for long title names; changed default value to false
draft
|
Mon, 10 Sep 2012 21:55:18 +0200 |
Torsten |
correctly restore the size of all dock-widgets when maximized
draft
|
Tue, 11 Sep 2012 01:47:48 -0400 |
John W. Eaton |
when writing sparse matrices to MAT files, use nzmax of at least 1 (bug #36603)
draft
|
Mon, 10 Sep 2012 17:02:10 -0500 |
Max Brister |
Remove --enable-jit-debug configure option
draft
|
Mon, 10 Sep 2012 18:02:11 -0400 |
John W. Eaton |
avoid GUI crash due to null pointer dereference
draft
|
Mon, 10 Sep 2012 17:09:27 -0400 |
John W. Eaton |
make symbol_information a proper class
draft
|
Mon, 10 Sep 2012 15:56:17 -0400 |
John W. Eaton |
don't display hidden variables in workspace view
draft
|
Mon, 10 Sep 2012 15:30:22 -0400 |
John W. Eaton |
display class of variables in workspace viewer instead of type
draft
|
Mon, 10 Sep 2012 12:42:25 -0600 |
Max Brister |
configure.ac: Do not check for Qt with --disable-gui
draft
|
Mon, 10 Sep 2012 14:37:17 -0400 |
John W. Eaton |
keep history in gui widget at bottom when new items are added
draft
|
Mon, 10 Sep 2012 00:49:59 -0600 |
Max Brister |
pt-jit.cc (jit_function_info::jit_function_info): Verify llvm IR when debugging
draft
|
Sun, 09 Sep 2012 12:31:19 -0700 |
Rik |
build: Use caching on more intermediate results to speed up configure.
draft
|
Sun, 09 Sep 2012 00:29:00 -0600 |
Max Brister |
JIT compile anonymous functions
draft
|
Sat, 08 Sep 2012 18:47:29 -0700 |
Rik |
acinclude.m4: Put temporary shell variables in macros into ac_octave namespace.
draft
|
Sat, 08 Sep 2012 18:05:57 -0600 |
Max Brister |
run-octave.in: Add -gud2 option to support new versions of gud
draft
|
Sat, 08 Sep 2012 17:20:05 -0600 |
Max Brister |
Error on undefined an unused variables in JIT
draft
|
Fri, 07 Sep 2012 12:24:15 +0100 |
Kris Thielemans |
fix problem in interp3.m when method argument is passed, added tests, and made one test more stringent
draft
|
Sat, 08 Sep 2012 17:13:21 -0400 |
Jordi Gutiérrez Hermoso |
Fix typo in shrinkfaces.m (thanks Marco Atzeri)
draft
|
Fri, 07 Sep 2012 21:34:10 -0400 |
Philip Nienhuis |
Verify appdata exists before removing a propery. Also verify the property
draft
|
Fri, 07 Sep 2012 17:07:30 -0700 |
Rik |
build: Silence compiler warning in config.log for OCTAVE_UMFPACK_SEPARATE_SPLIT.
draft
|
Fri, 07 Sep 2012 17:05:12 -0700 |
Rik |
Fix Octave builds with SuiteSparse >=4.0 (bug #37031)
draft
|
Fri, 07 Sep 2012 18:32:53 -0400 |
Mike Miller |
Disable tests calling imread if not using GraphicsMagick
draft
|
Fri, 07 Sep 2012 18:24:08 -0400 |
Mike Miller |
Fix --image-path option
draft
|
Fri, 07 Sep 2012 18:14:14 -0400 |
Mike Miller |
Fix errors with string options passed to older libcurl (bug #36717)
draft
|
Fri, 07 Sep 2012 14:39:46 -0400 |
Jordi Gutiérrez Hermoso |
maint: update .hgignore
draft
|
Fri, 07 Sep 2012 00:33:28 -0400 |
Mike Miller |
urlwrite.cc: Ensure the default HTTP request method is reset to GET
draft
|
Thu, 06 Sep 2012 23:02:05 -0400 |
Mike Miller |
Add check for CURLOPT_DIRLISTONLY in libcurl
draft
|
Thu, 06 Sep 2012 23:01:51 -0400 |
Mike Miller |
Revert changeset c267a3522d6c to replace with a better solution
draft
|
Thu, 06 Sep 2012 21:21:04 +0200 |
Thorsten Liebig |
* file-editor.cc (file_editor::request_open_file): canceled open --> restore focus to previous tab
draft
|
Thu, 06 Sep 2012 21:13:09 +0200 |
Thorsten Liebig |
* file-editor-tab.cc (file_editor_tab::file_editor_tab): fixed uninitialized bool for long tab title
draft
|
Thu, 06 Sep 2012 12:18:22 -0700 |
Rik |
m4/acinclude.m4: Use more consistent m4 quoting of arguments to macros.
draft
|
Thu, 06 Sep 2012 14:57:50 -0400 |
John W. Eaton |
back off on history scrolling change
draft
|
Thu, 06 Sep 2012 11:44:24 -0700 |
Rik |
configure.ac: Use m4 quoting more consistently throughout file.
draft
|
Thu, 06 Sep 2012 14:41:03 -0400 |
Jordi Gutiérrez Hermoso |
file-editor-tab.cc (file_editor_tab::open_file): Make argument const reference
draft
|
Thu, 06 Sep 2012 13:49:04 -0400 |
John W. Eaton |
keep history in gui widget in chronological order, top to bottom
draft
|
Thu, 06 Sep 2012 13:04:48 -0400 |
Jordi Gutiérrez Hermoso |
Merge in Thorsten Liebig's changes
draft
|
Thu, 06 Sep 2012 02:19:09 -0600 |
Max Brister |
Fix error when compiling with complex matrix (bug #37247)
draft
|
Thu, 06 Sep 2012 01:33:08 -0400 |
John W. Eaton |
allow jit compiler to be enabled at run-time
draft
|
Wed, 05 Sep 2012 20:31:48 -0700 |
Rik |
mkoctfile.in.cc: Remove unneeded "std::" namespace decorators
draft
|
Wed, 05 Sep 2012 20:17:05 -0700 |
Rik |
configure.ac: Disable JIT compilation by default. Added --enable-jit to compile JIT.
draft
|
Wed, 05 Sep 2012 20:22:20 -0400 |
John W. Eaton |
don't insert unknonwn parameters in internal octave_config_info struct
draft
|
Wed, 05 Sep 2012 16:59:19 -0700 |
Rik |
configure.ac: Use true/false rather than yes/no for build_gui variable.
draft
|
Wed, 05 Sep 2012 16:29:07 -0700 |
Rik |
build: Overhaul LLVM determination in configure.ac
draft
|
Thu, 21 Jun 2012 14:42:05 -0400 |
John W. Eaton |
Special-case removing rows or columns from empty sparse matrices
draft stable
|
Sat, 19 May 2012 01:59:21 +0200 |
David Bateman |
Ensure sparse constructors have valid ridx and data indices even if they are zero matrices (bug #36104)
draft stable
|
Wed, 05 Sep 2012 13:28:54 -0700 |
Rik |
build: Set TERM_LIBS before checking for READLINE.
draft
|
Wed, 05 Sep 2012 09:41:20 -0700 |
Rik |
doc: Clean up docstring for print.m.
draft
|
Wed, 05 Sep 2012 11:41:21 -0400 |
John W. Eaton |
pass QString by const reference instead of value
draft
|
Wed, 05 Sep 2012 08:14:37 -0700 |
Rik |
Fix mex compilation with subdirs on Windows platforms (bug #37122)
draft
|
Tue, 31 Jul 2012 13:50:39 -0400 |
Jordi Gutiérrez Hermoso |
Merge in Carnë's changes
draft
|
Wed, 05 Sep 2012 16:59:33 +0200 |
Thorsten Liebig |
* contributors.in: restored alphabetic order and removed a dublicate entry
draft
|
Tue, 04 Sep 2012 22:34:48 +0200 |
Thorsten Liebig |
m-editor: open a new file from the directory of the last active tab
draft
|
Tue, 04 Sep 2012 21:56:12 -0700 |
Rik |
build: Properly choose qmake if Qt3 and Qt4 are installed (Bug #37101)
|
Tue, 04 Sep 2012 21:10:23 -0700 |
Rik |
configure.ac: Conditionally build GUI using same construct as conditionally building DOCs.
|
Tue, 04 Sep 2012 19:24:06 -0700 |
Rik |
build: Add check for Qt libraries to configure.ac.
|
Tue, 04 Sep 2012 18:24:37 -0700 |
Rik |
build: Clean up configure macros for building GUI.
|
Tue, 04 Sep 2012 17:36:11 -0700 |
Rik |
acinclude.m4: Use AC_LANG_PUSH macro with AC_CACHE_CHECK for greater efficiency.
|
Tue, 04 Sep 2012 17:25:31 -0700 |
Rik |
acinclude.m4: Correct message for OCTAVE_CHECK_FUNC_FIRDFIRST_MODERN.
|
Tue, 04 Sep 2012 17:24:19 -0700 |
Rik |
configure.ac: Add check for Qscintilla library before building GUI.
|
Tue, 04 Sep 2012 15:54:12 -0700 |
Rik |
build: Add tests for specific Qt functions to configure.ac
|
Tue, 04 Sep 2012 18:43:28 -0400 |
Mike Miller |
don't start the GUI if window system is disabled
|
Tue, 04 Sep 2012 22:34:48 +0200 |
Thorsten Liebig |
m-editor: open a new file from the directory of the last active tab
draft
|
Tue, 04 Sep 2012 16:15:08 -0400 |
Júlio Hoffimann |
*typecast.cc: Include <climits> for CHAR_BIT.
|
Tue, 04 Sep 2012 16:08:10 -0400 |
John W. Eaton |
doc: index PKG_ADD and PKG_DEL
|
Tue, 04 Sep 2012 12:54:26 -0700 |
Rik |
build: Test for QT setPlaceholderText function before using it.
|
Tue, 04 Sep 2012 11:53:26 -0700 |
Rik |
Add '#include <config.h>' to C++ files in libgui/src
|
Tue, 04 Sep 2012 13:58:00 -0400 |
John W. Eaton |
maint: periodic merge of stable to default
|
Tue, 04 Sep 2012 13:54:14 -0400 |
John W. Eaton |
Added tag release-3-6-3 for changeset a95432e7309c
stable
|
Tue, 04 Sep 2012 13:17:13 -0400 |
John W. Eaton |
Version 3.6.3 released.
stable release-3-6-3
|
Tue, 04 Sep 2012 11:02:28 -0400 |
John W. Eaton |
handle scalar-sparse-matrix .^ matrix ops
stable
|
Tue, 04 Sep 2012 07:45:46 -0700 |
Rik |
build: Use INC rather than INCLUDES for consistent naming in libinterp Makefile.am.
|
Mon, 03 Sep 2012 08:19:57 -0700 |
Rik |
* doc: Update HACKING file with new locations in liboctave for source files.
|
Sun, 02 Sep 2012 22:26:01 -0700 |
Rik |
build: Remove unnecessary -I includes in libgui Makefile.am.
|
Sun, 02 Sep 2012 17:41:43 -0700 |
Rik |
build: Remove unnecessary -I includes from AM_CPPFLAGS.
|
Sun, 02 Sep 2012 15:57:56 -0700 |
Rik |
build: Place ranlib build rules in ranlib directory's module.mk.
|
Sun, 02 Sep 2012 15:45:42 -0700 |
Rik |
doc: Add new words to spellchecking dictionary.
|
Sun, 02 Sep 2012 15:08:50 -0700 |
Rik |
Fix typo in install.txi and in documentation spellcheck dictionary
|
Sun, 02 Sep 2012 22:39:56 +0200 |
Torsten |
provide buttons for the settings dialog (bug #36981)
|
Sat, 01 Sep 2012 11:50:12 -0400 |
John W. Eaton |
use absolute file name to find mk-ops.awk
|
Sat, 01 Sep 2012 10:46:45 -0400 |
John W. Eaton |
additional changes for merger of libcruft with liboctave
|
Fri, 31 Aug 2012 20:00:20 -0700 |
Rik |
build: Refactor liboctave into multiple subdirectories. Move libcruft into liboctave.
|
Thu, 30 Aug 2012 20:29:37 -0700 |
Rik |
Fix which() reporting incorrect directory for functions in libinterp.
|
Thu, 30 Aug 2012 20:22:19 -0700 |
Rik |
maint: Update Makefile.am comments to refer to Octave (program) rather than octave (command).
|
Thu, 30 Aug 2012 18:52:02 -0700 |
Rik |
Use angle brackets for #include <config.h> for consistency.
|
Thu, 30 Aug 2012 17:18:50 -0700 |
Rik |
Serialize texi2dvi and texi2pdf commands with Makefile rule
|
Thu, 30 Aug 2012 16:47:36 -0700 |
Rik |
Restore ability to build HTML version of documentation.
|
Thu, 30 Aug 2012 17:28:08 -0400 |
Torsten |
provide correct name of info file for the doc viewer (bug #37229)
|
Thu, 30 Aug 2012 16:57:24 -0400 |
John W. Eaton |
don't overload meaning of info in Sparse Cholesky factorization functions
|
Thu, 30 Aug 2012 20:52:40 +0200 |
Philip Nienhuis |
bug #37023 (wrong reading of lines starting and/or ending with whitespace)
|
Thu, 30 Aug 2012 12:05:04 -0400 |
John W. Eaton |
install default values before initializing interpreter (bug #37161)
|
Thu, 30 Aug 2012 15:53:07 +0100 |
Michael Goffioul |
Include oct-base64.h in C++ source file to activate OCTAVE_API decorator.
|
Thu, 30 Aug 2012 15:53:01 +0100 |
Michael Goffioul |
Export more symbols from liboctinterp.
|
Thu, 30 Aug 2012 15:52:56 +0100 |
Michael Goffioul |
Add missing return value in JIT code.
|
Thu, 30 Aug 2012 15:52:50 +0100 |
Michael Goffioul |
Use -DOCTINTERP_DLL when compiling convenience libaries in libinterp.
|
Thu, 30 Aug 2012 15:52:44 +0100 |
Michael Goffioul |
Fix compilation under Windows with GUI and LLVM enabled.
|
Thu, 30 Aug 2012 08:47:33 +0100 |
Michael Goffioul |
refresh gnulib
|
Wed, 29 Aug 2012 18:09:43 -0700 |
Rik |
Remove serialization constraint on building pdf and dvi documentation.
|
Wed, 29 Aug 2012 19:02:20 -0400 |
John W. Eaton |
avoid function defined but not used warning
|
Wed, 29 Aug 2012 17:09:13 -0400 |
Jordi Gutiérrez Hermoso |
doc: Remove invalid call from scatter.m
|
Wed, 29 Aug 2012 16:43:25 -0400 |
John W. Eaton |
move base64 encode and decode functionality to liboctave
|
Wed, 29 Aug 2012 16:31:39 -0400 |
Jordi Gutiérrez Hermoso |
Don't define SparseCholError if there is no Suitesparse (bug #37134)
|
Wed, 29 Aug 2012 10:17:36 -0700 |
Rik |
Cache texi2XXX intermediate results for faster builds.
|
Wed, 29 Aug 2012 09:17:26 -0400 |
Mike Miller |
Update path to default settings file in source tree
|
Tue, 28 Aug 2012 21:26:04 -0400 |
Mike Miller |
build: Fix and combine dependencies of documentation
|
Tue, 28 Aug 2012 21:07:21 -0400 |
John W. Eaton |
specify separate build dirs for texi2dvi and texi2pdf commands
|
Tue, 28 Aug 2012 16:20:43 -0700 |
Rik |
gco.m: Don't create figure if it doesn't already exist (Bug #37211)
|
Tue, 28 Aug 2012 17:12:37 -0600 |
Max Brister |
pt-jit.cc (jit_infer::do_construct_ir): Correct extraious phi removal
|
Tue, 28 Aug 2012 11:00:53 -0400 |
John W. Eaton |
attempt to display location of out of memory errors in interpreted code
|
Tue, 28 Aug 2012 09:42:48 -0400 |
John W. Eaton |
build octave and octave-cli when building compiled octave-config and mkoctfile
|
Mon, 27 Aug 2012 18:06:48 -0400 |
John W. Eaton |
fix library name for octave_config
|