summaryrefslogtreecommitdiff
path: root/src/plugins/projectexplorer/kit.cpp
Commit message (Expand)AuthorAgeFilesLines
* ProjectExplorer: Tr::trhjk2023-01-161-12/+10
* MacroExpanders: Remove legacy "Current(Project|Build|Kit)" variablesEike Ziller2023-01-091-13/+0
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Utils: Add sorted() functionChristian Kandeler2022-10-251-2/+1
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-2/+2
* Utils: Remove Utils::optionalEike Ziller2022-09-011-2/+2
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* docker: Fix run environment setupMarcus Tillmanns2022-07-121-2/+5
* Improve various HTML-based tooltipsAlessandro Portale2022-05-161-3/+4
* ProjectExplorer: Remove foreach / Q_FOREACH usage part 2Artem Sokolovskii2022-05-121-7/+8
* Project Explorer: Fix UI textLeena Miettinen2022-02-171-2/+2
* ProjectExplorer: Clean up some #includeshjk2021-09-291-4/+1
* ProjectExplorer: Split Kit::*environment into build and runhjk2021-05-271-2/+22
* ProjectExplorer: Clean up variablesChristian Kandeler2020-10-021-5/+15
* ProjectExplorer: Remove replacement kitsChristian Kandeler2020-09-211-0/+13
* Core/Utils: Migrate further to Utils::Idhjk2020-07-061-2/+2
* Merge output formatters and output parsersChristian Kandeler2020-04-231-2/+2
* ProjectExplorer: Split up the IOutputParser classChristian Kandeler2020-04-161-2/+2
* Output parsers: Replace the chaining approachChristian Kandeler2020-04-091-4/+4
* TargetSetupPage: Improve reporting on invalid kitsTobias Hunger2020-02-061-1/+4
* Kit: Define a default predicateTobias Hunger2020-01-231-2/+7
* ProjectExplorer: Improve target setup pageChristian Kandeler2019-08-121-0/+1
* ProjectExplorer: Use Utils::DisplayName for KitsChristian Kandeler2019-08-051-13/+11
* ProjectExplorer: Do not emit notifications from Kit::copyFrom()Christian Kandeler2019-07-011-2/+0
* ProjectExplorer: Let the KitChooser optionally show iconshjk2019-06-121-0/+15
* Utils: Rename FileName to FilePathhjk2019-05-281-4/+4
* ProjectExplorer: Introduce a alias for QList<Tasks>hjk2019-05-281-3/+3
* ProjectExplorer: Factor out common parts of Kit::{clone(), copyFrom()}Christian Kandeler2019-05-081-15/+14
* ProjectExplorer: Offer device icons as kit iconsChristian Kandeler2019-05-031-2/+20
* ProjectExplorer: Try harder to give new kits a unique nameChristian Kandeler2019-05-021-2/+15
* Improve kit auto-detectionChristian Kandeler2019-03-191-0/+11
* ProjectExplorer: Drop KitAspect::defaultValue()Christian Kandeler2019-03-151-2/+0
* Merge remote-tracking branch 'origin/4.9'Eike Ziller2019-03-141-4/+2
|\
| * ProjectExplorer: Fix Kit::setup()Christian Kandeler2019-03-061-5/+3
* | Let the user choose which kit settings to displayChristian Kandeler2019-02-141-1/+24
* | ProjectExplorer: Code cosmeticshjk2019-02-121-37/+32
* | ProjectExplorer: Rename KitInformation to KitAspectChristian Kandeler2019-02-111-19/+19
|/
* Simplify IDeviceFactory usehjk2018-10-051-2/+2
* ProjectExplorer: Modernize even moreTobias Hunger2018-07-241-6/+3
* ProjectExplorer: ModernizeAlessandro Portale2018-07-161-1/+1
* Kit: When loading from a map, allow empty IDsUlf Hermann2018-06-191-9/+4
* ProjectExplorer: Report project-specific kit errors/warningsTobias Hunger2018-04-191-12/+7
* ProjectExplorer: Fix loop in toHtml callTobias Hunger2018-04-191-1/+1
* ProjectExplorer: Add toHtml(QList<Task>) and use that in kit.cppTobias Hunger2018-04-181-25/+6
* De-emphasize PluginManager::getObjects<Type>()hjk2017-12-151-3/+1
* ProjectExplorer.Kit: do not warn if icon path is emptyNikita Baryshnikov2017-08-231-1/+1
* ProjectExplorer: Don't call kitUpdated() if nothing has changedUlf Hermann2017-03-201-0/+14
* Merge remote-tracking branch 'origin/4.2'Eike Ziller2016-12-201-0/+9
|\
| * Kits: Upgrade SDK-Kits before trying to them upTobias Hunger2016-12-141-0/+9
* | ProjectExplorer: Remove IDevice::[set]IconAlessandro Portale2016-11-301-9/+0