aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/git/gerrit/gerritplugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* Utils: Fix build with MSVC with C++20Eike Ziller2024-02-281-1/+1
* VCS: Allow remote vcs operationsMarcus Tillmanns2024-02-121-2/+2
* Gerrit: Replace QSharedPointer with std::shared_ptrJarek Kobus2024-02-011-8/+8
* Process: Refactor timeout handlingJarek Kobus2024-01-221-1/+1
* Git: Separate internal plugin access API from plugin classhjk2024-01-151-2/+2
* Git: Initialize GitClient on first accesshjk2023-07-261-10/+10
* Git: Use LayoutBuilder in Gerrit options pagehjk2023-05-081-9/+11
* Git: Small simplification to Gerrit "plugin" setuphjk2023-05-081-4/+3
* Utils: Rename qtcprocess.{cpp,h} -> process.{cpp,h}Jarek Kobus2023-05-041-1/+1
* Utils: Rename QtcProcess -> ProcessJarek Kobus2023-05-041-4/+4
* VcsBase: Proliferate use of FilePathhjk2023-01-201-1/+1
* Utils: Rename QtcProcess::readAllStandard* to readAllRawStandard*hjk2023-01-101-2/+2
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* GerritPlugin: Reuse ProcessProgressJarek Kobus2023-01-041-99/+24
* Git/VCS: Use ctrlc stub for process executionOrgad Shaneh2022-12-151-0/+1
* VcsBase: Pass context object to lambda connectionsJarek Kobus2022-12-071-1/+1
* Git: Convert to Tr::trAlessandro Portale2022-10-061-11/+13
* VcsManager: Use more FilePathJarek Kobus2022-10-051-14/+11
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* FetchContext: Connect to done() signalJarek Kobus2022-06-161-34/+17
* Replace QtcProcess::stopProcess() by stop() plus waitForFinishedhjk2022-06-161-1/+2
* QtcProcess: Forward declare Environment in QtcProcess headerJarek Kobus2022-05-091-0/+1
* Register some more windowsEike Ziller2022-02-091-0/+1
* Use more FileUtils based file dialogshjk2021-08-191-4/+3
* VCS: Use more FilePath in ShellCommand and surroundingshjk2021-08-171-1/+1
* Use refactored ProcessModeJarek Kobus2021-08-091-2/+0
* Vcs: Use more FilePath for file pathshjk2021-08-021-16/+16
* Utils: Drop QProcess specific parameters from QtcProcess::finished()hjk2021-06-141-5/+5
* Utils: Move QProcess base to QtcProcessPrivatehjk2021-06-021-5/+4
* Git: Use QtcProcess instead of SychronouceProcess helper functionshjk2021-05-051-7/+9
* Vcs/Utils: Use Utils::Environment for ShellCommandhjk2021-05-051-1/+2
* Git: Replace QRegExp by QRegularExpressionChristian Stenger2020-07-141-4/+4
* Git: Store singleton instance in GitClientOrgad Shaneh2020-02-261-10/+10
* Git: Partially move plugin pimpl to .cpphjk2020-02-071-12/+12
* Vcs: Merge IVersionControl and VcsBasePlugin hierarchieshjk2020-01-311-2/+1
* Vcs: Pimpl pluginshjk2020-01-241-14/+13
* Utils: Use CommandLine in ShellCommandhjk2019-06-111-1/+1
* Utils: Rename FileName to FilePathhjk2019-05-281-6/+6
* Replace static_casts by QOverload where possiblehjk2019-02-261-1/+1
* Merge remote-tracking branch 'origin/4.8'Orgad Shaneh2018-12-031-4/+4
|\
| * Git: Use ICore::dialogParent as dialog parentOrgad Shaneh2018-11-291-4/+4
* | Git: ModernizeAlessandro Portale2018-11-101-3/+1
|/
* Git: Make checkout asynchronousOrgad Shaneh2018-10-101-1/+1
* Git: ModernizeOrgad Shaneh2018-09-191-3/+2
* Gerrit: Update remotes on settings changeOrgad Shaneh2018-06-191-1/+6
* Gerrit: Fix modality of warning message for invalid configurationOrgad Shaneh2018-06-191-2/+2
* Gerrit: Do not refresh dialog on update remotes when hiddenOrgad Shaneh2018-06-011-1/+1
* Gerrit: Fix some clang-tidy warningsOrgad Shaneh2018-06-011-1/+0
* 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
|\