log

age author description
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.