aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/runconfiguration.h
Commit message (Expand)AuthorAgeFilesLines
* ProjectExplorer: Prepare RunWorkers for more flexible setupshjk2018-05-171-12/+37
* ProjectExplorer: Start transferring RunWorkerFactory ownershiphjk2018-05-171-4/+10
* ProjectExplorer: Create a RunWorkerFactory classhjk2018-05-141-15/+24
* Merge remote-tracking branch 'origin/4.6' into 4.7Eike Ziller2018-05-141-0/+1
|\
| * Debugger: Try harder to find a usable devicehjk2018-05-111-0/+1
* | Enhance IRunConfigurationAspect base interfacehjk2018-05-081-0/+5
* | Inline complex RunConfigurationCreationInfo constructorhjk2018-05-071-13/+0
* | ProjectExplorer: Introduce a RunConfiguration::buildTargetInfo() functionhjk2018-04-271-0/+2
* | ProjectExplorer: Keep RunConfiguration in ISettingsAspectUlf Hermann2018-04-271-5/+6
* | Pass id to RunConfiguration constructorhjk2018-04-251-1/+3
* | ProjectExplorer: Factor out some common code in runconfigurationshjk2018-04-241-1/+6
* | ProjectExplorer: Streamline OutputFormatter creation a bithjk2018-04-131-1/+7
* | ProjectExplorer: Consolidate RunConfiguration identificationshjk2018-04-121-6/+6
* | ProjectExplorer: Remove unused functionshjk2018-04-091-3/+0
* | ProjectExplorer: De-qobject-ify RunConfigurationFactoryhjk2018-04-091-6/+5
* | ProjectExplorer: Streamline RunConfigurationFactory interfacehjk2018-04-051-4/+2
* | Consolidate some run configuration widget boilerplatehjk2018-03-221-0/+1
* | BareMetal: Fix run configuration display name setuphjk2018-03-221-0/+2
* | ProjectExplorer: Let RunConfiguration declare what nodes it belongs tohjk2018-03-161-0/+2
* | RunConfiguration: Remove some unused prototype and functionshjk2018-03-151-4/+0
* | Partially decouple local CMakeRunConfiguration from CMakeProjecthjk2018-03-131-2/+2
* | QbsRunConfiguration: Re-model based on RemoteLinux precedencehjk2018-03-121-0/+1
* | RunConfigurationFactory: Simplify RunConfigFactory::create usehjk2018-03-091-5/+6
* | Add some pass-through fields for {RunConfiguration,BuildTarget}Infohjk2018-03-081-2/+6
* | Rename IRunConfigurationFactory to RunConfigurationFactoryhjk2018-03-071-12/+11
* | RunConfiguration: Add a more explicit way to transfer creation infohjk2018-03-071-0/+2
* | ProjectExplorer: Use RunConfigCreationInfo struct for rc creationhjk2018-03-051-1/+1
* | ProjectExplorer: Consolidate RunConfig creation codepathshjk2018-03-021-6/+2
* | RunConfiguration: Avoid unneeded calls to availableCreators()hjk2018-02-231-1/+1
* | Introduce and use IRunConfiguration::addSupportedTargetDeviceTypehjk2018-02-231-0/+1
* | ProjectExplorer: Show non-desktop device names in remote run config nameshjk2018-02-151-1/+6
* | ProjectExplorer: Simplify collection of RunConfigurationCreationInfoshjk2018-02-151-11/+15
* | IRunConfiguration: Remove BuildTargetInfo from the RC factory APIsTobias Hunger2018-02-061-7/+21
|/
* ProjectExplorer: Remove *Configuration::availableCreationIdsChangedhjk2018-01-081-3/+0
* ProjectExplorer: Promote RemoteLinuxRunConfigFactory::availableBuildTargetshjk2018-01-081-0/+2
* ProjectExplorer: Return BuildTargetInfo from availableBuildTarget()hjk2018-01-051-2/+1
* ProjectExplorer: Add a IRunConfigurationFactory::addFixedBuildTarget()hjk2018-01-031-1/+4
* ProjectExplorer: Use ids in RunConfigFactory:: setSupportedProjectTypehjk2017-12-191-9/+2
* De-emphasize PluginManager::getObjects<Type>()hjk2017-12-151-0/+3
* ProjectExplorer: Fix warningChristian Stenger2017-12-131-2/+0
* ProjectExplorer/all: Re-organize BuildSteps/{Deploy,Build}Config setuphjk2017-12-081-10/+23
* ProjectExplorer: Register createes' base id in RunConfigurationFactoryhjk2017-11-271-6/+15
* ProjectExplorer: Do not add too many newlinesTobias Hunger2017-11-241-1/+1
* ProjectExplorer: Add a RunConfigurationFactory::canHandle(Target *)hjk2017-11-201-0/+13
* ProjectExplorer: Implement RunConfiguration::do{Clone,Restore} in basehjk2017-11-161-11/+1
* ProjectExplorer: Simplify IRunConfigurationFactory::clone() usehjk2017-11-141-8/+12
* ProjectExplorer: Fix copying of RunConfigurationAspectshjk2017-11-101-5/+6
* ProjectExplorer: Fix translation issuesEike Ziller2017-10-241-0/+2
* Debugger: Consolidate "Attach to running process"hjk2017-10-191-0/+4
* ProjectExplorer: Provide optional callbacks to RunWorker timeoutshjk2017-10-161-2/+2