summaryrefslogtreecommitdiff
path: root/src/plugins/gitlab
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use SPDX license identifiersLucie Gérard2022-08-2617-408/+34
* Move createInitialCheckoutCommand() out from core pluginJarek Kobus2022-08-011-4/+8
* Move ShellCommand into VcsBase pluginJarek Kobus2022-08-012-6/+11
* ShellCommand: Remove exitCode arg from finished() signalJarek Kobus2022-07-292-3/+2
* Utils: Make the second parameter to LayoutBuilder::attach() an enumhjk2022-07-261-2/+4
* Utils: Introduce Layouting::{br,st}hjk2022-07-252-6/+4
* Core: Avoid #include of fileutils.h in icore.hhjk2022-07-221-0/+3
* Gitlab: Simplify dialog layouthjk2022-07-221-32/+20
* Utils: Make Layouting::Group { .. } less weirdhjk2022-07-221-1/+1
* GitLab: Inline gitlabdialog.uihjk2022-07-215-334/+189
* Merge remote-tracking branch 'origin/8.0'Eike Ziller2022-07-203-1/+6
|\
| * Project settings: Fix missing IDs for global settings linksEike Ziller2022-07-133-1/+6
* | Drop Qt5: VCS: Get rid of QComboBox QOverloadJarek Kobus2022-07-193-9/+6
* | Remove Core::ShellCommandJarek Kobus2022-07-112-4/+3
* | GitLab: Use IntegerAspect instead of QSpinBoxChristian Stenger2022-07-082-8/+3
* | Replace more used of PathChooser::pathChanged by filePathChangedhjk2022-07-011-1/+1
* | Add plugintr.h files to all pluginshjk2022-06-271-0/+37
|/
* Fix lupdate issuesEike Ziller2022-06-271-5/+5
* QueryRunner: Connect to done() signalJarek Kobus2022-06-202-71/+23