aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/customexecutablerunconfiguration.cpp
Commit message (Expand)AuthorAgeFilesLines
* Debugger: Allow debugging of custom executables againhjk2024-01-301-5/+4
* iOS: Disable anything but running for iOS 17+ devicesEike Ziller2024-01-291-1/+1
* Utils: Rename ProjectExplorer::Runnable into Utils::ProcessRunDataJarek Kobus2023-08-171-2/+4
* ProjectExplorer: Use aspects more directly in customexe runconfighjk2023-07-131-25/+14
* ProjectExplorer: Remove unusual {Arguments,WorkingDir}Aspecthjk2023-07-051-2/+7
* ProjectExplorer: Replace unusual ExecutableAspect constructorhjk2023-07-041-1/+2
* ProjectExplorer: Use FilePathAspect(s) in ExecutableAspecthjk2023-07-041-1/+1
* ProjectExplorer: Merge LocalEnvironmentAspect into EnvironmentAspecthjk2023-05-251-2/+2
* Utils: Start Environment/EnvironmentChange consolidationhjk2023-01-271-2/+2
* ProjectExplorer: Tr::trhjk2023-01-161-4/+5
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* ProjectExplorer: Postpone search of custom executableshjk2022-11-211-4/+2
* Get rid of unneeded includes of RunControlJarek Kobus2022-10-251-0/+1
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* Code cosmeticshjk2022-06-241-0/+1
* ProjectExplorer: Make target device for executable aspect explicithjk2022-06-021-1/+1
* ProjectExplorer: Pass macroexpander (again) to WorkingDirectoryAspecthjk2022-05-301-1/+1
* ProjectExplorer: Drop explicit device setting for custom executablehjk2022-05-251-2/+0
* Utils: Pass MacroExpander to ArgumentsAspect constructorhjk2022-05-201-1/+1
* ProjectExplorer: Shift full FilePath creation into Executable aspecthjk2022-05-181-10/+3
* ProjectExplorer: Create Runnables with full device paths in RunConfighjk2022-05-161-1/+8
* ProjectExplorer: Pass envAspect directly to WorkingDirectory constructorhjk2022-04-221-1/+1
* ProjectExplorer: Use FilePath for CustomExecutableRC::executablehjk2021-10-281-28/+5
* ProjectExplorer: Simplify retrieval of WorkingDirectoryAspect valueshjk2021-09-231-2/+1
* ProjectExplorer: Use Utils::CommandLine in ProjectExplorer::Runnablehjk2021-08-131-4/+4
* Utils: Use EnvironmentChange instead of Environment in several placeshjk2021-08-111-3/+4
* Utils/ProjectExplorer: Use FilePath for Runnable::workingDirectoryhjk2021-08-061-1/+1
* ProjectExplorer: Introduce DeviceManager::defaultDesktopDevice()hjk2021-07-051-1/+1
* ProjectExplorer: Provide a way to extend RunWorkerFactoryhjk2021-06-181-4/+11
* Utils/ProjectExplorer: Move re-usabled bits of aspects to Utilshjk2020-09-231-1/+1
* ProjectExplorer: Rename Base*Aspect to *Aspecthjk2020-08-141-1/+1
* Core/Utils: Migrate further to Utils::Idhjk2020-07-061-1/+1
* ProjectExplorer: Rework RunConfiguration::isConfigured()Christian Kandeler2019-12-051-156/+10
* ProjectExplorer: Move BuildSystem owership to BuildConfigurationhjk2019-11-191-0/+5
* ProjectExplorer: Fix custom executable dialogChristian Stenger2019-11-151-4/+4
* LayoutBuilder: Allow for more compact code at calling sitesChristian Kandeler2019-11-071-3/+1
* ProjectExplorer: Prepare more flexibility to aspect layoutinghjk2019-10-181-11/+10
* Remove usages of deprecated APIs of QLayoutSona Kurazyan2019-09-021-1/+1
* ProjectExplorer: Use Utils::FileName for Runnable::executablehjk2019-06-211-2/+2
* ProjectExplorer: Replace RunConfiguration::executablehjk2019-06-121-2/+1
* Utils: Rename FileName to FilePathhjk2019-05-281-2/+2
* ProjectExplorer: Use the new way for dependent aspectshjk2019-05-281-3/+2
* ProjectExplorer: Add executable() accessor to RunConfigurationChristian Kandeler2019-05-241-1/+1
* ProjectExplorer: Introduce a SimpleRunWorkerFactory templatehjk2019-03-191-2/+0
* ProjectExplorer: Move RunControl related classes to separate file pairhjk2019-03-131-1/+1
* ProjectExplorer: Split EnvironmentAspecthjk2019-03-111-2/+1
* Fix missing translation contextsEike Ziller2018-10-251-0/+1
* ProjectExplorer: Remove Run{Control,Configuration}::abihjk2018-10-161-5/+0
* ProjectExplorer: Rename 'extraAspect' to 'aspect'hjk2018-10-021-16/+16
* ProjectExplorer: Split IRunConfigurationAspecthjk2018-09-181-6/+13