aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/docker/dockerdevicewidget.cpp
Commit message (Expand)AuthorAgeFilesLines
* Docker: Add option to control mounting the command bridgeMarcus Tillmanns42 hours1-0/+1
* Utils: Replace Result class by type alias to std::expected<T, QString>hjk2025-04-111-1/+1
* Utils: Always show all items in an AspectListhjk2025-04-111-5/+2
* Docker: Switch to purpose built environment aspectMarcus Tillmanns2025-04-101-1/+1
* Docker: Add port mapping optionsMarcus Tillmanns2025-04-081-1/+5
* Docker: Capture Environment from entry pointMarcus Tillmanns2025-04-031-1/+2
* Docker: Move Container setup into its own threadMarcus Tillmanns2025-02-251-1/+1
* Project: Base IDevice on AspectContainerhjk2024-08-021-19/+17
* IDevice: Replace QSharedPointer with std::shared_ptrJarek Kobus2024-02-021-1/+1
* Tr: More small fixesEike Ziller2023-10-181-2/+2
* DeviceSupport: Add more error outputMarcus Tillmanns2023-10-061-1/+7
* Docker: Show create command line to userMarcus Tillmanns2023-09-211-18/+29
* Docker: Add extra arguments settingMarcus Tillmanns2023-09-211-0/+1
* Docker: Add network option to settingsMarcus Tillmanns2023-09-201-0/+1
* Docker: Improve error reportingMarcus Tillmanns2023-09-151-0/+1
* Docker: Use FileListAspect for mountsMarcus Tillmanns2023-09-121-19/+4
* Docker: Switch to aspect settingsMarcus Tillmanns2023-09-121-101/+40
* Docker: Fix UI textLeena Miettinen2023-06-191-5/+5
* Layouting: Handle attach types via setterhjk2023-05-031-1/+2
* Docker: Make end of auto detection obviousMarcus Tillmanns2023-04-061-0/+2
* Docker: Fix searching for clangdMarcus Tillmanns2023-02-091-4/+7
* Docker: validate clangd versionDavid Schulz2023-01-201-1/+9
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* ProjectExplorer: Merge IDevice::{filePath,mapToGlobalPath}hjk2022-12-151-1/+1
* Docker: Pass context object to lambda connectionsJarek Kobus2022-12-081-1/+1
* Docker: Don't show auto detect controlsMarcus Tillmanns2022-12-071-16/+18
* Docker: Add clangd executable optionMarcus Tillmanns2022-12-061-0/+19
* Docker: Add option to enable flags needed for lldbMarcus Tillmanns2022-11-171-0/+15
* UI text: Fix UI text to follow the guidelinesLeena Miettinen2022-10-201-2/+2
* Docker: Allow changing useLocalUidGid on macOSMarcus Tillmanns2022-10-131-1/+1
* Docker: Add an option to auto-detect in PATH plus additional directorieshjk2022-09-281-5/+8
* DockerDevice: Do not change the containers entrypointMarcus Tillmanns2022-09-261-0/+13
* Docker: Don't directly access Private data in DockerDeviceMarcus Tillmanns2022-09-261-10/+12
* Utils: Remove Utils::optionalEike Ziller2022-09-011-1/+1
* Docker: Avoid extra margin around DockerDeviceWidgetAlessandro Portale2022-08-291-1/+1
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* Merge remote-tracking branch 'origin/8.0'Eike Ziller2022-07-281-0/+2
|\
| * Docker: Reduce the size of the path boxhjk2022-07-281-0/+2
* | Utils: Introduce Layouting::{br,st}hjk2022-07-251-8/+8
* | Drop Qt5: Various plugins: Get rid of QOverloadJarek Kobus2022-07-201-2/+1
* | Docker: Move to Tr::trhjk2022-07-141-34/+36
|/
* Get rid of IDevice::createProcess()Jarek Kobus2022-05-041-2/+2
* Docker: implement process interfaceMarcus Tillmanns2022-05-031-0/+2
* dockerplugin: Solve UI fixme's for 8.0Marcus Tillmanns2022-04-081-10/+8
* docker-plugin: fix daemon stateMarcus Tillmanns2022-04-071-5/+9
* docker-plugin: Split out dockerdevice utility classesMarcus Tillmanns2022-04-061-0/+225