aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/utils/fileutils.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert "ProjectExplorer: Let user choose a directory with "load project""Christian Kandeler2025-10-311-44/+8
* ProjectExplorer: Let user choose a directory with "load project"Christian Kandeler2025-10-241-8/+44
* Utils: Use a Result<> for FileUtils::copyRecursively()hjk2025-08-271-28/+26
* Utils: For non-native QFileDialog when the basedir is remotehjk2025-08-051-1/+1
* Utils: Introduce FilePaths::commonPath()hjk2025-07-141-46/+2
* Utils: Make FilePaths a full class instead of a QList<FilePaths> aliashjk2025-07-111-1/+1
* Core: Show progress during plugin installationMarcus Tillmanns2025-06-241-2/+3
* Utils: Move FileUtils::makeWritable to FilePathhjk2025-05-211-5/+0
* Utils: Remove FileReader classhjk2025-04-231-29/+0
* Utils: Merge the two FileSaver::write() overloadshjk2025-04-231-9/+2
* Utils: Split user interaction out of FileSaver::finalize()hjk2025-04-231-10/+5
* Utils: Return Result<> from one of the FileSaver::finalize() overloadshjk2025-04-231-13/+4
* Utils: Move Utils::FileReader::fetchQrc out of FileReaderhjk2025-04-171-9/+9
* Utils: Return Result<> from FileReader::fetch()hjk2025-04-161-8/+8
* Fix warning for ';'Marco Bubke2025-04-151-1/+1
* Replace a few make_unexpected with ResultErrorhjk2025-04-151-1/+1
* Replace most expected_str by Utils::Resulthjk2025-04-111-5/+5
* Utils: Replace Result class by type alias to std::expected<T, QString>hjk2025-04-111-14/+14
* FileUtils: Use Result inside TempFileSaverhjk2025-03-311-26/+22
* Utils: Replace more uses of FilePath::toUrlishString()hjk2025-03-131-2/+2
* Utils: Rename FilePath::toString() into toUrlishString()hjk2025-01-101-2/+2
* Utils: Remove parent argument from FileUtils dialogshjk2025-01-061-24/+13
* Utils: Merge one FileReader use in its only userhjk2024-12-161-11/+0
* Utils: Simplify FileReader interfacehjk2024-12-131-11/+12
* Utils: Add FilePath::isLocal() and use it instead of !needsDevice()hjk2024-12-091-7/+7
* Utils: Replace FileUtils class by a FileUtils namespacehjk2024-11-201-62/+65
* Libs: Make static QRegularExpression instances static constAlessandro Portale2024-11-201-4/+8
* Utils: disable atomic save on windows fat file systemDavid Schulz2024-11-201-1/+37
* Merge remote-tracking branch 'origin/15.0'Eike Ziller2024-11-201-1/+1
|\
| * Utils: Fix copyFileIfNewer's check for identitical file contentshjk2024-11-141-1/+1
* | Fix Windows buildAlessandro Portale2024-11-151-1/+1
* | Utils: Make FileUtils::copyIfDifferent return Result instead of boolhjk2024-11-151-10/+11
|/
* Replace a few expected_str<void> by Utils::Resulthjk2024-10-081-1/+1
* Utils: Remove remote specific code from FileSaverMarcus Tillmanns2024-09-121-26/+9
* Utils: Fix CopyAskingForOverwriteMarcus Tillmanns2024-09-121-0/+2
* Fix some deprecation warningsOrgad Shaneh2024-08-281-1/+1
* Core: Allow users to open output window contents in scratch bufferChristian Kandeler2024-07-191-0/+22
* Utils: Fix FileUtils::copyRecursively with user interactionAlessandro Portale2024-07-081-43/+43
* Utils: Make injected default dialog parent better re-usablehjk2024-05-241-13/+2
* Add an environment variable for disabling atomic saveEike Ziller2024-04-241-1/+2
* Utils: Add FilePath constructor for TempFileSaverMarcus Tillmanns2024-02-121-0/+28
* Utils: Promote a local conversion function to FilePath::fromUrl()hjk2024-01-261-10/+3
* ScreenRecorder: Add additional search pathsMarcus Tillmanns2023-11-011-0/+15
* Utils: Be a bit more verbose in debug outputhjk2023-10-181-1/+1
* FilePath: Use isSameDeviceMarcus Tillmanns2023-08-081-2/+1
* Fix some more *::count() deprecation warningshjk2023-06-071-1/+1
* Utils: Fix macOS permissions parsingMarcus Tillmanns2023-05-311-3/+9
* Doc: Add "\inmodule QtCreator" to \class and \namespace docsLeena Miettinen2023-05-221-1/+3
* Merge remote-tracking branch 'origin/10.0'Eike Ziller2023-04-261-0/+4
|\
| * Utils: Fix line ending conversion in FileReaderMarcus Tillmanns2023-04-251-0/+4