aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/texteditor/basefilefind.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix "Preserve case" in advanced findEike Ziller2019-09-101-2/+3
* Utils: Add toSet/toList functionshjk2019-07-021-1/+1
* Core: FilePath-ify ReadOnlyFilesDialoghjk2019-05-291-2/+2
* Replace uses of qVariantFromValue with QVariant::fromValuehjk2019-05-271-1/+1
* Use new progress subtitle API for search result countEike Ziller2019-04-041-26/+7
* BaseFileFind: Save an allocationEike Ziller2019-03-011-4/+2
* BaseFileFind: Coding styleEike Ziller2019-03-011-36/+38
* Do not search our own autosave files by defaultEike Ziller2018-12-101-1/+1
* TextEditor: ModernizeOrgad Shaneh2018-09-201-11/+11
* Vcs/Text search: Remove a few addAutoReleaseObject useshjk2018-02-061-2/+2
* TextEditor: Fix translation issueEike Ziller2017-10-231-1/+1
* EditorManager: move all openEditor functions to one placeIvan Donchevskii2017-09-251-10/+2
* TextEditor: Add punctuation to end of messageLeena Miettinen2017-07-281-1/+1
* Provide exclusion filters for custom locator filtersEike Ziller2017-02-281-15/+4
* Advanced search: Add exclusion patternsEike Ziller2017-02-281-32/+99
* BaseFileFind: Simplify codeEike Ziller2016-11-301-62/+35
* BaseFileFind: Make some methods staticEike Ziller2016-11-301-24/+24
* BaseFileFind: Fix crash when running searchEike Ziller2016-11-281-0/+2
* BaseFileFind/FindInFiles: Clean up enabled / valid state handlingEike Ziller2016-11-251-3/+33
* TextEditor: fix warningTim Jenssen2016-11-241-2/+2
* Utils: First step to extend search results for clang query supportMarco Bubke2016-11-231-11/+14
* FindInFiles: make possible to have more than one extensionPrzemyslaw Gorszkowski2016-11-161-38/+86
* Use tr for pluralsJarek Kobus2016-11-041-1/+1
* TextEditor: Fix translatable stringOrgad Shaneh2016-08-231-1/+1
* Fix text color of progress/find status summary labelAlessandro Portale2016-07-221-0/+1
* TextEditor: Correctly restore empty patternOrgad Shaneh2016-03-301-2/+3
* Git: Support tree argument for GrepOrgad Shaneh2016-02-101-13/+18
* Git: Hook grep into Find In File System dialogOrgad Shaneh2016-02-041-3/+22
* Git: Support Git GrepOrgad Shaneh2016-01-251-12/+23
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* TextEditor: Use Qt5-style connectsOrgad Shaneh2015-12-181-16/+14
* Still use 0 instead of nullptr in numerous forms of tr().Jarek Kobus2015-07-271-1/+1
* String fixesJarek Kobus2015-07-211-1/+1
* Find: Show number of replaced items after replace allEike Ziller2015-03-131-2/+6
* Clean exported headers of the TextEditor plugin.Friedemann Kleint2015-02-261-0/+2
* Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe'Eike Ziller2015-02-121-6/+6
|\
| * Update LicenseEike Ziller2015-01-161-6/+6
* | TextEditor: Remove unneeded qualificationsOrgad Shaneh2015-02-061-26/+27
|/
* Do not switch to design mode from search resultsEike Ziller2014-12-101-2/+3
* Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-141-7/+8
|\
| * License updateEike Ziller2014-10-091-7/+8
* | TextEditor: More BaseText* -> Text* renamingshjk2014-09-261-1/+1
* | Core: Reorganize ReadOnlyFilesDialoghjk2014-09-251-2/+2
* | Rename {Core,TextEditor},{Base,}TextDocument classeshjk2014-09-251-2/+2
* | TextEditor: Merge BaseTextEditorDocument into BaseTextDocumenthjk2014-07-281-2/+2
* | TextEditor: Merge ITextEditor and BaseTextEditorhjk2014-07-251-3/+3
|/
* IFindSupport::clearResults --> ::clearHighlightsEike Ziller2014-07-021-2/+2
* Use more descriptive progress bar titlesEike Ziller2014-04-281-1/+1
* CppTools/QmlJSEditor: Hide "Preserve Case" for Replace Symbol Under CursorNikolai Kosjar2014-03-121-1/+2
* TextEditors: Move document related function to documentEike Ziller2014-01-151-2/+2