aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/texteditor/basefilefind.cpp
Commit message (Expand)AuthorAgeFilesLines
* Utils: Fix build with MSVC with C++20Eike Ziller2024-02-281-1/+1
* Utils: Add formatting information to ChangeSet::EditOpChristian Kandeler2023-12-131-1/+0
* TextEditor: Get rid of extra indent ranges in RefactoringFileChristian Kandeler2023-11-221-0/+1
* TextEditor: Introduce PlainRefactoringFileFactoryChristian Kandeler2023-11-201-1/+1
* TextEditor: Rename class RefactoringChangesChristian Kandeler2023-11-201-1/+1
* Editor: centrally emit filesChangedInternally after refactoringsDavid Schulz2023-11-161-1/+0
* Merge remote-tracking branch 'origin/master' into 12.0Eike Ziller2023-09-291-5/+4
|\
| * All: Even less #include <QSettings>hjk2023-09-271-1/+0
| * Utils, all: Standardize on QtcSettingshjk2023-09-271-4/+4
* | Bookmarks: Merge plugin into TextEditorhjk2023-09-281-1/+1
|/
* qbs build: Improve some base itemsChristian Kandeler2023-09-181-0/+1
* BaseFileFind: Some cleanup, also in derived classesJarek Kobus2023-07-071-12/+8
* BaseFileFind: Make searchDir() non-virtualJarek Kobus2023-07-061-0/+14
* BaseFileFind: Replace additionalParameters() with searchDir()Jarek Kobus2023-07-061-1/+1
* BaseFileFind: Get rid of executeSearch()Jarek Kobus2023-07-061-6/+1
* FileFindParameters: Get rid of searchEngineParameters fieldJarek Kobus2023-07-061-2/+0
* FileFindParameters: Get rid of searchEngineIndex fieldJarek Kobus2023-07-061-1/+0
* SearchEngine: Replace executeSearch() with searchExecutor()Jarek Kobus2023-07-061-7/+10
* SearchEngine: Replace openEditor() with editorOpener()Jarek Kobus2023-07-041-7/+3
* BaseFileFind: Replace files() with fileContainerProvider()Jarek Kobus2023-07-041-8/+6
* BaseFileFind: Get rid of getAdditionalParameters()Jarek Kobus2023-06-281-12/+5
* SearchResult: Get rid of requestEnabledCheck()Jarek Kobus2023-06-281-2/+1
* BaseFileFind: Reuse FileContainerJarek Kobus2023-06-231-5/+4
* Fix occurrences of the contains/insert anti-patternChristian Kandeler2023-06-231-2/+1
* Merge remote-tracking branch 'origin/11.0'Eike Ziller2023-06-061-0/+94
|\
| * TextEditor: Fix missing includeChristian Stenger2023-06-051-0/+1
| * BaseFileFind: Introduce searchInProcessOutput()Jarek Kobus2023-06-021-0/+93
* | FileSearch: Reuse searchInContents() inside findInFiles()Jarek Kobus2023-05-301-8/+6
* | FindFlags: Move it into Utils libJarek Kobus2023-05-261-1/+1
|/
* Fix exclusion pattern tooltip textMitch Curtis2023-05-241-1/+1
* Utils: fix Text::Range length and remove midDavid Schulz2023-05-121-3/+7
* FileSearch: Get rid of FileSearchResultJarek Kobus2023-05-091-35/+6
* SearchResultItem: Introduce SearchResultItemsJarek Kobus2023-05-081-7/+5
* Utils: Move SearchResultItem/Color into UtilsJarek Kobus2023-05-081-2/+2
* FutureSynchronizer: Change the default value of cancelOnWait to trueJarek Kobus2023-04-261-2/+0
* TextEditor: Tr::trhjk2023-01-181-9/+10
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Don't call non-const methods on temporary QListJarek Kobus2022-12-081-1/+1
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-2/+2
* TextEditorPlugin: Limit the usage of std::make_pairJarek Kobus2022-09-301-5/+3
* FileSearchResult: Use FilePath for fileNameJarek Kobus2022-09-061-1/+1
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* SearchResult: Rename cancelled() into canceled()Jarek Kobus2022-07-201-1/+1
* Fix that tabs where replaced with ? in search resultsEike Ziller2021-10-061-1/+1
* Find: Do not try to show weird control characters in resultsEike Ziller2021-09-091-1/+12
* Core: use FilePaths to notify files changed internallyDavid Schulz2021-06-231-13/+12
* TextEditor: filepathify RefactoringChangesDavid Schulz2021-06-081-1/+1
* Pass QFuture<T> to the ProgressManager::addTask()Jarek Kobus2021-06-081-1/+1
* BaseFileFind: Centralize waiting for search to finishEike Ziller2021-06-081-6/+12
* Core: Streamline SearchResultWindow interfaceChristian Kandeler2021-02-181-20/+17