summaryrefslogtreecommitdiff
path: root/src/plugins/projectexplorer/devicesupport/devicemanager.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rewrite ::getObjects usage to use predicate versionDaniel Teske2014-05-121-10/+10
* DeviceManager: Fix lifecycleTobias Hunger2014-03-191-3/+9
* Use ICore::userResourcePath() where applicable.Christian Kandeler2014-02-241-3/+3
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* ProjectExplorer: Introduce DeviceProcessSignalOperation.David Schulz2013-09-201-0/+4
* Device support: Make IDevice::executeAction non-const.Christian Kandeler2013-09-171-1/+1
* Core::Id: Remove some explicit casts to Core::IdTobias Hunger2013-09-031-1/+1
* Remove superfluous include paths from project files.Christian Kandeler2013-09-021-1/+1
* Merge remote-tracking branch 'origin/2.8'Oswald Buddenhagen2013-07-251-8/+4
|\
| * DeviceManager: Use a sane Singleton implementation.Christian Kandeler2013-07-221-8/+4
* | Device support: Rename DeviceManager::deviceListChanged().Christian Kandeler2013-07-191-8/+8
|/
* DeviceManager: Fix bugAurindam Jana2013-04-221-8/+0
* Clean up where the QSettings is retrieved from.Eike Ziller2013-04-101-2/+2
* DeviceManager: Allow user to configure desktop deviceAurindam Jana2013-04-051-0/+10
* DeviceManager: Fix regression introduced by change id I38e4ea9da92Aurindam Jana2013-04-051-3/+4
* QNX: Refactored connection handling for BlackBerry devicesTobias Nätterlund2013-03-281-5/+7
* Clean headers in ProjectExplorer.Friedemann Kleint2013-03-261-3/+1
* Device support: Make DeviceManager::setDefaultDevice take an id.Christian Kandeler2013-03-211-3/+3
* Kits: Avoid some of the deprecated QString uses with Core::Idhjk2013-03-191-2/+2
* Core: Remove Core::Id(QString) usage from DeviceManager testhjk2013-03-191-1/+1
* ProjectExplorer: Have changes to device state show up in Device settingsTobias Nätterlund2013-03-141-0/+5
* Device support: Make it easier to change the device state.Christian Kandeler2013-03-111-0/+30
* Device support: Fix autotest.Christian Kandeler2013-03-081-1/+1
* Merge remote-tracking branch 'origin/2.7'Eike Ziller2013-03-041-62/+36
|\
| * Device support: Make the parameter to DeviceManager::addDevice() const.Christian Kandeler2013-03-011-1/+1
| * DeviceManager: Delay loading of devices until extensions are initializedTobias Hunger2013-02-281-56/+35
| * DeviceManager: Remove some unused codeTobias Hunger2013-02-281-5/+0
* | Device support: Remove fallbacks for Creator < 2.6.Christian Kandeler2013-02-151-33/+0
* | DeviceManager: Read devices from global settings pathAurindam Jana2013-02-151-7/+40
|/
* 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-5/+3
* | Merge remote-tracking branch 'origin/2.6'Oswald Buddenhagen2013-01-161-1/+4
|\ \ | |/
| * Devicemanager: Do not ruin device settings when closing optionspageTobias Hunger2012-12-191-1/+4
* | Allow adding of non auto detected devicesAndreas Holzammer2012-10-111-1/+0
|/
* Adjust license headershjk2012-10-051-21/+20
* Fix saving of XML configuration filesTobias Hunger2012-09-041-2/+3
* Fix saving of xml filesTobias Hunger2012-08-241-4/+7
* Replace some QStrings with Utils::FileNameTobias Hunger2012-08-241-2/+2
* ProjectExplorer: Properly test device support.Christian Kandeler2012-08-211-2/+101
* Fix warningsOrgad Shaneh2012-08-071-2/+1
* Changed return type of :ICore::mainWindow() to QWidget*Konstantin Tokarev2012-07-191-1/+0
* Contact -> qt-project.orgEike Ziller2012-07-191-3/+1
* Devicemanger: Improve error reportingTobias Hunger2012-06-211-2/+3
* Profile introductionTobias Hunger2012-06-211-4/+8
* Make PluginManager mostly static.Eike Ziller2012-06-191-3/+2
* Device support: Fix yet another off-by-one error for device indices.Christian Kandeler2012-06-041-18/+13
* Device support: Use Core::Id for device type.Christian Kandeler2012-05-161-11/+10
* Device support: Streamline device saving.Christian Kandeler2012-05-111-3/+4
* Device support: Copy device object when adding to device manager.Christian Kandeler2012-05-091-2/+3