aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/target.cpp
Commit message (Expand)AuthorAgeFilesLines
* ProjectExplorer: Make settings access more directhjk2024-04-121-1/+1
* IDevice: Replace QSharedPointer with std::shared_ptrJarek Kobus2024-02-021-2/+2
* iOS: Disable anything but running for iOS 17+ devicesEike Ziller2024-01-291-4/+5
* ProjectExplorer: Do not create replacement kits automaticallyEike Ziller2024-01-121-12/+20
* Utils: Use numberedKey(Key, int) more wildlyhjk2023-08-301-6/+6
* Utils: Introduce variantFromStore and storeFromVarianthjk2023-08-281-8/+8
* Utils/ProjectExplorer: More Key and Storehjk2023-08-251-4/+4
* ProjectExplorer: And more Key and Storehjk2023-08-241-38/+38
* Utils: Rename the new Storage to Storehjk2023-08-241-1/+1
* Use Utils::Storage instead of QVariantMap in a few placeshjk2023-08-231-1/+1
* ProjectExplorer: Rename kitinformation.{h,cpp} to kitaspects.{h,cpp}hjk2023-08-151-1/+1
* ProjectExplorer: Simplify return statementsJarek Kobus2023-08-021-1/+1
* ProjectExplorer: Change ProjectConfiguration::toMap signaturehjk2023-07-211-6/+15
* ProjectExplorer: Do not auto-remove customized run configurationsChristian Kandeler2023-06-301-1/+3
* ProjectExplorer: Allow users to remove all run configurationsChristian Kandeler2023-06-281-0/+14
* ProjectExplorer: Move some not-fully-session related bitshjk2023-03-011-8/+71
* ProjectExplorer: Tr::trhjk2023-01-161-7/+6
* Prefix Tr::tr contexts with ::hjk2023-01-131-1/+1
* MacroExpanders: Remove legacy "Current(Project|Build|Kit)" variablesEike Ziller2023-01-091-37/+0
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-6/+6
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* ProjectExplorer: Move makeInstallCommand()hjk2022-06-131-5/+0
* ProjectExplorer: Use FilePath in installRoot machineryhjk2022-06-101-1/+1
* ProjectExplorer: Remove foreach / Q_FOREACH usage part 3Artem Sokolovskii2022-05-171-12/+12
* Add missing "emit"sAlessandro Portale2021-11-111-2/+2
* ProjectExplorer: Simplify retrieval of WorkingDirectoryAspect valueshjk2021-09-231-1/+1
* ProjectExplorer: Give build systems a nameChristian Kandeler2021-09-091-0/+5
* Project: Remove knowsAllBuildExecutables featureCristian Adam2021-07-011-1/+1
* Utils: Change signature of MacroExpander::registerFileVariableshjk2021-06-031-3/+3
* Move CommandLine out of fileutils.hEike Ziller2021-05-111-0/+1
* ProjectExplorer: Prevent target switch on project that's to be removedChristian Kandeler2021-05-061-0/+15
* ProjectExplorer: (Re-)Add run config variablesChristian Kandeler2021-04-081-4/+4
* Aspects: Remove some more default valuesOrgad Shaneh2020-11-101-1/+2
* Project explorer: Fix UI textLeena Miettinen2020-11-091-2/+2
* Fix crash for missing BuildSystemThomas Hartmann2020-10-221-1/+4
* ProjectExplorer: Clean up variablesChristian Kandeler2020-10-021-1/+38
* Core/Utils: Migrate further to Utils::Idhjk2020-07-061-7/+7
* ProjectExplorer: Consolidate RunConfigurationFactory::idshjk2020-06-151-3/+3
* ProjectExplorer: Introduce an Targer::activeBuildKey()hjk2020-04-011-0/+9
* ProjectExplorer: Remove Target::applicationTargets()hjk2020-03-251-6/+0
* ProjectExplorer: Try harder not to lose custom project settingsChristian Kandeler2020-03-191-2/+12
* Merge remote-tracking branch 'origin/4.12'Eike Ziller2020-03-041-0/+2
|\
| * ProjectExplorer: Replace a few foreach()hjk2020-03-021-3/+3
| * ProjectExplorer: Trigger updates more directlyhjk2020-02-281-0/+2
* | ProjectExplorer: Make communication between target and selector directhjk2020-02-201-11/+10
* | ProjectExplorer: Replace ProjectConfiguration::m_macroExpanderhjk2020-02-191-6/+5
|/
* RemoteLinux: Let user override deployment dataChristian Kandeler2020-01-271-0/+8
* ProjectExplorer: Consolidate some Session::active* accesseshjk2019-11-291-3/+1
* ProjectExplorer: Move BuildSystem owership to BuildConfigurationhjk2019-11-191-51/+54