aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/docker/dockerdevice.cpp
Commit message (Expand)AuthorAgeFilesLines
* Docker: Fix UI textLeena Miettinen2021-10-251-8/+8
* Docker: mount python dumpers to deviceDavid Schulz2021-10-251-0/+3
* Docker: Map command executables to device pathDavid Schulz2021-10-251-2/+5
* Docker: use mapped working directory for remote processesDavid Schulz2021-10-131-1/+1
* Docker: Use only path part of FilePath when mapping to deviceDavid Schulz2021-10-131-1/+1
* Docker: Use mapToDevicePath() in startContainer()hjk2021-10-121-8/+3
* Utils: Introduce FilePath::mapTo{Device,Global}Pathhjk2021-10-121-0/+11
* Docker: create container before running imagehjk2021-10-071-34/+25
* Docker: use PathListEditor for mountsDavid Schulz2021-10-061-12/+14
* Docker: allow windows style paths in settingsDavid Schulz2021-10-061-3/+12
* Docker: Use shell if possibleChristian Stenger2021-10-061-6/+8
* Docker: Split early return in tryCreateLocalFileAccess()hjk2021-09-301-1/+4
* Merge remote-tracking branch 'origin/6.0'Eike Ziller2021-09-301-0/+12
|\
| * ProjectExplorer: Allow devices to report tasks in validatehjk2021-09-291-0/+12
* | Docker: assert and return false if runInShell failsDavid Schulz2021-09-291-2/+4
|/
* Docker: add option to disable file path mappingDavid Schulz2021-09-241-0/+22
* Docker: Don't try to re-start running containerhjk2021-09-231-1/+3
* Docker: Extend log messageshjk2021-09-231-3/+3
* Docker: Add some more information why certain operations failhjk2021-09-231-23/+24
* Docker: Tweak handling of DISPLAYChristian Stenger2021-09-221-1/+19
* Docker: Override entrypoints when starting our shellhjk2021-09-221-3/+4
* Docker: Implement directoryEntries alternativeChristian Stenger2021-09-161-0/+78
* Merge remote-tracking branch 'origin/5.0'Eike Ziller2021-09-131-1/+1
|\
| * Docker: Fix conditionChristian Stenger2021-09-091-1/+1
* | Docker: reset process working directory if it needs a deviceDavid Schulz2021-09-131-1/+4
* | Docker: Show error when container environment retrieval failedhjk2021-08-251-0/+7
* | Utils: Drop OsType parameter from CommandLine functionshjk2021-08-241-4/+2
* | Docker: Fix shell runninghjk2021-08-191-1/+1
* | Utils: Introduce FilePath::setPermission()hjk2021-08-181-0/+14
* | Utils: Introduce a FilePath constructor from char arrayshjk2021-08-171-1/+1
* | ProjectExplorer: Use Utils::CommandLine in ProjectExplorer::Runnablehjk2021-08-131-5/+4
* | Merge remote-tracking branch 'origin/5.0'Eike Ziller2021-08-111-53/+41
|\|
| * Docker: Handle daemon globallyChristian Stenger2021-08-111-52/+40
| * Docker: Fix filtering without a filterChristian Stenger2021-08-051-1/+1
* | Use refactored ProcessModeJarek Kobus2021-08-091-1/+2
* | Utils/ProjectExplorer: Use FilePath for Runnable::workingDirectoryhjk2021-08-061-2/+2
* | Docker: Implement DockerDevice::permissions()hjk2021-08-031-0/+27
* | Merge remote-tracking branch 'origin/5.0'Orgad Shaneh2021-07-291-4/+11
|\|
| * Docker: Move container start into function of its ownhjk2021-07-291-4/+11
* | Merge remote-tracking branch 'origin/5.0'Orgad Shaneh2021-07-271-0/+12
|\|
| * Docker: Correct environment for docker exec callsChristian Stenger2021-07-231-0/+12
* | Utils: Introduce FilePath::fileSize()hjk2021-07-271-0/+14
|/
* Utils: Move filterEntriesHelper() out of FilePathChristian Stenger2021-07-221-1/+37
* Docker: Fix logic and Qt6 buildChristian Stenger2021-07-221-1/+1
* Docker: Implement DockerDevice::writeFileContents()hjk2021-07-211-3/+23
* Docker: Enable DockerDevice::removeRecursively()hjk2021-07-211-3/+9
* Docker: Juggle messages on the Daemon state button aroundhjk2021-07-211-5/+10
* Docker: Implement symLinkTarget() for non-local accessChristian Stenger2021-07-211-2/+3
* Docker: Let some commands run inside shellChristian Stenger2021-07-211-15/+58
* Docker: Use shell to exit containerChristian Stenger2021-07-211-1/+14