log libgui/src/m-editor/find-dialog.h @ 31649:deb553ac2c54

age author description
Tue, 06 Dec 2022 15:45:27 -0500 John W. Eaton maint: Merge stable to default.
Tue, 06 Dec 2022 14:53:00 -0500 John W. Eaton maint: Re-indent code after switch to using namespace macros. stable
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
Sun, 04 Dec 2022 22:57:02 -0500 John W. Eaton eliminate unnecessary uses of octave_qobject in GUI classes
Tue, 28 Dec 2021 18:22:40 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
Mon, 29 Nov 2021 15:58:51 -0800 Rik maint: style check C++ files in src/ and libgui/ ahead of 7.1 release. stable
Sat, 28 Aug 2021 08:46:21 +0200 Torsten Lilge maint: use "m_" prefix for member variables in class find_dialog
Wed, 10 Feb 2021 09:52:15 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
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
Sun, 15 Dec 2019 10:38:14 +0100 Torsten Lilge add mru lists for search/replace texts in editor find dialog (bug #57238)
Mon, 09 Dec 2019 22:40:32 +0100 Torsten Lilge fix find next/previous buttons of 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
Sat, 01 Jun 2019 19:30:56 +0200 Torsten Lilge fix editors search and replace in selection (bug #56405)
Tue, 14 May 2019 22:41:32 +0200 Torsten Lilge fix visibility of find dialog when editor is docked/undocked (bug #5)
Wed, 02 Jan 2019 16:32:43 -0500 John W. Eaton maint: Update copyright dates in all source files. 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.
Fri, 28 Apr 2017 13:19:12 -0700 Rik maint: Use C++11 nullptr rather than 0 or NULL when possible.
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
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.
Fri, 25 Mar 2016 14:28:40 +1100 Lachlan Andrew Enable shortcuts for find next / find previous
Sat, 06 Feb 2016 07:32:37 -0800 Rik maint: Clean up naming and indentation of #ifdef blocks in libgui
Fri, 18 Dec 2015 22:39:36 -0500 John W. Eaton style fixes for comments
Fri, 18 Dec 2015 22:06:22 -0500 John W. Eaton eliminate comments after preprocessor conditionals
Wed, 24 Jun 2015 11:51:06 -0400 John W. Eaton Avoid using HAVE_ macros in header file.
Wed, 11 Feb 2015 14:19:08 -0500 John W. Eaton maint: Update copyright notices for 2015.
Mon, 05 Jan 2015 06:52:49 +0100 Torsten backout cset c2d01ed114ba gui-release
Sun, 04 Jan 2015 01:25:46 +0100 Torsten fix connecting selection signal of editor to enabling search in selection gui-release
Mon, 23 Jun 2014 22:06:04 +0200 Torsten * find-dialog.h: declare some slots only if find in selection is available gui-release
Sun, 22 Jun 2014 15:42:00 +0200 Torsten implementation of search in selection in gui editor (bbug #41196) gui-release
Wed, 01 Jan 2014 18:18:34 +0100 Torsten fix search and replace all in find dialog (bug #41051) gui-release
Tue, 29 Oct 2013 09:54:40 -0700 Rik Use GNU style coding conventions for code in libgui/
Mon, 15 Apr 2013 21:48:27 +0200 Torsten find-dialog: find previous button and initial position next to the editor
Sat, 13 Apr 2013 16:04:16 +0200 Torsten gui: fix backward search in find dialog
Tue, 12 Mar 2013 19:03:07 -0700 Rik build: Use AMCOND to build GUI editor if Qscintilla available.
Tue, 12 Mar 2013 14:53:34 -0700 Rik build: Add more #ifdefs to build GUI when Qscintilla is not present.
Thu, 31 Jan 2013 19:28:23 +0100 Torsten gui: initialize search text in the find dialog with selected text in editor file
Wed, 12 Sep 2012 16:34:39 -0400 Jordi GutiƩrrez Hermoso maint: whitespace cleanup in GUI code
Sat, 18 Aug 2012 18:10:09 -0400 John W. Eaton rename gui directory to libgu base gui/src/m-editor/find-dialog.h@426f7e5e0686