log libgui/src/m-editor/file-editor-tab.h @ 31181:c6c4c6f04170

age author description
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