| Commit message (Expand) | Author | Age | Files | Lines |
| * | Utils: Introduce TemporaryFile::filePath() | hjk | 2025-07-09 | 1 | -1/+1 |
| * | Clean up some encoding related user code | hjk | 2025-06-30 | 1 | -1/+1 |
| * | EditorManager: Drop EditorManager::defaultTextCodec() | hjk | 2025-06-24 | 1 | -2/+2 |
| * | Core/TextEditor: Eliminate BaseTextDocument::setCodec() | hjk | 2025-06-23 | 1 | -1/+1 |
| * | Clean up some includes | hjk | 2025-05-14 | 1 | -1/+0 |
| * | Utils: Introduce a Utils::TextCodec class | hjk | 2025-05-14 | 1 | -3/+3 |
| * | DiffEditor: Improve translatable string | Andre Hartmann | 2025-02-27 | 1 | -1/+1 |
| * | DiffEditor: Show warning when file cannot be opened | Andre Hartmann | 2025-02-24 | 1 | -0/+3 |
| * | Core: Return expected_str<void> from IDocument::reload() | hjk | 2024-09-25 | 1 | -2/+1 |
| * | Diff: Fix that dialog for "Revert Chunk" closes right away | Eike Ziller | 2024-02-27 | 1 | -3/+6 |
| * | DiffEditor: Use nested using namespace declarations | Jarek Kobus | 2023-06-09 | 1 | -5/+2 |
| * | DiffEditor: Refactor DiffEditorController | Jarek Kobus | 2023-06-09 | 1 | -1/+1 |
| * | DiffEditor: Tr::tr | Alessandro Portale | 2023-01-19 | 1 | -5/+6 |
| * | 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 | -4/+4 |
| * | DiffEditor/VCS: Save document before applying/reverting patch chunk | Orgad Shaneh | 2022-10-19 | 1 | -5/+10 |
| * | PatchTool: Introduce PatchAction enum | Jarek Kobus | 2022-09-29 | 1 | -28/+20 |
| * | SideBySideDiffEditor: Avoid code repetition | Jarek Kobus | 2022-09-29 | 1 | -14/+8 |
| * | DiffEditor: Cleanup includes | Jarek Kobus | 2022-09-29 | 1 | -5/+3 |
| * | DiffEditor: Use DiffSide in DiffEditorInput | Jarek Kobus | 2022-09-28 | 1 | -11/+9 |
| * | DiffEditorPlugin: Add SideBySideDiffOutput | Jarek Kobus | 2022-09-28 | 1 | -0/+2 |
| * | DiffEditorPlugin: Various cleanups | Jarek Kobus | 2022-09-28 | 1 | -13/+6 |
| * | DiffEditor: Use DiffSide enum inside FileData | Jarek Kobus | 2022-09-28 | 1 | -5/+5 |
| * | UnifiedDiffEditor: Move showing diff into separate thread | Jarek Kobus | 2022-09-28 | 1 | -12/+31 |
| * | UnifiedDiffEditor: Refactor internal data | Jarek Kobus | 2022-09-22 | 1 | -4/+15 |
| * | 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 | -4/+4 |
| * | InfoBar: Make adding more buttons possible | Eike Ziller | 2022-01-18 | 1 | -1/+1 |
| * | EditorManager: Remove QString openEditor(At) overloads | Eike Ziller | 2021-11-02 | 1 | -1/+1 |
| * | Vcs: Use FilePath for working directory in DiffEditorController | hjk | 2021-08-20 | 1 | -11/+7 |
| * | Fix build | Christian Kandeler | 2021-08-17 | 1 | -1/+1 |
| * | Core: PatchTool code cosmetics | hjk | 2021-08-17 | 1 | -1/+1 |
| * | Core: filepathify expected document changes | David Schulz | 2021-06-17 | 1 | -3/+5 |
| * | Core: filepathify IDocument | David Schulz | 2021-05-19 | 1 | -1/+1 |
| * | Core: replace QString with Utils::FilePath to get documents | David Schulz | 2020-09-04 | 1 | -1/+1 |
| * | Core/Utils: Migrate further to Utils::Id | hjk | 2020-07-06 | 1 | -0/+1 |
| * | Move InfoBar to Utils | Eike Ziller | 2020-06-18 | 1 | -6/+6 |
| * | DiffEditor: add info bar for documents with encoding errors | David Schulz | 2020-04-15 | 1 | -2/+31 |
| * | DiffEditor: Stage and unstage selected lines for Git | Andre Hartmann | 2019-11-19 | 1 | -6/+27 |
| * | DiffEditor: Modernize | Alessandro Portale | 2018-11-09 | 1 | -1/+1 |
| * | Pass this context object to the connect() | Jarek Kobus | 2018-04-09 | 1 | -3/+3 |
| * | Fix repeting Stage/Unstage actions in unified diff editor | Jarek Kobus | 2018-02-16 | 1 | -48/+35 |
| * | Don't route request for chunk actions through diff doc | Jarek Kobus | 2018-02-16 | 1 | -1/+3 |
| * | DiffEditor: Modernize | Andre Hartmann | 2017-12-09 | 1 | -1/+1 |
| * | Utils: Separate rendering out of ProgressIndicator | Tobias Hunger | 2017-07-27 | 1 | -1/+1 |
| * | DiffEditor: Share "failed" state among multiple views | Jarek Kobus | 2017-07-05 | 1 | -2/+2 |
| * | Utils: Introduce a TemporaryDirectory and TemporaryFile class | Tobias Hunger | 2017-01-20 | 1 | -2/+2 |
| * | Display "Waiting for data" properly | Jarek Kobus | 2017-01-09 | 1 | -0/+5 |
| * | Show progress indicator while reloading diff | Jarek Kobus | 2016-11-23 | 1 | -0/+54 |
| * | DiffEditor: fix revert chunk for diffs of modified files | Jarek Kobus | 2016-10-21 | 1 | -10/+45 |