log

age author description
Wed, 21 Apr 2021 13:23:16 -0400 John W. Eaton * octave-qobject.cc: Minor style fixes.
Wed, 21 Apr 2021 12:00:32 -0400 John W. Eaton simplify interpreter shutdown in the GUI
Wed, 21 Apr 2021 11:43:23 -0400 John W. Eaton use std::unique_ptr to manage interpreter object in application object
Tue, 20 Apr 2021 16:54:51 -0400 John W. Eaton maint: merge stable to default.
Tue, 20 Apr 2021 16:20:10 -0400 John W. Eaton perform shutdown actions in interpreter destructor (bug #60334) stable
Tue, 20 Apr 2021 09:53:31 -0700 Rik Backout changes to octave-qobject.cc in cset 3d34b70b5a49 (bug #60420)
Mon, 19 Apr 2021 17:16:20 -0400 John W. Eaton avoid accessing invalid app context during interpreter initialization
Fri, 16 Apr 2021 23:06:32 -0400 John W. Eaton connect many Qt signals and slots without SIGNAL and SLOT macros
Thu, 15 Apr 2021 11:08:57 -0400 John W. Eaton add some comments for anonymous function handles
Sat, 17 Apr 2021 12:21:48 +0200 Markus Mützel Windows: Support non-ASCII characters in command line arguments.
Sat, 17 Apr 2021 12:21:35 +0200 Markus Mützel Windows: Fix using glob patterns with non-ASCII characters.
Sat, 17 Apr 2021 12:20:54 +0200 Markus Mützel Windows: Support opening pipe with non-ASCII characters in command.
Sat, 17 Apr 2021 09:16:41 +0200 Markus Mützel Windows: Allow non-ASCII characters in Octave home directory.
Thu, 15 Apr 2021 23:16:15 +0200 Pantxo Diribarne annotation.m: Fix callbacks called with too many inputs
Thu, 15 Apr 2021 17:48:35 +0200 Torsten Lilge fix several gui issues (shown with OCTAVE_SHOW_GUI_MESSAGES=1)
Thu, 15 Apr 2021 09:07:13 +0200 Markus Mützel maint: merge stable to default.
Wed, 14 Apr 2021 15:03:09 +0200 Markus Mützel mpoles.m: Fix detection of pole multiplicity (bug #60384). stable
Wed, 14 Apr 2021 19:37:11 +0200 Torsten Lilge fix missing connection of interrupt signal (bug #60392)
Wed, 14 Apr 2021 18:30:56 +0200 Torsten Lilge fix newline issues in new command widget
Wed, 14 Apr 2021 15:53:39 +0200 Markus Mützel canonicalize_file_name: Be more wary when removing path prefix on Windows.
Wed, 14 Apr 2021 15:03:09 +0200 Markus Mützel mpoles.m: Fix detection of pole multiplicity (bug #60384).
Tue, 13 Apr 2021 10:37:34 -0700 Rik __ftp__.cc: Remove number of input argument checks from internal functions.
Tue, 13 Apr 2021 08:06:05 -0400 John W. Eaton undo previous change; reset parser in server loop
Tue, 13 Apr 2021 06:25:20 -0400 John W. Eaton also reset parser when interpreter recovers from exception
Mon, 12 Apr 2021 23:03:11 +0200 Torsten Lilge use terminal settings for the experimental command widget
Sun, 11 Apr 2021 19:22:31 +0200 Torsten Lilge allow reloading default colors and styles in the preferences dialog
Sun, 11 Apr 2021 19:22:30 +0200 Torsten Lilge improve some gui colors for dark system themes
Sun, 11 Apr 2021 19:22:29 +0200 Torsten Lilge make detection of default fixed font for gui more robust
Sat, 10 Apr 2021 20:58:08 +0200 Markus Mützel canonicalize_file_name: Use newer Windows API functions (bug #60306).
Fri, 09 Apr 2021 21:59:01 +0200 Pantxo Diribarne Fix some copyright dates in new files (bug #59546)
Wed, 07 Apr 2021 22:21:36 +0200 Pantxo Diribarne octave-svgconvert: Don't use Qt's SVG module (bug #59546)
Fri, 09 Apr 2021 09:38:40 -0400 John W. Eaton mk-default-qt-settings.in.sh: Delete unused script.
Fri, 09 Apr 2021 06:38:21 -0700 Rik Suppress extraneous error messages from Qhull (bug #57727).
Wed, 07 Apr 2021 20:18:21 +0200 Markus Mützel canonicalize_file_name: Add yet another work-around for non-ASCII paths on Windows (bug #60306).
Thu, 08 Apr 2021 16:04:45 -0700 Rik maint: merge stable to default.
Thu, 08 Apr 2021 16:04:13 -0700 Rik doc: Use Texinfo commands to improve transpose() docstring rendering. stable
Thu, 08 Apr 2021 15:35:28 -0700 Rik maint: merge stable to default.
Thu, 08 Apr 2021 15:34:33 -0700 Rik doc: Update keyword docstrings (bug #60275). stable
Thu, 08 Apr 2021 21:19:10 +0200 Torsten Lilge remove default-qt-settings
Thu, 08 Apr 2021 13:20:17 -0400 John W. Eaton * main.in.cc (experimental_terminal_widget): Delete unused variable.
Thu, 08 Apr 2021 09:48:38 -0700 Rik maint: merge stable to default.
Thu, 08 Apr 2021 09:48:17 -0700 Rik doc: Explain how to write dual-purpose executable scripts and Octave functions (bug #60291). stable
Thu, 08 Apr 2021 18:14:02 +0200 Markus Mützel Don't mark BISTs specific for Mac and Windows as fixed.
Thu, 08 Apr 2021 00:16:13 -0400 John W. Eaton maint: merge stable to default.
Thu, 08 Apr 2021 00:15:34 -0400 John W. Eaton issue warning when gnuplot graphics toolkit is initialized stable
Wed, 07 Apr 2021 21:03:58 +0200 Markus Mützel ft-text-renderer.cc: Revert accidentally committed hunk from hg id ee66869c30d6.
Thu, 25 Mar 2021 23:06:40 -0400 John W. Eaton experimental command window widget with server loop
Thu, 25 Mar 2021 17:47:56 -0400 John W. Eaton allow event manager to handle display of execution exceptions
Thu, 25 Mar 2021 16:25:31 -0400 John W. Eaton leave error message output stream decision to error_system class
Wed, 07 Apr 2021 08:04:04 +0200 Markus Mützel bootstrap: Revert local change removed in hg id 0cf53a415b7f.
Tue, 06 Apr 2021 13:59:40 -0700 Rik Silence compiler warning in intprops-wrappers.c (bug #60316)
Tue, 06 Apr 2021 21:26:52 +0200 Torsten Lilge rearrange default lexer settings and add second color mode to gui editor
Tue, 06 Apr 2021 14:25:27 -0400 John W. Eaton eliminate sign comparison warning from GCC
Tue, 06 Apr 2021 14:24:19 -0400 John W. Eaton * intprops-wrappers.c: Include config.h.
Tue, 06 Apr 2021 14:23:49 -0400 John W. Eaton maint: update gnulib
Tue, 06 Apr 2021 10:47:40 -0400 John W. Eaton if bug number is supplied, prefer '%!test' over '%!xtest'
Tue, 06 Apr 2021 10:43:17 -0400 John W. Eaton update bug status in test suite
Fri, 02 Apr 2021 19:28:07 +0200 Markus Mützel Replace Unicode conversion functions from gnulib with STL functions.
Mon, 05 Apr 2021 09:15:48 -0700 Rik maint: merge stable to default.
Mon, 05 Apr 2021 09:09:22 -0700 Rik isprop.m: Document that function only works on graphics objects in Octave 6.X (bug #60295) stable
Mon, 05 Apr 2021 10:48:18 +0200 Markus Mützel Fix loading fonts from path with non-ASCII characters on Windows.
Sat, 03 Apr 2021 13:19:04 +0200 Torsten Lilge provide second color mode for variable editor
Sat, 03 Apr 2021 08:26:30 +0200 Torsten Lilge provide second color mode for workspace view
Fri, 02 Apr 2021 17:02:36 +0200 Torsten Lilge * gui-preferences-ws.h: fix wrong group for color preference keys
Fri, 02 Apr 2021 16:57:51 +0200 Torsten Lilge * settings-dialog.ui: fix tooltip on disabling global shortcuts
Fri, 02 Apr 2021 16:54:42 +0200 Torsten Lilge allow a second color theme for the console window (dark mode)
Thu, 01 Apr 2021 23:18:50 +0200 Pantxo Diribarne Differ latex test until actually needed (bug #59546)
Fri, 02 Apr 2021 01:32:39 -0400 John W. Eaton avoid warning about deprecated Qprinter::setPaperSize function
Thu, 01 Apr 2021 19:42:37 +0200 Markus Mützel eigs: Remove static variables (bug #60311).
Thu, 01 Apr 2021 18:58:26 +0200 Markus Mützel maint: merge stable to default.
Thu, 01 Apr 2021 18:55:45 +0200 Markus Mützel eigs: Prevent possible segmentation fault at exit (bug #60311). stable
Thu, 01 Apr 2021 03:02:22 -0400 John W. Eaton maint: merge stable to default.
Tue, 30 Mar 2021 01:08:00 -0400 John W. Eaton hold references to closure frames in anon functions if needed (bug #60237) stable
Fri, 05 Mar 2021 16:14:34 -0500 John W. Eaton avoid memory leaks when returning handles to nested functions stable
Tue, 02 Mar 2021 12:32:43 -0500 John W. Eaton defer clearing function vars until stack frame is deleted (bug #60137) stable
Wed, 31 Mar 2021 21:33:46 +0200 Torsten Lilge do not disable shortcuts for activating other widgets in console widget
Wed, 31 Mar 2021 18:43:46 +0200 Torsten Lilge * tab-bar.cc: added a comment regarding source for rotated tabs
Wed, 31 Mar 2021 13:39:31 +0200 Torsten Lilge fix broken build with Qt 5.4 after cset 0e9319d40977 (bug #60298)
Wed, 31 Mar 2021 13:38:34 +0200 Torsten Lilge merged away extra head
Mon, 22 Mar 2021 21:32:54 +0100 Pantxo Diribarne Initial implementation of a LaTeX interpreter (bug #59546).
Mon, 29 Mar 2021 19:37:59 +0200 Torsten Lilge provide a tab context menu entry for copying the full path of an editor file
Mon, 29 Mar 2021 07:54:26 +0200 Torsten Lilge do not allow full path in editor tabs
Sun, 28 Mar 2021 22:55:08 +0200 Torsten Lilge allow rotated tabs in the file editor (bug #60276)
Sun, 28 Mar 2021 15:35:05 -0400 John W. Eaton use "m_" prefix for class members in a few more classes
Sat, 27 Mar 2021 09:26:12 +0100 Torsten Lilge add all open tabs to the context menu of the editor tabs (bug #60276)
Thu, 25 Mar 2021 17:57:27 +0100 Markus Mützel Prefer "octave-svgconvert" in "bin" directory on Windows (bug #59546).
Wed, 24 Mar 2021 19:56:42 -0700 Rik uniquetol.m: variable naming cleanup and addition of BIST test.
Sun, 21 Mar 2021 18:10:14 +0100 Markus Mützel pkg.m: Install local packages in version dependent path (bug #58299).
Mon, 22 Mar 2021 21:09:04 +1100 Steven uniquetol.m: Improve performance when "byrows" is false (bug #59850).
Tue, 23 Mar 2021 22:08:08 -0400 John W. Eaton maint: merge stable to default.
Tue, 23 Mar 2021 22:22:45 +0100 Torsten Lilge prevent floating widgets from reopening after restart (bug #60279) stable
Mon, 22 Mar 2021 00:34:38 -0400 John W. Eaton begin allowing breakpoints to be set using file name
Wed, 03 Mar 2021 23:57:31 -0500 John W. Eaton revamp handling of breakpoint line positions
Sun, 21 Mar 2021 10:53:11 +0100 Markus Meisinger ode15s.m: Fix error if Jacobian in options is a constant matrix (bug #60240).
Sat, 20 Mar 2021 15:43:04 +0100 Markus Mützel maint: merge stable to default.
Sat, 20 Mar 2021 15:42:27 +0100 Markus Mützel doc: Expand on documentation for command syntax (bug #60084). stable
Sat, 20 Mar 2021 15:18:21 +0100 Markus Mützel doc: Minor changes to documentation of single precision issues with OpenGL (bug #59418). stable
Sat, 20 Mar 2021 11:40:07 +0100 Markus Mützel maint: merge stable to default.
Sat, 20 Mar 2021 11:00:25 +0100 Markus Mützel doc: Document single precision issues with OpenGL graphics toolkits (bug #59418). stable
Sat, 20 Mar 2021 11:17:09 +0100 Torsten Lilge fix restoring the horizontal position of docked gui widgets (bug #59426) stable
Sat, 20 Mar 2021 10:42:06 +0900 Abdallah-Elshamy jsonencode.cc: Make pretty formating compatible with MATLAB (bug #60259).
Sat, 20 Mar 2021 09:18:49 +0900 Kai T. Ohlhus maint: merge stable to default.
Thu, 18 Mar 2021 21:45:09 +0100 Torsten Lilge fix crash when gui tries to restore missing previous octave dir (bug #60255) stable
Wed, 17 Mar 2021 00:50:34 -0400 John W. Eaton maintain a set of watch expressions for possible use in tracing/debugging
Tue, 16 Mar 2021 18:17:42 +0100 Markus Mützel Use gnulib macros that account for the output type in integer overflow checks.
Mon, 15 Mar 2021 19:57:54 +0100 Torsten Lilge redo parts of cset 33d89d314d43 lost by recent merge
Mon, 15 Mar 2021 18:55:26 +0100 Markus Mützel maint: merge stable to default.
Mon, 15 Mar 2021 13:41:36 +0100 Pantxo Diribarne print.m: Warn when figure is too large to be printed to output page (bug #60236) stable
Mon, 15 Mar 2021 02:11:02 -0400 John W. Eaton maint: merge stable to default.
Thu, 11 Mar 2021 01:15:02 -0500 John W. Eaton delete unused function from graphics base_properties class
Sun, 14 Mar 2021 22:45:42 +0100 Torsten Lilge fix en-/disabling some editor actions depending on file type (bug #60214)
Sun, 14 Mar 2021 19:15:57 +0100 Torsten Lilge fix confirm overwrite for native editor file save as dialogs (bug #60214) stable
Sun, 14 Mar 2021 13:09:16 +0100 Torsten Lilge do not run files that are not saved as octave files (bug #60214) stable
Sat, 13 Mar 2021 17:24:43 +0100 Torsten Lilge fix missing file suffix m when saving a new script (bug #60214) stable
Sat, 13 Mar 2021 10:56:43 +0100 Markus Mützel Fix compilation without OpenGL (bug #33118).
Fri, 12 Mar 2021 14:10:04 -0800 Rik maint: strip trailing spaces from code base.
Fri, 12 Mar 2021 20:56:19 +0100 Pantxo Diribarne Allow arbitrary text rotation onscreen (bug #33118)
Fri, 12 Mar 2021 19:12:04 +0100 Markus Mützel maint: merge stable to default.
Fri, 12 Mar 2021 19:11:26 +0100 Markus Mützel doc: Change example for Delaunay triangulation to match the generating code (bug #60216). stable
Thu, 11 Mar 2021 09:08:54 -0800 Rik maint: remove #defines for old_NA values no longer supported.