summaryrefslogtreecommitdiff
path: root/src/plugins/git/gerrit/gerritmodel.cpp
Commit message (Expand)AuthorAgeFilesLines
* Utils: Rename qtcprocess.{cpp,h} -> process.{cpp,h}Jarek Kobus2023-05-041-1/+1
* Utils: Rename QtcProcess -> ProcessJarek Kobus2023-05-041-5/+5
* Utils: Rename QtcProcess::readAllStandard* to readAllRawStandard*hjk2023-01-101-2/+2
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* GerritModel: Reuse ProcessProgressJarek Kobus2023-01-041-28/+13
* Git/VCS: Use ctrlc stub for process executionOrgad Shaneh2022-12-151-0/+1
* VcsBase & dependent: Fix const correctnessJarek Kobus2022-12-141-6/+4
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-1/+1
* Git: Convert to Tr::trAlessandro Portale2022-10-061-23/+24
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* QueryContext: Connect to done() signal instead of finished()Jarek Kobus2022-06-211-1/+1
* Replace QtcProcess::stopProcess() by stop() plus waitForFinishedhjk2022-06-161-1/+2
* QtcProcess: Forward declare Environment in QtcProcess headerJarek Kobus2022-05-091-0/+1
* GerritModel: Connect to QtcProcess::done() signalJarek Kobus2022-04-271-23/+14
* Git: Proliferate FilePath use in GerritModel a bithjk2021-08-171-8/+7
* VCS: Use more FilePath in ShellCommand and surroundingshjk2021-08-171-1/+1
* Utils: Introduce a FilePath constructor from char arrayshjk2021-08-171-2/+3
* Use refactored ProcessModeJarek Kobus2021-08-091-1/+0
* Utils: Drop QProcess specific parameters from QtcProcess::finished()hjk2021-06-141-5/+5
* Utils: Make QtcProcess::{setW,w}orkingDirectory use FilePathhjk2021-06-031-1/+1
* Utils: Move QProcess base to QtcProcessPrivatehjk2021-06-021-7/+6
* Vcs/Utils: Use Utils::Environment for ShellCommandhjk2021-05-051-1/+1
* Git: Avoid one use of SynchronousProcesshjk2021-04-301-5/+7
* Git: fix assert when comparing GerritApprovalDavid Schulz2020-11-161-1/+2
* Git: Compile with Qt 6hjk2020-06-231-2/+2
* Drop use of Qt::DefaultLocaleShortDatehjk2020-06-221-1/+1
* Git: Store singleton instance in GitClientOrgad Shaneh2020-02-261-2/+1
* Git: Partially move plugin pimpl to .cpphjk2020-02-071-1/+1
* Vcs: Pimpl pluginshjk2020-01-241-1/+1
* Workaround 5.15 deprecations in QTextStreamsDavid Schulz2020-01-171-4/+8
* Partial compile fix for current Qt dev and/or Qt 6hjk2019-11-121-0/+2
* Utils: Add CommandLine convenience constructorshjk2019-07-231-2/+1
* Utils: Use CommandLine in ShellCommandhjk2019-06-111-1/+1
* Utils: Rename FileName to FilePathhjk2019-05-281-1/+1
* Replace uses of qVariantFromValue with QVariant::fromValuehjk2019-05-271-1/+1
* Replace static_casts by QOverload where possiblehjk2019-02-261-2/+2
* Git: ModernizeAlessandro Portale2018-11-101-5/+4
* Merge remote-tracking branch 'origin/master' into 4.8Eike Ziller2018-09-211-2/+2
|\
| * Git: ModernizeOrgad Shaneh2018-09-191-2/+2
* | Git: Avoid usage of deprecated QDateTime::fromTime_tOrgad Shaneh2018-09-211-1/+1
|/
* Gerrit: Fix some clang-tidy warningsOrgad Shaneh2018-06-011-3/+3
* Utils: Purge asConstOrgad Shaneh2018-04-091-2/+1
* Merge remote-tracking branch 'origin/4.3'Orgad Shaneh2017-06-021-1/+3
|\
| * Gerrit: Fix SSH output parsing for Gerrit 2.14Orgad Shaneh2017-05-251-1/+3
* | Merge remote-tracking branch 'origin/4.3'Eike Ziller2017-05-151-7/+5
|\ \ | |/
| * Gerrit: Avoid UTF-8 in commentsOrgad Shaneh2017-05-151-2/+2
| * Gerrit: Terminate previous query when remote is changedOrgad Shaneh2017-05-151-5/+3
* | Merge remote-tracking branch 'origin/4.3'Eike Ziller2017-05-091-1/+2
|\ \ | |/
| * Gerrit: Fix REST for Gerrit 2.14Orgad Shaneh2017-05-041-1/+2
* | Gerrit: Support certificate validationOrgad Shaneh2017-04-251-1/+1
|/