aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/remotelinux/linuxdeviceprocess.cpp
Commit message (Expand)AuthorAgeFilesLines
* Get rid of IDevice::createProcess()Jarek Kobus2022-05-041-114/+0
* DeviceProcess: Minimize the usage of DeviceProcessJarek Kobus2022-02-281-2/+2
* Fix passing environment to remoteJarek Kobus2022-02-211-1/+1
* ProjectExplorer: Normalize DeviceProcess::start() signaturehjk2022-02-141-6/+5
* Utils: Move QtcProcess constructor setup data to shared setup datahjk2022-02-111-3/+3
* LinuxDeviceProcess: Remove unused setRcFilesToSource()Jarek Kobus2022-01-311-13/+2
* ProjectExplorer: Use Utils::CommandLine in ProjectExplorer::Runnablehjk2021-08-131-2/+2
* Utils/ProjectExplorer: Use FilePath for Runnable::workingDirectoryhjk2021-08-061-1/+1
* RemoteLinux: Make remote process PID parsing more robustChristian Kandeler2021-02-091-14/+25
* Utils::Environment: Use expanded valuesChristian Kandeler2019-08-201-1/+1
* ProjectExplorer: Use Utils::FileName for Runnable::executablehjk2019-06-211-1/+1
* Utils: Encourage marking of raw command line parametershjk2019-06-061-6/+6
* RemoteLinux: Use Util::CommandLine to construct device process commandshjk2019-06-051-29/+25
* Fix "open terminal with environment" functionalityChristian Kandeler2019-05-241-1/+2
* ProjectExplorer: Move RunControl related classes to separate file pairhjk2019-03-131-1/+1
* LinuxDeviceProcess: Only look for processId on freshly started processUlf Hermann2019-02-121-1/+4
* RemoteLinux: Fix some line breaksUlf Hermann2019-01-151-1/+1
* RemoteLinux: Support terminal aspectChristian Kandeler2019-01-111-3/+5
* Finish merging Runnable and StandardRunnablehjk2018-05-231-1/+1
* ProjectExplorer: Start merging Runnable and StandardRunnablehjk2018-05-221-1/+1
* Environment: make usage of Environment.iterators more consistentNikita Baryshnikov2017-09-281-1/+1
* RemoteLinux: Allow killing processes by IDUlf Hermann2016-04-221-4/+29
* ProjectExplorer: Use Runnable in DeviceProcess::starthjk2016-01-281-12/+13
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+13
* Update LicenseEike Ziller2015-01-161-6/+6
* License updateEike Ziller2014-10-091-7/+8
* LinuxDeviceProcess: Quote environment variable values.Christian Kandeler2014-05-081-1/+7
* QtcProcess: Introduce a QtcProcess::Arguments classhjk2014-02-191-1/+1
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* Use POSIX-compliant "." instead of "source"Frank Osterfeld2013-10-101-1/+1
* Introduce the concept of a "device process".Christian Kandeler2013-08-191-0/+84