aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/utils/devicefileaccess.h
Commit message (Expand)AuthorAgeFilesLines
* Utils: Use QStringDecoder instead of QTextCodec in Processhjk2025-06-161-6/+6
* Utils: Introduce a Utils::TextCodec classhjk2025-05-141-4/+5
* Utils: Remove explicit QTextCodec from FilePath APIhjk2025-05-121-8/+4
* Utils: Add FilePath::{owner,group}{,id}hjk2025-04-231-0/+16
* Replace most expected_str by Utils::Resulthjk2025-04-111-15/+15
* Utils: Replace Result class by type alias to std::expected<T, QString>hjk2025-04-111-22/+22
* Utils: Return Result from DeviceFileAccess::removeRecursively()hjk2025-02-071-4/+4
* Utils: Add FilePath::processStd{Out,Err}Codec()hjk2024-12-061-0/+10
* RemoteLinux: Use "UnavailableDevice" for disconnected deviceshjk2024-11-151-2/+0
* Utils: Add an UnavailableFileAccess classhjk2024-11-041-0/+60
* Utils: Return Result from UnixDeviceFileAccess::runInShellSuccesshjk2024-10-101-1/+1
* Replace a few expected_str<void> by Utils::Resulthjk2024-10-081-13/+12
* Utils: Let FilePath::renameFile return an errorMarcus Tillmanns2024-09-121-3/+3
* Utils: Allow FilePath::removeFile to return error reasonMarcus Tillmanns2024-09-101-3/+3
* Utils: Change FileWatcher to use a single QFileWatcherMarcus Tillmanns2024-08-081-0/+1
* Remove #include <utils/fileutils.h> from most header fileshjk2024-07-261-1/+4
* Utils: Add FilePath::watchMarcus Tillmanns2024-06-211-0/+3
* Utils: Remove offset parameter from writeFileContentsMarcus Tillmanns2024-02-221-6/+3
* LinuxDevice: Add disconnected stateMarcus Tillmanns2024-02-131-0/+2
* Utils: Fix endless loop when ls iterating subdirsMarcus Tillmanns2023-11-071-8/+7
* Utils: ensureWritableDir returns expected_strMarcus Tillmanns2023-06-221-2/+2
* Fix saving of hardlinked filesEike Ziller2023-04-121-0/+3
* Utils: Store Device::osType in settingsMarcus Tillmanns2023-03-231-5/+0
* FilePath: Integrate FileStreamerManager for async i-faceJarek Kobus2023-03-071-14/+0
* Utils: Make UnixDeviceFileAccess macOS compatibleMarcus Tillmanns2023-02-251-0/+10
* Utils: Add FilePath::tmpDir and createTempFileMarcus Tillmanns2023-02-071-0/+9
* Utils: Add FilePath::copyRecursivelyMarcus Tillmanns2023-01-251-0/+2
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* ProjectExplorer: Funnel environment fetching through device accesshjk2022-12-151-0/+5
* Utils: Add std::expected implementationMarcus Tillmanns2022-12-141-41/+33
* Utils: Make FilePath::refersToExe(...) return the found itemhjk2022-11-281-2/+2
* Utils: Introduce a FilePath::refersToExecutableFilehjk2022-11-221-0/+8
* Utils: Sanitize FilePath::onDevice()hjk2022-11-171-1/+1
* Utils: Fix iterateWithFindMarcus Tillmanns2022-10-141-8/+3
* Utils: Add FilePath::isSymLinkhjk2022-10-141-0/+3
* Utils: Add FilePath::isSameFile()Marcus Tillmanns2022-10-131-0/+3
* Utils: Split off file access interface from IDevicehjk2022-10-131-0/+194