summaryrefslogtreecommitdiff
path: root/src/plugins/projectexplorer/runconfiguration.cpp
Commit message (Expand)AuthorAgeFilesLines
* Layouting: Make aspects operate on parent items, not LayoutBuilderhjk2023-05-031-1/+3
* Layouting: Handle attach types via setterhjk2023-05-031-2/+2
* LayoutBuilder: Reworkhjk2023-05-031-3/+3
* ProjectExplorer: Optionally show run environment in app output paneChristian Kandeler2023-04-261-0/+7
* Utils: Replace FilePath::onDevice() by new FilePath::withMappedPath()hjk2023-04-041-1/+1
* ProjectExplorer: Move some not-fully-session related bitshjk2023-03-011-3/+2
* ProjectExplorer: Tr::trhjk2023-01-161-8/+9
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Remove unused includes of QFormLayoutJarek Kobus2022-11-181-1/+0
* ProjectExplorer: Fix starting a docker project on windowsDavid Schulz2022-11-161-1/+1
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-3/+3
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* Utils: Make the second parameter to LayoutBuilder::attach() an enumhjk2022-07-261-1/+1
* Code cosmeticshjk2022-06-241-2/+4
* Utils: Pass MacroExpander to ArgumentsAspect constructorhjk2022-05-201-9/+3
* ProjectExplorer: Shift full FilePath creation into Executable aspecthjk2022-05-181-3/+0
* ProjectExplorer: Create Runnables with full device paths in RunConfighjk2022-05-161-1/+5
* ProjectExplorer: Pass envAspect directly to WorkingDirectory constructorhjk2022-04-221-1/+0
* IDevice: Make it possible to forward declare Ptr and ConstPtrJarek Kobus2022-04-141-3/+3
* Debugger: Avoid one use of RunControl::runConfiguration()hjk2022-04-141-2/+4
* ProjectExplorer: Copy more RunConfiguration data to RunControlhjk2022-04-121-3/+12
* Project Explorer: Fix UI textLeena Miettinen2022-02-171-2/+2
* ProjectExplorer: Simplify retrieval of WorkingDirectoryAspect valueshjk2021-09-231-4/+8
* ProjectExplorer: Make sure the working dir is properly expandedChristian Kandeler2021-09-231-0/+2
* ProjectExplorer: Use Utils::CommandLine in ProjectExplorer::Runnablehjk2021-08-131-1/+1
* Utils/ProjectExplorer: Use FilePath for Runnable::workingDirectoryhjk2021-08-061-1/+1
* Utils: Change signature of MacroExpander::registerFileVariableshjk2021-06-031-1/+1
* ProjectExplorer: Add a RunConfiguration::setRunnableModifier()hjk2021-04-131-0/+7
* Merge remote-tracking branch 'origin/4.15'Eike Ziller2021-04-091-0/+18
|\
| * ProjectExplorer: (Re-)Add run config variablesChristian Kandeler2021-04-081-0/+18
* | Merge remote-tracking branch 'origin/4.15'Eike Ziller2021-04-061-3/+1
|\ \ | |/
| * ProjectExplorer: Do not cut off the "file extension"Christian Kandeler2021-04-011-3/+1
* | Utils: Merge BaseAspects and AspectContainerhjk2021-03-311-1/+1
* | Utils: Avoid intermediate widgets when using LayoutBuilderhjk2021-03-161-7/+6
|/
* ProjectExplorer: Silence recently introduced warninghjk2021-02-221-2/+3
* Analyzers: Re-enable switch between global and project settingshjk2021-02-191-1/+11
* ProjectExplorer: Use qAsConst w/ non-const Qt containers in range-loopsAlessandro Portale2021-02-171-2/+2
* Update run configuration after device changeSergey Levin2021-02-031-2/+2
* Utils: Pimpl BaseAspecthjk2020-12-181-2/+2
* ProjectExplorer: Un-tighten the RunConfiguration::isConfigured() checkChristian Kandeler2020-11-181-0/+5
* ProjectExplorer: Clean up variablesChristian Kandeler2020-10-021-17/+0
* Utils: Consolidate LayoutBuilder interface a bithjk2020-09-241-1/+1
* Utils/ProjectExplorer: Move re-usabled bits of aspects to Utilshjk2020-09-231-4/+5
* Core/Utils: Migrate further to Utils::Idhjk2020-07-061-9/+9
* ProjectExplorer: Update parts of RunConfigurationFactory docshjk2020-06-161-24/+46
* ProjectExplorer: Consolidate RunConfigurationFactory::idshjk2020-06-151-4/+1
* ProjectExplorer: Remove Target::applicationTargets()hjk2020-03-251-4/+4
* Merge remote-tracking branch 'origin/4.12'Eike Ziller2020-02-271-12/+4
|\
| * ProjectExplorer: Remove RunConfiguration::activeBuildConfigurationhjk2020-02-261-5/+0
| * ProjectExplorer: Disentangle ProjectExplorer::updateRunActionshjk2020-02-261-1/+1