summaryrefslogtreecommitdiff
path: root/src/plugins/projectexplorer/devicesupport/desktopdevice.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add desktop deviceTobias Hunger2012-05-031-0/+87