aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/kitmanager.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove unneeded includes of projectexplorerconstants.hOrgad Shaneh2017-03-201-1/+0
* KitManager: Get rid of KitMatcher classTobias Hunger2017-01-181-16/+7
* Merge remote-tracking branch 'origin/4.2'Eike Ziller2016-12-201-0/+1
|\
| * Kits: Upgrade SDK-Kits before trying to them upTobias Hunger2016-12-141-0/+1
* | The API of the ProjectExplorer::KitManager is missing the isLoaded functionJuhapekka Piiroinen2016-11-141-1/+1
|/
* ProjectExplorer: default icons for IDeviceAlessandro Portale2016-09-261-1/+0
* Remove use of deprecated Qt algorithmsOrgad Shaneh2016-08-091-3/+2
* Kits: Make upgrade of settings explicit when restoring kitsEike Ziller2016-07-201-0/+1
* Projectexplorer: Modernize codebaseTobias Hunger2016-04-151-22/+10
* ProjectExplorer: Flat desktop device icon for flat themesAlessandro Portale2016-03-231-1/+2
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* CMake: Make helper function staticTobias Hunger2016-01-081-1/+1
* Debugger: Make display of QObject names optionalhjk2015-12-171-1/+1
* Qt: Remove platformName and platformDisplayName methodsTobias Hunger2015-12-021-26/+17
* Wizards: Turn "platform" into an IdTobias Hunger2015-12-021-16/+16
* FeatureProvider: Remove Feature and FeatureSetTobias Hunger2015-12-021-5/+5
* Kits: Do not lose toolchains when using SDK-provided kitsTobias Hunger2015-11-111-2/+2
* KitManager: CleanupOrgad Shaneh2015-09-161-11/+3
* KitManager: Consider sdk kits for initial default kitDaniel Teske2015-09-141-2/+9
* KitManager: Only setup sdk kits if we keep themDaniel Teske2015-07-211-1/+2
* KitManager: Report all features on empty platformTobias Hunger2015-05-281-1/+1
* KitManager: Enable sorting on the target setup pageTobias Hunger2015-04-201-15/+17
* Update LicenseEike Ziller2015-01-161-6/+6
* Introduce and use FileName::exists()hjk2014-11-031-1/+1
* KitManager: Introduce sortedKits() methodTobias Hunger2014-10-241-31/+16
* Make expanders work with subexpandershjk2014-10-211-5/+3
* KitManager: namespaces and Qt 5 cosmeticshjk2014-10-171-46/+42
* MacroExpander: Allow registering local expansionshjk2014-10-151-0/+8
* Merge "Merge remote-tracking branch 'origin/3.2'"Eike Ziller2014-10-141-7/+8
|\
| * Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-141-7/+8
| |\
| | * License updateEike Ziller2014-10-091-7/+8
* | | ProjectExplorer: Remove redundant namespace qualificationsOrgad Shaneh2014-10-141-2/+2
|/ /
* | KitInformation: Send notification on updates via the kitTobias Hunger2014-09-111-1/+2
* | Kit: Change displayName generationTobias Hunger2014-09-041-50/+1
* | Kit: Introduce variables for Kit display namesTobias Hunger2014-08-181-15/+17
* | FeatureProvider: Move features into KitsTobias Hunger2014-07-301-1/+69
* | Algorithms: Introduce helper Utils::equalDaniel Teske2014-07-161-3/+1
* | Even more algorithm usage in ProjectExplorerDaniel Teske2014-07-161-13/+8
* | KitManager: Don't call isValid in restoreCode pathDaniel Teske2014-07-111-6/+15
|/
* Always pass Core::Id by value.Christian Kandeler2014-07-011-1/+1
* ProjectExplorer: Validate pointer *before* accessing itOrgad Shaneh2014-05-061-1/+3
* ProjectExplorer: Pass const values by referenceOrgad Shaneh2014-05-061-1/+1
* FileUtils: Add static method to construct FileNames from Latin1Tobias Hunger2014-02-111-1/+1
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* Kit: Add constructor to restore Kit from QVariantMapTobias Hunger2013-10-171-2/+5
* Kits: Simplify handling of sticky kit informationTobias Hunger2013-09-121-12/+7
* ProjectExplorer: Clean up KitsManager APIhjk2013-09-111-41/+47
* Kit: makeSticky() -> setSticky(), allows for unsetting sticky bitDaniel Teske2013-09-031-1/+1
* Kit: Use FileName for icon pathTobias Hunger2013-08-231-1/+1
* KitManager: Use static API as other singletons doTobias Hunger2013-08-211-38/+37