aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/diffeditor/diffeditordocument.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add "Save Without Formatting"Eike Ziller2025-09-011-2/+2
* Core/TextEditor: Eliminate BaseTextDocument::setCodec()hjk2025-06-231-2/+2
* Utils: Make file contents part of TextFileFormat::ReadResulthjk2025-05-091-3/+2
* Utils: Make TextFileFormat::ReadResult a classhjk2025-04-231-9/+8
* Core: Return a Result<> from IDocument::setContentshjk2025-04-231-2/+2
* Core: Replace IDocument::OpenResult by Utils::Result<>hjk2025-04-171-4/+4
* Core: Merge OpenResult::Code ReadError into CannotHandlehjk2025-04-171-1/+1
* Core: Turn IDocument::OpenResult into a full classhjk2025-04-161-10/+10
* Utils: Replace Result class by type alias to std::expected<T, QString>hjk2025-04-111-7/+7
* Utils: Return Utils::Result from TextFileFormat::writeFile()hjk2025-04-031-6/+4
* Core: Always use dialogParent() for CodecSelectorhjk2025-01-311-2/+1
* DiffEditor: Code cosmetics in diffeditordocument.cpphjk2024-12-121-8/+1
* Utils: Use the new Result class in some FilePath functionshjk2024-10-011-9/+7
* Core: Return expected_str<void> from IDocument::reload()hjk2024-09-251-10/+11
* Core: Make IDocument::save() return an expected_str<void>hjk2024-09-241-6/+6
* Revert "DiffEditorController: Add an option to set a syntax highlighter"Jarek Kobus2024-08-061-7/+0
* DiffEditorController: Add an option to set a syntax highlighterJarek Kobus2024-08-051-0/+7
* Utils: Add convenience function for generating a unique IdChristian Kandeler2024-07-121-1/+0
* CodecSelector: Hide dialog class behind functionEike Ziller2024-01-241-7/+7
* Core: add aboutToSave and saved signal to IDocumentDavid Schulz2023-06-151-1/+1
* DiffEditor: Use nested using namespace declarationsJarek Kobus2023-06-091-4/+2
* DiffEditor: Use QtConcurrent invocation for async tasksJarek Kobus2023-03-091-3/+3
* DiffUtils: Get rid of PatchFormattingFlagsJarek Kobus2023-02-051-1/+1
* DiffEditor: Simplify DiffEditorDocument::plainText()Jarek Kobus2023-02-031-16/+7
* DiffEditor: Tr::trAlessandro Portale2023-01-191-2/+3
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* DiffEditorController: Simplify APIJarek Kobus2022-12-151-11/+10
* DiffEditor: Simplify internalsJarek Kobus2022-12-141-3/+6
* PatchTool: Introduce PatchAction enumJarek Kobus2022-09-291-23/+17
* DiffEditor: Cleanup includesJarek Kobus2022-09-291-1/+0
* DiffEditorPlugin: Various cleanupsJarek Kobus2022-09-281-10/+7
* DiffEditor: Use DiffSide enum inside FileDataJarek Kobus2022-09-281-2/+2
* DiffEditor: Use DiffSide enum inside ChunkSelectionJarek Kobus2022-09-281-2/+2
* DiffEditor: Use DiffSide enum inside RowDataJarek Kobus2022-09-281-8/+8
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* DiffEditor: Drop Utils:: prefix when using namespace UtilsJarek Kobus2022-06-081-2/+2
* Core: FilePath-ify DocumentManagerhjk2021-09-221-3/+3
* Vcs: Use FilePath for working directory in DiffEditorControllerhjk2021-08-201-7/+7
* Core: filepathify IDocumentDavid Schulz2021-05-191-13/+11
* DiffEditor: add info bar for documents with encoding errorsDavid Schulz2020-04-151-3/+25
* Git/DiffEditor: Fix staging added/removed lines separatelyJarek Kobus2019-12-021-13/+41
* DiffEditor: Stage and unstage selected lines for GitAndre Hartmann2019-11-191-1/+33
* Merge remote-tracking branch 'origin/4.10'Eike Ziller2019-08-221-1/+7
|\
| * Git: Fix branch expansion on show before the diff display is doneOrgad Shaneh2019-08-161-1/+7
* | Avoid warning on empty expressionshjk2019-07-231-1/+1
|/
* Utils: Rename FileName to FilePathhjk2019-05-281-2/+2
* DiffEditor: fix various warningsJarek Kobus2018-05-031-1/+1
* Move git specific stuff out of diff editor pluginJarek Kobus2018-03-151-5/+0
* Don't route request for chunk actions through diff docJarek Kobus2018-02-161-2/+0
* DiffEditor: ModernizeAndre Hartmann2017-12-091-19/+15