summaryrefslogtreecommitdiff
path: root/src/plugins/remotelinux
Commit message (Expand)AuthorAgeFilesLines
* 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
* RemoteLinux: Re-enable QmlProfilerhjk2017-06-154-238/+217
* Merge remote-tracking branch 'origin/4.3' into masterOrgad Shaneh2017-05-232-15/+51
|\
| * RemoteLinux: Fix build warnings about inconsistent use of overrideTobias Hunger2017-05-191-4/+4
| * RemoteLinux: Don't force value for DISPLAY in base environmentKari Oikarinen2017-05-182-3/+44
| * RemoteLinux: Fix creation of environment aspect widgetChristian Kandeler2017-05-152-8/+3
* | ProjectExplorer: Split Target and ToolRunners into smaller taskshjk2017-05-157-512/+309
* | ProjectExplorer/Debugger/RL: Make run control state transitions more uniformhjk2017-05-057-378/+164
* | SSH: Add support for ssh-agentChristian Kandeler2017-05-044-12/+45
* | Debugger: Move some commonly used flags to base DebuggerToolhjk2017-05-042-31/+9
* | Debugger: Remove DebuggerRunControlhjk2017-04-285-17/+17