aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/remotelinux
Commit message (Expand)AuthorAgeFilesLines
* Utils: Remove FilePath::operator+()hjk2022-11-301-1/+1
* AbstractRemoteLinuxDeployService: Simplify internalsJarek Kobus2022-11-252-41/+13
* AbstractRemoteLinuxDeployService: Refactor APIJarek Kobus2022-11-258-139/+54
* CustomCommandDeployService: Reuse TaskTreeJarek Kobus2022-11-251-32/+43
* KillAppService: Reuse TaskTreeJarek Kobus2022-11-251-38/+32
* RemoteLinux: Fix const correctnessJarek Kobus2022-11-252-14/+14
* LinuxDeviceTester: Avoid non-trivial global variablesJarek Kobus2022-11-251-32/+32
* LinuxDeviceTester: Make it possible to add extra tasksJarek Kobus2022-11-252-6/+18
* LinuxDeviceTester: Make it possible to test extra commandsJarek Kobus2022-11-252-1/+18
* AbstractRemoteLinuxDeployService: Simplify internal dataJarek Kobus2022-11-242-12/+5
* GenericDirectUploadService: Reuse TaskTreeJarek Kobus2022-11-242-222/+223
* LinuxDeviceTester: Use Storage for internal inter-process dataJarek Kobus2022-11-241-12/+19
* TarPackageDeployService: Reuse TaskTreeJarek Kobus2022-11-231-96/+63
* RsyncDeployService: Reuse TaskTreeJarek Kobus2022-11-232-60/+64
* TarPackageDeployService: Get rid of killer processJarek Kobus2022-11-231-24/+2
* TarPackageDeployService: Don't disconnect from installer signalsJarek Kobus2022-11-231-1/+1
* TarPackageDeployService: Remove removePackageFile argJarek Kobus2022-11-231-8/+5
* KillAppService: Some cleanupJarek Kobus2022-11-221-17/+2
* KillAppService: Use queued connection for signal operationJarek Kobus2022-11-221-1/+1
* RsyncDeployService: Remove setFinished()Jarek Kobus2022-11-221-13/+8
* KillAppService: Don't call cleanup() from d'torJarek Kobus2022-11-221-7/+0
* AbstractRemoteLinuxDeployService: Remove setFinished()Jarek Kobus2022-11-222-8/+0
* Reuse TaskTree inside LinuxDeviceTesterJarek Kobus2022-11-182-270/+176
* Add adapters for FileTransfer and DeviceUsedPortsGathererJarek Kobus2022-11-181-2/+5
* Remove unused includes of QFormLayoutJarek Kobus2022-11-181-1/+0
* Merge remote-tracking branch 'origin/9.0'Eike Ziller2022-11-163-4/+29
|\
| * SshProcessInterface: Don't use DeviceShell for control signalsJarek Kobus2022-11-151-1/+11
| * LinuxDevice: Fix stopping remote app when run in terminalJarek Kobus2022-11-153-3/+18
* | Merge remote-tracking branch 'origin/9.0'Eike Ziller2022-11-141-18/+25
|\|
| * TarPackageCreationStep: Make it cancelableJarek Kobus2022-11-101-18/+25
* | Merge remote-tracking branch 'origin/9.0'Eike Ziller2022-11-101-54/+71
|\|
| * TarPackageCreationStep: Secure data accessJarek Kobus2022-11-091-54/+67
| * ProjectExplorer: Fix potential race conditionMarcus Tillmanns2022-11-091-1/+5
* | Merge remote-tracking branch 'origin/9.0'Eike Ziller2022-11-031-6/+7
|\|
| * Fix lupdate errorEike Ziller2022-10-311-6/+7
* | Merge remote-tracking branch 'origin/9.0'Tim Jenssen2022-10-251-2/+2
|\|
| * Utils: Fix copyFile to include permissionsMarcus Tillmanns2022-10-251-2/+2
* | Utils: Add sorted() functionChristian Kandeler2022-10-251-4/+2
* | Get rid of unneeded includes of RunControlJarek Kobus2022-10-252-2/+0
|/
* RemoteLinux: Allow use as build device unconditionallyhjk2022-10-191-2/+1
* RemoteLinux: Fix deployment when building remotelyhjk2022-10-183-2/+70
* RemoteLinux: Allow adding Qt to LD_LIBRARY_PATHhjk2022-10-181-1/+16
* RemoteLinux: Remove docker related device hack in install stephjk2022-10-181-14/+4
* RemoteLinux: Fix RsyncDeployService::setDeployableFiles()hjk2022-10-171-0/+1
* Utils: Fix iterateWithFindMarcus Tillmanns2022-10-141-5/+3
* RemoteLinux: Dissolve AbstractRemoteLinuxDeployStep::createDeployServicehjk2022-10-146-14/+11
* RemoteLinux: Skip initial rsync step for remote build == runhjk2022-10-131-2/+7
* RemoteLinux: Be explicit about the current rsync supporthjk2022-10-131-1/+8
* Utils: Split off file access interface from IDevicehjk2022-10-132-252/+27
* Enable deploy step via rsync for Boot2Qt targetAri Parkkila2022-10-133-43/+47