aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/devicesupport/idevice.cpp
Commit message (Expand)AuthorAgeFilesLines
* Doc: edit devicesupport plugin API docsLeena Miettinen2013-09-101-59/+56
* Doc: use standard wording in \brief commandsLeena Miettinen2013-06-201-1/+1
* Core: Remove Core::Id(QByteArray) constructorhjk2013-04-041-2/+4
* Clean headers in ProjectExplorer.Friedemann Kleint2013-03-261-1/+0
* DeviceManager: Read devices from global settings pathAurindam Jana2013-02-151-1/+11
* 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-11/+3
* | ProjectExplorer: Compile with QT_NO_CAST_FROM_ASCIIOrgad Shaneh2012-12-041-18/+18
* | Id: Add QByteArray constructorOrgad Shaneh2012-11-201-1/+1
|/
* Adjust license headershjk2012-10-051-21/+20
* Device support: Move processes dialog creation to settings widget.Christian Kandeler2012-08-031-1/+3
* Device support: Let devices create project list model.Christian Kandeler2012-08-021-0/+6
* Device support: Introduce IDevice helper classes.Christian Kandeler2012-08-021-0/+13
* device handling: move LinuxDeviceConfiguration::MachineType to IDevicehjk2012-07-261-2/+15
* Contact -> qt-project.orgEike Ziller2012-07-191-3/+1
* Device: Simplify code a bitTobias Hunger2012-06-211-3/+6
* idevice: move ssh connection parameters to base classhjk2012-06-051-0/+75
* IDevice: Introduce state 'device ready to use'.Nikolai Kosjar2012-06-011-19/+21
* Device support: Use Core::Id for device type.Christian Kandeler2012-05-161-6/+6
* Add desktop deviceTobias Hunger2012-05-031-0/+5
* Device support: Make device actions a little more flexible.Christian Kandeler2012-05-021-4/+3
* IDevice: Make sure device is properly initializedTobias Hunger2012-04-271-3/+6
* Device support: Use value semantics for Core::Id.Christian Kandeler2012-04-251-2/+1
* IDevice: Make id creation (a bit) less magicTobias Hunger2012-04-181-12/+12
* Device: Add method to access formated outputTobias Hunger2012-04-171-0/+18
* Device Support: Rename "internalId" to "id".Christian Kandeler2012-04-171-1/+1
* Device: Add availability informationTobias Hunger2012-04-131-0/+14
* Device Support: Merge id and fingerprint.Christian Kandeler2012-04-121-35/+19
* Device: Add create method to IDeviceFactoryTobias Hunger2012-04-121-1/+3
* DeviceManager: Allow for replacements of devicesTobias Hunger2012-04-101-0/+2
* Device Support: Move some functions from IDeviceFactory to IDevice.Christian Kandeler2012-04-101-1/+43
* DeviceManager: Remember auto-detected devices.Christian Kandeler2012-03-151-2/+28
* Introduce the concept of an abstract device.Christian Kandeler2012-03-081-0/+195