summaryrefslogtreecommitdiff
path: root/src/plugins/remotelinux
Commit message (Expand)AuthorAgeFilesLines
* Preferably use QStringRef::toInt().Friedemann Kleint2016-02-041-1/+1
* RemoteLinux: Remove RemoteLinuxRunControlPrivate::runnablehjk2016-02-021-4/+2
* RemoteLinux: Remove RemoteLinuxRunControlPrivate::devicehjk2016-02-021-5/+1
* ProjectExplorer: Sprinkle overrides over the codeTobias Hunger2016-01-297-40/+30
* Analyzer: Remove AnalyzerRunControl::runnable() and .connection()hjk2016-01-291-0/+1
* Debugger: Use StandardRunnable in DebuggerStartParametershjk2016-01-281-4/+4
* ProjectExplorer: Use Runnable in DeviceProcess::starthjk2016-01-285-41/+33
* RemoteLinux/Qnx: Use StandardRunnablehjk2016-01-2718-295/+150
* RemoteLinux: Move portsUsedByDebugger() to DebuggerRunConfigurationAspecthjk2016-01-263-16/+5
* RemoteLinux: Adapt RemoteLinuxRunControlFactory to Analyzer changeshjk2016-01-201-5/+6
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-1993-1567/+1154
* RemoteLinux: Remove unused class declarationhjk2016-01-191-4/+1
* RemoteLinux: Use QString instead of QStringList for process argumentshjk2016-01-188-30/+32
* Remove a few uses of RunConfiguration::displayName()hjk2016-01-081-1/+0
* Analyzer: Slim down AnalyzerStartParametershjk2016-01-073-28/+6
* Qt: Remove platformName and platformDisplayName methodsTobias Hunger2015-12-022-12/+0
* QtVersion: Add a method to query the target device typeTobias Hunger2015-12-022-9/+9
* Themed Icons: Introduce Utils::IconAlessandro Portale2015-11-253-6/+6
* QmlDebug: Allow different styles of command line argumentsUlf Hermann2015-11-192-4/+3
* BuildManager: Provide context of earlier build steps to initTobias Hunger2015-11-166-7/+9
* Remove unnecessary destructorsTobias Hunger2015-11-162-7/+0
* ProjectConfiguration: Sprinkle override and explicit over the codeTobias Hunger2015-11-1611-66/+66
* Icon refresh: First step towards the new Qt Creator themesAlessandro Portale2015-10-231-1/+3
* ProcessExplorer: Use 64-bit PIDs in DeviceProcessSignalOperationhjk2015-09-162-5/+5
* Merge remote-tracking branch 'origin/3.5'Eike Ziller2015-08-202-1/+10
|\
| * Add info about debuggee to params in remotelinux.Anton Kreuzkamp2015-08-191-0/+9
| * Debugger: Fix use of remote Linux startup with Step Into/Step Overhjk2015-08-171-1/+1
* | Tell the QML debug server exactly what services we expectUlf Hermann2015-08-172-3/+8
|/
* ProjectExplorer: Use Core::Id as RunMode "enum values"BogDan Vatra2015-06-305-27/+22
* Debugger: Continue DebuggerStartParameter cleanuphjk2015-06-262-26/+6
* Fix RemoteLinux debugging.Christian Kandeler2015-06-261-0/+1
* Properly delete plugins dependent on failed pluginJarek Kobus2015-06-171-2/+0
* Analyzer: Replace StartMode with a useStartupProject booleanhjk2015-06-171-2/+0
* RemoteLinux: Make paths in run config labels selectable.Christian Kandeler2015-06-161-0/+3
* Merge remote-tracking branch 'origin/3.4'Eike Ziller2015-06-031-4/+8
|\
| * RemoteLinux: Fix upload for target file paths with spaces.v3.4.1Christian Kandeler2015-05-291-4/+8
* | Use free Debugger::createDebuggerRunControl() functionhjk2015-05-291-2/+1
* | Merge remote-tracking branch 'origin/3.4'Eike Ziller2015-05-073-11/+15
|\ \ | |/
| * RemoteLinux: Use base RunConfiguration if possiblehjk2015-04-233-11/+15
* | Tasks: Make the linking of compile output to Tasks more robustDaniel Teske2015-04-212-8/+12
|/
* Don't mix iterator and const_iteratorKai Koehne2015-04-021-1/+1
* Fix some connections to PathChooser::validChanged().Christian Kandeler2015-03-291-1/+1
* Clean exported headers of the Remote Linux, Android plugins.Friedemann Kleint2015-03-054-3/+2
* RemoteLinux: Use QtcProcess::join() to display argument list.Christian Kandeler2015-02-231-1/+3
* Fix excessive warnings by MSVC 2013 64bit about size_t->int truncationFriedemann Kleint2015-02-201-1/+1
* Introduce perf profiler run modeUlf Hermann2015-02-161-0/+1
* Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe'Eike Ziller2015-02-1293-556/+556
|\
| * Update LicenseEike Ziller2015-01-1693-556/+556
* | Debugger: Pass RunControl in DebuggerStartParametershjk2015-02-101-1/+2
* | Valgrind: Support vgdbOrgad Shaneh2015-02-101-0/+1