aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/devicesupport/sshdeviceprocess.h
Commit message (Expand)AuthorAgeFilesLines
* Get rid of IDevice::createProcess()Jarek Kobus2022-05-041-79/+0
* Utils: Add a QString-based write to QtcProcesshjk2022-04-281-1/+1
* ProcessInterface: Get rid of state() methodJarek Kobus2022-04-141-2/+1
* Introduce ProcessResultDataJarek Kobus2022-04-111-3/+1
* SshDeviceProcess: Forward declare IDeviceJarek Kobus2022-03-021-1/+3
* ProjectExplorer: Dissolve DeviceProcesshjk2022-03-021-2/+6
* QtcProcess: Introduce virtual emit* temporarilyJarek Kobus2022-02-281-0/+4
* QtcProcess: Make processId() virtualJarek Kobus2022-02-181-1/+0
* ProjectExplorer: Normalize DeviceProcess::start() signaturehjk2022-02-141-4/+2
* Fix stopping the remote app run in terminalJarek Kobus2022-02-091-3/+1
* SshDeviceProcess: Fix handling finished() signalJarek Kobus2022-02-011-1/+3
* SshDeviceProcess: Don't buffer stdOut and stdErrJarek Kobus2022-01-311-2/+0
* SSH: Fix exit status/exit code interpretationChristian Kandeler2018-12-141-1/+1
* SSH: Use OpenSSH toolsChristian Kandeler2018-12-131-4/+1
* ProjectExplorer: Modernize even moreTobias Hunger2018-07-241-1/+3
* ProjectExplorer: Start merging Runnable and StandardRunnablehjk2018-05-221-2/+2
* ProjectExplorer: Consistently use nullptrTobias Hunger2018-05-071-1/+1
* RemoteLinux: Allow killing processes by IDUlf Hermann2016-04-221-0/+1
* ProjectExplorer: ModernizeTobias Hunger2016-02-031-17/+14
* ProjectExplorer: Use Qt5-style connectsOrgad Shaneh2016-02-011-2/+1
* ProjectExplorer: Use Runnable in DeviceProcess::starthjk2016-01-281-9/+4
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* Update LicenseEike Ziller2015-01-161-6/+6
* License updateEike Ziller2014-10-091-7/+8
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* Device support: Make sure a DeviceProcess always "finishes".Christian Kandeler2013-10-171-0/+2
* DeviceProcess: Add write(const QByteArray &) functionhjk2013-09-101-0/+2
* Introduce the concept of a "device process".Christian Kandeler2013-08-191-0/+86