aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/devicesupport/devicemanager.cpp
Commit message (Expand)AuthorAgeFilesLines
* Utils: Fix build with MSVC with C++20Eike Ziller2024-02-281-1/+1
* ProjectExplorer: Move plugin unit tests definition to new classhjk2024-02-061-2/+2
* DeviceSupport: Make errors translatableMarcus Tillmanns2023-10-111-2/+2
* Utils: Fix FileAccess if device returns nullptrMarcus Tillmanns2023-10-111-2/+7
* DeviceSupport: Add more error outputMarcus Tillmanns2023-10-061-3/+6
* Utils: Remove unused functionMarcus Tillmanns2023-10-061-6/+0
* ProjectExplorer: Remove IDevice::setDisplayNameMarcus Tillmanns2023-09-111-3/+4
* ProjectExplorer: Directly use DeviceSettingsMarcus Tillmanns2023-09-111-0/+5
* ProjectExplorer: Avoid a QTC_ASSERT for a legitimated situationhjk2023-08-291-2/+3
* Utils: Introduce variantFromStore and storeFromVarianthjk2023-08-281-7/+7
* ProjectExplorer: And more Key and Storehjk2023-08-241-16/+16
* 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
* Terminal: Lazily open remote terminalsMarcus Tillmanns2023-08-171-16/+8
* Utils: Rename qtcprocess.{cpp,h} -> process.{cpp,h}Jarek Kobus2023-05-041-1/+1
* Utils: Rename QtcProcess -> ProcessJarek Kobus2023-05-041-1/+1
* Utils: Store Device::osType in settingsMarcus Tillmanns2023-03-231-0/+7
* ProjectExplorer: Remove IDevice::terminalCommandMarcus Tillmanns2023-03-021-3/+6
* Terminal: Add remote devices to shell selectionMarcus Tillmanns2023-02-271-0/+14
* Core: Make access to remote terminal easier in codehjk2023-01-311-0/+6
* ProjectExplorer: devicemanager.cpp code cosmeticshjk2023-01-231-40/+26
* ProjectExplorer: Improve error reportingMarcus Tillmanns2023-01-101-2/+5
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* ProjectExplorer: Fix wrong includeChristian Kandeler2022-12-161-1/+1
* Docker: Add Filepath::localSource()Marcus Tillmanns2022-12-161-0/+8
* ProjectExplorer: Better fallback for displayed nameshjk2022-12-151-1/+1
* Utils: Be a bit more informative in failing FilePath accesseshjk2022-12-141-2/+2
* IDevice: Provide default implementation for signalOperation()Jarek Kobus2022-11-291-4/+0
* ProjectExplorer: Remove duplicate devicesMarcus Tillmanns2022-11-171-1/+1
* Utils: Split off file access interface from IDevicehjk2022-10-131-179/+7
* Utils: Combine some of the iterateWithFind overloadshjk2022-10-121-8/+0
* Add FSEngine FilePath CacheMarcus Tillmanns2022-10-111-2/+16
* Utils: Add an offset parameter to the content writing FilePath functionhjk2022-10-101-2/+4
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-7/+7
* Filepath: Add ::isSameDeviceMarcus Tillmanns2022-09-201-0/+7
* Filepath: Add ensureReachable functionMarcus Tillmanns2022-09-191-0/+6
* FilePath: Return optional bytearray from device hooksEike Ziller2022-09-151-4/+7
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* Utils: Port some FilePath part accessors to QStringViewhjk2022-08-221-1/+1
* Utils: Make DeviceFileHooks access a bit more self-containedhjk2022-08-041-3/+1
* filepath: Move FileUtils:: function out of FilePath.cppMarcus Tillmanns2022-08-041-1/+1
* filesystem: Add QFSEngine for filepathsMarcus Tillmanns2022-07-211-0/+9
* Utils: Introduce FilePath::displayName()hjk2022-06-021-0/+6
* Utils: Remove deviceHooks.mapToGlobalPathhjk2022-05-101-6/+0
* QtcProcess: Forward declare Environment in QtcProcess headerJarek Kobus2022-05-091-0/+1
* Docker: implement process interfaceMarcus Tillmanns2022-05-031-8/+0
* Merge remote-tracking branch 'origin/7.0'Eike Ziller2022-02-281-0/+9
|\
| * ProjectExplorer: Introduce device://<deviceid>/...hjk2022-02-241-0/+9
* | Introduce processImplHookJarek Kobus2022-02-221-0/+7
|/
* Fix various warningsChristian Kandeler2022-01-271-5/+5