aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/kit.cpp
Commit message (Expand)AuthorAgeFilesLines
* Kit: Fix crash on removing android kits that were autodetectedDaniel Teske2015-01-201-0/+6
* Update LicenseEike Ziller2015-01-161-6/+6
* Provide a facility to hide macros in the chooserhjk2014-11-051-3/+6
* Use fileSystemFriendlyName() accessor instead of memberhjk2014-10-271-2/+2
* Replace some genitive of lifeless thingshjk2014-10-271-3/+3
* Expand CurrentKit:* also in local kit expandershjk2014-10-271-0/+13
* Dissolve KitMacroExpander classhjk2014-10-231-20/+6
* Capitalize macro nameshjk2014-10-221-2/+2
* Add Kit ID to macro expansionshjk2014-10-221-1/+8
* Make expanders work with subexpandershjk2014-10-211-12/+7
* MacroExpander: Fall back to global expanderhjk2014-10-161-1/+1
* MacroExpander: Allow registering local expansionshjk2014-10-151-34/+16
* Kit: Rename m_displayName to m_unexpandedDisplayNamehjk2014-10-141-13/+13
* Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-141-7/+8
|\
| * License updateEike Ziller2014-10-091-7/+8
* | Kit: Denoise kit.cpphjk2014-10-101-24/+21
* | projectexplorer: avoid excessive kit updatesFawzi Mohamed2014-09-101-3/+3
* | Kit: Change displayName generationTobias Hunger2014-09-041-47/+10
* | QmakeProjectImporter: Prepare for multiple concurrent importsDaniel Teske2014-09-031-0/+19
* | Kit: Introduce variables for Kit display namesTobias Hunger2014-08-181-11/+86
* | FeatureProvider: Move features into KitsTobias Hunger2014-07-301-0/+39
|/
* Always pass Core::Id by value.Christian Kandeler2014-07-011-2/+2
* Reinvent deprecated qSort as Utils::sortNikita Baryshnikov2014-06-191-1/+2
* Make a kit's file system friendly name configureable.Friedemann Kleint2014-04-281-1/+21
* Kit: Save sticky kit informationEl Mehdi Fekari2014-03-181-0/+10
* FileUtils: Add static method to construct FileNames from Latin1Tobias Hunger2014-02-111-2/+2
* Make sure to generate qmake friendly file namesTobias Hunger2014-02-061-3/+3
* Merge remote-tracking branch 'origin/3.0'Eike Ziller2014-01-081-1/+1
|\
| * Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* | Avoid value-list creation when iterating over maps.Friedemann Kleint2013-12-161-1/+1
* | Kit: Add AutoDetectionSource to KitsEl Mehdi Fekari2013-12-121-0/+16
|/
* Kit: Add constructor to restore Kit from QVariantMapTobias Hunger2013-10-171-35/+34
* Kits: Delay validationTobias Hunger2013-10-161-7/+19
* Kits: Do not trigger unmanagedKitUpdated signals during constructionTobias Hunger2013-10-161-7/+9
* Kit: Do not add generate empty namesTobias Hunger2013-10-141-2/+5
* Kits: Allow for mutable KitInformationTobias Hunger2013-09-191-1/+31
* Kits: Simplify handling of sticky kit informationTobias Hunger2013-09-121-3/+3
* Kit: makeSticky() -> setSticky(), allows for unsetting sticky bitDaniel Teske2013-09-031-3/+6
* Android: Only create Kits for the newest toolchainsDaniel Teske2013-09-021-0/+5
* Qt4BC: Simplify shadowbuild/builddirectory handlingTobias Hunger2013-08-281-19/+5
* Add a outputparser for os specific errorsTobias Hunger2013-08-231-8/+4
* Kit: Use FileName for icon pathTobias Hunger2013-08-231-10/+10
* KitManager: Use static API as other singletons doTobias Hunger2013-08-211-13/+12
* Kit: Add static method to get icon for a pathTobias Hunger2013-08-211-6/+15
* Kit: Only make SDK-set KitInformation read-onlyTobias Hunger2013-05-071-0/+23
* Clean headers in ProjectExplorer.Friedemann Kleint2013-03-261-6/+0
* Kits: Fix making names unique in optionspage for kitsTobias Hunger2013-03-201-39/+32
* Kits: Avoid some of the deprecated QString uses with Core::Idhjk2013-03-191-1/+1
* Fix Krazy warnings about values or keys iteration in project management.Friedemann Kleint2013-03-151-4/+9
* Merge remote-tracking branch 'origin/2.7'Eike Ziller2013-03-041-10/+5
|\