aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/git/gerrit
Commit message (Expand)AuthorAgeFilesLines
* Utils: Introduce a convenience function creatorColor()hjk2024-05-291-1/+1
* SettingsDialog: Call Aspect::cancel on cancelMarcus Tillmanns2024-03-141-2/+8
* Utils: Fix build with MSVC with C++20Eike Ziller2024-02-282-2/+2
* Utils: Add async variant of DataFromProcessChristian Kandeler2024-02-201-2/+7
* VCS: Allow remote vcs operationsMarcus Tillmanns2024-02-122-3/+3
* Gerrit: Replace QSharedPointer with std::shared_ptrJarek Kobus2024-02-0112-55/+48
* Process: Refactor timeout handlingJarek Kobus2024-01-222-16/+4
* Git: Separate internal plugin access API from plugin classhjk2024-01-152-3/+3
* All: Remove some unneeded #includeshjk2023-09-271-1/+0
* Utils, all: Standardize on QtcSettingshjk2023-09-273-17/+15
* Utils: Make TreeViews use setUniformRowHeights by defaulthjk2023-09-051-1/+0
* VariousPlugins: Fix forward declarationsJarek Kobus2023-08-171-1/+3
* GitPlugin: Simplify return statementsJarek Kobus2023-08-023-4/+4
* Git: Initialize GitClient on first accesshjk2023-07-266-29/+28
* Git: Fix default port for gerritoptionspage.cppChristian Stenger2023-05-301-1/+1
* Git: Use LayoutBuilder in Gerrit options pagehjk2023-05-084-84/+78
* Git: Small simplification to Gerrit "plugin" setuphjk2023-05-082-6/+6
* Utils: Rename qtcprocess.{cpp,h} -> process.{cpp,h}Jarek Kobus2023-05-042-2/+2
* Utils: Rename QtcProcess -> ProcessJarek Kobus2023-05-042-9/+9
* Utils: Make Layouting a top level namespacehjk2023-04-251-1/+1
* Git: Use IOptionPage::setWidgetCreator() for gerrit settingshjk2023-04-202-128/+78
* Git: Fix explanation in GerritPushDialogRobert Löhning2023-03-271-1/+1
* Proliferate Tr::tr in various placesAlessandro Portale2023-02-101-14/+16
* Translations: Remove stray Q_DECLARE_TR_FUNCTIONS(...)Alessandro Portale2023-02-101-2/+0
* Translations: Remove header includes of *tr.h in .h filesAlessandro Portale2023-02-081-2/+3
* Translations: Fix stray QApplication::translate() callsAlessandro Portale2023-02-081-4/+2
* VcsBase: Proliferate use of FilePathhjk2023-01-201-1/+1
* Utils: Rename QtcProcess::readAllStandard* to readAllRawStandard*hjk2023-01-102-4/+4
* Utils: Rename most FilePath::{from,to}Variant uses to {from,to}Settingshjk2023-01-101-4/+4
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-0620-20/+20
* GerritModel: Reuse ProcessProgressJarek Kobus2023-01-041-28/+13
* GerritPlugin: Reuse ProcessProgressJarek Kobus2023-01-041-99/+24
* Git/VCS: Use ctrlc stub for process executionOrgad Shaneh2022-12-152-0/+2
* VcsBase & dependent: Fix const correctnessJarek Kobus2022-12-142-15/+8
* VcsBase: Pass context object to lambda connectionsJarek Kobus2022-12-073-6/+6
* Git: GerritPushDialog: Use LayoutingJarek Kobus2022-11-183-364/+142
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-072-2/+2
* Git: Fix include directiveChristian Kandeler2022-10-071-1/+1
* Git: Convert to Tr::trAlessandro Portale2022-10-067-72/+81
* VcsBase: Move RunFlags into separate headerJarek Kobus2022-10-061-2/+2
* VcsManager: Use more FilePathJarek Kobus2022-10-052-15/+12
* Various plugins: Limit the usage of qMakePairJarek Kobus2022-09-301-1/+1
* VcsBase: Rename vcsFullySynchronousExec into vcsSynchronousExecJarek Kobus2022-09-021-5/+5
* Use SPDX license identifiersLucie Gérard2022-08-2620-480/+40
* VCS: Use qtcEnvironmentVariable* instead of qEnvironmentVariable*Eike Ziller2022-08-261-1/+2
* Git: inline gerritdialog.uihjk2022-08-043-359/+146
* Merge remote-tracking branch 'origin/8.0'hjk2022-08-031-1/+1
|\
| * Gerrit: Do not pass username to curl for REST requestsOrgad Shaneh2022-08-031-1/+1
* | Gerrit: Show command and failures in testConnectionOrgad Shaneh2022-08-031-2/+1
* | Gerrit: Refresh server details also when authenticated is changedOrgad Shaneh2022-08-031-1/+2