aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/gitlab
Commit message (Expand)AuthorAgeFilesLines
* Utils: Fix build with MSVC with C++20Eike Ziller2024-02-282-2/+2
* Vcs: Rename VcsBasePluginPrivate to VersionControlBasehjk2024-02-061-1/+1
* Process: Use more rawStd{Out,Err} const methods instead of mutable onesJarek Kobus2024-01-211-1/+1
* GitLabCloneDialog: Don't delete the VcsCommand when doneJarek Kobus2024-01-181-1/+0
* GitLab: Hide plugin class definition in .cpphjk2024-01-155-104/+94
* GitLab: Register open view action using ActionBuilderhjk2023-12-191-9/+7
* Clean up some lambdashjk2023-12-121-1/+1
* GitLab: Access GitlabParameter singleton more directlyhjk2023-11-209-65/+39
* ProjectExplorer: Let ProjectPanelFactories auto-registerhjk2023-11-161-1/+0
* GitLab: Use new construction pattern for project panel factoryhjk2023-11-163-47/+54
* All: Remove some unneeded #includeshjk2023-09-271-1/+0
* Utils, all: Standardize on QtcSettingshjk2023-09-272-10/+14
* Utils: Add missing connections to validChangedMarcus Tillmanns2023-08-221-1/+3
* GitPlugin: Simplify return statementsJarek Kobus2023-08-021-1/+1
* Git: Initialize GitClient on first accesshjk2023-07-261-7/+6
* Build: Change plugin json.in files to CMake styleEike Ziller2023-07-251-16/+16
* Vcs: Code cosmeticshjk2023-07-141-14/+14
* Utils: Replace StringAspect::setFilePath()hjk2023-07-041-1/+1
* Use more FilePathAspecthjk2023-05-191-4/+3
* GitLab: Shift responsibility to signal changeshjk2023-05-096-25/+35
* GitLab: Use apply functor in GitLabOptionsWidgethjk2023-05-081-25/+16
* Utils: Rename qtcprocess.{cpp,h} -> process.{cpp,h}Jarek Kobus2023-05-042-2/+2
* Utils: Rename QtcProcess -> ProcessJarek Kobus2023-05-042-2/+2
* Layouts: Add missing "br"s to terminate Form linesAlessandro Portale2023-05-041-4/+4
* Layouting: Handle attach types via setterhjk2023-05-031-2/+3
* Utils: Make Layouting a top level namespacehjk2023-04-251-1/+1
* Gitlab: Use IOptionPage::setWidgetCreator() for settingshjk2023-04-202-116/+79
* Merge remote-tracking branch 'origin/10.0'Eike Ziller2023-04-131-0/+1
|\
| * Fix lots of tr.h files not being mentioned in CMakeLists.txtEike Ziller2023-04-011-0/+1
* | Merge remote-tracking branch 'origin/10.0'Eike Ziller2023-03-132-2/+2
|\|
| * GitLab plugin: Remove visibility public default valueSamuel Gaist2023-03-102-2/+2
* | ProjectExplorer: Move some not-fully-session related bitshjk2023-03-012-9/+13
|/
* Translations: Change translation context prefix from "::" to "QtC::"Alessandro Portale2023-02-101-1/+1
* GitLab: Tr::tr()Alessandro Portale2023-02-086-80/+81
* Use simpler Plugin::initialize() when feasiblehjk2023-01-202-3/+2
* Prefix Tr::tr contexts with ::hjk2023-01-131-1/+1
* Utils: Rename QtcProcess::readAllStandard* to readAllRawStandard*hjk2023-01-101-1/+1
* Utils: Rename most FilePath::{from,to}Variant uses to {from,to}Settingshjk2023-01-101-2/+2
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-0617-17/+17
* Utils: Add std::expected implementationMarcus Tillmanns2022-12-141-1/+1
* Remove unused includes of Q[H/V]BoxLayoutJarek Kobus2022-11-181-2/+0
* UI text: Use a full stop in the end of messagesLeena Miettinen2022-10-201-2/+2
* Utils: Rename FilePath::relativePath() to relativePathFrom()hjk2022-10-181-1/+1
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-1/+1
* RunFlags: Add ProgressiveOutput flagJarek Kobus2022-10-061-1/+1
* GitLab: Limit the usage of std::make_pairJarek Kobus2022-10-041-7/+7
* VcsCommand: Rename execute() to start()Jarek Kobus2022-09-211-1/+1
* VcsPlugin: Use VcsCommand::done() signal instead of finished()Jarek Kobus2022-09-201-28/+27
* FilePath: Return optional bytearray for file contentsEike Ziller2022-09-121-1/+4
* Utils: Replace PathChooser::{fileP,p}athChanged signalshjk2022-09-061-1/+1