log libgui/src/m-editor/file-editor-tab.cc @ 31647:431f80aba37a

age author description
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)
Tue, 27 Apr 2021 11:11:54 -0400 John W. Eaton provide QOverload template if it is not in <QtGlobal> (bug #60416)
Fri, 16 Apr 2021 23:06:32 -0400 John W. Eaton connect many Qt signals and slots without SIGNAL and SLOT macros
Tue, 06 Apr 2021 21:26:52 +0200 Torsten Lilge rearrange default lexer settings and add second color mode to gui editor
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, 03 Mar 2021 23:57:31 -0500 John W. Eaton revamp handling of breakpoint line positions
Mon, 15 Mar 2021 19:57:54 +0100 Torsten Lilge redo parts of cset 33d89d314d43 lost by recent merge
Mon, 15 Mar 2021 02:11:02 -0400 John W. Eaton maint: merge stable to default.
Sun, 14 Mar 2021 22:45:42 +0100 Torsten Lilge fix en-/disabling some editor actions depending on file type (bug #60214)
Sun, 14 Mar 2021 19:15:57 +0100 Torsten Lilge fix confirm overwrite for native editor file save as dialogs (bug #60214) stable
Sun, 14 Mar 2021 13:09:16 +0100 Torsten Lilge do not run files that are not saved as octave files (bug #60214) stable
Sat, 13 Mar 2021 17:24:43 +0100 Torsten Lilge fix missing file suffix m when saving a new script (bug #60214) 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
Sun, 27 Dec 2020 19:07:32 +0100 Torsten Lilge add gui utilities with first function for color interpolation
Sun, 20 Dec 2020 14:24:20 +0100 Markus Mützel maint: merge stable to default.
Sat, 19 Dec 2020 16:46:53 +0100 Torsten Lilge mark script created with commands from history as modified stable
Sat, 12 Dec 2020 17:16:29 +0100 Markus Mützel maint: merge stable to default.
Mon, 07 Dec 2020 19:04:55 +0100 Torsten Lilge * file-editor-tab.cc (dtor): do not delete m_edit_area (bug #59628) stable
Wed, 09 Dec 2020 17:32:39 +0100 Torsten Lilge add java file support in gui editor
Tue, 08 Dec 2020 13:25:03 -0800 Rik maint: Updating naming conventions for exceptions and use const where possible.
Tue, 08 Dec 2020 21:34:55 +0100 Torsten Lilge copy lexer settings from default settings file for new languages
Mon, 07 Dec 2020 19:04:55 +0100 Torsten Lilge * file-editor-tab.cc (dtor): do not delete m_edit_area (bug #59628)
Thu, 12 Nov 2020 18:15:52 +0100 Markus Mützel Use UTF-8 encoding for .m files by default (bug #59387).
Fri, 02 Oct 2020 13:25:00 -0400 John W. Eaton use [=] capture default specification where possible
Thu, 24 Sep 2020 20:49:43 +0200 Torsten Lilge add functions of loaded packages to auto-completion list (bug #56207)
Mon, 22 Jun 2020 21:41:15 +0200 Markus Mützel maint: merge stable to default.
Mon, 22 Jun 2020 20:43:00 +0200 Torsten Lilge force non-native file dialogs on Mac ignoring current user pref (bug #52840) stable
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)
Fri, 22 May 2020 22:54:55 +0200 Torsten Lilge update cursor position if within trailing spaces removed while saving
Thu, 21 May 2020 21:02:29 +0200 Markus Meisinger fix jumping vertical scrollbar when file is saved in editor (bug #58418)
Sat, 16 May 2020 13:36:48 -0700 Rik maint: merge stable to default.
Sat, 16 May 2020 03:46:38 -0400 Daniel J Sebald Restore editor x-offset after highlight-all-occurrences double-click (bug #58372) stable
Fri, 28 Feb 2020 07:08:14 +0100 Torsten Lilge do not add a newline on empty editor files (bug #57861)
Thu, 27 Feb 2020 23:22:30 +0100 Torsten Lilge prevent removing all spaces instead of trailing ones (bug #57861)
Sun, 23 Feb 2020 14:23:09 +0100 Torsten Lilge change behavior for handling newline at end of file (bug #57861)
Sat, 22 Feb 2020 17:03:01 +0100 Torsten Lilge add editor prefs for forcing coding standards (bug #57860, bug #57861)
Fri, 21 Feb 2020 11:31:45 +0100 Markus Mützel Don't use "codecForLocale" to get encoding for locale charset. stable
Tue, 21 Jan 2020 20:14:13 -0600 John W. Eaton maint: merge stable to default.
Tue, 21 Jan 2020 13:33:02 -0800 Mike Miller fix more spelling errors (bug #57613) stable
Tue, 21 Jan 2020 21:45:49 +0100 Torsten Lilge * file-editor-tab.cc (load_file): removed obsolete FIXME comment
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
Mon, 06 Jan 2020 10:18:00 -0800 Rik Streamline QRegExp instances in libgu.
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
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)
Tue, 12 Nov 2019 12:10:33 -0500 John W. Eaton simplify gui_settings->value (PREF.key, PREF.def) calls
Tue, 12 Nov 2019 11:15:40 -0500 John W. Eaton don't include gui-preferences-global.h in gui-preferences.h
Sun, 10 Nov 2019 14:05:23 +0100 Torsten Lilge avoid unnecessary includes of gui-preference header files
Thu, 07 Nov 2019 10:03:25 +0100 Torsten Lilge fix broken storing of editor session data at shutdown
Tue, 05 Nov 2019 00:44:16 -0500 John W. Eaton eliminate some unused signals and slots in the file editor
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
Tue, 29 Oct 2019 17:23:08 +0100 Torsten Lilge use symbolic constants for command widget preferences
Fri, 25 Oct 2019 01:30:03 -0400 John W. Eaton use symbolic preference keys if available
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)
Fri, 04 Oct 2019 16:40:30 -0400 John W. Eaton make recover_from_exception a member function
Fri, 04 Oct 2019 01:15:13 -0400 John W. Eaton revamp error handling
Mon, 30 Sep 2019 12:11:06 -0400 John W. Eaton maint: merge stable to default.
Sat, 01 Jun 2019 19:30:56 +0200 Torsten Lilge fix editors search and replace in selection (bug #56405) stable
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:30:05 -0400 John W. Eaton mark another location in GUI that should be checked for thread safety
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
Wed, 11 Sep 2019 18:01:40 -0400 John W. Eaton move qt_interpreter_events::file_in_path to load_path::contains_file_in_dir
Wed, 11 Sep 2019 16:46:54 -0400 John W. Eaton mark all interpreter_event lambda functions with special comment
Sat, 07 Sep 2019 10:49:03 -0400 John W. Eaton use m_ prefix for data members in file_editor_tab class
Thu, 05 Sep 2019 17:42:07 -0400 John W. Eaton mark locations in GUI that should be checked for thread safety
Mon, 29 Jul 2019 10:43:04 -0400 John W. Eaton use Qt signals to pass interpreter callbacks to octave-qobject
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 '('
Sun, 21 Jul 2019 12:43:19 +0200 Markus Mützel Do not ignore user preferences for locale encoding on non-Windows platforms.
Sun, 21 Jul 2019 12:16:09 +0200 Markus Mützel Append name of actual encoding used if "SYSTEM" is selected.
Thu, 18 Jul 2019 11:23:22 -0400 John W. Eaton rename octave_link and octave_link_events classes, move inside octave namespace
Wed, 17 Jul 2019 14:09:20 -0400 John W. Eaton eliminate static functions from octave_link class
Thu, 18 Jul 2019 01:15:21 -0400 John W. Eaton separate octave_link event queue from events and actions