aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/remotelinux
Commit message (Expand)AuthorAgeFilesLines
* RemoteLinux: Consistently use nullptrTobias Hunger2018-05-087-8/+8
* RemoteLinux: Use override consistentlyTobias Hunger2018-05-074-15/+15
* RemoteLinux: BareMetal: Fix history completerChristian Stenger2018-05-032-0/+2
* Make DeployConfigurationFactory more similar to RunConfigFactorieshjk2018-05-022-10/+7
* ProjectExplorer: Introduce a RunConfiguration::buildTargetInfo() functionhjk2018-04-271-1/+1
* Pass id to RunConfiguration constructorhjk2018-04-254-15/+6
* RemoteLinux: Fix custom runconfig executable path chooserhjk2018-04-251-0/+2
* RemoteLinux/Debugger: Use SymbolFileAspecthjk2018-04-241-4/+0
* ProjectExplorer: Factor out some common code in runconfigurationshjk2018-04-244-66/+0
* ProjectExplorer: Rework executable display handling in runconfigshjk2018-04-239-422/+72
* RemoteLinux: Add tooltip for line editChristian Stenger2018-04-201-0/+1
* Merge remote-tracking branch 'origin/4.6'Eike Ziller2018-04-171-4/+3
|\
| * Make sure we always quote the qmldebug command line argumentsUlf Hermann2018-04-161-4/+3
* | ProjectExplorer: Streamline OutputFormatter creation a bithjk2018-04-134-12/+3
* | ProjectExplorer: Consolidate RunConfiguration identificationshjk2018-04-122-25/+2
* | RemoteLinux: Rework RemoteLinuxCustomRunConfigurationhjk2018-04-095-153/+44
* | ProjectExplorer: De-qobject-ify RunConfigurationFactoryhjk2018-04-092-4/+0
* | RemoteLinux: Move RunConfigurationFactories close to RunConfigurationshjk2018-04-099-112/+38
* | ProjectExplorer: Streamline *EnvironmentAspect interfacehjk2018-04-062-33/+12
* | RemoteLinux: Use Argument and Working directory aspects in run confighjk2018-03-124-89/+33
* | Rename IRunConfigurationFactory to RunConfigurationFactoryhjk2018-03-073-10/+7
* | Don't translate default windowTitle again and againRobert Loehning2018-03-063-3/+3
* | Introduce and use IRunConfiguration::addSupportedTargetDeviceTypehjk2018-02-231-2/+2
* | RemoteLinux: Decorate custom runconfig name with device namehjk2018-02-201-1/+2
* | RemoteLinux: Also decorate empty/invalid targets with device namehjk2018-02-162-6/+3
* | ProjectExplorer: Show non-desktop device names in remote run config nameshjk2018-02-154-22/+2
* | ProjectExplorer: Simplify collection of RunConfigurationCreationInfoshjk2018-02-152-3/+2
* | RemoteLinux: Remove RemoteLinuxRunConfigFactory::canCreateHelper()hjk2018-02-092-6/+0
* | ProjectExplorer: Remove BuildTargetInfo::displayNamehjk2018-02-091-2/+5
* | Merge remote-tracking branch 'origin/4.6'Eike Ziller2018-02-071-1/+12
|\|
| * Accept qmlproject runconfigs on remotelinuxUlf Hermann2018-02-011-1/+12
* | IRunConfiguration: Remove BuildTargetInfo from the RC factory APIsTobias Hunger2018-02-062-6/+16
* | RemoteLinux: Pimple and avoid unneeded use of global object poolhjk2018-02-062-30/+34
|/
* ProjectExplorer: Promote RemoteLinuxRunConfigFactory::availableBuildTargetshjk2018-01-082-11/+1
* ProjectExplorer: Return BuildTargetInfo from availableBuildTarget()hjk2018-01-052-11/+6
* ProjectExplorer: Add a IRunConfigurationFactory::addFixedBuildTarget()hjk2018-01-032-14/+1
* Combine some SshConnectionParameter membershjk2017-12-196-33/+24
* RemoteLinux: Remove unneeded declarationshjk2017-12-191-3/+0
* RemoteLinux: Kill remote app before deploymentChristian Kandeler2017-12-138-1/+306
* RemoteLinux: Initialize membersRobert Loehning2017-12-122-4/+3
* ProjectExplorer/all: Re-organize BuildSteps/{Deploy,Build}Config setuphjk2017-12-0827-521/+118
* RemoteLinux: Restrict remote custom exe runconfig to remote casehjk2017-11-271-0/+1
* ProjectExplorer: Register createes' base id in RunConfigurationFactoryhjk2017-11-272-85/+21
* ProjectExplorer: Add a RunConfigurationFactory::canHandle(Target *)hjk2017-11-201-8/+1
* ProjectExplorer: Implement RunConfiguration::do{Clone,Restore} in basehjk2017-11-164-33/+2
* RemoteLinux: Convert to RunConfiguration::initialize(Id) signaturehjk2017-11-153-5/+11
* RemoteLinux: Add an unused id argument to CustomRunConfigurationhjk2017-11-143-4/+4
* ProjectExplorer: Simplify IRunConfigurationFactory::clone() usehjk2017-11-142-24/+3
* Merge remote-tracking branch 'origin/4.5'Orgad Shaneh2017-11-118-43/+2
|\
| * ProjectExplorer: Fix copying of RunConfigurationAspectshjk2017-11-106-28/+0