aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/remotelinux/linuxdevice.h
Commit message (Expand)AuthorAgeFilesLines
* RemoteLinux: Serialize the "disconnected" stateChristian Kandeler3 days1-0/+3
* LinuxDeviceTester: Fix a crash on closing dialog when tryToConnect()Jarek Kobus2024-03-191-1/+1
* LinuxDevice: Add disconnected stateMarcus Tillmanns2024-02-131-0/+10
* IDevice: Replace QSharedPointer with std::shared_ptrJarek Kobus2024-02-021-2/+2
* RemoteLinux: Use new factory setup pattern for most factorieshjk2023-11-221-8/+1
* ProjectExplorer: Introduce 'userAtHostAndPort'hjk2023-10-051-0/+1
* ProjectExplorer: Remove IDevice::createProcessListModelhjk2023-06-231-1/+0
* ProjectExplorer: Merge DeviceProcessList into ProcessListhjk2023-06-231-1/+1
* Devices: Unify Port Gathering methodMarcus Tillmanns2023-04-061-2/+0
* Utils: Store Device::osType in settingsMarcus Tillmanns2023-03-231-0/+4
* RemoteLinux: Merge SshProcessInterface and LinuxProcessInterfacehjk2023-03-201-2/+2
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* ProjectExplorer: Funnel environment fetching through device accesshjk2022-12-151-2/+0
* Utils: Split off file access interface from IDevicehjk2022-10-131-30/+1
* Utils: Combine some of the iterateWithFind overloadshjk2022-10-121-3/+0
* Linuxdevice: Add FilePathInfo functionsMarcus Tillmanns2022-10-111-1/+5
* Utils: Add an offset parameter to the content writing FilePath functionhjk2022-10-101-1/+3
* RemoteLinux: Allow remote linux build devices as opt-inhjk2022-10-041-0/+1
* FilePath: Return optional bytearray from device hooksEike Ziller2022-09-151-1/+3
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* RemoteLinux: Convert to Tr::trhjk2022-07-221-2/+0
* filesystem: Add QFSEngine for filepathsMarcus Tillmanns2022-07-211-0/+2
* Fix debugging on iOSEike Ziller2022-06-141-1/+0
* Move FileTransfer into ProjectExplorer pluginJarek Kobus2022-05-301-1/+3
* FileTransfer: Handle shared ssh connectionJarek Kobus2022-05-301-0/+1
* FileTransfer: Make the usage more convenientJarek Kobus2022-05-161-42/+0
* LinuxDevice: Add createFileTransfer() methodJarek Kobus2022-05-161-0/+42
* ProjectExplorer: Avoid need to fix up portsgatherer command lineshjk2022-05-121-1/+1
* Utils: Introduce QtcProcess::controlEnvironment()hjk2022-05-101-0/+1
* Get rid of IDevice::createProcess()Jarek Kobus2022-05-041-2/+0
* LinuxDevice: Implement shared ssh connectionJarek Kobus2022-04-261-1/+2
* DeviceProcess: Minimize the usage of DeviceProcessJarek Kobus2022-02-281-1/+1
* LinuxDevice: Implement runProcess()Jarek Kobus2022-02-031-1/+1
* Fix various warningsChristian Kandeler2022-01-271-1/+1
* ProjectExplorer: Use a lambda for DeviceFactory::create()hjk2022-01-261-2/+0
* Utils: Wrap various file system iteration flags and filtershjk2022-01-261-3/+1
* Utils: Add optional recursion for file system iterationhjk2022-01-181-1/+2
* Simplify RemoteLinuxCheckForFreeDiskSpaceServiceJarek Kobus2022-01-111-0/+2
* Introduce IDevice::bytesAvailable()Jarek Kobus2022-01-051-0/+1
* RemoteLinux: Implement some of the remote file APIhjk2022-01-041-0/+33
* RemoteLinux: Use a RemoteLinux.SupportsRSync keyhjk2020-04-091-3/+0
* De-Q_OBJECT-ify most DeviceFactorieshjk2020-01-231-5/+1
* ProjectExplorer: Base IDevice::osType on a data memberhjk2019-08-191-1/+0
* ProjectExplorer: Make Device::displayType a data memberhjk2019-06-191-1/+0
* ProjectExplorer: Fix "Open Terminal With Run Env" for remote targetsChristian Kandeler2019-06-141-4/+0
* Fix "open terminal with environment" functionalityChristian Kandeler2019-05-241-0/+4
* ProjectExplorer: Use the fromMap(toMap()) pattern to clone deviceshjk2019-05-101-1/+0
* Move IDeviceFactory closer to IDevice implementationhjk2019-02-211-0/+14
* RemoteLinux: Streamline device constructionhjk2019-01-161-10/+2
* ProjectExplorer: Dissolve one of the LinuxDevice constructorshjk2019-01-151-1/+0