aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/boot2qt/qdbdevice.cpp
Commit message (Expand)AuthorAgeFilesLines
* Various UI text fixesEike Ziller11 days1-1/+1
* b2qt: update qdb device default valuesSamuli Piippo2025-05-051-0/+6
* ProjectExplorer: Change IDevice to use AspectsMarcus Tillmanns2025-04-241-1/+1
* Add getter/setter to SSHParametersMarcus Tillmanns2025-04-241-2/+2
* IDevice: Simplify addDeviceAction()Jarek Kobus2025-01-211-2/+2
* ProjectExplorer: Paddle back on IDevice aspect exposurehjk2024-08-061-1/+1
* Project: Base IDevice on AspectContainerhjk2024-08-021-1/+1
* Boot2Qt: Remove unuser QdbDevice::m_serialNumberhjk2024-08-021-22/+0
* ProjectExplorer: Change IDevice::toMap signaturehjk2024-08-011-4/+3
* Boot2Qt: Edit UI textLeena Miettinen2024-06-251-5/+5
* CommandLine: Use more 1-arg c'torJarek Kobus2024-05-161-1/+1
* Utils: Fix build with MSVC with C++20Eike Ziller2024-02-281-1/+1
* SshProcessInterface: Fix sending control signalsDominik Holland2024-02-051-1/+5
* IDevice: Replace QSharedPointer with std::shared_ptrJarek Kobus2024-02-021-1/+1
* Boot2Qt: Use setup functions for two factorieshjk2024-01-291-14/+23
* ProjectExplorer: Remove IDevice::setDisplayNameMarcus Tillmanns2023-09-111-1/+1
* Plugins: And more Store and Keyhjk2023-08-251-3/+3
* Utils: Rename the new Storage to Storehjk2023-08-241-1/+1
* Use Utils::Storage instead of QVariantMap in a few placeshjk2023-08-231-1/+1
* Utils: Rename qtcprocess.{cpp,h} -> process.{cpp,h}Jarek Kobus2023-05-041-1/+1
* Utils: Rename QtcProcess -> ProcessJarek Kobus2023-05-041-2/+2
* ProjectExplorer: Allow Devices to be added without using the wizardhjk2023-03-241-0/+2
* RemoteLinux: Merge SshProcessInterface and LinuxProcessInterfacehjk2023-03-201-4/+3
* Boot2Qt: Tr::trhjk2023-01-181-22/+21
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* 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