summaryrefslogtreecommitdiff
path: root/src/plugins/projectexplorer/kit.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Kit: small fixesTobias Hunger2013-02-281-10/+5
* | Merge remote-tracking branch 'origin/2.7'Oswald Buddenhagen2013-02-281-0/+20
|\ \ | |/
| * Add sdkProvided flag to KitsDaniel Teske2013-02-211-0/+20
* | Merge remote-tracking branch 'origin/2.7'Oswald Buddenhagen2013-02-181-6/+13
|\ \ | |/
| * Kit: Simplify code a bitTobias Hunger2013-02-151-5/+2
| * Kit: Display warning and error iconsTobias Hunger2013-02-081-1/+11
* | ProjectExplorer/Kit: making toHtml() constFawzi Mohamed2013-02-041-1/+1
|/
* 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
* | Merge remote-tracking branch 'origin/2.6'Oswald Buddenhagen2013-01-291-0/+15
|\ \ | |/
| * Kits: Reduce magic while improving setupTobias Hunger2013-01-221-0/+15
* | Add a space after "Error:" in tooltipKai Koehne2013-01-231-2/+2
* | Kits: update Core::Id usage to new interfacehjk2013-01-181-13/+15
* | ProjectExplorer: Compile with QT_NO_CAST_FROM_ASCIIOrgad Shaneh2012-12-041-4/+4
* | Merge remote-tracking branch 'origin/2.6'Eike Ziller2012-11-301-1/+6
|\ \ | |/
| * Kits: Do not allow kits with empty namesTobias Hunger2012-11-291-0/+1
| * Kits: Do not construct kits with names starting with -Tobias Hunger2012-11-291-1/+5
* | Id: Add QByteArray constructorOrgad Shaneh2012-11-201-1/+1
* | Kit: Add createOutputParser methodDaniel Teske2012-11-021-0/+18
|/
* Kits: Ensure that kitUpdated is send on applyDaniel Teske2012-10-171-0/+1
* Kit: Add method to fix up a kitTobias Hunger2012-10-121-0/+7