aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/silversearcher/findinfilessilversearcher.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/15.0' into 16.0Eike Ziller2025-01-171-1/+4
|\
| * SilverSearcher: Fix finding the toolEike Ziller2025-01-161-1/+4
* | Utils: Rename FilePath::toString() into toUrlishString()hjk2025-01-101-1/+1
|/
* FindFilter: Move settings saving to StoreEike Ziller2024-06-031-4/+5
* Utils: Fix build with MSVC with C++20Eike Ziller2024-02-281-1/+1
* Use more std::chrono and std::chrono_literals namespacesJarek Kobus2024-01-231-1/+2
* Process: Change signature of waitForXxx() functionsJarek Kobus2024-01-231-1/+1
* SilverSearcher: Modernize plugin item setuphjk2023-12-141-53/+48
* Utils, all: Standardize on QtcSettingshjk2023-09-271-5/+8
* BaseFileFind: Replace additionalParameters() with searchDir()Jarek Kobus2023-07-061-3/+1
* FileFindParameters: Get rid of searchEngineParameters fieldJarek Kobus2023-07-061-23/+6
* SearchEngine: Replace executeSearch() with searchExecutor()Jarek Kobus2023-07-061-3/+4
* SearchEngine: Replace openEditor() with editorOpener()Jarek Kobus2023-07-041-6/+0
* BaseFileFind: Replace files() with fileContainerProvider()Jarek Kobus2023-07-041-1/+1
* SilverSearcher: Reuse searchInProcessOutput()Jarek Kobus2023-06-021-105/+42
* SilverSearcher: Fix quitting the loop after resumeJarek Kobus2023-06-021-0/+2
* SilverSearcher: Don't crash on giant output from agJarek Kobus2023-06-011-4/+41
* SilverSearcher: Make the search cancellableJarek Kobus2023-06-011-17/+33
* SilverSearcher: Rename some filesJarek Kobus2023-06-011-3/+2
* SilverSearcher: Do some cleanupJarek Kobus2023-06-011-40/+24
* SilverSearcher: Refactor the Silver Searcher parserJarek Kobus2023-05-101-5/+5
* FileSearch: Get rid of FileSearchResultJarek Kobus2023-05-091-3/+3
* Utils: Rename qtcprocess.{cpp,h} -> process.{cpp,h}Jarek Kobus2023-05-041-1/+1
* Utils: Rename QtcProcess -> ProcessJarek Kobus2023-05-041-2/+2
* Utils: Rename asynctask.{cpp,h} -> async.{cpp,h}Jarek Kobus2023-05-031-1/+1
* SilverSearcher: Use QtConcurrent invocation for async runJarek Kobus2023-03-101-9/+5
* SilverSearcher: Tr::tr()Alessandro Portale2023-02-101-2/+3
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-2/+2
* Reuse FileSearchResultListJarek Kobus2022-09-071-1/+0
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* Utils: use cleaned stdout all over the place againDavid Schulz2022-06-171-2/+2
* Utils: Rename FilePath::normalizePathName to normalizedPathNamehjk2021-08-261-1/+1
* SilverSearcher: Use more FilePath and QtcProcesshjk2021-08-261-21/+11
* Compile fixJarek Kobus2021-08-231-1/+1
* SilverSearcher: Look harder for 'ag' executableEike Ziller2021-08-041-2/+14
* BaseFileFind: Centralize waiting for search to finishEike Ziller2021-06-081-4/+5
* Wait for all searches to be finished in d'torsJarek Kobus2021-06-071-5/+4
* Use qAsConst with non-const Qt containers in range-loopsAlessandro Portale2021-02-171-2/+2
* SilverSearcher: Don't wait 30 seconds if `ag` has issuesEike Ziller2021-01-221-1/+1
* Remove usages of deprecated APIs of QLayoutSona Kurazyan2019-09-021-1/+1
* Utils: Rename FileName to FilePathhjk2019-05-281-1/+1
* Replace uses of qVariantFromValue with QVariant::fromValuehjk2019-05-271-1/+1
* SilverSearcher: Fix widget construction if not availableChristian Stenger2019-03-041-2/+0
* SilverSearcherPlugin: add possibility to set additional search optionsPrzemyslaw Gorszkowski2018-12-021-10/+38
* SilverSearcher: Support regexp substitutionOrgad Shaneh2018-10-091-1/+9
* SilverSearcher: Use nullptrOrgad Shaneh2018-10-091-2/+1
* SilverSearcherPlugin: fix searching if PATTERN starts with dash/hyphenPrzemyslaw Gorszkowski2018-05-041-1/+1
* SilverSearcherPlugin: fix searching if PATTERN starts with dash/hyphenPrzemyslaw Gorszkowski2018-05-011-3/+3
* Vcs/Text search: Remove a few addAutoReleaseObject useshjk2018-02-061-2/+3