aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/docker/dockerdevice.h
Commit message (Expand)AuthorAgeFilesLines
* Replace most expected_str by Utils::Resulthjk2025-04-111-2/+2
* Utils: Replace Result class by type alias to std::expected<T, QString>hjk2025-04-111-1/+1
* Docker: Add port mapping optionsMarcus Tillmanns2025-04-081-0/+9
* Docker: Capture Environment from entry pointMarcus Tillmanns2025-04-031-0/+3
* Docker: Move Container setup into its own threadMarcus Tillmanns2025-02-251-1/+1
* Docker: Replace mutex+value with SynchronizedValueMarcus Tillmanns2025-02-201-3/+2
* ProjectExplorer: (Mostly) implement IDevice::filePath on top of rootPathhjk2024-12-171-1/+0
* Utils: Add FilePath::isLocal() and use it instead of !needsDevice()hjk2024-12-091-1/+1
* ProjectExplorer: Add BuildDeviceTypeKitAspectChristian Kandeler2024-11-181-1/+0
* RemoteLinux: Fix some more freezesChristian Kandeler2024-10-241-1/+1
* Project: Base IDevice on AspectContainerhjk2024-08-021-30/+18
* ProjectExplorer: Change IDevice::toMap signaturehjk2024-08-011-1/+1
* ProjectExplorer: Add Device::canMountMarcus Tillmanns2024-04-041-0/+5
* IDevice: Replace QSharedPointer with std::shared_ptrJarek Kobus2024-02-021-5/+3
* DeviceSupport: Add more error outputMarcus Tillmanns2023-10-061-2/+2
* Docker: Move rootPath into SettingsMarcus Tillmanns2023-10-041-0/+1
* Docker: Show create command line to userMarcus Tillmanns2023-09-211-0/+2
* Docker: Add extra arguments settingMarcus Tillmanns2023-09-211-0/+1
* Docker: Add network option to settingsMarcus Tillmanns2023-09-201-0/+1
* Docker: Fix default device nameMarcus Tillmanns2023-09-181-0/+2
* Docker: Improve error reportingMarcus Tillmanns2023-09-151-0/+2
* Docker: Use FileListAspect for mountsMarcus Tillmanns2023-09-121-1/+1
* Docker: Switch to aspect settingsMarcus Tillmanns2023-09-121-44/+17
* Utils: Rename the new Storage to Storehjk2023-08-241-2/+2
* Use Utils::Storage instead of QVariantMap in a few placeshjk2023-08-231-2/+2
* Docker: Simplify settings accesshjk2023-07-141-4/+4
* ProjectExplorer: Remove IDevice::createProcessListModelhjk2023-06-231-1/+0
* ProjectExplorer: Merge DeviceProcessList into ProcessListhjk2023-06-231-1/+1
* Devices: Unify Port Gathering methodMarcus Tillmanns2023-04-061-2/+0
* Docker: Check Image availableMarcus Tillmanns2023-03-211-1/+1
* ProjectExplorer: Consolidate ProcessListMarcus Tillmanns2023-03-141-1/+1
* ProjectExplorer: Remove IDevice::terminalCommandMarcus Tillmanns2023-03-021-3/+0
* Terminal: Add Terminal pluginMarcus Tillmanns2023-02-241-0/+3
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Docker: Add Filepath::localSource()Marcus Tillmanns2022-12-161-0/+1
* ProjectExplorer: Merge IDevice::{filePath,mapToGlobalPath}hjk2022-12-151-2/+1
* ProjectExplorer: Add clangdExecutable to IDeviceMarcus Tillmanns2022-12-091-0/+1
* Docker: Add clangd executable optionMarcus Tillmanns2022-12-061-2/+3
* Docker: Make hostname valid for UrlsMarcus Tillmanns2022-12-061-0/+2
* IDevice: Provide default implementation for signalOperation()Jarek Kobus2022-11-291-2/+0
* Docker: Add option to enable flags needed for lldbMarcus Tillmanns2022-11-171-1/+3
* Docker: fix device path mappingDavid Schulz2022-10-171-1/+0
* Utils: Split off file access interface from IDevicehjk2022-10-131-31/+0
* Utils: Combine some of the iterateWithFind overloadshjk2022-10-121-6/+4
* Add FSEngine FilePath CacheMarcus Tillmanns2022-10-111-5/+5
* Utils: Add an offset parameter to the content writing FilePath functionhjk2022-10-101-1/+3
* ProjectExplorer: Introduce an IDevice::usableAsBuildDevicehjk2022-09-301-0/+1
* Device: Add prepareForBuild()Marcus Tillmanns2022-09-271-0/+2
* Docker: Remove unused #includehjk2022-09-261-2/+0
* DockerDevice: Do not change the containers entrypointMarcus Tillmanns2022-09-261-1/+3