summaryrefslogtreecommitdiff
path: root/src/plugins/projectexplorer/devicesupport/idevice.h
Commit message (Expand)AuthorAgeFilesLines
* DeviceSupport: Add canAutoDetectPorts() methodAurindam Jana2013-04-181-0/+3
* DeviceManager: Read devices from global settings pathAurindam Jana2013-02-151-0/+3
* Merge remote-tracking branch 'origin/2.6'Oswald Buddenhagen2013-01-311-1/+1
|\
| * Incremented year in copyright infov2.6.2Robert Loehning2013-01-291-1/+1
* | DeviceSupport: use new Core::Id interfacehjk2013-01-181-2/+0
|/
* Adjust license headershjk2012-10-051-21/+20
* Device support: Move processes dialog creation to settings widget.Christian Kandeler2012-08-031-0/+1
* Device support: Let devices create project list model.Christian Kandeler2012-08-021-13/+3
* Device support: Introduce IDevice helper classes.Christian Kandeler2012-08-021-3/+26
* projectexplorer: move kill/list to IDevicehjk2012-07-271-0/+17
* device handling: move LinuxDeviceConfiguration::MachineType to IDevicehjk2012-07-261-1/+4
* Contact -> qt-project.orgEike Ziller2012-07-191-3/+1
* idevice: move ssh connection parameters to base classhjk2012-06-051-1/+13
* IDevice: Introduce state 'device ready to use'.Nikolai Kosjar2012-06-011-3/+4
* Device support: Use Core::Id for device type.Christian Kandeler2012-05-161-3/+3
* Device support: Make IDevice::executeAction() const again.Christian Kandeler2012-05-071-1/+1
* Add desktop deviceTobias Hunger2012-05-031-0/+1
* Device support: Make device actions a little more flexible.Christian Kandeler2012-05-021-2/+1
* Device support: Use Core::Id for device actions.Christian Kandeler2012-05-021-6/+4
* Device support: Use value semantics for Core::Id.Christian Kandeler2012-04-251-1/+1
* IDevice: Make id creation (a bit) less magicTobias Hunger2012-04-181-2/+4
* Add SymbianIDeviceTobias Hunger2012-04-171-2/+2
* Device: Add method to access formated outputTobias Hunger2012-04-171-0/+12
* Device Support: Rename "internalId" to "id".Christian Kandeler2012-04-171-1/+1
* Device: Add availability informationTobias Hunger2012-04-131-0/+4
* Device Support: Merge id and fingerprint.Christian Kandeler2012-04-121-10/+5
* Device: Add create method to IDeviceFactoryTobias Hunger2012-04-121-1/+2
* Device Support: Move some functions from IDeviceFactory to IDevice.Christian Kandeler2012-04-101-0/+15
* DeviceManager: Remember auto-detected devices.Christian Kandeler2012-03-151-1/+2
* Introduce the concept of an abstract device.Christian Kandeler2012-03-081-0/+88