aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/utils/fileutils.h
Commit message (Expand)AuthorAgeFilesLines
* Core: Show progress during plugin installationMarcus Tillmanns5 days1-3/+2
* Utils: Move FileUtils::makeWritable to FilePathhjk2025-05-211-1/+0
* Utils: Remove FileReader classhjk2025-04-231-12/+0
* Utils: Merge the two FileSaver::write() overloadshjk2025-04-231-2/+1
* Utils: Split user interaction out of FileSaver::finalize()hjk2025-04-231-3/+3
* Utils: Return Result<> from one of the FileSaver::finalize() overloadshjk2025-04-231-6/+3
* FileUtils: Add missing exportJarek Kobus2025-04-171-2/+1
* Utils: Move Utils::FileReader::fetchQrc out of FileReaderhjk2025-04-171-1/+2
* Utils: Return Result<> from FileReader::fetch()hjk2025-04-161-3/+2
* Replace most expected_str by Utils::Resulthjk2025-04-111-1/+1
* Utils: Replace Result class by type alias to std::expected<T, QString>hjk2025-04-111-3/+3
* FileUtils: Use Result inside TempFileSaverhjk2025-03-311-4/+3
* Utils: Remove parent argument from FileUtils dialogshjk2025-01-061-7/+1
* Utils: Merge one FileReader use in its only userhjk2024-12-161-3/+0
* Utils: Simplify FileReader interfacehjk2024-12-131-7/+4
* Utils: Replace FileUtils class by a FileUtils namespacehjk2024-11-201-75/+75
* Utils: Make FileUtils::copyIfDifferent return Result instead of boolhjk2024-11-151-1/+1
* Remove #include <utils/fileutils.h> from most header fileshjk2024-07-261-7/+0
* Core: Allow users to open output window contents in scratch bufferChristian Kandeler2024-07-191-0/+2
* Utils: Fix FileUtils::copyRecursively with user interactionAlessandro Portale2024-07-081-2/+3
* Utils: Make injected default dialog parent better re-usablehjk2024-05-241-4/+0
* Utils: Add FilePath constructor for TempFileSaverMarcus Tillmanns2024-02-121-0/+4
* ScreenRecorder: Add additional search pathsMarcus Tillmanns2023-11-011-0/+3
* Terminal: Add shell integrationMarcus Tillmanns2023-03-161-1/+0
* Utils: Make UnixDeviceFileAccess macOS compatibleMarcus Tillmanns2023-02-251-1/+1
* Utils: Add tst_filepathMarcus Tillmanns2023-02-241-4/+0
* Utils: Tr::trAlessandro Portale2023-02-011-4/+0
* Utils: Add FilePath::copyRecursivelyMarcus Tillmanns2023-01-251-41/+6
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Utils: Change browse button to OptionPushButtonMarcus Tillmanns2022-12-091-3/+8
* Utils: Consolidate the isRelative/isAbsolute implementationshjk2022-12-011-2/+0
* Utils: Check shift pressed for directory chooserMarcus Tillmanns2022-10-181-1/+2
* Utils: Add FilePath::isSameFile()Marcus Tillmanns2022-10-131-1/+0
* Utils: Split off file access interface from IDevicehjk2022-10-131-7/+0
* FileUtils:: Support non-native filedialogMarcus Tillmanns2022-10-121-7/+0
* Utils: Combine some of the iterateWithFind overloadshjk2022-10-121-13/+0
* Add FSEngine FilePath CacheMarcus Tillmanns2022-10-111-2/+11
* Utils: Return a bit more data from DeviceShell::runInShellhjk2022-10-101-1/+8
* Utils: Make more unix find code re-usablehjk2022-10-071-4/+14
* Utils: Make path cleaning platform agnostichjk2022-09-231-1/+4
* Merge remote-tracking branch 'origin/8.0'Eike Ziller2022-09-191-0/+2
|\
| * linuxdevice: Fix ::bytesAvailableMarcus Tillmanns2022-09-151-0/+2
* | Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* | FileUtils: Adds toFilePathList functionMarcus Tillmanns2022-08-041-0/+2
* | filepath: Move FileUtils:: function out of FilePath.cppMarcus Tillmanns2022-08-041-43/+3
* | Utils: Improve FileUtils::commonPathAlessandro Portale2022-07-291-0/+1
* | Utils: Use FilePaths alias instead of QList<FilePath>Alessandro Portale2022-07-211-2/+2
* | filesystem: Add QFSEngine for filepathsMarcus Tillmanns2022-07-211-1/+9
|/
* Utils: Introduce FilePath::displayName()hjk2022-06-021-0/+1
* Utils: More forward declarations / drop unused headers [D-G]Jarek Kobus2022-05-251-5/+1