log

age author description
Tue, 03 Jan 2023 18:49:27 -0500 John W. Eaton add some missing includes to gui-settings.cc
Tue, 03 Jan 2023 08:03:20 -0500 John W. Eaton update gui_pref class to match recent changes to sc_pref class
Mon, 02 Jan 2023 12:38:44 -0500 John W. Eaton eliminate base_qobject from octave_dock_widget and other classes
Mon, 02 Jan 2023 12:27:33 -0500 John W. Eaton fix include statement
Mon, 02 Jan 2023 12:25:42 -0500 John W. Eaton use signal/slot connection for debugging tooltips in editor
Fri, 30 Dec 2022 23:18:49 -0500 John W. Eaton remove more uses of base_qobject and octave-qobject.h
Fri, 30 Dec 2022 23:13:00 -0500 John W. Eaton use interpreter event to display documentation in terminal and editor widgets
Mon, 26 Dec 2022 17:29:59 -0500 John W. Eaton eliminate shortcut_manager class and revamp shortcut handling
Sun, 25 Dec 2022 20:37:53 -0500 John W. Eaton store constant shortcut data in global QHash object
Sun, 25 Dec 2022 16:11:47 -0500 John W. Eaton eliminate unnecessary shortcut_manager member variable
Sun, 25 Dec 2022 15:19:22 -0500 John W. Eaton eliminate some unnecessary uses of base_qobject
Sun, 25 Dec 2022 12:46:53 -0500 John W. Eaton move shortcut setting functions to gui_settings from shortcut_manager
Sat, 24 Dec 2022 14:54:52 -0500 John W. Eaton eliminate unnecessary table of keyboard shortcuts in shortcut_manager class
Tue, 27 Dec 2022 14:55:03 -0500 John W. Eaton eliminate resource_manager class
Mon, 02 Jan 2023 16:46:01 -0500 Arun Giridhar maint: Merge stable to default.
Mon, 02 Jan 2023 16:44:59 -0500 Arun Giridhar refcard.tex: Update packages URL. stable
Thu, 29 Dec 2022 16:11:26 +0100 Markus Mützel maint: Merge stable to default.
Thu, 29 Dec 2022 16:10:07 +0100 Markus Mützel GUI: Treat files with extracted BISTs like .m files in editor (bug #63588). stable
Fri, 23 Dec 2022 21:05:37 -0800 Rik Return empty matrix for alpha channel if requested, but it does not exist (bug #63477)
Thu, 22 Dec 2022 21:31:35 -0800 Rik maint: merge stable to default
Thu, 22 Dec 2022 21:29:53 -0800 Markus Mützel Fix crash in GUI editor when using MRU list item which has been deleted (bug #63548) stable
Thu, 22 Dec 2022 20:13:25 +0100 Markus Mützel maint: Merge stable to default.
Thu, 22 Dec 2022 19:12:57 +0100 Markus Mützel GitHub-CI: Use explicit steps for restoring and saving the ccache. stable
Thu, 22 Dec 2022 19:11:40 +0100 Markus Mützel GitHub-CI (macos): Overwrite the Python installation earlier on. stable
Wed, 21 Dec 2022 20:17:50 +0100 Markus Mützel maint: Merge stable to default.
Wed, 21 Dec 2022 20:17:13 +0100 Markus Mützel doc: Clarify handling of escape sequences in input of error function (bug #63556). stable
Mon, 19 Dec 2022 10:15:48 -0800 Rik maint: merge stable to default
Mon, 19 Dec 2022 10:13:04 -0800 Arun Giridhar nchoosek.m: Fix regression with column vector input (bug #63538) stable
Mon, 19 Dec 2022 12:03:42 -0500 Nicholas R. Jankowski maint: merge stable to default
Mon, 19 Dec 2022 12:00:11 -0500 Nicholas R. Jankowski doc: Clarify text around operator ambiguity (bug #62552) stable
Mon, 19 Dec 2022 15:27:28 +0100 Markus Mützel maint: Merge stable to default.
Mon, 19 Dec 2022 15:26:48 +0100 Markus Mützel NEWS.8.md: Clarify that the new terminal widget is experimental. stable
Fri, 16 Dec 2022 15:59:46 -0500 Nicholas R. Jankowski maint: merge stable to default
Fri, 16 Dec 2022 15:56:15 -0500 Nicholas R. Jankowski doc: Clarify command and function syntax binary operator handling (bug #62552) stable
Fri, 16 Dec 2022 15:40:24 -0500 Nicholas R. Jankowski maint: merge stable to default
Fri, 16 Dec 2022 15:27:45 -0500 Nicholas R. Jankowski doc: Update shortcircuit boolean text on logical conversion stable
Thu, 15 Dec 2022 13:06:57 -0800 Rik maint: merge stable to default
Thu, 15 Dec 2022 21:07:00 +0100 Pantxo Diribarne legend.m: stop error when old hidden item are updated (bug #63531) stable
Mon, 12 Dec 2022 14:36:06 -0800 Rik maint: merge stable to default
Mon, 12 Dec 2022 14:35:46 -0800 Rik doc: Ensure DOCSTRING has an output when function returns a value (bug #61681) stable
Sat, 10 Dec 2022 00:30:20 -0500 John W. Eaton move gh_manager class out of graphics.in.h and graphics.cc to separate files
Sat, 10 Dec 2022 00:11:20 -0500 John W. Eaton prep for moving gh_manager class to separate file
Sat, 10 Dec 2022 09:14:55 -0500 Nicholas R. Jankowski maint: Merge stable to default
Sat, 10 Dec 2022 07:19:18 -0500 Nicholas R. Jankowski doc: Note interaction between format and output_precision (bug #39832) stable
Fri, 09 Dec 2022 12:22:22 -0500 John W. Eaton maint: Merge stable to default.
Fri, 09 Dec 2022 12:21:14 -0500 John W. Eaton * Array.h (Array::is_shared): Declare const. stable
Fri, 09 Dec 2022 01:09:04 -0500 John W. Eaton get list of fonts from QFontDatabase, not QFontComboBox
Thu, 08 Dec 2022 13:57:18 -0500 John W. Eaton attempt to avoid race condition when initializing list of async signals
Thu, 08 Dec 2022 20:35:15 -0800 Rik maint: merge stable to default
Thu, 08 Dec 2022 17:56:31 -0800 Rik Stop potential invalid memory access in Array.dim3() (bug #63466) stable
Thu, 08 Dec 2022 15:23:29 -0500 Julien Bect sqp.m: Ignore missing lower/upper bounds (bug #32008)
Wed, 07 Dec 2022 22:37:28 -0500 Fernando Alvarruiz classdef: call subsref method with correct nargout value (bug #48693)
Wed, 07 Dec 2022 14:26:59 +0100 Markus Mützel maint: Merge stable to default.
Wed, 07 Dec 2022 14:26:00 +0100 Markus Mützel octave-svgconvert: Include header that defines "stdin". stable
Tue, 06 Dec 2022 15:45:27 -0500 John W. Eaton maint: Merge stable to default.
Tue, 06 Dec 2022 14:53:00 -0500 John W. Eaton maint: Re-indent code after switch to using namespace macros. stable
Tue, 06 Dec 2022 15:37:43 -0500 John W. Eaton maint: Merge stable to default.
Tue, 06 Dec 2022 14:37:51 -0500 John W. Eaton maint: Use macros to begin/end C++ namespaces. stable
Tue, 06 Dec 2022 15:17:16 -0500 John W. Eaton maint: Merge stable to default.
Tue, 06 Dec 2022 14:23:21 -0500 John W. Eaton merge adjacent octave namespace blocks in libgui/graphics header files stable