log libgui/src/m-editor/file-editor.cc @ 27835:8b514b304be8

age author description
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
Mon, 04 Nov 2019 17:05:09 -0500 John W. Eaton eliminate static variable in file_editor_tab class
Mon, 04 Nov 2019 14:03:00 -0500 John W. Eaton don't use singleton pattern for shortcut manager in GUI
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
Fri, 25 Oct 2019 00:38:06 -0400 John W. Eaton split gui-preferences.h into one file per widget
Fri, 25 Oct 2019 07:36:37 +0200 Torsten Lilge improve run selection from editor (bug #42705)
Thu, 03 Oct 2019 18:09:14 +0200 Torsten Lilge compacter tool bar and filter bars in dock widgets (bug #53902)
Sun, 29 Sep 2019 17:47:30 +0200 Torsten Lilge smaller toolbars in editor and main window (bug #53902)
Sun, 29 Sep 2019 15:46:53 +0200 Torsten Lilge smaller vertical size of editor toolbar (bug #53902)
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:02:45 -0400 John W. Eaton avoid possible threading issue when running file from GUI editor
Thu, 12 Sep 2019 17:01:34 -0400 John W. Eaton connect signals when creating file_editor_tab in file editor
Wed, 07 Aug 2019 19:21:35 +0200 Torsten Lilge allow to sort editor tabs alphabetically (bug #42602)
Mon, 29 Jul 2019 10:43:04 -0400 John W. Eaton use Qt signals to pass interpreter callbacks to octave-qobject
Mon, 22 Jul 2019 22:20:56 +0200 Torsten Lilge prevent gui from catching focus when its desktop workspace becomes active
Sun, 21 Jul 2019 10:21:01 -0400 John W. Eaton style fixes: generally aim to break long lines before operators, not after
Fri, 19 Jul 2019 14:15:04 -0400 John W. Eaton style fixes: avoid breaking lines immediately after '('
Thu, 18 Jul 2019 11:23:22 -0400 John W. Eaton rename octave_link and octave_link_events classes, move inside octave namespace
Tue, 16 Jul 2019 11:57:28 -0400 John W. Eaton eliminate octave_cmd classes
Tue, 28 May 2019 06:44:55 +0200 Torsten Lilge add workaround for missing editor tab close buttons on macos (bug #56158)
Wed, 22 May 2019 13:57:30 +0000 John W. Eaton where possible, eliminate octave:: namespace qualifier inside octave namespace
Thu, 16 May 2019 22:54:41 +0200 Torsten Lilge make editor toolbar, tabs and statusbar more comapct (bug #53902)
Tue, 14 May 2019 22:41:32 +0200 Torsten Lilge fix visibility of find dialog when editor is docked/undocked (bug #5)
Wed, 01 May 2019 12:33:55 +0200 Torsten Lilge fix enabled copy action in editor without selected text
Tue, 30 Apr 2019 21:58:59 +0200 Torsten Lilge fix order of cut, copy paste actions in editor menu and toolbar (bug #56230)
Fri, 19 Apr 2019 13:30:51 +0200 Torsten Lilge add a preference for the tab positions in the editor (bug #56158)
Thu, 18 Apr 2019 21:24:16 +0200 Torsten Lilge always use scroll buttons in case of too many tabs (bug #56158)
Thu, 18 Apr 2019 21:14:39 +0200 Torsten Lilge use tab icon for indicating a modified editor file (bug #56158)
Wed, 17 Apr 2019 17:07:36 +0000 John W. Eaton maint: Merge stable to default.
Mon, 25 Mar 2019 20:21:51 +0100 Torsten Lilge prevent editor from closing files that are not affected by rmdir (bug #55823) stable
Mon, 25 Mar 2019 20:21:51 +0100 Torsten Lilge prevent editor from closing files that are not affected by rmdir (bug #55823)
Mon, 18 Mar 2019 12:58:09 +0100 Pantxo Diribarne maint: merge stable to default
Wed, 13 Mar 2019 06:24:13 +0100 Torsten Lilge prevent unnamed editor tab from being closed by rmdir (bug #55888) stable
Wed, 13 Mar 2019 06:24:13 +0100 Torsten Lilge prevent unnamed editor tab from being closed by rmdir (bug #55888)
Sun, 10 Mar 2019 19:51:26 +0100 Torsten Lilge save & run action in editor now also continues in debug mode (bug #44730)
Sun, 10 Mar 2019 16:40:35 +0100 Torsten Lilge debug step starts script if not already running in debug mode (bug #44728)
Wed, 16 Jan 2019 14:25:59 -0500 John W. Eaton maint: Merge stable to default.
Wed, 16 Jan 2019 06:23:07 +0100 Torsten fixed dead assignments in libgui (bug #55440) stable
Sat, 12 Jan 2019 09:15:22 -0500 John W. Eaton maint: Merge stable to default.
Fri, 11 Jan 2019 21:57:36 -0500 Andrew Janke Change EOL format label from "Mac (CR)" to "Legacy Mac (CR)" in GUI stable
Wed, 02 Jan 2019 16:45:58 -0500 John W. Eaton maint: Merge stable to default.
Wed, 02 Jan 2019 16:32:43 -0500 John W. Eaton maint: Update copyright dates in all source files. stable
Wed, 02 Jan 2019 14:13:59 +0100 Andreas Weber Fix static analyzer detected V668 issues (bug #55347).