aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/git/gerrit
Commit message (Expand)AuthorAgeFilesLines
* Git: Compile with Qt 6hjk2020-06-231-2/+2
* Drop use of Qt::DefaultLocaleShortDatehjk2020-06-221-1/+1
* All: Use Utils::SkipEmptyPartshjk2020-06-171-1/+2
* Utils: Replace FileChooser::path() by filePath().toString()hjk2020-04-091-2/+2
* Utils: Introduce FilePath::operator/(const QString &)hjk2020-04-091-1/+1
* Port from QRegExpValidator to QRegularExpressionValidatorLars Knoll2020-03-201-2/+2
* Git: Store singleton instance in GitClientOrgad Shaneh2020-02-266-29/+25
* Globally disable WindowContextHelpButtonHintKai Koehne2020-02-252-3/+0
* Remove apparently unneeded QtPlugin includeshjk2020-02-121-0/+1
* Git: Partially move plugin pimpl to .cpphjk2020-02-077-26/+26
* Vcs: Merge IVersionControl and VcsBasePlugin hierarchieshjk2020-01-311-2/+1
* Vcs: Pimpl pluginshjk2020-01-248-29/+28
* Workaround 5.15 deprecations in QTextStreamsDavid Schulz2020-01-172-8/+10
* Vcs: Dissolve VcsBaseOptionsPage intermediate hierarchy levelhjk2020-01-172-4/+6
* Utils: Use Theme default "ok" and "error" colors for FancyLineEditAlessandro Portale2019-12-181-2/+0
* Fix compile before current Qt devChristian Stenger2019-11-121-2/+4
* Partial compile fix for current Qt dev and/or Qt 6hjk2019-11-122-2/+4
* Remove usages of deprecated APIsSona Kurazyan2019-09-031-1/+1
* Remove usages of deprecated APIs of QLayoutSona Kurazyan2019-09-021-1/+1
* Compile fix with recent Qt devhjk2019-07-291-4/+2
* Utils: Add CommandLine convenience constructorshjk2019-07-232-5/+4
* Utils: Use CommandLine in ShellCommandhjk2019-06-113-5/+5
* Utils: Rename FileName to FilePathhjk2019-05-285-13/+13
* Replace uses of qVariantFromValue with QVariant::fromValuehjk2019-05-271-1/+1
* More FileName::appendPath() -> .pathAppended()hjk2019-05-171-3/+2
* Squash more deprecation warningshjk2019-02-271-1/+1
* Replace static_casts by QOverload where possiblehjk2019-02-263-5/+5
* Fix warning: "Missing reference in range-for with non trivial type"Alessandro Portale2019-01-161-1/+1
* Merge remote-tracking branch 'origin/4.8'Orgad Shaneh2018-12-032-5/+5
|\
| * Git: Use ICore::dialogParent as dialog parentOrgad Shaneh2018-11-292-5/+5
* | Git: ModernizeAlessandro Portale2018-11-104-16/+10
|/
* Git: Make checkout asynchronousOrgad Shaneh2018-10-101-1/+1
* Merge remote-tracking branch 'origin/master' into 4.8Eike Ziller2018-09-2113-17/+15
|\
| * Git: ModernizeOrgad Shaneh2018-09-1913-17/+15
* | Git: Avoid usage of deprecated QDateTime::fromTime_tOrgad Shaneh2018-09-212-3/+3
|/
* Gerrit: Update remotes on settings changeOrgad Shaneh2018-06-195-1/+30
* Gerrit: Fix modality of warning message for invalid configurationOrgad Shaneh2018-06-191-2/+2
* Gerrit: Unset authenticated on unknown errorOrgad Shaneh2018-06-191-0/+1
* Gerrit: Do not refresh dialog on update remotes when hiddenOrgad Shaneh2018-06-012-2/+3
* Gerrit: Fix some clang-tidy warningsOrgad Shaneh2018-06-014-7/+6
* Gerrit: Warn when probably pushing to wrong branchOrgad Shaneh2018-05-021-2/+16
* Utils: Purge asConstOrgad Shaneh2018-04-093-4/+1
* Merge remote-tracking branch 'origin/4.6'Eike Ziller2018-02-131-3/+3
|\
| * Improve translated stringsRobert Loehning2018-02-091-3/+3
* | Merge remote-tracking branch 'origin/4.6'Eike Ziller2018-02-072-11/+11
|\|
| * Gerrit: Fix UI textLeena Miettinen2018-02-052-11/+11
* | Vcs/Text search: Remove a few addAutoReleaseObject useshjk2018-02-061-1/+1
|/
* Merge remote-tracking branch 'origin/4.5'Eike Ziller2018-01-091-3/+8
|\
| * Gerrit: Set current repository every time the dialog is shownOrgad Shaneh2018-01-081-0/+1
| * Gerrit: Deduplicate detection of current repositoryOrgad Shaneh2018-01-081-3/+7