aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/git/gitgrep.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Advanced search: Add exclusion patternsEike Ziller2017-02-281-1/+9
* Merge remote-tracking branch 'origin/4.2'Eike Ziller2017-02-141-1/+1
|\
| * Git: Prepend -e to the pattern on grepOrgad Shaneh2017-02-071-1/+1
* | Git: Eradicate Q_FOREACH loopsOrgad Shaneh2017-02-061-1/+2
* | Prefix editor's uniqueId with plugin nameJarek Kobus2017-01-101-1/+6
* | BaseFileFind/FindInFiles: Clean up enabled / valid state handlingEike Ziller2016-11-251-7/+3
* | Utils: First step to extend search results for clang query supportMarco Bubke2016-11-231-1/+1
* | FindInFiles: make possible to have more than one extensionPrzemyslaw Gorszkowski2016-11-161-22/+7
|/
* GitGrep: fixed substitution of regexpPrzemyslaw Gorszkowski2016-11-031-0/+9
* Git: De-noiseOrgad Shaneh2016-07-221-17/+17
* Git: make git grep not duplicate leading path namesThiago Macieira2016-07-191-0/+1
* Git: Suppress failure message on grepOrgad Shaneh2016-05-041-1/+1
* Git: Reduce grep approximated time to 5 secondsOrgad Shaneh2016-02-181-1/+1
* Git: Shorten grep tree descriptionOrgad Shaneh2016-02-161-4/+3
* Git: Fix tree validator in grepOrgad Shaneh2016-02-151-1/+1
* Git: ModernizeTobias Hunger2016-02-101-6/+4
* Git: Support tree argument for GrepOrgad Shaneh2016-02-101-10/+88
* runAsync: Remove ResultType template parameter.Eike Ziller2016-02-101-1/+1
* Git: Use a progress timer for GrepOrgad Shaneh2016-02-091-3/+2
* Git: Minor cleanupOrgad Shaneh2016-02-081-6/+5
* Git: Do not report canceled for Grep when no results were foundOrgad Shaneh2016-02-081-1/+11
* Git: Use VcsCommand for GrepOrgad Shaneh2016-02-051-35/+29
* Git: Hook grep into Find In File System dialogOrgad Shaneh2016-02-041-94/+38
* Git: Fix crash on GrepOrgad Shaneh2016-02-031-13/+7
* Git: Default to * file pattern in GrepOrgad Shaneh2016-01-271-1/+1
* Git: Support Git GrepOrgad Shaneh2016-01-251-0/+302