summaryrefslogtreecommitdiff
path: root/src/plugins/remotelinux/abstractremotelinuxrunsupport.cpp
Commit message (Collapse)AuthorAgeFilesLines
* License updateEike Ziller2014-10-091-7/+8
| | | | | Change-Id: I3c22ef2685d7aa589f5d0ab74d693653a4c32082 Reviewed-by: Alessandro Portale <alessandro.portale@digia.com>
* remotelinux: Add generic Runconfiguration interfaceBenjamin Zeller2014-04-101-3/+3
| | | | | | | | Adds a generic interface (AbstractRemoteLinuxRunConfiguration), so plugins can ship a custom remote runconfig. Change-Id: I4ef8e39c4c69224d4e55224c782f3d544f10c945 Reviewed-by: Christian Kandeler <christian.kandeler@digia.com>
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
| | | | | | Change-Id: Ib5423fdd064e4546f848c0b640b0ed0514c26d3a Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com> Reviewed-by: Kai Koehne <kai.koehne@digia.com>
* RemoteLinux: Remove PreRunAction and postRunActionDaniel Teske2013-10-151-10/+0
| | | | | | | They were only used by the Madde plugin Change-Id: I6733a3d95714f64d4fe091b8a9d4b0814134eb11 Reviewed-by: Christian Kandeler <christian.kandeler@digia.com>
* Introduce the concept of a "device process".Christian Kandeler2013-08-191-14/+18
| | | | | | | | | | | | | | | | | | | Provide a QProcess-like abstraction that can be used to implement processes running locally or on a remote device. Objects of a concrete class implementing the functionality are created by IDevice objects. Current implementations are: - Local execution (QProcess-based), provided via the DesktopDevice. - Remote execution via SSH. - A specialized case of the former for remote Linux systems (provided by LinuxDevice). The latter is already being used in a number of places. As a result, lots of code dealing with details such as setting the remote environment could be moved to a central location. These things are no longer the concern of whoever is wishing to run a remote process. Change-Id: I919260ee6e77a020ca47226a4a534e7b8398106f Reviewed-by: hjk <hjk121@nokiamail.com>
* RemoteLinuxRunSupport: Fix broken codeAurindam Jana2013-07-231-22/+8
| | | | | | | | Fix broken debug and profiling support on remote linux. Change-Id: Ic4173a47b8fd450a92407a66fa338c18f7062736 Reviewed-by: Christiaan Janssen <christiaan.janssen@digia.com> Reviewed-by: Christian Kandeler <christian.kandeler@digia.com>
* RemoteLinux: Rename IRemoteLinuxRunSupport to AbstractRemoteLinuxRunSupportAurindam Jana2013-05-071-0/+205
Change-Id: Idee11afe23fd6fa271a0776a460d227ced9b7916 Reviewed-by: Aurindam Jana <aurindam.jana@digia.com>