log libgui/src/m-editor/file-editor-tab.cc @ 33239:775dde0cb3e5

age author description
Fri, 22 Mar 2024 23:51:33 -0400 John W. Eaton use qOverload<T>(fptr) instead of QOverload<T>::of(fptr)
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
Tue, 12 Dec 2023 23:02:10 -0800 Rik maint: C++ style check for libgui/ directory.
Wed, 29 Nov 2023 22:33:35 -0800 Rik maint: Review and update strings that appear in GUI. stable
Fri, 23 Jun 2023 20:06:08 +0200 Markus Mützel file editor: Skip encoding conversion if file is empty (bug #64330).
Fri, 23 Jun 2023 19:44:00 +0200 Markus Mützel file editor: Reset wait cursor also when loading file fails (bug #64330).
Mon, 19 Jun 2023 23:21:41 -0400 John W. Eaton maint: Strip trailing whitespace from source files.
Sat, 15 Apr 2023 20:51:50 +0200 Markus Mützel gui: Use iconv/gnulib to load editor content from files in any encoding.
Sat, 15 Apr 2023 11:29:15 +0200 Markus Mützel gui: Use iconv/gnulib to save editor content in non-UTF-8.
Thu, 13 Apr 2023 16:17:45 +0200 Markus Mützel build: Check for Qt function QTextStream::setEncoding.
Wed, 12 Apr 2023 13:22:50 +0200 Markus Mützel Replace deprecated QRegExp by QRegularExpression in libgui/src/m-editor.
Tue, 11 Apr 2023 21:30:34 +0200 Markus Mützel Replace deprecated QLayout::setMargin by QLayout::setContentsMargin.
Wed, 08 Mar 2023 09:28:28 -0800 Rik maint: Use "nonzero" rather than "non-zero" in code base.
Thu, 02 Feb 2023 12:25:51 -0800 Rik maint: Remove unnecessary indent after OCTAVE_BEGIN_NAMESPACE in libgui/
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
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
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, 27 Dec 2022 14:55:03 -0500 John W. Eaton eliminate resource_manager class
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
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 14:23:53 -0500 John W. Eaton use individual local gui_settings objects
Sat, 29 Oct 2022 17:46:50 -0700 Rik build: Silence compilation warning about use of bitwise operators with boolean operands (bug #63210)
Sat, 15 Oct 2022 13:34:05 +0200 Torsten Lilge re-enable user preferences for current editor line color (bug #62984)
Wed, 10 Aug 2022 22:24:58 +0200 Torsten Lilge also restore bookmarks when restoring an editor session at startup
Tue, 07 Jun 2022 19:44:07 +0200 Torsten Lilge maint: merge stable to default
Mon, 06 Jun 2022 19:17:05 +0200 Torsten Lilge fix file length when saving a shorter contents in editor (bug #62588) stable
Tue, 31 May 2022 21:41:51 +0200 Torsten Lilge fix error on saving an editor file
Sun, 22 May 2022 19:36:01 +0200 Markus Mützel maint: Merge stable to default.
Mon, 16 May 2022 23:00:27 +0200 Torsten Lilge fix removing trailing spaces on closing a modified file (bug #62271) stable
Tue, 15 Feb 2022 18:57:16 +0100 Torsten Lilge fix updating the name of renamed editor files
Tue, 28 Dec 2021 18:59:33 -0500 John W. Eaton maint: Merge stable to default.
Tue, 28 Dec 2021 18:22:40 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
Sat, 25 Dec 2021 17:32:14 +0100 Torsten Lilge make saving editor files more robust against failures while writing
Mon, 29 Nov 2021 15:58:51 -0800 Rik maint: style check C++ files in src/ and libgui/ ahead of 7.1 release. stable
Sun, 30 May 2021 21:00:22 +0200 Torsten Lilge fix wring row/col indicator in GUI editor when auto intending (bug #60690)
Wed, 26 May 2021 12:23:24 +0200 Torsten Lilge revert connection of qscintilla signals back to old syntax (bug #60469)
Mon, 24 May 2021 20:05:23 +0200 Torsten Lilge fix enabled state of editor save action depending on modification state
Wed, 12 May 2021 20:11:34 -0700 Rik maint: merge stable to default.
Wed, 12 May 2021 20:03:41 -0700 Rik maint: use std::size_t in more instances (bug #60471) stable
Wed, 12 May 2021 19:28:54 +0200 Markus Mützel maint: merge stable to default.
Wed, 28 Apr 2021 22:57:42 -0400 John W. Eaton use std::size_t and std::ptrdiff_t in C++ code (bug #60471) stable
Wed, 12 May 2021 18:50:04 +0200 Markus Mützel maint: merge stable to default.
Tue, 11 May 2021 22:42:29 +0200 Torsten Lilge fix eol mode when saving files under new names (bug #60585) stable
Wed, 05 May 2021 17:46:37 +0200 Markus Mützel libgui: Avoid dangling reference with QString::toStdString.
Wed, 28 Apr 2021 22:57:42 -0400 John W. Eaton use std::size_t and std::ptrdiff_t in C++ code (bug #60471)