log libgui/src/m-editor/octave-qscintilla.cc @ 29654:d13d090cb03a stable

age author description
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
Thu, 29 Apr 2021 11:12:40 -0400 John W. Eaton allow most dock widgets to be used from command line
Wed, 28 Apr 2021 22:57:42 -0400 John W. Eaton use std::size_t and std::ptrdiff_t in C++ code (bug #60471)
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
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
Tue, 08 Dec 2020 13:25:03 -0800 Rik maint: Updating naming conventions for exceptions and use const where possible.
Thu, 12 Nov 2020 02:02:39 -0500 John W. Eaton maint: merge stable to default.
Wed, 11 Nov 2020 23:41:06 -0500 John W. Eaton use Qt::SplitBehavior enum and values if available stable
Fri, 23 Oct 2020 15:16:09 +0200 Markus Mützel maint: merge stable to default.
Thu, 22 Oct 2020 22:58:25 +0200 Torsten Lilge avoid repeating last command when using F9 in debug mode (bug #57634) stable
Mon, 05 Oct 2020 15:19:15 -0400 John W. Eaton eliminate unnecessary uses of octave:: namespace qualifier
Fri, 02 Oct 2020 13:25:00 -0400 John W. Eaton use [=] capture default specification where possible
Wed, 30 Sep 2020 17:18:50 -0400 John W. Eaton avoid GUI crash happening after changeset 82ccc4e69ba3 (bug #56990)
Mon, 28 Sep 2020 21:57:01 +0200 Torsten Lilge avoid using bare pointers for symbol lists in editor (bug #56990)
Sun, 27 Sep 2020 20:26:16 +0200 Torsten Lilge show value in editor when hovering over variable in debug mode (bug #56990)
Thu, 09 Jul 2020 13:04:54 -0400 John W. Eaton maint: merge stable to default.
Wed, 08 Jul 2020 21:24:11 +0200 Torsten Lilge remove block begin/end comments for running selected code lines (bug #57634) stable
Mon, 25 May 2020 22:28:38 +0200 Torsten Lilge simplify code for replacing all highlighted occurrences in the editor
Sun, 24 May 2020 22:45:29 +0200 Torsten Lilge remove trailing spaces without replacing full editor text (bug #58417)
Sun, 10 May 2020 16:13:34 +0200 Torsten Lilge add selection to history before evaluation of selected code (bug #58323) stable
Sun, 10 May 2020 09:27:53 +0200 Torsten Lilge run slelected editor code as block, not line by line (bug #58323) stable
Fri, 08 May 2020 19:59:08 +0200 Torsten Lilge fix contjnued lines when executing selected editor text (bug #58323) stable
Mon, 17 Feb 2020 17:37:20 +0100 Markus Mützel Fix parse error when running code with single quotes with F9 (bug #57837). stable
Tue, 21 Jan 2020 12:53:13 -0800 Rik maint: Eliminate single "Author:" lines from code base.
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.
Sat, 04 Jan 2020 09:51:26 -0500 John Donoghue Do not indent next line on single line constructs (Bug #57358).
Sat, 28 Dec 2019 00:30:18 +0100 Torsten Lilge fix use of escape sequences when running code with F9 (bug #57469)
Thu, 11 Apr 2019 07:37:20 -0400 Andrew Janke Fix typos and grammar errors in comments in libgui (patch #9790)
Thu, 28 Nov 2019 22:25:07 +0100 Torsten Lilge prevent empty lines when using F9 for executing slected code (bug #57243)
Thu, 28 Nov 2019 19:15:06 +0100 Torsten Lilge fix execution of selected code containing quotation marks by F9 (bug #57312)
Fri, 15 Nov 2019 20:38:21 +0100 Torsten Lilge improve error messages when executing slected code by F9 (bug #57205)
Wed, 13 Nov 2019 22:56:33 +0100 Torsten Lilge fix parse error handling when executing selected code (bug #57227)
Wed, 13 Nov 2019 18:58:32 +0100 Torsten Lilge hide tmp file in error and bp messages when executing selected code (bug #57205)
Tue, 12 Nov 2019 21:03:53 +0100 Torsten Lilge fix executing selected code containing a clear all command (bug #57204)
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:28 +0100 Torsten Lilge fix running selected code by F9 in case of errors during execution
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 21:31:42 +0100 Torsten Lilge suppress extra prompt when running selection in editor (bug #57146)
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)
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, 19 Jul 2019 14:15:04 -0400 John W. Eaton style fixes: avoid breaking lines immediately after '('
Thu, 04 Jul 2019 21:14:09 +0200 Torsten Lilge fix auto-close feature in editor when using tabs for indentation (bug #56533)
Tue, 25 Jun 2019 22:10:14 +0200 Torsten Lilge fix cursor position for editor smart indent after keyword (bug #56533)
Sat, 01 Jun 2019 19:30:56 +0200 Torsten Lilge fix editors search and replace in selection (bug #56405)
Mon, 27 May 2019 09:39:09 -0700 Rik Don't add extra closing endXXX keywords in GUI Editor (bug #56160).