log libgui/src/m-editor/find-dialog.cc @ 27929:265b386f8b20

age author description
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)
Mon, 16 Dec 2019 01:47:18 -0500 John W. Eaton fix Qt4 build errors (bug #57420)
Sun, 15 Dec 2019 10:38:14 +0100 Torsten Lilge add mru lists for search/replace texts in editor find dialog (bug #57238)
Sun, 08 Dec 2019 21:39:57 +0100 Torsten Lilge only one find dialog for all editor tabs (bug #57238)
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
Fri, 19 Jul 2019 14:15:04 -0400 John W. Eaton style fixes: avoid breaking lines immediately after '('
Sat, 01 Jun 2019 19:30:56 +0200 Torsten Lilge fix editors search and replace in selection (bug #56405)
Thu, 30 May 2019 11:23:16 +0000 John W. Eaton maint: Merge stable to default.
Thu, 30 May 2019 11:35:51 +0200 Torsten Lilge undo a complete replace all action in the editor (bug #56405) stable
Tue, 14 May 2019 22:41:32 +0200 Torsten Lilge fix visibility of find dialog when editor is docked/undocked (bug #5)
Sat, 05 Jan 2019 17:41:53 +0100 Torsten fix utilize pointer before verifying in find dialog (bug #55347) stable
Wed, 02 Jan 2019 16:32:43 -0500 John W. Eaton maint: Update copyright dates in all source files. stable
Tue, 03 Apr 2018 13:52:07 -0700 Rik maint: style check C++ ahead of 4.4 release. stable
Fri, 30 Mar 2018 09:19:05 -0400 John W. Eaton maint: Update copyright dates in all source files. stable
Wed, 14 Mar 2018 22:49:19 -0700 Mike Miller doc: use canonical https URLs for all external gnu.org references stable
Fri, 09 Feb 2018 13:56:34 -0500 John W. Eaton move GUI file editor classes inside octave namespace
Sat, 06 Jan 2018 07:57:19 -0800 Rik maint: Update punctuation for GPL v3 license text.
Thu, 27 Apr 2017 15:18:20 -0700 Rik maint: Use convention 'int *x' for naming pointers.
Wed, 22 Feb 2017 12:58:07 -0500 John W. Eaton maint: Merge stable to default.
Wed, 22 Feb 2017 12:39:29 -0500 John W. Eaton maint: Update copyright dates. stable
Mon, 23 Jan 2017 14:27:48 -0500 John W. Eaton maint: Merge stable to default.
Fri, 20 Jan 2017 12:19:08 -0500 John W. Eaton maint: strip extra trailing newlines from files. stable
Wed, 18 Jan 2017 17:36:36 -0800 Rik maint: Use space after function name/before parenthesis in libgui.
Sun, 13 Nov 2016 20:33:47 -0800 Rik maint: Standardize Copyright formatting.
Wed, 31 Aug 2016 12:20:46 -0700 Rik maint: Style check C++ code in libgui/
Wed, 17 Aug 2016 01:05:19 -0400 John W. Eaton maint: Update copyright notices for 2016.
Wed, 10 Aug 2016 03:54:42 -0400 John W. Eaton allow building with Qt5 (bug #40252)
Fri, 25 Mar 2016 14:28:40 +1100 Lachlan Andrew Enable shortcuts for find next / find previous
Fri, 01 Jul 2016 19:48:35 -0700 Rik maint: Eliminate unnecessary double newline blocks (only whitespace changes).
Tue, 17 May 2016 12:09:30 -0400 John W. Eaton use "#if ..." consistently instead of "#ifdef" and "#ifndef"
Tue, 29 Mar 2016 21:27:59 +1100 Lachlan Andrew Prevent find dialog defaulting to "replace all" (bug #47561).
Thu, 18 Feb 2016 13:34:50 -0800 Rik Use '#include "config.h"' rather than <config.h>.
Sat, 06 Feb 2016 07:32:37 -0800 Rik maint: Clean up naming and indentation of #ifdef blocks in libgui
Sun, 20 Dec 2015 10:15:02 -0800 Rik maint: Use '! expr' rather than '!expr' to conform to coding guidelines.
Fri, 18 Dec 2015 22:39:36 -0500 John W. Eaton style fixes for comments
Thu, 17 Dec 2015 12:01:36 -0800 Rik Stop unused parameter 'selected' compile warning when HAVE_QSCI_FINDSELECTION is false.
Thu, 20 Aug 2015 06:42:54 -0700 Rik maint: Periodic merge of stable to default.
Mon, 15 Jun 2015 09:15:44 -0400 Rafael Monteiro GUI-Find: keep focus on Find What and select all text when dialog opens stable
Wed, 24 Jun 2015 11:51:06 -0400 John W. Eaton Avoid using HAVE_ macros in header file.
Tue, 12 May 2015 09:22:01 -0700 Rik maint: Remove unnecessary whitespace at end of lines. stable
Fri, 06 Mar 2015 11:34:21 -0500 John D gui: when search backward, start from beginning of previous text (Bug #44439)
Wed, 11 Feb 2015 14:19:08 -0500 John W. Eaton maint: Update copyright notices for 2015.
Tue, 20 Jan 2015 09:55:41 -0500 John W. Eaton maint: Periodic merge of gui-release to default.
Sun, 18 Jan 2015 22:54:14 +0100 Torsten fix cursor positioning when searching backwards (bug #44039) gui-release
Thu, 08 Jan 2015 12:51:35 -0500 John W. Eaton maint: Periodic merge of gui-release to default.
Sat, 03 Jan 2015 10:05:06 -0500 John Donoghue find_dialog: search from previous character position when searching backward (Bug #43917) gui-release
Tue, 30 Dec 2014 20:41:00 -0800 Rik maint: Periodic merge of gui-release to default.
Tue, 30 Dec 2014 15:38:57 +0100 Torsten fix positioning issues of editor find dialog (bug #43174) gui-release
Fri, 27 Jun 2014 11:56:19 -0400 John W. Eaton maint: Periodic merge of gui-release to default.
Sun, 22 Jun 2014 15:42:00 +0200 Torsten implementation of search in selection in gui editor (bbug #41196) gui-release
Wed, 15 Jan 2014 15:28:50 -0500 John W. Eaton maint: Periodic merge of gui-release to default.
Tue, 14 Jan 2014 23:23:50 +0100 Torsten fix missing translations (bug #41200) gui-release
Mon, 13 Jan 2014 10:49:22 -0800 Rik maint: Merge gui-release -> stable.
Mon, 13 Jan 2014 10:48:49 -0800 Rik maint: Merge stable -> gui-release. gui-release
Sun, 12 Jan 2014 12:41:39 +0100 Torsten update some icnons of the gui stable