summaryrefslogtreecommitdiff
path: root/src/plugins/projectexplorer/kitmanager.cpp
Commit message (Expand)AuthorAgeFilesLines
* KitManager: Use unique_ptr to manage kitsTobias Hunger2018-07-251-92/+79
* ProjectExplorer: Use unique_ptr in KitManagerTobias Hunger2018-07-241-3/+2
* ProjectExplorer: ModernizeAlessandro Portale2018-07-161-2/+2
* KitManager: Simplify merging of loaded kitsTobias Hunger2018-07-131-18/+17
* KitManager: Do not create lots of desktop kitsTobias Hunger2018-07-121-1/+1
* KitManager: Remove temporary kit listTobias Hunger2018-07-121-9/+4
* KitManager: Use members directly instead of going through methodTobias Hunger2018-07-121-1/+1
* ProjectExplorer: Make KitManager::kits(...) return an empty list during loadTobias Hunger2018-07-121-34/+25
* ProjectExplorer: Simplify initial default kit selection on loadTobias Hunger2018-07-111-7/+4
* ProjectExplorer: Simplify Kit settings file accessTobias Hunger2018-07-111-17/+15
* ProjectExplorer: Use unique_ptr to store KitInformationTobias Hunger2018-07-111-16/+13
* ProjectExplorer: Store kits on load in expected orderTobias Hunger2018-07-101-12/+6
* ProjectExplorer: Remove KitManager::deregisterKitInformationTobias Hunger2018-07-051-7/+0
* KitManager: Update formattingTobias Hunger2018-07-051-23/+31
* KitManager: Reject kitinformation without valid idTobias Hunger2018-06-191-0/+1
* KitManager: Use nullptrTobias Hunger2018-06-191-3/+3
* Remove some lambdas from Utils::transform callsEike Ziller2018-05-281-1/+1
* Fix reading of user Qt versions, toolchains and kitsOrgad Shaneh2018-01-121-1/+1
* Do not construct settings/resource paths from QSettings objectEike Ziller2018-01-111-5/+3
* De-emphasize PluginManager::getObjects<Type>()hjk2017-12-151-3/+1
* KitManager: Check availableCreationIds before asking for displayNameUlf Hermann2017-12-081-2/+4
* 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
|\