aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/git/gerrit
Commit message (Expand)AuthorAgeFilesLines
* Utils: Allow validators operating on a single string in FancyLineEdithjk2025-04-251-1/+1
* Utils: Use Result<> in FancyLinedit's validatorhjk2025-04-231-2/+5
* Utils: Return Result<> from one of the FileSaver::finalize() overloadshjk2025-04-231-7/+6
* Drop a few unneeded #includeshjk2025-03-042-8/+5
* Utils: Remove parent argument from FileUtils dialogshjk2025-01-061-1/+1
* Plugins A-L: Make static QRegularExpression instances static constAlessandro Portale2024-11-201-1/+1
* ProjectExplorer: Expose toolchain versionsChristian Kandeler2024-09-111-2/+2
* Git: Replace "SHA1" with "hash" in translatable stringsAndre Hartmann2024-09-101-1/+1
* Git: Fix topic while pushing to newer Gerrit serversAndre Hartmann2024-08-121-1/+1
* Remove #include <utils/fileutils.h> from most header fileshjk2024-07-261-0/+1
* Gerrit: Make sure there's only one GerritParameters objecthjk2024-07-163-31/+26
* Gerrit: Inline two functions that are used just oncehjk2024-07-163-19/+8
* Git: Make Gerrit settings handling more similar to othershjk2024-07-1616-151/+101
* Git: Fix two QMultiMap deprecation warningshjk2024-06-281-2/+2
* 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