| Commit message (Expand) | Author | Age | Files | Lines |
| * | Revert "ProjectExplorer: Let user choose a directory with "load project"" | Christian Kandeler | 2025-10-31 | 1 | -44/+8 |
| * | ProjectExplorer: Let user choose a directory with "load project" | Christian Kandeler | 2025-10-24 | 1 | -8/+44 |
| * | Utils: Use a Result<> for FileUtils::copyRecursively() | hjk | 2025-08-27 | 1 | -28/+26 |
| * | Utils: For non-native QFileDialog when the basedir is remote | hjk | 2025-08-05 | 1 | -1/+1 |
| * | Utils: Introduce FilePaths::commonPath() | hjk | 2025-07-14 | 1 | -46/+2 |
| * | Utils: Make FilePaths a full class instead of a QList<FilePaths> alias | hjk | 2025-07-11 | 1 | -1/+1 |
| * | Core: Show progress during plugin installation | Marcus Tillmanns | 2025-06-24 | 1 | -2/+3 |
| * | Utils: Move FileUtils::makeWritable to FilePath | hjk | 2025-05-21 | 1 | -5/+0 |
| * | Utils: Remove FileReader class | hjk | 2025-04-23 | 1 | -29/+0 |
| * | Utils: Merge the two FileSaver::write() overloads | hjk | 2025-04-23 | 1 | -9/+2 |
| * | Utils: Split user interaction out of FileSaver::finalize() | hjk | 2025-04-23 | 1 | -10/+5 |
| * | Utils: Return Result<> from one of the FileSaver::finalize() overloads | hjk | 2025-04-23 | 1 | -13/+4 |
| * | Utils: Move Utils::FileReader::fetchQrc out of FileReader | hjk | 2025-04-17 | 1 | -9/+9 |
| * | Utils: Return Result<> from FileReader::fetch() | hjk | 2025-04-16 | 1 | -8/+8 |
| * | Fix warning for ';' | Marco Bubke | 2025-04-15 | 1 | -1/+1 |
| * | Replace a few make_unexpected with ResultError | hjk | 2025-04-15 | 1 | -1/+1 |
| * | Replace most expected_str by Utils::Result | hjk | 2025-04-11 | 1 | -5/+5 |
| * | Utils: Replace Result class by type alias to std::expected<T, QString> | hjk | 2025-04-11 | 1 | -14/+14 |
| * | FileUtils: Use Result inside TempFileSaver | hjk | 2025-03-31 | 1 | -26/+22 |
| * | Utils: Replace more uses of FilePath::toUrlishString() | hjk | 2025-03-13 | 1 | -2/+2 |
| * | Utils: Rename FilePath::toString() into toUrlishString() | hjk | 2025-01-10 | 1 | -2/+2 |
| * | Utils: Remove parent argument from FileUtils dialogs | hjk | 2025-01-06 | 1 | -24/+13 |
| * | Utils: Merge one FileReader use in its only user | hjk | 2024-12-16 | 1 | -11/+0 |
| * | Utils: Simplify FileReader interface | hjk | 2024-12-13 | 1 | -11/+12 |
| * | Utils: Add FilePath::isLocal() and use it instead of !needsDevice() | hjk | 2024-12-09 | 1 | -7/+7 |
| * | Utils: Replace FileUtils class by a FileUtils namespace | hjk | 2024-11-20 | 1 | -62/+65 |
| * | Libs: Make static QRegularExpression instances static const | Alessandro Portale | 2024-11-20 | 1 | -4/+8 |
| * | Utils: disable atomic save on windows fat file system | David Schulz | 2024-11-20 | 1 | -1/+37 |
| * | Merge remote-tracking branch 'origin/15.0' | Eike Ziller | 2024-11-20 | 1 | -1/+1 |
| |\ |
|
| | * | Utils: Fix copyFileIfNewer's check for identitical file contents | hjk | 2024-11-14 | 1 | -1/+1 |
| * | | Fix Windows build | Alessandro Portale | 2024-11-15 | 1 | -1/+1 |
| * | | Utils: Make FileUtils::copyIfDifferent return Result instead of bool | hjk | 2024-11-15 | 1 | -10/+11 |
| |/ |
|
| * | Replace a few expected_str<void> by Utils::Result | hjk | 2024-10-08 | 1 | -1/+1 |
| * | Utils: Remove remote specific code from FileSaver | Marcus Tillmanns | 2024-09-12 | 1 | -26/+9 |
| * | Utils: Fix CopyAskingForOverwrite | Marcus Tillmanns | 2024-09-12 | 1 | -0/+2 |
| * | Fix some deprecation warnings | Orgad Shaneh | 2024-08-28 | 1 | -1/+1 |
| * | Core: Allow users to open output window contents in scratch buffer | Christian Kandeler | 2024-07-19 | 1 | -0/+22 |
| * | Utils: Fix FileUtils::copyRecursively with user interaction | Alessandro Portale | 2024-07-08 | 1 | -43/+43 |
| * | Utils: Make injected default dialog parent better re-usable | hjk | 2024-05-24 | 1 | -13/+2 |
| * | Add an environment variable for disabling atomic save | Eike Ziller | 2024-04-24 | 1 | -1/+2 |
| * | Utils: Add FilePath constructor for TempFileSaver | Marcus Tillmanns | 2024-02-12 | 1 | -0/+28 |
| * | Utils: Promote a local conversion function to FilePath::fromUrl() | hjk | 2024-01-26 | 1 | -10/+3 |
| * | ScreenRecorder: Add additional search paths | Marcus Tillmanns | 2023-11-01 | 1 | -0/+15 |
| * | Utils: Be a bit more verbose in debug output | hjk | 2023-10-18 | 1 | -1/+1 |
| * | FilePath: Use isSameDevice | Marcus Tillmanns | 2023-08-08 | 1 | -2/+1 |
| * | Fix some more *::count() deprecation warnings | hjk | 2023-06-07 | 1 | -1/+1 |
| * | Utils: Fix macOS permissions parsing | Marcus Tillmanns | 2023-05-31 | 1 | -3/+9 |
| * | Doc: Add "\inmodule QtCreator" to \class and \namespace docs | Leena Miettinen | 2023-05-22 | 1 | -1/+3 |
| * | Merge remote-tracking branch 'origin/10.0' | Eike Ziller | 2023-04-26 | 1 | -0/+4 |
| |\ |
|
| | * | Utils: Fix line ending conversion in FileReader | Marcus Tillmanns | 2023-04-25 | 1 | -0/+4 |