log libgui/src/files-dock-widget.cc @ 33421:3d37f529ee65 stable

age author description
Mon, 18 Mar 2024 20:00:53 +0100 Torsten Lilge fix restoring headers in file browser and workspace view (bug #65030) stable
Mon, 08 Apr 2024 14:39:40 -0700 Rik maint: Use Octave coding convention of space between function name and parentheses in libgui/.
Mon, 18 Mar 2024 20:00:53 +0100 Torsten Lilge fix restoring headers in file browser and workspace view (bug #65030)
Thu, 07 Mar 2024 14:16:22 -0500 John W. Eaton maint: strip trailing whitespace from source files
Thu, 07 Mar 2024 14:09:48 -0500 John W. Eaton maint: strip trailing whitespace from source files stable
Tue, 27 Feb 2024 11:03:28 -0800 Rik maint: merge stable to default
Fri, 16 Feb 2024 18:01:09 +0100 Markus Mützel GUI: Cache file icons for file browser (bug #65312). stable
Fri, 16 Feb 2024 14:42:54 -0500 John W. Eaton use explicit lambda-expression captures (bug #65318)
Fri, 16 Feb 2024 03:09:40 -0500 John W. Eaton Backed out changeset 489026b7257b
Thu, 15 Feb 2024 15:40:42 -0500 John W. Eaton explicitly capture '*this' by reference in lambda expressions (bug #65318)
Fri, 22 Dec 2023 12:14:08 -0500 John W. Eaton maint: merge stable to default
Fri, 22 Dec 2023 12:08:17 -0500 John W. Eaton maint: update Octave Project Developers copyright for the new year stable
Sun, 17 Dec 2023 13:30:13 -0500 Arun Giridhar maint: Merge stable to default
Sun, 17 Dec 2023 13:22:51 +0100 Torsten Lilge fix toggling column visibility in workspace view and file browser stable
Tue, 12 Dec 2023 23:02:10 -0800 Rik maint: C++ style check for libgui/ directory.
Sat, 05 Aug 2023 19:29:38 +0200 Torsten Lilge fix obsolete signals of QComboBox in Qt6
Tue, 11 Apr 2023 21:30:34 +0200 Markus Mützel Replace deprecated QLayout::setMargin by QLayout::setContentsMargin.
Thu, 02 Feb 2023 12:25:51 -0800 Rik maint: Remove unnecessary indent after OCTAVE_BEGIN_NAMESPACE in libgui/
Thu, 02 Feb 2023 11:41:24 -0500 Arun Giridhar Replace various iterators with range-based loops (bug #63738)
Tue, 24 Jan 2023 17:19:44 -0800 Rik maint: Eliminate "(void)" in C++ function prototypes/declarations.
Tue, 17 Jan 2023 10:00:45 -0500 John W. Eaton assume QOverload template is available
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:11:59 -0500 John W. Eaton define some convenience functions to reduce clutter
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
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
Fri, 30 Dec 2022 23:18:49 -0500 John W. Eaton remove more uses of base_qobject and octave-qobject.h
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
Fri, 02 Dec 2022 18:43:12 -0500 John W. Eaton handle icons and themes in gui_settings class, not resource_manager
Fri, 02 Dec 2022 14:23:53 -0500 John W. Eaton use individual local gui_settings objects
Thu, 13 Oct 2022 18:47:10 +0200 Markus Mützel maint: Merge stable to default.
Thu, 13 Oct 2022 18:44:11 +0200 Markus Mützel Respect confirmation when deleting files in file browser widget (bug #63198). stable
Sat, 23 Apr 2022 18:10:45 +0200 Torsten Lilge fix broken icon path after new icon structure in GUI
Thu, 03 Mar 2022 22:05:33 +0100 Torsten Lilge use go-up icon as fallback for non-standard icon folder-up
Thu, 03 Mar 2022 21:09:50 +0100 Torsten Lilge allow to specify a fallback icon for icon selection in the gui
Mon, 31 Jan 2022 23:46:58 +0100 Remi Thebault renaming files and directories using inline editing
Tue, 15 Feb 2022 18:57:16 +0100 Torsten Lilge fix updating the name of renamed editor files
Mon, 07 Feb 2022 09:51:56 -0300 Luis Eduardo Ribeiro Guerra Switch icon for folder-up to fluent design.
Tue, 28 Dec 2021 18:22:40 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
Mon, 29 Nov 2021 15:58:51 -0800 Rik maint: style check C++ files in src/ and libgui/ ahead of 7.1 release. stable
Mon, 27 Sep 2021 12:59:34 +0200 Markus Mützel GUI: Display dialog if deleting or renaming a file fails (bug #61225).
Fri, 18 Jun 2021 01:20:46 -0400 John W. Eaton reduce dependence of files_dock_widget on Octave interpreter
Thu, 29 Apr 2021 11:12:40 -0400 John W. Eaton allow most dock widgets to be used from command line
Mon, 03 May 2021 09:24:16 -0400 John W. Eaton avoid connecting to parent slots in file browser widget
Tue, 27 Apr 2021 11:11:54 -0400 John W. Eaton provide QOverload template if it is not in <QtGlobal> (bug #60416)
Fri, 16 Apr 2021 23:06:32 -0400 John W. Eaton connect many Qt signals and slots without SIGNAL and SLOT macros
Wed, 10 Feb 2021 10:10:40 -0500 John W. Eaton maint: merge stable to default.
Wed, 10 Feb 2021 09:52:15 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
Sat, 19 Dec 2020 16:29:32 +0100 Torsten Lilge removing obsolete code for some main window menus
Thu, 12 Nov 2020 02:02:39 -0500 John W. Eaton maint: merge stable to default.
Wed, 11 Nov 2020 23:41:06 -0500 John W. Eaton use Qt::SplitBehavior enum and values if available stable
Sat, 16 May 2020 13:32:24 -0700 Rik Remove support for Qt4 in Octave 7.
Fri, 21 Feb 2020 12:40:53 -0800 Rik Delete multiple files in GUI without multiple dialog boxes (bug #57874).
Tue, 21 Jan 2020 09:20:15 -0600 John W. Eaton fix more spelling errors (bug #57613)
Fri, 17 Jan 2020 22:40:15 +0100 Torsten Lilge fix handling of broken symlinks in file browser (bug #57588)
Fri, 17 Jan 2020 13:27:27 -0600 John W. Eaton merge stable to default.