aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/boot2qt/qdbdevice.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/9.0'Eike Ziller2022-11-161-2/+2
|\
| * LinuxDevice: Fix stopping remote app when run in terminalJarek Kobus2022-11-151-2/+2
* | Get rid of unneeded includes of RunControlJarek Kobus2022-10-251-1/+0
|/
* Fix Boot2Qt Device dark theme on WindowsAri Parkkila2022-10-111-0/+2
* Use SPDX license identifiersLucie GĂ©rard2022-08-261-24/+2
* Boot2Qt: Fix crash when manually rebootinghjk2022-07-221-4/+4
* Utils: use cleaned stdout all over the place againDavid Schulz2022-06-171-2/+2
* Get rid of Ssh libJarek Kobus2022-05-231-3/+1
* Ssh: Rename SshConnectionParameters into SshParametersJarek Kobus2022-05-231-3/+4
* Qdb: Avoid some direct IDevice::mapToGlobalPath usehjk2022-05-111-7/+5
* Boot2Qt: Replace two more uses of ApplicationLauncherhjk2022-05-051-34/+20
* Get rid of IDevice::createProcess()Jarek Kobus2022-05-041-26/+0
* Implement QdbProcessInterfaceJarek Kobus2022-05-041-0/+21
* ApplicationLauncher: Unify APIJarek Kobus2022-03-021-1/+1
* DeviceProcess: Minimize the usage of DeviceProcessJarek Kobus2022-02-281-1/+1
* ApplicationLauncher: Remove start(IDevice *) overloadJarek Kobus2022-02-231-2/+4
* ProjectExplorer: Use simpler signature for ApplicationLauncher::processExited()hjk2022-02-151-5/+7
* ProjectExplorer: Split ApplicationLauncher::start() parametershjk2022-02-151-2/+5
* ProjectExplorer: Remove IDeviceFactory::setCanCreatehjk2022-02-041-1/+0
* ProjectExplorer: Use a lambda for DeviceFactory::create()hjk2022-01-261-10/+7
* Uniform ApplicationLauncher API: get rid of finished()Jarek Kobus2021-11-101-8/+8
* Uniform ApplicationLauncher API: get rid of reportError()Jarek Kobus2021-11-101-3/+2
* Uniform ApplicationLauncher API: get rid of remoteStderr/out()Jarek Kobus2021-11-091-6/+9
* Utils: Introduce a FilePath constructor from char arrayshjk2021-08-171-1/+1
* ProjectExplorer: Use Utils::CommandLine in ProjectExplorer::Runnablehjk2021-08-131-3/+2
* Core/Utils: Migrate further to Utils::Idhjk2020-07-061-1/+1
* Use dialogParent() instead of mainWindow()Eike Ziller2020-06-021-1/+1
* De-Q_OBJECT-ify most DeviceFactorieshjk2020-01-231-1/+1
* Fix lupdate issuesEike Ziller2019-11-041-1/+1
* Boot2Qt: Fix UI textLeena Miettinen2019-10-291-6/+6
* ProjectExplorer: Standardize RunWorker creation logichjk2019-08-271-12/+0
* Utils: Add CommandLine convenience constructorshjk2019-07-231-4/+2
* ProjectExplorer: Use Utils::FileName for Runnable::executablehjk2019-06-211-1/+1
* ProjectExplorer: Make Device::displayType a data memberhjk2019-06-191-5/+2
* Boot2Qt: Merge QdbDeviceWizard file triple into device fileshjk2019-06-131-9/+86
* Boot2Qt: Simplify QdbUtilshjk2019-06-131-1/+1
* Boot2Qt: Merge QdbDeviceProcess file pair into device fileshjk2019-06-131-1/+22
* Boot2Qt: Simplify DeviceApplicationObserver furtherhjk2019-06-131-94/+59
* Boot2Qt: Fix compile for gcc5.3Christian Stenger2019-06-131-1/+1
* Boot2Qt: Merge DeviceApplicationObserver file pair into device fileshjk2019-06-121-1/+108
* Boot2Qt: Simplify DeviceApplicationObserver interfacehjk2019-06-121-4/+4
* Add support for Boot2Qthjk2019-06-071-0/+149