summaryrefslogtreecommitdiff
path: root/src/plugins/remotelinux
Commit message (Expand)AuthorAgeFilesLines
* 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
| * RemoteLinux: Remove some unneeded code from GenericLinuxDeviceTesterhjk2017-11-102-15/+2
* | RemoteLinux: Split off RemoteLinuxCustomRunControlFactoryhjk2017-11-103-24/+97
* | RemoteLinux: Add support for QML Live PreviewUlf Hermann2017-11-022-0/+9
* | Merge remote-tracking branch 'origin/4.5'Eike Ziller2017-10-252-19/+3
|\ \ | |/
| * Debugger: Move start dependency on PortsGatherer to GdbServerRunnerhjk2017-10-231-1/+0
| * RemoteLinux: Use the optional PortGatherer from the DebuggerRunToolhjk2017-10-192-19/+4
| * RemoteLinux: Set scheme on QML server URLUlf Hermann2017-10-191-0/+1
* | RemoteLinux: Generalize QML tooling supportUlf Hermann2017-10-195-20/+32
* | Environment: make usage of Environment.iterators more consistentNikita Baryshnikov2017-09-281-1/+1
|/
* ProjectExplorer: Re-organize RunConfiguration constructorshjk2017-09-135-83/+63
* RemoteLinux: Remove abstractremotelinuxrunsupport.{h,cpp}hjk2017-09-088-181/+10
* RemoteLinux: Remove target-specific perf supporthjk2017-09-063-75/+0
* iOS: Adapt to new setter-based DebuggerRunTool interfacehjk2017-09-041-1/+1
* Merge remote-tracking branch 'origin/4.4'Orgad Shaneh2017-08-301-1/+1
|\
| * Fix copyright year in plugin info, --version, and macOS infoEike Ziller2017-08-241-1/+1
* | Debugger: Add a few convience setters for some run parametershjk2017-08-242-56/+9
* | Debugger: Use a QUrl for Qml server port and hosthjk2017-08-231-5/+4
* | RemoteLinux: Remove RemoteLinuxQmlProfilerSupport::m_outputParserhjk2017-08-181-5/+0
* | Merge remote-tracking branch 'origin/4.4'Eike Ziller2017-08-153-7/+16
|\ \ | |/
| * DeviceSupport: Implement DesktopDevice::portsGatheringMethod()hjk2017-08-101-2/+6
| * RemoteLinux: Use stop dependencies for QML profilingUlf Hermann2017-08-081-0/+5
| * ProjectExplorer: Rename worker dependencies to "startDependencies"Ulf Hermann2017-08-082-5/+5
* | RunConfiguration: Centralize enabled state handlingTobias Hunger2017-07-282-36/+1
* | ProjectExplorer: Introduce base class for enabled/disabled project configurationTobias Hunger2017-07-283-7/+0
|/
* Make ApplicationLauncher report QStrings, not QByteArrayhjk2017-07-141-6/+6
* RemoteLinux: Implement FifoGatherer::stop()hjk2017-07-132-3/+3
* Debugger: Use a somewhat less intrusive hack for 'start at main'hjk2017-07-121-2/+0
* ProjectExplorer: Remove RunControl::worker<Type>()hjk2017-07-072-10/+8
* LinuxDevice: Add missing overridesEike Ziller2017-07-031-16/+16
* ProjectExplorer: Introduce a Utils::OsType IDevice::osType() functionhjk2017-06-282-0/+6
* RemoteLinux: Prepare for downstream Qdb adaptationshjk2017-06-232-18/+15
* Debugger: Remove remote setup sub-statemachineryhjk2017-06-221-1/+0
* ProjectExplorer: Simplify standard run control constructionhjk2017-06-205-156/+20