log libgui/src/m-editor/file-editor-tab.h @ 31649:deb553ac2c54

age author description
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
Wed, 10 Aug 2022 22:24:58 +0200 Torsten Lilge also restore bookmarks when restoring an editor session at startup
Tue, 15 Feb 2022 18:57:16 +0100 Torsten Lilge fix updating the name of renamed editor files
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
Sun, 30 May 2021 21:00:22 +0200 Torsten Lilge fix wring row/col indicator in GUI editor when auto intending (bug #60690)
Mon, 24 May 2021 20:05:23 +0200 Torsten Lilge fix enabled state of editor save action depending on modification state
Fri, 16 Apr 2021 23:06:32 -0400 John W. Eaton connect many Qt signals and slots without SIGNAL and SLOT macros
Mon, 29 Mar 2021 07:54:26 +0200 Torsten Lilge do not allow full path in editor tabs
Mon, 22 Mar 2021 00:34:38 -0400 John W. Eaton begin allowing breakpoints to be set using file name
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
Thu, 24 Sep 2020 20:49:43 +0200 Torsten Lilge add functions of loaded packages to auto-completion list (bug #56207)
Mon, 01 Jun 2020 11:33:39 -0700 Rik maint: merge stable to default.
Tue, 26 May 2020 06:59:45 +0200 Torsten Lilge fix focus issues in editor due to qt bug with focus proxy chains (bug #57635) stable
Sun, 24 May 2020 22:45:29 +0200 Torsten Lilge remove trailing spaces without replacing full editor text (bug #58417)
Sat, 22 Feb 2020 17:03:01 +0100 Torsten Lilge add editor prefs for forcing coding standards (bug #57860, bug #57861)
Wed, 08 Jan 2020 11:59:41 -0500 John W. Eaton update formatting of copyright notices
Mon, 06 Jan 2020 22:29:51 -0500 John W. Eaton update Octave Project Developers copyright for the new year
Mon, 06 Jan 2020 15:38:17 -0500 John W. Eaton use centralized file for copyright info for individual contributors
Thu, 11 Apr 2019 07:37:20 -0400 Andrew Janke Fix typos and grammar errors in comments in libgui (patch #9790)
Sun, 08 Dec 2019 21:39:57 +0100 Torsten Lilge only one find dialog for all editor tabs (bug #57238)
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: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 13:34:44 -0500 John W. Eaton in GUI objects, store reference to base_qobject instead of resource_manager
Fri, 01 Nov 2019 18:16:49 -0400 John W. Eaton don't use singleton pattern for resource manager in GUI
Fri, 01 Nov 2019 02:17:13 -0400 John W. Eaton use new gui_settings class instead of using QSettings directly
Fri, 01 Nov 2019 09:26:22 +0100 Torsten Lilge fix saving modified files when closing editor tabs or octave
Sat, 26 Oct 2019 11:31:05 -0400 John W. Eaton use consistent order for signal/slot/other decls in libgui/src files
Sun, 15 Sep 2019 12:28:23 -0400 John W. Eaton try to use consitent ordering for include files in libgui sources
Fri, 13 Sep 2019 08:11:53 -0400 John W. Eaton avoid including builtin-defun-decls.h unless needed
Fri, 13 Sep 2019 07:38:36 -0400 John W. Eaton attempt to avoid threading issues when saving a file in the file editor tab
Thu, 12 Sep 2019 17:13:28 -0400 John W. Eaton attempt to avoid threading issues when updating lexer in file editor tab
Thu, 12 Sep 2019 13:28:12 -0400 John W. Eaton attempt to fix threading issues when setting conditional breakpoints in GUI
Thu, 12 Sep 2019 11:13:46 -0400 John W. Eaton use signal/slot connection in file-editor-tab for thread safety
Sat, 07 Sep 2019 10:49:03 -0400 John W. Eaton use m_ prefix for data members in file_editor_tab class
Mon, 29 Jul 2019 10:43:04 -0400 John W. Eaton use Qt signals to pass interpreter callbacks to octave-qobject
Tue, 16 Jul 2019 11:57:28 -0400 John W. Eaton eliminate octave_cmd classes
Fri, 12 Jul 2019 19:26:55 -0400 John W. Eaton replace more explicit callback functions with lambda expressions
Tue, 25 Jun 2019 22:10:14 +0200 Torsten Lilge fix cursor position for editor smart indent after keyword (bug #56533)
Tue, 14 May 2019 22:41:32 +0200 Torsten Lilge fix visibility of find dialog when editor is docked/undocked (bug #5)
Thu, 18 Apr 2019 21:14:39 +0200 Torsten Lilge use tab icon for indicating a modified editor file (bug #56158)
Sat, 30 Mar 2019 16:39:17 +0100 Torsten Lilge remove additionally added breakpoint when stepping into a file (bug #44728)
Sun, 10 Mar 2019 16:40:35 +0100 Torsten Lilge debug step starts script if not already running in debug mode (bug #44728)
Wed, 02 Jan 2019 16:32:43 -0500 John W. Eaton maint: Update copyright dates in all source files. stable
Sat, 22 Dec 2018 18:17:14 +0100 Torsten make SYSTEM alias for locale encoding if not suported on windows (bug #55139) stable
Mon, 08 Oct 2018 20:41:31 +0200 Torsten call octave functions with return value from GUI (bug #47585)
Wed, 03 Oct 2018 17:00:36 +0200 Torsten editor: adding cmd objects to the cmd queue instead signaling the command
Mon, 24 Sep 2018 21:45:36 +0200 Torsten allow to change the encoding when editor detects decoding errors (bug #54607)
Fri, 14 Sep 2018 18:47:23 +0200 Torsten allow native dialogs for remaining file open/save dialogs (bug #5
Sat, 12 May 2018 19:07:58 +0200 Torsten prevent notifications on externally changed editor files (bug 53539)
Fri, 30 Mar 2018 09:19:05 -0400 John W. Eaton maint: Update copyright dates in all source files. stable
Fri, 09 Feb 2018 13:56:34 -0500 John W. Eaton move GUI file editor classes inside octave namespace
Sat, 06 Jan 2018 07:57:19 -0800 Rik maint: Update punctuation for GPL v3 license text.