aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/devicesupport/desktopdevice.cpp
Commit message (Expand)AuthorAgeFilesLines
* De-Q_OBJECT-ify most DeviceFactorieshjk2020-01-231-2/+1
* ProjectExplorer: Remove unused DesktopDeviceConfigurationWidgethjk2019-08-191-1/+0
* ProjectExplorer: Base IDevice::osType on a data memberhjk2019-08-191-5/+2
* ProjectExplorer::IDevice: Add a default display nameChristian Kandeler2019-08-021-1/+2
* ProjectExplorer: Use Utils::FileName for Runnable::executablehjk2019-06-211-2/+2
* ProjectExplorer: Make Device::displayType a data memberhjk2019-06-191-5/+2
* ProjectExplorer: Fix "Open Terminal With Run Env" for remote targetsChristian Kandeler2019-06-141-0/+5
* ProjectExplorer: Use the fromMap(toMap()) pattern to clone deviceshjk2019-05-101-7/+0
* ProjectExplorer: Move RunControl related classes to separate file pairhjk2019-03-131-1/+1
* ProjectExplorer: Introduce a setter for IDevice origin and idhjk2019-01-151-1/+2
* ProjectExplorer: Use setter for IDevice::typehjk2019-01-141-3/+2
* ProjectExplorer: Use setter for IDevice::machineTypehjk2019-01-141-1/+1
* ProjectExplorer: Simplify IDevice extra device action setuphjk2019-01-141-17/+0
* ProjectExplorer: ModernizeAlessandro Portale2018-07-161-5/+3
* Finish merging Runnable and StandardRunnablehjk2018-05-231-2/+1
* Fix build error after mergeEike Ziller2017-10-251-1/+2
* ProjectExplorer: Make sure toolControlChannel URLs come with a schemeUlf Hermann2017-10-191-0/+1
* Implement port gatherer on macOSFilipe Azevedo2017-08-301-1/+1
* ProjectExplorer: Fix parsing ports from netstat output on Windowshjk2017-08-241-59/+5
* DeviceSupport: Implement DesktopDevice::portsGatheringMethod()hjk2017-08-101-0/+100
* ProjectExplorer: Remove Connection as concepthjk2017-07-071-2/+4
* ProjectExplorer: Introduce a Utils::OsType IDevice::osType() functionhjk2017-06-281-0/+5
* Merge remote-tracking branch 'origin/4.0' into 4.1Eike Ziller2016-06-221-0/+1
|\
| * Avoid using dynamic_cast<>hjk2016-06-221-0/+1
* | Generalize IDevice::qmlProfilerHosthjk2016-06-081-2/+4
|/
* ProjectExplorer: Introduce a DeviceEnvironmentFetcherhjk2016-04-061-0/+18
* 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
* IDevice: Add a qmlProfilerHost functionhjk2013-10-111-0/+5
* ProjectExplorer: Introduce DeviceProcessSignalOperation.David Schulz2013-09-201-0/+6
* Device support: Make IDevice::executeAction non-const.Christian Kandeler2013-09-171-1/+1
* Remove superfluous include paths from project files.Christian Kandeler2013-09-021-1/+1
* Introduce the concept of a "device process".Christian Kandeler2013-08-191-0/+6
* DesktopDevice: Hide Device Configuration widgetAurindam Jana2013-04-251-1/+4
* DeviceSupport: Add canAutoDetectPorts() methodAurindam Jana2013-04-181-0/+5
* DesktopDevice: Set device state as UnknownAurindam Jana2013-04-051-1/+1
* DeviceManager: Allow user to configure desktop deviceAurindam Jana2013-04-051-4/+14
* Incremented year in copyright infov2.6.2Robert Loehning2013-01-291-1/+1
* Adjust license headershjk2012-10-051-21/+20
* processlist: prepare for all desktop devices having a processlisthjk2012-08-061-18/+2
* Device support: Implement process listing for the Desktop device.Christian Kandeler2012-08-061-0/+27
* Device support: Introduce IDevice helper classes.Christian Kandeler2012-08-021-17/+0
* projectexplorer: move kill/list to IDevicehjk2012-07-271-8/+27
* device handling: move LinuxDeviceConfiguration::MachineType to IDevicehjk2012-07-261-1/+3
* Contact -> qt-project.orgEike Ziller2012-07-191-3/+1
* DeviceFactory: Allow for querying supported device typesTobias Hunger2012-05-301-3/+3
* Device support: Use Core::Id for device type.Christian Kandeler2012-05-161-2/+1
* Device support: Make IDevice::executeAction() const again.Christian Kandeler2012-05-071-1/+1