aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/silversearcher
Commit message (Expand)AuthorAgeFilesLines
* 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-143-90/+50
* SilverSearcher: Move plugin class definition to .cpphjk2023-12-144-26/+16
* Add some include guardsChristian Stenger2023-11-211-0/+2
* Utils, all: Standardize on QtcSettingshjk2023-09-272-7/+10
* Build: Change plugin json.in files to CMake styleEike Ziller2023-07-251-16/+16
* BaseFileFind: Replace additionalParameters() with searchDir()Jarek Kobus2023-07-061-3/+1
* FileFindParameters: Get rid of searchEngineParameters fieldJarek Kobus2023-07-062-24/+6
* SearchEngine: Replace executeSearch() with searchExecutor()Jarek Kobus2023-07-062-5/+5
* SearchEngine: Replace openEditor() with editorOpener()Jarek Kobus2023-07-042-8/+0
* BaseFileFind: Replace files() with fileContainerProvider()Jarek Kobus2023-07-042-2/+2
* SilverSearcher: Fix missing includeChristian Stenger2023-06-061-0/+2
* SilverSearcher: Reuse searchInProcessOutput()Jarek Kobus2023-06-023-135/+58
* 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-013-26/+76
* SilverSearcher: Rename some filesJarek Kobus2023-06-018-13/+12
* SilverSearcher: Rename output into inputJarek Kobus2023-06-012-22/+22
* SilverSearcher: Do some cleanupJarek Kobus2023-06-012-43/+27
* SilverSearcher: Use the text editor font for the resultsJarek Kobus2023-06-012-0/+2
* SilverSearcher: Limit the number of calls to nextLine()Jarek Kobus2023-06-011-3/+4
* SilverSearcher: Refactor the Silver Searcher parserJarek Kobus2023-05-104-119/+116
* FileSearch: Get rid of FileSearchResultJarek Kobus2023-05-095-58/+70
* Utils: Move SearchResultItem/Color into UtilsJarek Kobus2023-05-081-1/+1
* 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
* Merge remote-tracking branch 'origin/10.0'Eike Ziller2023-04-131-0/+1
|\
| * Fix lots of tr.h files not being mentioned in CMakeLists.txtEike Ziller2023-04-011-0/+1
* | Qbs build system: Add a component for test files groupsAlessandro Portale2023-03-211-3/+1
* | SilverSearcher: Use QtConcurrent invocation for async runJarek Kobus2023-03-101-9/+5
|/
* SilverSearcher: Convert to rew plugin test setuphjk2023-02-172-18/+7
* Translations: Change translation context prefix from "::" to "QtC::"Alessandro Portale2023-02-101-1/+1
* SilverSearcher: Tr::tr()Alessandro Portale2023-02-101-2/+3
* Use simpler Plugin::initialize() when feasiblehjk2023-01-202-7/+2
* Prefix Tr::tr contexts with ::hjk2023-01-131-1/+1
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-069-9/+9
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-2/+2
* Reuse FileSearchResultListJarek Kobus2022-09-074-5/+4
* FileSearchResult: Use FilePath for fileNameJarek Kobus2022-09-061-1/+1
* Use SPDX license identifiersLucie Gérard2022-08-269-216/+18
* Add plugintr.h files to all pluginshjk2022-06-271-0/+37
* Utils: use cleaned stdout all over the place againDavid Schulz2022-06-171-2/+2
* Remove qmake build filesEike Ziller2022-01-202-23/+0
* Utils: Rename FilePath::normalizePathName to normalizedPathNamehjk2021-08-261-1/+1
* SilverSearcher: Use more FilePath and QtcProcesshjk2021-08-264-60/+48
* Compile fixJarek Kobus2021-08-231-1/+1
* Merge remote-tracking branch 'origin/5.0'Eike Ziller2021-08-112-3/+15
|\