aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/silversearcher
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * SilverSearcher: Fix crash in output parserEike Ziller2021-08-091-1/+1
| * SilverSearcher: Look harder for 'ag' executableEike Ziller2021-08-041-2/+14
* | SilverSearcher: Use data driven testing for output parserEike Ziller2021-08-092-103/+40
|/
* BaseFileFind: Centralize waiting for search to finishEike Ziller2021-06-082-6/+6
* Wait for all searches to be finished in d'torsJarek Kobus2021-06-072-6/+6
* 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
* Provide an empty default IPlugin::extensionsInitialized()hjk2020-02-072-5/+1
* Remove usages of deprecated APIs of QLayoutSona Kurazyan2019-09-021-1/+1
* CMake: Use extend_qtc_plugin in SilverSearcherTobias Hunger2019-05-311-4/+3
* Utils: Rename FileName to FilePathhjk2019-05-282-2/+2
* ExtensionSystem: Move away from QListEike Ziller2019-05-272-2/+2
* Replace uses of qVariantFromValue with QVariant::fromValuehjk2019-05-271-1/+1
* Qt Creator CMake portCristian Adam2019-05-171-0/+13
* SilverSearcher: Fix widget construction if not availableChristian Stenger2019-03-041-2/+0
* SilverSearcher: Fix building with namespaced QtChristian Stenger2018-12-031-0/+2
* SilverSearcherPlugin: add possibility to set additional search optionsPrzemyslaw Gorszkowski2018-12-022-10/+41
* SilverSearcher: Support regexp substitutionOrgad Shaneh2018-10-093-4/+30
* 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-063-4/+5
* Fix more copyright years in pluginsEike Ziller2017-08-291-1/+1
* SilverSearcher: Fix UI text to follow guidelinesLeena Miettinen2017-07-281-1/+1
* fix warning "there is */ outside of a comment"Tim Jenssen2017-03-211-1/+1
* SilverSearcher: Fix missing overridesEike Ziller2017-03-161-2/+2
* SilverSearcher: Fix release buildEike Ziller2017-03-161-1/+2
* FindInFiles: Support Silver SearcherPrzemyslaw Gorszkowski2017-03-1612-0/+802