aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qnx/qnxdevice.cpp
Commit message (Expand)AuthorAgeFilesLines
* ProjectExplorer: Change IDevice to use AspectsMarcus Tillmanns2025-04-241-2/+2
* Add getter/setter to SSHParametersMarcus Tillmanns2025-04-241-1/+1
* IDevice: Simplify addDeviceAction()Jarek Kobus2025-01-211-2/+2
* RemoteLinux: Fix some more freezesChristian Kandeler2024-10-241-1/+1
* DeviceProcessSignalOperation: Remove unused interruptProcess() overloadJarek Kobus2024-09-201-5/+0
* ProjectExplorer: Paddle back on IDevice aspect exposurehjk2024-08-061-1/+1
* Project: Base IDevice on AspectContainerhjk2024-08-021-1/+1
* Utils: Fix build with MSVC with C++20Eike Ziller2024-02-281-1/+1
* IDevice: Replace QSharedPointer with std::shared_ptrJarek Kobus2024-02-021-1/+1
* Merge remote-tracking branch 'origin/12.0'Eike Ziller2024-01-301-0/+2
|\
| * QnxDevice: Set SourceProfile to true by defaultJarek Kobus2024-01-191-0/+2
* | Qnx: Use new setup scheme for most factorieshjk2023-11-171-13/+23
|/
* ProjectExplorer: Remove IDevice::setDisplayNameMarcus Tillmanns2023-09-111-1/+1
* RemoteLinux: Rename into sshdevicewizard{cpp, h}Jarek Kobus2023-07-251-2/+2
* GenericLinuxDeviceConfigurationWizard: Rename into SshDeviceWizardJarek Kobus2023-07-251-2/+1
* RemoteLinux: Make generic wizard reusableJarek Kobus2023-07-211-35/+7
* Utils: Rename qtcprocess.{cpp,h} -> process.{cpp,h}Jarek Kobus2023-05-041-1/+1
* Devices: Unify Port Gathering methodMarcus Tillmanns2023-04-061-10/+0
* Qnx: Compactify QnxDevice creation infrastructurehjk2023-03-271-42/+74
* ProjectExplorer: Allow Devices to be added without using the wizardhjk2023-03-241-0/+11
* Qnx: Drop support for QNX 6.5hjk2023-03-151-42/+0
* Qnx: Simplify QnxDeviceWizard interfacehjk2023-03-151-7/+1
* ProjectExplorer: Consolidate ProcessListMarcus Tillmanns2023-03-141-6/+0
* Qnx: Merge qnxdeviceprocesssignaloperation.{h,cpp} into qnxdevice.cpphjk2023-03-131-1/+31
* Qnx: Remove QnxProcessImplMarcus Tillmanns2023-03-131-62/+0
* Utils: More explicit host os use to make it stand outhjk2023-03-071-1/+1
* Avoid a few double lookups when expanding environment valueshjk2023-03-031-2/+2
* Qnx: Avoid use of Environment iteratorshjk2023-03-021-4/+3
* Qnx: Use /tmp for temporary pid fileshjk2023-02-221-1/+1
* Utils: Rename QtcProcess::readAllStandard* to readAllRawStandard*hjk2023-01-101-1/+1
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* LinuxDevice: Fix stopping remote app when run in terminalJarek Kobus2022-11-151-2/+2
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* Qnx: Modernize a bithjk2022-07-221-5/+3
* Qnx: Move to Tr::trhjk2022-07-131-5/+6
* Utils: Consolidate port parsing methodshjk2022-05-161-11/+1
* ProjectExplorer: Avoid need to fix up portsgatherer command lineshjk2022-05-121-26/+21
* ProjectExplorer: Introduce a IDevice::filePathhjk2022-05-101-1/+1
* Utils: Introduce QtcProcess::controlEnvironment()hjk2022-05-101-1/+1
* RemoteLinuxSignalOperation: Don't use SshRemoteProcessRunnerJarek Kobus2022-05-041-2/+1
* Get rid of IDevice::createProcess()Jarek Kobus2022-05-041-6/+0
* SshProcessInterface: Remove pidArgumentForKill()Jarek Kobus2022-05-041-3/+8
* QnxDevice: Don't use SshDeviceProcessJarek Kobus2022-05-031-21/+4
* LinuxDevice: Implement shared ssh connectionJarek Kobus2022-04-261-2/+61
* QnxDevice: Connect to QtcProcess::done() signalJarek Kobus2022-04-191-2/+1
* DeviceProcess: Minimize the usage of DeviceProcessJarek Kobus2022-02-281-3/+3
* ProjectExplorer: Normalize DeviceProcess::start() signaturehjk2022-02-141-3/+2
* ProjectExplorer: Remove IDeviceFactory::setCanCreatehjk2022-02-041-1/+0
* ProjectExplorer: Use CommandLine instead of Runnablehjk2022-02-031-4/+2
* ProjectExplorer: Rename DeviceProcess::error to errorOccuredhjk2022-01-271-1/+1