aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/remotelinux/remotelinuxrunconfiguration.cpp
Commit message (Expand)AuthorAgeFilesLines
* RemoteLinux: Support terminal aspectChristian Kandeler2019-01-111-0/+4
* RemoteLinux: Offer X11 forwarding in run configurationsChristian Kandeler2018-11-191-0/+12
* RemoteLinux: Add target information to runconfig namehjk2018-10-021-10/+1
* ProjectExplorer: Rename 'extraAspect' to 'aspect'hjk2018-10-021-2/+2
* ProjectExplorer: Remove IRunConfigurationAspect::runConfigurationhjk2018-09-131-1/+1
* ProjectExplorer: Compactify runconfiguration aspect creationhjk2018-09-041-7/+5
* Unify key names for various fields in stored RunConfigurationshjk2018-08-211-8/+2
* Finish merging Runnable and StandardRunnablehjk2018-05-231-1/+0
* RemoteLinux: BareMetal: Fix history completerChristian Stenger2018-05-031-0/+1
* ProjectExplorer: Introduce a RunConfiguration::buildTargetInfo() functionhjk2018-04-271-1/+1
* Pass id to RunConfiguration constructorhjk2018-04-251-5/+0
* ProjectExplorer: Factor out some common code in runconfigurationshjk2018-04-241-25/+0
* ProjectExplorer: Rework executable display handling in runconfigshjk2018-04-231-90/+47
* ProjectExplorer: Streamline OutputFormatter creation a bithjk2018-04-131-5/+2
* ProjectExplorer: Consolidate RunConfiguration identificationshjk2018-04-121-22/+2
* RemoteLinux: Move RunConfigurationFactories close to RunConfigurationshjk2018-04-091-0/+10
* RemoteLinux: Use Argument and Working directory aspects in run confighjk2018-03-121-32/+6
* Rename IRunConfigurationFactory to RunConfigurationFactoryhjk2018-03-071-1/+1
* RemoteLinux: Also decorate empty/invalid targets with device namehjk2018-02-161-5/+2
* ProjectExplorer: Show non-desktop device names in remote run config nameshjk2018-02-151-2/+1
* ProjectExplorer/all: Re-organize BuildSteps/{Deploy,Build}Config setuphjk2017-12-081-14/+15
* RemoteLinux: Convert to RunConfiguration::initialize(Id) signaturehjk2017-11-151-2/+7
* ProjectExplorer: Fix copying of RunConfigurationAspectshjk2017-11-101-8/+0
* ProjectExplorer: Re-organize RunConfiguration constructorshjk2017-09-131-41/+27
* ProjectExplorer: Introduce base class for enabled/disabled project configurationTobias Hunger2017-07-281-5/+0
* RunConfiguration: Introduce buildSystemTarget()Tobias Hunger2017-01-301-0/+5
* RemoteLinux: Simplify RunConfigurationTobias Hunger2017-01-301-1/+1
* RemoteLinux: Use Qt5-style connectsOrgad Shaneh2016-07-011-4/+7
* RemoteLinux/Qnx: Use StandardRunnablehjk2016-01-271-9/+13
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* RemoteLinux: Use QString instead of QStringList for process argumentshjk2016-01-181-4/+8
* Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe'Eike Ziller2015-02-121-6/+6
|\
| * Update LicenseEike Ziller2015-01-161-6/+6
* | RemoteLinux: Remove unneeded qualificationsOrgad Shaneh2015-02-041-1/+1
|/
* Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-141-7/+8
|\
| * License updateEike Ziller2014-10-091-7/+8
* | RemoteLinux: Fix run configuration.Christian Kandeler2014-09-101-4/+1
* | RemoteLinux: Create run configs by target name, not by project file.Christian Kandeler2014-09-091-19/+13
|/
* Always pass Core::Id by value.Christian Kandeler2014-07-011-1/+1
* RemoteLinux: Move environment handling entirely into the aspect class.Christian Kandeler2014-05-081-6/+1
* RemoteLinux: Provide a custom run configuration.Christian Kandeler2014-05-071-14/+0
* Project: Use Utils::FileName as return type for projectDirectory(...)Tobias Hunger2014-05-061-2/+2
* remotelinux: Add generic Runconfiguration interfaceBenjamin Zeller2014-04-101-2/+2
* QtcProcess: Introduce a QtcProcess::Arguments classhjk2014-02-191-1/+1
* RemoteLinux: Remove unneeded data memberhjk2014-02-131-2/+0
* RemoteLinuxRunconfiguration: Remove disabledReason()/setDisabledReason()Daniel Teske2014-01-161-11/+0
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* RemoteLinux: Never disable the run configuration.Christian Kandeler2013-11-191-5/+0
* Introduce the concept of a "device process".Christian Kandeler2013-08-191-22/+14
* Target: Remove useless includeTobias Hunger2013-08-011-1/+0