log libgui/src/m-editor/file-editor.cc @ 29934:116dbaba5a74 stable

age author description
Sat, 31 Jul 2021 16:07:45 +0200 Torsten Lilge fix opening a file in a custom editor (bug #60990) stable
Wed, 09 Jun 2021 00:34:42 -0400 John W. Eaton maint: Merge stable to default.
Fri, 07 May 2021 21:05:56 -0400 John W. Eaton avoid crash when closing GUI with open editor tabs (bug #60500) stable
Sun, 30 May 2021 14:42:36 +0200 Torsten Lilge fix auto completion in default empty script of GUI editor (bug #60689)
Sat, 29 May 2021 16:12:33 +0200 Torsten Lilge fix signal connection to grand parent
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
Tue, 18 May 2021 22:17:34 +0200 Torsten Lilge fix calling documentations from terminal and editor
Fri, 07 May 2021 21:05:56 -0400 John W. Eaton avoid crash when closing GUI with open editor tabs (bug #60500)
Mon, 03 May 2021 13:30:29 -0400 John W. Eaton eliminate more child to parent signal/slot connections
Thu, 29 Apr 2021 06:33:08 -0400 John W. Eaton maint: merge stable to default.
Thu, 29 Apr 2021 06:32:13 -0400 John W. Eaton avoid crash in GUI for rmdir("") (bug #60473) stable
Tue, 27 Apr 2021 11:11:54 -0400 John W. Eaton provide QOverload template if it is not in <QtGlobal> (bug #60416)
Thu, 22 Apr 2021 12:52:14 -0400 John W. Eaton where possible, use default destructors in GUI classes
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 19:37:59 +0200 Torsten Lilge provide a tab context menu entry for copying the full path of an editor file
Mon, 29 Mar 2021 07:54:26 +0200 Torsten Lilge do not allow full path in editor tabs
Sun, 28 Mar 2021 22:55:08 +0200 Torsten Lilge allow rotated tabs in the file editor (bug #60276)
Sat, 27 Mar 2021 09:26:12 +0100 Torsten Lilge add all open tabs to the context menu of the editor tabs (bug #60276)
Sun, 14 Mar 2021 22:45:42 +0100 Torsten Lilge fix en-/disabling some editor actions depending on file type (bug #60214)
Wed, 17 Feb 2021 13:14:55 -0800 Rik maint: merge stable to default.
Sun, 14 Feb 2021 22:48:19 +0100 Torsten Lilge fix restoring editor session after having closed all tabs (bug #60051) stable
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 10:49:43 +0100 Torsten Lilge simplify initialization of gui dock widgets
Fri, 02 Oct 2020 13:25:00 -0400 John W. Eaton use [=] capture default specification where possible
Wed, 30 Sep 2020 14:09:50 -0400 John W. Eaton maint: merge stable to default.
Mon, 13 Jul 2020 15:31:28 -0400 John W. Eaton avoid deprecated qSort function stable
Sun, 27 Sep 2020 20:26:16 +0200 Torsten Lilge show value in editor when hovering over variable in debug mode (bug #56990)
Thu, 24 Sep 2020 20:49:43 +0200 Torsten Lilge add functions of loaded packages to auto-completion list (bug #56207)
Mon, 13 Jul 2020 15:31:28 -0400 John W. Eaton avoid deprecated qSort function
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
Sat, 16 May 2020 13:32:24 -0700 Rik Remove support for Qt4 in Octave 7.
Tue, 21 Jan 2020 09:20:15 -0600 John W. Eaton fix more spelling errors (bug #57613)
Fri, 17 Jan 2020 13:27:27 -0600 John W. Eaton merge stable to default.
Fri, 17 Jan 2020 13:15:27 -0600 John W. Eaton fix many spelling errors (bug #57613) stable
Sun, 12 Jan 2020 09:33:21 -0800 Rik maint: Use Octave coding conventions in libgui/ directory.
Fri, 10 Jan 2020 12:10:13 -0800 Rik maint: Use two spaces between sentences in code comments.
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)
Sat, 21 Dec 2019 20:23:51 +0100 Torsten Lilge replacing literals for editor prefs by symbolic constants
Mon, 16 Dec 2019 08:00:43 +0100 Torsten Lilge replace prefs literals by symbolic constant in main window
Sun, 15 Dec 2019 00:23:29 +0100 Torsten Lilge fix multiple editor find dialogs
Fri, 13 Dec 2019 21:33:28 +0100 Torsten Lilge replace literal strings by symbolic constants for shortcut preferences
Thu, 12 Dec 2019 06:45:57 +0100 Torsten Lilge replace literal strings by symbolic constants for global preferences
Sun, 08 Dec 2019 21:39:57 +0100 Torsten Lilge only one find dialog for all editor tabs (bug #57238)
Thu, 14 Nov 2019 21:53:38 +0100 Torsten Lilge prevent editor from closing too early (bug #57226)
Tue, 12 Nov 2019 13:51:22 -0500 John W. Eaton use standard C++ range-based for loops instead of Qt foreach macro
Tue, 12 Nov 2019 12:10:33 -0500 John W. Eaton simplify gui_settings->value (PREF.key, PREF.def) calls
Thu, 07 Nov 2019 10:03:25 +0100 Torsten Lilge fix broken storing of editor session data at shutdown
Tue, 05 Nov 2019 01:13:16 -0500 John W. Eaton * file-editor-tab.cc: Comment.
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:27:53 -0500 John W. Eaton eliminate redundant loop over tabs in file_editor::handle_file_remove
Tue, 05 Nov 2019 00:25:23 -0500 John W. Eaton return pointer to file_editor_tab from file_editor::find_tab_widget
Tue, 05 Nov 2019 00:14:14 -0500 John W. Eaton simplify loop over tabs in file_editor::handle_tab_ready_to_close
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