log

age author description
Thu, 14 Nov 2019 14:06:04 -0800 Rik Return real values for Hermitian inputs to eigs (bug #57196).
Thu, 14 Nov 2019 21:53:38 +0100 Torsten Lilge prevent editor from closing too early (bug #57226)
Thu, 14 Nov 2019 15:21:49 -0500 John W. Eaton prevent atexit functions from adding new atexit functions
Thu, 14 Nov 2019 15:18:15 -0500 John W. Eaton don't use static variable for list of interpreter atexit functions
Thu, 14 Nov 2019 11:14:25 -0800 Rik doc: Move commandwind() function and friends to new section of manual (bug #57213).
Wed, 13 Nov 2019 22:56:33 +0100 Torsten Lilge fix parse error handling when executing selected code (bug #57227)
Wed, 13 Nov 2019 20:00:02 +0100 Torsten Lilge Fix comparison of current copy shortcut to ctrl+c (bug #57220)
Wed, 13 Nov 2019 10:56:03 -0800 Rik svds.m: Undo fix in 2213e82bb9d3 now that eigs() has been updated (bug #57185).
Wed, 13 Nov 2019 18:58:32 +0100 Torsten Lilge hide tmp file in error and bp messages when executing selected code (bug #57205)
Wed, 13 Nov 2019 09:37:26 -0800 Rik Return only real eigenvalues from eigs() for symmetric matrices (bug #57196).
Tue, 12 Nov 2019 15:39:05 +0100 Pantxo Diribarne Hide __appdata__ internal property (bug #57211).
Wed, 13 Nov 2019 09:13:41 -0500 John W. Eaton maint: merge stable to default.
Wed, 13 Nov 2019 11:11:49 +0100 Andreas Weber mat2str.m: Fix for logical matrix (add transpose) stable
Tue, 12 Nov 2019 22:36:17 +0100 Markus Mützel * kpse.cc (READABLE): Prefixing "\\?\" only works for absolute paths (bug #57215).
Tue, 12 Nov 2019 21:03:53 +0100 Torsten Lilge fix executing selected code containing a clear all command (bug #57204)
Tue, 12 Nov 2019 14:39:07 -0500 John W. Eaton use standard C++ range-based for loops instead of Qt foreach macro
Tue, 12 Nov 2019 13:51:22 -0500 John W. Eaton use standard C++ range-based for loops instead of Qt foreach macro
Tue, 12 Nov 2019 13:35:44 -0500 John W. Eaton use templated QVariant value extractor instead of static_cast
Tue, 12 Nov 2019 13:32:59 -0500 John W. Eaton fix mismatch in settings key and default value
Tue, 12 Nov 2019 18:34:49 +0100 Pantxo Diribarne Fix typo in cset 271b5cd640d7 (bug #57213)
Tue, 12 Nov 2019 12:10:33 -0500 John W. Eaton simplify gui_settings->value (PREF.key, PREF.def) calls
Tue, 12 Nov 2019 11:15:40 -0500 John W. Eaton don't include gui-preferences-global.h in gui-preferences.h
Tue, 12 Nov 2019 17:32:39 +0100 Pantxo Diribarne NEWS: add commandwindow, filebrowser, commandhistory and workspace functions (bug #57213)
Tue, 12 Nov 2019 14:54:25 +0100 Pantxo Diribarne Add functions to show GUI windows (bug #57213)
Mon, 11 Nov 2019 20:22:52 +0100 Torsten Lilge fix compilation warning for old style cast (bug #57203)
Mon, 11 Nov 2019 19:16:04 +0100 Torsten Lilge fix compilation error for missing qmeta-type (bug #57203)
Mon, 30 Sep 2019 11:05:42 +0200 Carlo de Falco Remove wrapper template class NoAlias<T> (bug #56752)
Sun, 10 Nov 2019 21:56:18 +0100 Torsten Lilge replace preference literals by symbolic constants for dock widgets
Sun, 10 Nov 2019 14:05:23 +0100 Torsten Lilge avoid unnecessary includes of gui-preference header files
Sun, 10 Nov 2019 12:54:48 +0100 Torsten Lilge remove unused autofit preferences for variable editor from settings dialog
Sun, 10 Nov 2019 12:15:33 +0100 Torsten Lilge replace preference literals by symbolic constants for variable editor
Sat, 09 Nov 2019 11:33:55 -0800 Rik svds should *always* return real singular values (bug #57185).
Sat, 09 Nov 2019 12:45:07 +0100 Torsten Lilge replace preference literals by symbolic constants for workspace view
Fri, 08 Nov 2019 10:26:28 -0500 John W. Eaton * Qterminal.cc: Include config.h.
Fri, 08 Nov 2019 10:25:39 -0500 John W. Eaton simplify Copy shortcut == Ctrl-C detection in QTerminal
Fri, 08 Nov 2019 08:59:46 -0500 John W. Eaton fix typo in previous change
Thu, 07 Nov 2019 19:10:19 -0500 John W. Eaton make Ctrl-C work as interrupt in command window again
Thu, 07 Nov 2019 13:47:46 -0500 John W. Eaton fix circular dependency for libgui <-> libgraphics
Thu, 07 Nov 2019 09:09:27 -0500 John W. Eaton eliminate unused __get_history_system__ function
Thu, 07 Nov 2019 20:11:08 +0100 Torsten Lilge fix message box when trying to open a non-existant function in the editor
Thu, 07 Nov 2019 10:03:28 +0100 Torsten Lilge fix running selected code by F9 in case of errors during execution
Thu, 07 Nov 2019 10:03:25 +0100 Torsten Lilge fix broken storing of editor session data at shutdown
Wed, 06 Nov 2019 18:18:51 -0800 Mike Miller include SIGKILL in the SIG structure of known signals (bug #57183)
Wed, 06 Nov 2019 14:34:32 -0500 John W. Eaton eliminate static instance variable from octave_qobject class
Wed, 06 Nov 2019 14:29:42 -0500 John W. Eaton eliminate global access to resource_manager in qterminal widget
Wed, 06 Nov 2019 12:42:12 -0500 John W. Eaton eliminate global access to Octave interpreter in qt graphics classes
Tue, 05 Nov 2019 18:23:20 -0500 John W. Eaton integrate Qt graphics toolkit in Qt interpreter object
Tue, 05 Nov 2019 13:28:45 -0500 John W. Eaton eliminate global access to Octave resources in qt graphics classes
Tue, 05 Nov 2019 08:31:06 -0500 John W. Eaton eliminate need for global access to resource manager in welcome wizard objects
Tue, 05 Nov 2019 07:49:38 -0500 John W. Eaton eliminate need for global access to resource manager in uiwidget objects
Tue, 05 Nov 2019 12:09:52 -0800 Mike Miller handle quoted file names in gl2ps auxiliary command strings (bug #57174)
Tue, 05 Nov 2019 00:09:56 -0500 Andrew Janke configure.ac: Fix typos and grammar in comments (bug #57171)
Tue, 05 Nov 2019 01:13:16 -0500 John W. Eaton * file-editor-tab.cc: Comment.
Tue, 05 Nov 2019 00:44:16 -0500 John W. Eaton eliminate some unused signals and slots in the file editor
Tue, 05 Nov 2019 00:27:53 -0500 John W. Eaton eliminate redundant loop over tabs in file_editor::handle_file_remove
Tue, 05 Nov 2019 00:25:23 -0500 John W. Eaton return pointer to file_editor_tab from file_editor::find_tab_widget
Tue, 05 Nov 2019 00:14:14 -0500 John W. Eaton simplify loop over tabs in file_editor::handle_tab_ready_to_close
Tue, 05 Nov 2019 00:08:33 -0500 John W. Eaton simplify loop over tabs in file_editor::handle_dir_remove
Mon, 04 Nov 2019 23:50:16 -0500 John W. Eaton simplify loop over tabs in file_editor::find_tab_widget
Mon, 04 Nov 2019 17:05:09 -0500 John W. Eaton eliminate static variable in file_editor_tab class
Mon, 04 Nov 2019 12:22:23 -0800 Mike Miller fix incorrect path separator in __ghostscript__ command strings (bug #49718)
Mon, 04 Nov 2019 14:26:11 -0500 John W. Eaton don't delete community_news widget more than once (bug #57162)
Mon, 04 Nov 2019 14:03:00 -0500 John W. Eaton don't use singleton pattern for shortcut manager in GUI
Mon, 04 Nov 2019 13:34:44 -0500 John W. Eaton in GUI objects, store reference to base_qobject instead of resource_manager
Mon, 04 Nov 2019 11:18:28 -0500 John W. Eaton * welcome-wizard.cc (initial_page::initial_page): Use correct function name in call to __get_resource_manager__.
Mon, 04 Nov 2019 08:09:37 -0800 Rik Deprecated sizemax function (bug #47469).
Mon, 04 Nov 2019 16:21:14 +0100 Pantxo Diribarne uisetfont.m: remove from the list of unimplemented functions (bug #57130)
Sun, 03 Nov 2019 21:06:24 -0500 Andrew Janke Link $INTL_MACOSX_LIBS in gnulib deps in configure.ac (bug #57049)
Sun, 03 Nov 2019 21:39:00 -0500 Andrew Janke maint: Fix indentation in static function to disable App Nap.
Wed, 30 Oct 2019 00:24:23 +0100 Pantxo Diribarne New function uisetfont (bug #57130).
Mon, 02 Sep 2019 21:21:58 +0200 Pantxo Diribarne Allow printing with Octave installed in path with parenthesis (bug #49718)
Sun, 03 Nov 2019 10:09:15 -0500 Andrew Janke Enable App Nap disabling on macOS (bug #55490).
Fri, 01 Nov 2019 18:16:49 -0400 John W. Eaton don't use singleton pattern for resource manager in GUI
Sat, 02 Nov 2019 15:24:14 -0400 John W. Eaton allow only one base_qobject instance and provide gobal access to it
Sat, 02 Nov 2019 10:54:48 -0400 John W. Eaton eliminate slots declaration for some resource manager functions
Sat, 02 Nov 2019 18:22:39 +0100 Markus Mützel * kpse.cc (READABLE): Use wide character file system API on Windows.
Sat, 02 Nov 2019 08:03:40 -0700 Rik Temporarily disable code in cset d0fe6e344c41 (bug #55940)
Sat, 02 Nov 2019 09:45:09 +0100 Torsten Lilge use symbolic constants for preferences key/default in history viewer
Sat, 02 Nov 2019 08:25:17 +0100 Torsten Lilge * gui-preferences-nr.h: add file missing in cset deb8877f2c34
Sat, 02 Nov 2019 07:41:42 +0100 Torsten Lilge use symbolic constants for preferences key and default values in news reader
Fri, 01 Nov 2019 18:29:47 -0400 John W. Eaton eliminate unnecessary includes from resource-manager.h
Fri, 01 Nov 2019 02:17:13 -0400 John W. Eaton use new gui_settings class instead of using QSettings directly
Fri, 01 Nov 2019 12:12:10 -0400 John W. Eaton improve memory management in workspace_view class
Fri, 01 Nov 2019 21:57:03 +0100 Markus Mützel Use canonical paths in list of load paths (bug #56267).
Fri, 01 Nov 2019 21:31:42 +0100 Torsten Lilge suppress extra prompt when running selection in editor (bug #57146)
Fri, 01 Nov 2019 20:47:13 +0100 Torsten Lilge fix removing temporary dir from path in windows (bug #57146)
Fri, 01 Nov 2019 16:22:01 +0100 Markus Mützel * load-path.cc: Fix indentation.
Fri, 01 Nov 2019 09:26:22 +0100 Torsten Lilge fix saving modified files when closing editor tabs or octave
Thu, 31 Oct 2019 15:42:13 -0400 John W. Eaton * octave-qobject.cc: Add comment.
Thu, 31 Oct 2019 15:08:47 -0400 John W. Eaton * qt-interpreter-events.cc: Use QMutexLocker objects where possible.
Thu, 31 Oct 2019 14:43:47 -0400 John W. Eaton define new __event_manager_apply_preferences__ function
Thu, 31 Oct 2019 14:36:11 -0400 John W. Eaton improve thread safety of qt_interpreter_events::gui_preference
Thu, 31 Oct 2019 11:40:30 -0400 John W. Eaton use single QVariant object for return values in qt_interpreter_events class
Thu, 31 Oct 2019 10:39:43 -0400 John W. Eaton improve thread safety of qt_interpreter_events::get_named_icon
Thu, 31 Oct 2019 09:59:35 -0400 John W. Eaton * dialog.cc: Minor style fixes.
Wed, 30 Oct 2019 23:18:11 +0100 Philip Nienhuis Don't break uninstalling a package due to unrelated dependencies (bug #51722)
Thu, 31 Oct 2019 14:49:22 +0900 Kai T. Ohlhus maint: merge stable to default.
Thu, 31 Oct 2019 14:48:22 +0900 Kai T. Ohlhus doc: improve example of using global variables from oct-files. stable
Thu, 31 Oct 2019 00:51:45 -0400 John W. Eaton restore some symbol table functions for backward compatibility
Wed, 30 Oct 2019 15:19:07 -0700 Rik Silence compiler warning about use of error() without format string.
Wed, 30 Oct 2019 13:52:27 -0400 John W. Eaton * intepreter.cc (interpreter::quit): Fix exception handling logic.
Wed, 30 Oct 2019 13:24:59 -0400 John W. Eaton make "quit cancel" a no-op outside of finish script
Sat, 26 Oct 2019 11:31:05 -0400 John W. Eaton use consistent order for signal/slot/other decls in libgui/src files
Fri, 25 Oct 2019 14:50:09 -0400 John W. Eaton use QMutexLocker to manage locks in qt_interpreter_events methods
Sat, 26 Oct 2019 12:20:29 -0400 John W. Eaton move qt_interpreter_events object from interpreter_qobject to octave_qobject
Tue, 29 Oct 2019 11:36:14 -0400 John W. Eaton improve compatibility of quit function
Tue, 29 Oct 2019 16:37:02 -0700 Rik maint: merge stable to default.
Tue, 29 Oct 2019 16:36:41 -0700 Rik doc: Create en-dashes and em-dashes correctly in documentation. stable
Tue, 29 Oct 2019 16:33:40 -0700 Rik fminsearch.m: Use only real part of objective function for Matlab compatibility (bug #57136).
Tue, 29 Oct 2019 17:23:08 +0100 Torsten Lilge use symbolic constants for command widget preferences
Tue, 29 Oct 2019 08:10:02 -0700 Rik Change disable_app_nap to file local function rather than private member function.
Mon, 28 Oct 2019 17:14:51 -0700 Rik maint: merge stable to default.
Mon, 28 Oct 2019 17:14:34 -0700 Rik Fix BIST test for is_same_file on Windows platforms.
Mon, 28 Oct 2019 15:49:47 -0700 Mike Miller doc: expand page_output_immediately doc string, mention page_screen_output stable
Mon, 28 Oct 2019 12:05:06 -0400 John W. Eaton fix line count in lexer when mixing line and block comments (bug #57121)
Mon, 28 Oct 2019 20:03:04 +0900 Kai T. Ohlhus maint: merge stable to default.
Mon, 28 Oct 2019 15:25:07 +0900 Kai T. Ohlhus improve file equaliy check for MS Windows (bug #55161). stable
Sun, 27 Oct 2019 14:19:34 -0700 Andrew Janke Disable Mac App Nap feature so that pause, sleep work correctly (bug #55940).
Sun, 27 Oct 2019 12:16:57 -0700 Rik pkg.m: Use uppercase URL in documentation and error messages.
Sat, 26 Oct 2019 21:51:41 +0200 Philip Nienhuis Adapt path styles for pkg.m on Windows (bug #57083)