aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/kitinformation.cpp
Commit message (Expand)AuthorAgeFilesLines
* ToolChain: Add Compiler:Executable to CurrentKit macro expanderTobias Hunger2016-03-161-0/+6
* EnvironmentKitInformation: Print nicerTobias Hunger2016-02-051-1/+1
* KitInformation: Make defaultValue take a const Kit *Tobias Hunger2016-02-051-5/+5
* ProjectExplorer: ModernizeTobias Hunger2016-02-031-2/+2
* ProjectExplorer: Use Qt5-style connectsOrgad Shaneh2016-02-011-17/+17
* SysRootKitInformation: Gracefully handle nullptr in setterTobias Hunger2016-01-201-1/+2
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* Qt: Remove platformName and platformDisplayName methodsTobias Hunger2015-12-021-3/+7
* FeatureProvider: Remove Feature and FeatureSetTobias Hunger2015-12-021-3/+3
* ToolChain: Turn id into a QByteArrayTobias Hunger2015-07-091-4/+4
* Core: Make Id and Feature more separateTobias Hunger2015-06-251-1/+1
* Update LicenseEike Ziller2015-01-161-6/+6
* Debugger: Add variables for compiler and debugger display namehjk2014-11-181-0/+11
* KitInformation: Compile for GCC 4.7.2hjk2014-10-221-4/+4
* Make DeviceKitInformation available to macro expanderhjk2014-10-221-0/+27
* Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-141-7/+8
|\
| * License updateEike Ziller2014-10-091-7/+8
* | IDevice: Add method to check whether a device is compatible with a kitTobias Hunger2014-09-051-7/+19
* | Kit: Allow setting kit specific environment variablesVolker Vogelhuber2014-08-251-0/+77
* | Fix a couple of commentsTobias Hunger2014-08-011-4/+4
* | FeatureProvider: Move features into KitsTobias Hunger2014-07-301-0/+9
* | ProjectExplorer: Fix calling of static functionChristian Stenger2014-07-251-1/+1
* | ProjectExplorer: Using function objects for kit matchinghjk2014-07-251-1/+9
* | Algorithms: Introduce helper Utils::equalDaniel Teske2014-07-161-3/+2
* | Even more algorithm usage in ProjectExplorerDaniel Teske2014-07-161-5/+5
|/
* Always pass Core::Id by value.Christian Kandeler2014-07-011-2/+2
* Rewrite ::getObjects usage to use predicate versionDaniel Teske2014-05-121-8/+7
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* KitInformation: Fix warning about invalid devicesTobias Hunger2013-11-291-5/+4
* Kits: Simplify handling of sticky kit informationTobias Hunger2013-09-121-45/+37
* ProjectExplorer: Clean up KitsManager APIhjk2013-09-111-4/+3
* Kit: makeSticky() -> setSticky(), allows for unsetting sticky bitDaniel Teske2013-09-031-8/+8
* ProjectExplorer et al: Code cosmeticshjk2013-08-291-11/+10
* KitInformation: Make dataId and priority value membershjk2013-08-291-44/+10
* KitManager: Use static API as other singletons doTobias Hunger2013-08-211-6/+6
* PluginManager: Do not use instance() when that is not neededTobias Hunger2013-08-021-1/+1
* Kit: Provide interface to mark individual kit information stickyTobias Hunger2013-07-251-0/+20
* Device support: Rename DeviceManager::deviceListChanged().Christian Kandeler2013-07-191-1/+1
* Kit: Handle device changesTobias Hunger2013-07-101-18/+7
* Kit: Only make SDK-set KitInformation read-onlyTobias Hunger2013-05-071-4/+4
* Toolchain: Better warning when running into kits without tool chainsTobias Hunger2013-05-071-1/+1
* Clean headers in ProjectExplorer.Friedemann Kleint2013-03-261-5/+0
* Adds validate kit to toolchainMichal Klocek2013-03-211-1/+5
* Kits: use Id::{from,to}Settings when appropriatehjk2013-03-211-8/+2
* Clean headers in Utils.Friedemann Kleint2013-03-191-0/+1
* Merge remote-tracking branch 'origin/2.7'Eike Ziller2013-03-041-19/+84
|\
| * DeviceKitInformation: Fix Device selection.Tobias Hunger2013-02-281-3/+14
| * KitInformation: Simplify code a bit.Tobias Hunger2013-02-281-2/+1
| * KitInformation: Warn if Qt version or Device can not be found.Tobias Hunger2013-02-281-0/+1
| * SysRootKitInformation: Fix priorityTobias Hunger2013-02-281-1/+1