Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Core: Return a Result<> from IDocument::setContents | hjk | 2025-04-23 | 1 | -2/+2 |
* | Core: Replace IDocument::OpenResult by Utils::Result<> | hjk | 2025-04-17 | 1 | -4/+5 |
* | Core: Turn IDocument::OpenResult into a full class | hjk | 2025-04-16 | 1 | -8/+4 |
* | Utils: Replace Result class by type alias to std::expected<T, QString> | hjk | 2025-04-11 | 1 | -2/+2 |
* | Utils: Use the new Result class in some FilePath functions | hjk | 2024-10-01 | 1 | -2/+2 |
* | Core: Return expected_str<void> from IDocument::reload() | hjk | 2024-09-25 | 1 | -1/+1 |
* | Core: Make IDocument::save() return an expected_str<void> | hjk | 2024-09-24 | 1 | -1/+1 |
* | Core: add aboutToSave and saved signal to IDocument | David Schulz | 2023-06-15 | 1 | -1/+3 |
* | Remove GPL-3.0+ from license identifiers | Kai Köhne | 2023-01-06 | 1 | -1/+1 |
* | Use SPDX license identifiers | Lucie Gérard | 2022-08-26 | 1 | -24/+2 |
* | Provide Squish integration plugin | Christian Stenger | 2022-07-04 | 1 | -0/+72 |