aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/git/gitgrep.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* GitGrep: Do not access global state from non-main threadEike Ziller2021-06-081-29/+26
* Wait for all searches to be finished in d'torsJarek Kobus2021-06-071-1/+4
* Utils: Rename QtcProcess::Result::Finished to FinishedWithSuccesshjk2021-06-021-2/+2
* Vcs: Simplify VcsCommand::runCommand interfacehjk2021-05-171-1/+2
* Utils: Make process results accessible through QtcProcess objecthjk2021-05-141-7/+8
* Do QFutureWatcher::setFuture() after connecting to watcher's signalsJarek Kobus2021-05-121-1/+1
* Utils: Merge {synchronous,qtc}process.{h,cpp} file pairshjk2021-05-101-1/+1
* Git: Fix crash when opening git grep search result with treeOrgad Shaneh2021-04-281-1/+2
* Core: Streamline SearchResultWindow interfaceChristian Kandeler2021-02-181-3/+3
* Git: Enable Show for file in a specified revisionOrgad Shaneh2020-09-291-18/+2
* VCS: Fix build with Qt6Eike Ziller2020-09-211-3/+3
* Git: Show full description on tooltip in commit chooser dialogsOrgad Shaneh2020-08-021-5/+1
* Git: Store singleton instance in GitClientOrgad Shaneh2020-02-261-3/+2
* Git: Make a few objects proper plugin pimpl membershjk2020-02-071-7/+6
* Git: Partially move plugin pimpl to .cpphjk2020-02-071-3/+3
* Vcs: Pimpl pluginshjk2020-01-241-3/+3
* Remove usages of deprecated APIs of QLayoutSona Kurazyan2019-09-021-1/+1
* Utils: Use CommandLine in ShellCommandhjk2019-06-111-1/+1
* Replace uses of qVariantFromValue with QVariant::fromValuehjk2019-05-271-1/+1
* Git: Support non-recursive grepOrgad Shaneh2019-03-181-3/+12
* Fix warning: "Use midRef() instead of mid()"Alessandro Portale2019-01-171-1/+1
* Fix warning: "Missing reference in range-for with non trivial type"Alessandro Portale2019-01-161-1/+1
* Git: Use correct flags type in grepOrgad Shaneh2018-10-101-1/+1
* Git: Fix regexp substitution with multiple occurrences in lineOrgad Shaneh2018-10-101-14/+29
* Git: ModernizeOrgad Shaneh2018-09-191-2/+3
* Utils: Purge asConstOrgad Shaneh2018-04-091-2/+1
* Vcs/Text search: Remove a few addAutoReleaseObject useshjk2018-02-061-1/+2
* Git: Recurse into submodules on grep if applicable (Git >= 2.13)Orgad Shaneh2017-07-241-1/+4
* Git: Minor cleanup in grepOrgad Shaneh2017-07-231-7/+7