| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add "Save Without Formatting" | Eike Ziller | 2025-09-01 | 1 | -2/+2 |
| * | Core/TextEditor: Eliminate BaseTextDocument::setCodec() | hjk | 2025-06-23 | 1 | -2/+2 |
| * | Utils: Make file contents part of TextFileFormat::ReadResult | hjk | 2025-05-09 | 1 | -3/+2 |
| * | Utils: Make TextFileFormat::ReadResult a class | hjk | 2025-04-23 | 1 | -9/+8 |
| * | 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/+4 |
| * | Core: Merge OpenResult::Code ReadError into CannotHandle | hjk | 2025-04-17 | 1 | -1/+1 |
| * | Core: Turn IDocument::OpenResult into a full class | hjk | 2025-04-16 | 1 | -10/+10 |
| * | Utils: Replace Result class by type alias to std::expected<T, QString> | hjk | 2025-04-11 | 1 | -7/+7 |
| * | Utils: Return Utils::Result from TextFileFormat::writeFile() | hjk | 2025-04-03 | 1 | -6/+4 |
| * | Core: Always use dialogParent() for CodecSelector | hjk | 2025-01-31 | 1 | -2/+1 |
| * | DiffEditor: Code cosmetics in diffeditordocument.cpp | hjk | 2024-12-12 | 1 | -8/+1 |
| * | Utils: Use the new Result class in some FilePath functions | hjk | 2024-10-01 | 1 | -9/+7 |
| * | Core: Return expected_str<void> from IDocument::reload() | hjk | 2024-09-25 | 1 | -10/+11 |
| * | Core: Make IDocument::save() return an expected_str<void> | hjk | 2024-09-24 | 1 | -6/+6 |
| * | Revert "DiffEditorController: Add an option to set a syntax highlighter" | Jarek Kobus | 2024-08-06 | 1 | -7/+0 |
| * | DiffEditorController: Add an option to set a syntax highlighter | Jarek Kobus | 2024-08-05 | 1 | -0/+7 |
| * | Utils: Add convenience function for generating a unique Id | Christian Kandeler | 2024-07-12 | 1 | -1/+0 |
| * | CodecSelector: Hide dialog class behind function | Eike Ziller | 2024-01-24 | 1 | -7/+7 |
| * | Core: add aboutToSave and saved signal to IDocument | David Schulz | 2023-06-15 | 1 | -1/+1 |
| * | DiffEditor: Use nested using namespace declarations | Jarek Kobus | 2023-06-09 | 1 | -4/+2 |
| * | DiffEditor: Use QtConcurrent invocation for async tasks | Jarek Kobus | 2023-03-09 | 1 | -3/+3 |
| * | DiffUtils: Get rid of PatchFormattingFlags | Jarek Kobus | 2023-02-05 | 1 | -1/+1 |
| * | DiffEditor: Simplify DiffEditorDocument::plainText() | Jarek Kobus | 2023-02-03 | 1 | -16/+7 |
| * | DiffEditor: Tr::tr | Alessandro Portale | 2023-01-19 | 1 | -2/+3 |
| * | Remove GPL-3.0+ from license identifiers | Kai Köhne | 2023-01-06 | 1 | -1/+1 |
| * | DiffEditorController: Simplify API | Jarek Kobus | 2022-12-15 | 1 | -11/+10 |
| * | DiffEditor: Simplify internals | Jarek Kobus | 2022-12-14 | 1 | -3/+6 |
| * | PatchTool: Introduce PatchAction enum | Jarek Kobus | 2022-09-29 | 1 | -23/+17 |
| * | DiffEditor: Cleanup includes | Jarek Kobus | 2022-09-29 | 1 | -1/+0 |
| * | DiffEditorPlugin: Various cleanups | Jarek Kobus | 2022-09-28 | 1 | -10/+7 |
| * | DiffEditor: Use DiffSide enum inside FileData | Jarek Kobus | 2022-09-28 | 1 | -2/+2 |
| * | DiffEditor: Use DiffSide enum inside ChunkSelection | Jarek Kobus | 2022-09-28 | 1 | -2/+2 |
| * | DiffEditor: Use DiffSide enum inside RowData | Jarek Kobus | 2022-09-28 | 1 | -8/+8 |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-08-26 | 1 | -24/+2 |
| * | DiffEditor: Drop Utils:: prefix when using namespace Utils | Jarek Kobus | 2022-06-08 | 1 | -2/+2 |
| * | Core: FilePath-ify DocumentManager | hjk | 2021-09-22 | 1 | -3/+3 |
| * | Vcs: Use FilePath for working directory in DiffEditorController | hjk | 2021-08-20 | 1 | -7/+7 |
| * | Core: filepathify IDocument | David Schulz | 2021-05-19 | 1 | -13/+11 |
| * | DiffEditor: add info bar for documents with encoding errors | David Schulz | 2020-04-15 | 1 | -3/+25 |
| * | Git/DiffEditor: Fix staging added/removed lines separately | Jarek Kobus | 2019-12-02 | 1 | -13/+41 |
| * | DiffEditor: Stage and unstage selected lines for Git | Andre Hartmann | 2019-11-19 | 1 | -1/+33 |
| * | Merge remote-tracking branch 'origin/4.10' | Eike Ziller | 2019-08-22 | 1 | -1/+7 |
| |\ |
|
| | * | Git: Fix branch expansion on show before the diff display is done | Orgad Shaneh | 2019-08-16 | 1 | -1/+7 |
| * | | Avoid warning on empty expressions | hjk | 2019-07-23 | 1 | -1/+1 |
| |/ |
|
| * | Utils: Rename FileName to FilePath | hjk | 2019-05-28 | 1 | -2/+2 |
| * | DiffEditor: fix various warnings | Jarek Kobus | 2018-05-03 | 1 | -1/+1 |
| * | Move git specific stuff out of diff editor plugin | Jarek Kobus | 2018-03-15 | 1 | -5/+0 |
| * | Don't route request for chunk actions through diff doc | Jarek Kobus | 2018-02-16 | 1 | -2/+0 |
| * | DiffEditor: Modernize | Andre Hartmann | 2017-12-09 | 1 | -19/+15 |