summaryrefslogtreecommitdiff
path: root/src/plugins/projectexplorer/kitmanager.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Kit: Only make SDK-set KitInformation read-onlyTobias Hunger2013-05-071-1/+10
* Clean up where the QSettings is retrieved from.Eike Ziller2013-04-101-1/+1
* Clean headers in ProjectExplorer.Friedemann Kleint2013-03-261-9/+2
* Kits: Fix making names unique in optionspage for kitsTobias Hunger2013-03-201-6/+52
* Kits: Avoid some of the deprecated QString uses with Core::Idhjk2013-03-191-3/+2
* Merge remote-tracking branch 'origin/2.7'Eike Ziller2013-03-181-3/+4
|\
| * KitManager: Check for user settings fileAurindam Jana2013-03-141-1/+4
| * Kits: Fix saving of kit data.Tobias Hunger2013-03-121-2/+0
* | Kits: Sort kits by displaynameTobias Hunger2013-03-081-3/+37
|/
* Remove some dead codeTobias Hunger2013-02-281-8/+0
* KitManager: Load settings in extensionsInitialized()Tobias Hunger2013-02-281-9/+8
* Kits: Warn when initializing something too early/lateTobias Hunger2013-02-261-1/+7
* Add sdkProvided flag to KitsDaniel Teske2013-02-211-1/+3
* Kits: Make sure registered kits can not get deletedTobias Hunger2013-02-081-3/+13
* 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
* | KitManager: Enable KitInformations to be invisible for KitsDaniel Teske2013-01-311-0/+2
* | Merge remote-tracking branch 'origin/2.6'Oswald Buddenhagen2013-01-291-2/+6
|\ \ | |/
| * Kits: Reduce magic while improving setupTobias Hunger2013-01-221-2/+6
* | Merge remote-tracking branch 'origin/2.6'Oswald Buddenhagen2013-01-161-21/+30
|\ \ | |/
| * KitManager: Scope KitGuardAurindam Jana2013-01-161-6/+8
| * Kit: Only emit signals from KitManager after all kits are restoredTobias Hunger2012-12-191-15/+22
* | Merge remote-tracking branch 'origin/2.6'Eike Ziller2012-12-141-0/+7
|\ \ | |/
| * Kits: Always use settings found in the SDKTobias Hunger2012-12-131-0/+7
* | Merge remote-tracking branch 'origin/2.6'Eike Ziller2012-11-261-2/+2
|\ \ | |/
| * Remove Q_ASSERTsTobias Hunger2012-11-171-2/+2
* | Kit: Add createOutputParser methodDaniel Teske2012-11-021-0/+6
* | Merge remote-tracking branch 'origin/2.6'Eike Ziller2012-10-221-0/+5
|\ \ | |/
| * Kit: emit kitUpdated signals on changes to devices/toolchains/qtDaniel Teske2012-10-191-0/+5
* | Merge remote-tracking branch 'origin/2.6'Eike Ziller2012-10-161-39/+18
|\ \ | |/
| * Kit: Improve the options pageTobias Hunger2012-10-161-3/+1
| * Fix possible crashTobias Hunger2012-10-131-0/+2
| * KitManager: Reduce number of validations happeningTobias Hunger2012-10-121-6/+1
| * KitInformation: Make validate work on const Kits and add fix methodTobias Hunger2012-10-121-3/+10
| * KitManager: Add signal to notify about kit updates of unmanaged kitsTobias Hunger2012-10-121-2/+5
| * Kit: Simplify validation of kitsTobias Hunger2012-10-121-27/+1
* | Emit signal after loading kitsTobias Hunger2012-10-151-0/+1
|/
* Kit: Fix restoration of kits with SDK aroundTobias Hunger2012-10-111-12/+10
* Fix check for global Kit fileAndreas Holzammer2012-10-091-1/+1