aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/gitlab
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Replace QtcProcess::stopProcess() by stop() plus waitForFinishedhjk2022-06-161-1/+2
* GitLab: Fix reflecting port data inside uiChristian Stenger2022-06-102-4/+5
* GitLab: Allow localhost for serverChristian Stenger2022-06-101-1/+1
* GitLab: Handle certificate issuesChristian Stenger2022-06-105-5/+42
* GitLab: Support unsecure http as wellChristian Stenger2022-06-108-16/+36
* GitLab: Display link to global settings in project settingsChristian Stenger2022-06-081-1/+1
* ProjectExplorer: Add possibility to keep link visibleArtem Sokolovskii2022-06-081-0/+1
* Gitlab: Some layout code cosmeticshjk2022-06-081-12/+15
* GitLab: Add hint what link to gitlab is forChristian Stenger2022-06-031-0/+2
* GitLab: Avoid wrong requestChristian Stenger2022-06-031-0/+3
* GitLab: Slightly tweak clone dialog layoutChristian Stenger2022-06-031-1/+1
* GitLab: Fix warning "lambda capture not used"Eike Ziller2022-06-011-1/+1
* GitLab: Allow fetching eventsChristian Stenger2022-05-318-3/+294
* GitLab: Allow browsing and cloning projectsChristian Stenger2022-05-3114-2/+1228
* GitLab: Introduce minimal GitLab pluginChristian Stenger2022-05-2515-0/+1733