aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/diffeditor/diffeditorwidgetcontroller.cpp
Commit message (Expand)AuthorAgeFilesLines
* Utils: Introduce TemporaryFile::filePath()hjk2025-07-091-1/+1
* Clean up some encoding related user codehjk2025-06-301-1/+1
* EditorManager: Drop EditorManager::defaultTextCodec()hjk2025-06-241-2/+2
* Core/TextEditor: Eliminate BaseTextDocument::setCodec()hjk2025-06-231-1/+1
* Clean up some includeshjk2025-05-141-1/+0
* Utils: Introduce a Utils::TextCodec classhjk2025-05-141-3/+3
* DiffEditor: Improve translatable stringAndre Hartmann2025-02-271-1/+1
* DiffEditor: Show warning when file cannot be openedAndre Hartmann2025-02-241-0/+3
* Core: Return expected_str<void> from IDocument::reload()hjk2024-09-251-2/+1
* Diff: Fix that dialog for "Revert Chunk" closes right awayEike Ziller2024-02-271-3/+6
* DiffEditor: Use nested using namespace declarationsJarek Kobus2023-06-091-5/+2
* DiffEditor: Refactor DiffEditorControllerJarek Kobus2023-06-091-1/+1
* DiffEditor: Tr::trAlessandro Portale2023-01-191-5/+6
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* DiffEditorController: Simplify APIJarek Kobus2022-12-151-4/+4
* DiffEditor/VCS: Save document before applying/reverting patch chunkOrgad Shaneh2022-10-191-5/+10
* PatchTool: Introduce PatchAction enumJarek Kobus2022-09-291-28/+20
* SideBySideDiffEditor: Avoid code repetitionJarek Kobus2022-09-291-14/+8
* DiffEditor: Cleanup includesJarek Kobus2022-09-291-5/+3
* DiffEditor: Use DiffSide in DiffEditorInputJarek Kobus2022-09-281-11/+9
* DiffEditorPlugin: Add SideBySideDiffOutputJarek Kobus2022-09-281-0/+2
* DiffEditorPlugin: Various cleanupsJarek Kobus2022-09-281-13/+6
* DiffEditor: Use DiffSide enum inside FileDataJarek Kobus2022-09-281-5/+5
* UnifiedDiffEditor: Move showing diff into separate threadJarek Kobus2022-09-281-12/+31
* UnifiedDiffEditor: Refactor internal dataJarek Kobus2022-09-221-4/+15
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* DiffEditor: Drop Utils:: prefix when using namespace UtilsJarek Kobus2022-06-081-4/+4
* InfoBar: Make adding more buttons possibleEike Ziller2022-01-181-1/+1
* EditorManager: Remove QString openEditor(At) overloadsEike Ziller2021-11-021-1/+1
* Vcs: Use FilePath for working directory in DiffEditorControllerhjk2021-08-201-11/+7
* Fix buildChristian Kandeler2021-08-171-1/+1
* Core: PatchTool code cosmeticshjk2021-08-171-1/+1
* Core: filepathify expected document changesDavid Schulz2021-06-171-3/+5
* Core: filepathify IDocumentDavid Schulz2021-05-191-1/+1
* Core: replace QString with Utils::FilePath to get documentsDavid Schulz2020-09-041-1/+1
* Core/Utils: Migrate further to Utils::Idhjk2020-07-061-0/+1
* Move InfoBar to UtilsEike Ziller2020-06-181-6/+6
* DiffEditor: add info bar for documents with encoding errorsDavid Schulz2020-04-151-2/+31
* DiffEditor: Stage and unstage selected lines for GitAndre Hartmann2019-11-191-6/+27
* DiffEditor: ModernizeAlessandro Portale2018-11-091-1/+1
* Pass this context object to the connect()Jarek Kobus2018-04-091-3/+3
* Fix repeting Stage/Unstage actions in unified diff editorJarek Kobus2018-02-161-48/+35
* Don't route request for chunk actions through diff docJarek Kobus2018-02-161-1/+3
* DiffEditor: ModernizeAndre Hartmann2017-12-091-1/+1
* Utils: Separate rendering out of ProgressIndicatorTobias Hunger2017-07-271-1/+1
* DiffEditor: Share "failed" state among multiple viewsJarek Kobus2017-07-051-2/+2
* Utils: Introduce a TemporaryDirectory and TemporaryFile classTobias Hunger2017-01-201-2/+2
* Display "Waiting for data" properlyJarek Kobus2017-01-091-0/+5
* Show progress indicator while reloading diffJarek Kobus2016-11-231-0/+54
* DiffEditor: fix revert chunk for diffs of modified filesJarek Kobus2016-10-211-10/+45