aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/git/gitgrep.h
Commit message (Expand)AuthorAgeFilesLines
* Utils, all: Standardize on QtcSettingshjk2023-09-271-2/+2
* Git: Initialize GitClient on first accesshjk2023-07-261-2/+1
* Fix some warnings about unused thingsEike Ziller2023-07-251-1/+0
* FileFindParameters: Get rid of searchEngineParameters fieldJarek Kobus2023-07-061-1/+0
* SearchEngine: Replace executeSearch() with searchExecutor()Jarek Kobus2023-07-061-2/+1
* GitGrep: Pass GitGrepParameters through the lambda captureJarek Kobus2023-07-041-0/+2
* SearchEngine: Replace openEditor() with editorOpener()Jarek Kobus2023-07-041-2/+1
* BaseFileFind: Replace files() with fileContainerProvider()Jarek Kobus2023-07-041-2/+1
* GitGrep: Reuse searchInProcessOutput()Jarek Kobus2023-06-021-4/+1
* FileSearch: Get rid of FileSearchResultJarek Kobus2023-05-091-1/+1
* Utils: Move SearchResultItem/Color into UtilsJarek Kobus2023-05-081-3/+8
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Git: Convert to Tr::trAlessandro Portale2022-10-061-8/+3
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* BaseFileFind: Centralize waiting for search to finishEike Ziller2021-06-081-2/+0
* Wait for all searches to be finished in d'torsJarek Kobus2021-06-071-0/+2
* Git: Make a few objects proper plugin pimpl membershjk2020-02-071-1/+4
* Git: Support non-recursive grepOrgad Shaneh2019-03-181-0/+3
* Vcs/Text search: Remove a few addAutoReleaseObject useshjk2018-02-061-1/+1
* BaseFileFind/FindInFiles: Clean up enabled / valid state handlingEike Ziller2016-11-251-1/+0
* FindInFiles: make possible to have more than one extensionPrzemyslaw Gorszkowski2016-11-161-6/+3
* Git: ModernizeTobias Hunger2016-02-101-4/+1
* Git: Support tree argument for GrepOrgad Shaneh2016-02-101-2/+9
* Git: Minor cleanupOrgad Shaneh2016-02-081-4/+1
* Git: Hook grep into Find In File System dialogOrgad Shaneh2016-02-041-26/+13
* Git: Support Git GrepOrgad Shaneh2016-01-251-0/+78