aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/devicesupport/devicemanagermodel.cpp
Commit message (Expand)AuthorAgeFilesLines
* IDevice: Replace QSharedPointer with std::shared_ptrJarek Kobus2024-02-021-1/+1
* ProjectExplorer: Show device status when displaying lists of devicesChristian Kandeler2024-01-191-9/+10
* ProjectExplorer: De-Q_OBJECT-ify DeviceManagerModelhjk2023-11-071-13/+14
* ProjectExplorer: Simplify return statementsJarek Kobus2023-08-021-2/+2
* ProjectExplorer: Tr::trhjk2023-01-161-1/+2
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* fix msvc Qt6 dev buildsTim Jenssen2021-07-071-0/+1
* Core/Utils: Migrate further to Utils::Idhjk2020-07-061-11/+11
* Avoid warning on empty expressionshjk2019-07-231-1/+1
* ProjectExplorer: Modernize even moreTobias Hunger2018-07-241-5/+2
* ProjectExplorer: Use Qt5-style connectsOrgad Shaneh2016-02-011-4/+8
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+13
* Device support: Replace use of Id::toUniqueIdentifier.hjk2015-06-231-1/+1
* Update LicenseEike Ziller2015-01-161-6/+6
* License updateEike Ziller2014-10-091-7/+8
* Always pass Core::Id by value.Christian Kandeler2014-07-011-1/+1
* ProjectExplorer: Pass some values by referenceOrgad Shaneh2014-05-201-1/+1
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* Device support: Rename DeviceManager::deviceListChanged().Christian Kandeler2013-07-191-1/+1
* QNX: Refactored connection handling for BlackBerry devicesTobias Nätterlund2013-03-281-1/+2
* Clean headers in ProjectExplorer.Friedemann Kleint2013-03-261-2/+0
* 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-3/+1
|/
* DeviceManagerModel: Allow filtering by device typeTobias Hunger2012-10-151-3/+23
* Adjust license headershjk2012-10-051-21/+20
* Contact -> qt-project.orgEike Ziller2012-07-191-3/+1
* Profile introductionTobias Hunger2012-06-211-1/+11
* DeviceFactory: Allow for querying supported device typesTobias Hunger2012-05-301-2/+2
* Device support: Fix bug in DeviceManagerModel.Christian Kandeler2012-05-081-1/+4
* Add desktop deviceTobias Hunger2012-05-031-2/+7
* Device: Decouple DeviceManager and DeviceSettingsWidgetTobias Hunger2012-05-031-5/+39
* Device support: Make "replaced" semantics more sensible.Christian Kandeler2012-04-261-1/+3
* Device support: Clean up DeviceManager API.Christian Kandeler2012-04-251-10/+25
* Device Support: Move some functions from IDeviceFactory to IDevice.Christian Kandeler2012-04-101-4/+2
* Introduce the concept of an abstract device.Christian Kandeler2012-03-081-0/+114