log

age author description
Wed, 11 Jan 2023 16:15:38 -0500 John W. Eaton eliminate some uses of the event manager in GUI callback functions
Wed, 11 Jan 2023 17:19:39 -0500 John W. Eaton fix error introduced in changeset 286306a9a393
Wed, 11 Jan 2023 13:57:59 -0500 John W. Eaton maint: Merge stable to default.
Wed, 11 Jan 2023 12:16:25 -0500 John W. Eaton don't emit signals for invalid objects in interpreter callbacks (bug #62863) stable
Tue, 10 Jan 2023 14:32:34 -0800 Rik maint: merge stable to default
Tue, 10 Jan 2023 14:32:20 -0800 Rik Fix segfault when using jsonencode on empty struct arrays (bug #63622) stable
Sat, 07 Jan 2023 11:12:28 -0800 Rik maint: merge stable to default
Sat, 07 Jan 2023 11:12:11 -0800 Rik NEWS.6.md: Reverse stripping of spaces at end of lines in cset bc24b226891a. stable
Fri, 06 Jan 2023 17:19:16 -0500 John W. Eaton style fixes: avoid breaking lines after "(" and prefer "" over QString ("")
Fri, 06 Jan 2023 16:51:35 -0500 John W. Eaton maint: Merge stable to default.
Fri, 06 Jan 2023 16:51:21 -0500 John W. Eaton fix typo in previous change stable
Fri, 06 Jan 2023 16:45:21 -0500 John W. Eaton maint: Merge stable to default.
Fri, 06 Jan 2023 16:44:58 -0500 John W. Eaton update configure message for missing fftw libraries (bug #63628) stable
Fri, 06 Jan 2023 16:18:47 -0500 John W. Eaton * sqp.m: Strip trailing whitespace.
Fri, 06 Jan 2023 16:30:59 -0500 John W. Eaton maint: Merge stable to default.
Fri, 06 Jan 2023 16:30:45 -0500 John W. Eaton use type-specific value extractors in a few more places
Fri, 06 Jan 2023 16:15:16 -0500 John W. Eaton strip trailing whitespace and extra blank lines stable
Fri, 06 Jan 2023 16:11:59 -0500 John W. Eaton define some convenience functions to reduce clutter
Fri, 06 Jan 2023 13:13:25 -0500 John W. Eaton update Octave Project Developers copyright for the new year
Fri, 06 Jan 2023 13:12:14 -0500 John W. Eaton maint: Merge stable to default.
Fri, 06 Jan 2023 13:11:27 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
Wed, 04 Jan 2023 17:43:50 +0100 Markus Mützel maint: Merge stable to default.
Wed, 04 Jan 2023 17:42:44 +0100 Markus Mützel GitHub-CI (mingw): Install gperf. stable
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