aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/git/gerrit
Commit message (Expand)AuthorAgeFilesLines
* Make some qHash and comparison operators overloads hidden friendshjk2021-12-061-5/+5
* Use more FileUtils based file dialogshjk2021-08-191-4/+3
* Git: Proliferate FilePath use in GerritModel a bithjk2021-08-176-55/+53
* VCS: Use more FilePath in ShellCommand and surroundingshjk2021-08-172-2/+2
* Utils: Introduce a FilePath constructor from char arrayshjk2021-08-172-5/+6
* Use refactored ProcessModeJarek Kobus2021-08-092-3/+0
* Vcs: Use more FilePath for file pathshjk2021-08-0211-39/+53
* All: Replace most SynchronousProcess by QtcProcesshjk2021-06-231-3/+3
* Utils: Drop QProcess specific parameters from QtcProcess::finished()hjk2021-06-142-10/+10
* Utils: Make QtcProcess::{setW,w}orkingDirectory use FilePathhjk2021-06-031-1/+1
* Utils: Rename QtcProcess::Result::Finished to FinishedWithSuccesshjk2021-06-021-2/+2
* Utils: Move QProcess base to QtcProcessPrivatehjk2021-06-022-12/+10
* Utils: filepathify fileutilsDavid Schulz2021-05-181-1/+2
* Utils: Make process results accessible through QtcProcess objecthjk2021-05-141-17/+16
* Utils: Merge {synchronous,qtc}process.{h,cpp} file pairshjk2021-05-101-1/+2
* Git: Use QtcProcess instead of SychronouceProcess helper functionshjk2021-05-051-7/+9
* Vcs/Utils: Use Utils::Environment for ShellCommandhjk2021-05-052-2/+3
* Git: Avoid one use of SynchronousProcesshjk2021-04-301-5/+7
* Git: fix assert when comparing GerritApprovalDavid Schulz2020-11-161-1/+2
* VCS: Fix build with Qt6Eike Ziller2020-09-211-1/+1
* Git: Filter out commits according to active remoteOrgad Shaneh2020-08-101-0/+9
* Utils: Drop Utils::SkipEmptyParts againhjk2020-07-211-1/+1
* Git: Replace QRegExp by QRegularExpressionChristian Stenger2020-07-141-4/+4
* 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