aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/docker
Commit message (Expand)AuthorAgeFilesLines
* Merge "Merge remote-tracking branch 'origin/17.0'"The Qt Project3 days1-13/+13
|\
| * UI text: Fix caps, punctuation, and wordingLeena Miettinen7 days1-13/+13
* | Docker: Add option to control mounting the command bridgeMarcus Tillmanns3 days3-8/+34
|/
* Docker: Check image exists first before trying to launch itMarcus Tillmanns9 days3-0/+23
* Docker: Fix done emissions in case of failed process startMarcus Tillmanns10 days1-13/+8
* Docker: Wait until the container is actually started before returningThiemo van Engelen2025-05-121-1/+39
* Docker: Fix DockerDevice creatorMarcus Tillmanns2025-04-251-3/+6
* Docker: Dont create the device twiceMarcus Tillmanns2025-04-251-3/+3
* Docker: Promote from "Experimental" to "DisabledByDefault"hjk2025-04-231-1/+1
* Utils: Enhance Process::exitMessage()Christian Kandeler2025-04-173-10/+9
* Fix warning for ';'Marco Bubke2025-04-151-3/+2
* Docker: fix quoting logic in withDockerExecCmd: use host OS instead of contai...faust7472025-04-151-7/+7
* Replace a few make_unexpected with ResultErrorhjk2025-04-151-4/+4
* Utils: Move and rename result testing macros from expected.h to result.hhjk2025-04-142-3/+2
* Replace most expected_str by Utils::Resulthjk2025-04-116-44/+44
* Utils: Replace Result class by type alias to std::expected<T, QString>hjk2025-04-115-14/+14
* Merge remote-tracking branch 'origin/16.0'Eike Ziller2025-04-111-0/+1
|\
| * Docker: Fix Kit build device type during auto detectionMarcus Tillmanns2025-04-101-0/+1
* | Utils: Always show all items in an AspectListhjk2025-04-112-5/+3
* | Docker: Don't capture temporary variablesMarcus Tillmanns2025-04-101-1/+5
* | Docker: Switch to purpose built environment aspectMarcus Tillmanns2025-04-104-84/+114
* | Docker: Add port mapping optionsMarcus Tillmanns2025-04-083-1/+108
* | CmdBridge: Remove bridge app on exitMarcus Tillmanns2025-04-081-6/+8
* | Fix qbs buildChristian Stenger2025-04-041-0/+2
* | Docker: Fix base env when restoring EnvironmentMarcus Tillmanns2025-04-031-0/+2
* | Docker: Remove "PrintOnRun" optionMarcus Tillmanns2025-04-031-0/+2
* | Docker: Capture Environment from entry pointMarcus Tillmanns2025-04-036-48/+217
* | Qt Version: Allow usage of qtpaths additionally to qmakeCristian Adam2025-03-131-1/+1
* | Merge remote-tracking branch 'origin/16.0'Eike Ziller2025-03-131-1/+3
|\|
| * Docker: Fix that GDB cannot write the index cacheEike Ziller2025-03-111-1/+3
* | Merge remote-tracking branch 'origin/16.0'David Schulz2025-02-287-149/+258
|\|
| * Docker: Fix qbs buildChristian Stenger2025-02-261-0/+2
| * Docker: Move Container setup into its own threadMarcus Tillmanns2025-02-256-142/+238
| * Docker: Fix circular shared_ptrMarcus Tillmanns2025-02-251-7/+18
* | Merge remote-tracking branch 'origin/16.0'Eike Ziller2025-02-213-21/+17
|\|
| * Docker: Improve DockerApi::canConnectMarcus Tillmanns2025-02-201-11/+8
| * Docker: Replace mutex+value with SynchronizedValueMarcus Tillmanns2025-02-202-10/+9
* | Merge remote-tracking branch 'origin/16.0'Eike Ziller2025-02-191-1/+1
|\|
| * Docker: Set future after connectinghjk2025-02-181-1/+1
* | Docker: Move DOCKER_DEVICE_TYPE constant to ProjectExplorerhjk2025-02-182-3/+3
|/
* Fix various translated stringsEike Ziller2025-02-121-1/+1
* Docker: Fix a warning about unused variableJarek Kobus2025-02-051-2/+2
* Docker: Improve support for non-standard process channel modesMarcus Tillmanns2025-02-031-5/+29
* Docker: Force QProcess::SeparateChannelsMarcus Tillmanns2025-01-241-1/+3
* Docker: Create command line based on image osMarcus Tillmanns2025-01-241-4/+8
* IDevice: Simplify addDeviceAction()Jarek Kobus2025-01-211-1/+1
* Utils: Rename FilePath::toString() into toUrlishString()hjk2025-01-101-2/+2
* ProjectExplorer: (Mostly) implement IDevice::filePath on top of rootPathhjk2024-12-172-8/+0
* Utils: Add FilePath::isLocal() and use it instead of !needsDevice()hjk2024-12-092-5/+5
* ProjectExplorer: Dissolve kitaspects.{h,cpp}Christian Kandeler2024-11-202-2/+3