aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/git/gitgrep.cpp
Commit message (Expand)AuthorAgeFilesLines
* GitClient: Get rid of gitVersion()Jarek Kobus2025-01-241-7/+3
* GitGrep: Remove unused fieldJarek Kobus2024-07-171-1/+0
* FindFilter: Move settings saving to StoreEike Ziller2024-06-031-4/+5
* Utils: Fix build with MSVC with C++20Eike Ziller2024-02-281-1/+1
* VCS: Allow remote vcs operationsMarcus Tillmanns2024-02-121-2/+2
* Git: Use QVersionNumber for git versionJarek Kobus2024-01-201-2/+2
* All: Remove some unneeded #includeshjk2023-09-271-1/+0
* Utils, all: Standardize on QtcSettingshjk2023-09-271-2/+2
* Git: Initialize GitClient on first accesshjk2023-07-261-5/+5
* Fix some warnings about unused thingsEike Ziller2023-07-251-1/+0
* BaseFileFind: Some cleanup, also in derived classesJarek Kobus2023-07-071-1/+1
* BaseFileFind: Make searchDir() non-virtualJarek Kobus2023-07-061-1/+1
* BaseFileFind: Replace additionalParameters() with searchDir()Jarek Kobus2023-07-061-9/+6
* FileFindParameters: Get rid of searchEngineParameters fieldJarek Kobus2023-07-061-12/+4
* SearchEngine: Replace executeSearch() with searchExecutor()Jarek Kobus2023-07-061-2/+4
* GitGrep: Pass GitGrepParameters through the lambda captureJarek Kobus2023-07-041-8/+8
* SearchEngine: Replace openEditor() with editorOpener()Jarek Kobus2023-07-041-13/+15
* BaseFileFind: Replace files() with fileContainerProvider()Jarek Kobus2023-07-041-2/+1
* GitGrep: Reuse searchInProcessOutput()Jarek Kobus2023-06-021-182/+112
* GitGrep: Make pause and continue workingJarek Kobus2023-06-021-17/+58
* GitGrep: Use QStringView for parsingJarek Kobus2023-06-011-27/+48
* GitGrep: Use the text editor font for the resultsJarek Kobus2023-06-011-0/+1
* FileSearch: Get rid of FileSearchResultJarek Kobus2023-05-091-13/+12
* Utils: Rename qtcprocess.{cpp,h} -> process.{cpp,h}Jarek Kobus2023-05-041-1/+1
* Utils: Rename QtcProcess -> ProcessJarek Kobus2023-05-041-1/+1
* Utils: Rename asynctask.{cpp,h} -> async.{cpp,h}Jarek Kobus2023-05-031-1/+1
* RunExtensions: Move onResultReady and onFinished into asynctask.hJarek Kobus2023-04-171-1/+0
* VcsBase: Use QtConcurrent invocation for async runJarek Kobus2023-03-091-7/+8
* VcsBase: Proliferate use of FilePathhjk2023-01-201-1/+1
* 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-5/+6
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-1/+1
* Git: Convert to Tr::trAlessandro Portale2022-10-061-19/+15
* VcsBasePlugin: Use more FilePathJarek Kobus2022-10-041-1/+1
* GitGrep: Use QtcProcess instead of VcsCommandJarek Kobus2022-09-061-25/+15
* FileSearchResult: Use FilePath for fileNameJarek Kobus2022-09-061-1/+1
* GitGrep: Don't pass SuppressFailMessage with SilentOutputJarek Kobus2022-09-051-1/+1
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* VcsCommand: Simplify public runCommand()Jarek Kobus2022-08-021-1/+1
* Move ShellCommand into VcsBase pluginJarek Kobus2022-08-011-5/+8
* ShellCommand: Introduce CommandResult structureJarek Kobus2022-07-291-5/+3
* VcsBase: Hide VcsCommand classJarek Kobus2022-07-131-1/+1
* ShellCommand: Merge VcsCommand::VcsRunFlags into RunFlagsJarek Kobus2022-07-121-6/+4
* Git: Do not run 'git --version' synchronously at startupEike Ziller2022-06-291-4/+9
* QtcProcess: Limit the inclusion of qtcprocess.hJarek Kobus2022-03-021-5/+5
* Git: Adapt grep to new default coloring in Git 2.35Orgad Shaneh2022-01-261-0/+2
* Various FilePath::fromString -> fromUserInput changesAlessandro Portale2021-09-231-2/+2
* Vcs: Use more FilePath for file pathshjk2021-08-021-6/+6
* All: Replace most SynchronousProcess by QtcProcesshjk2021-06-231-1/+1
* BaseFileFind: Centralize waiting for search to finishEike Ziller2021-06-081-4/+1