aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/diffeditor/diffeditordocument.h
Commit message (Expand)AuthorAgeFilesLines
* Add "Save Without Formatting"Eike Ziller2025-09-011-1/+1
* Core: Return a Result<> from IDocument::setContentshjk2025-04-231-1/+1
* Core: Replace IDocument::OpenResult by Utils::Result<>hjk2025-04-171-2/+2
* Core: Turn IDocument::OpenResult into a full classhjk2025-04-161-1/+1
* Utils: Replace Result class by type alias to std::expected<T, QString>hjk2025-04-111-2/+2
* Utils: Use the new Result class in some FilePath functionshjk2024-10-011-2/+2
* Core: Return expected_str<void> from IDocument::reload()hjk2024-09-251-1/+1
* Core: Make IDocument::save() return an expected_str<void>hjk2024-09-241-1/+1
* Revert "DiffEditorController: Add an option to set a syntax highlighter"Jarek Kobus2024-08-061-9/+0
* Git: Use ANSI colors for show descriptionOrgad Shaneh2024-08-061-0/+3
* DiffEditorController: Add an option to set a syntax highlighterJarek Kobus2024-08-051-0/+9
* VariousPlugins: Fix forward declarationsJarek Kobus2023-08-171-2/+0
* Core: add aboutToSave and saved signal to IDocumentDavid Schulz2023-06-151-1/+3
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* DiffEditorController: Simplify APIJarek Kobus2022-12-151-4/+4
* DiffEditor: Simplify internalsJarek Kobus2022-12-141-2/+2
* PatchTool: Introduce PatchAction enumJarek Kobus2022-09-291-3/+4
* DiffEditorPlugin: Various cleanupsJarek Kobus2022-09-281-2/+2
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* Core: FilePath-ify DocumentManagerhjk2021-09-221-1/+1
* Vcs: Use FilePath for working directory in DiffEditorControllerhjk2021-08-201-4/+4
* Core: filepathify IDocumentDavid Schulz2021-05-191-3/+3
* DiffEditor: add info bar for documents with encoding errorsDavid Schulz2020-04-151-0/+1
* DiffEditor: Stage and unstage selected lines for GitAndre Hartmann2019-11-191-1/+4
* Git: Fix branch expansion on show before the diff display is doneOrgad Shaneh2019-08-161-0/+1
* Move git specific stuff out of diff editor pluginJarek Kobus2018-03-151-1/+0
* Don't route request for chunk actions through diff docJarek Kobus2018-02-161-1/+0
* DiffEditor: ModernizeAndre Hartmann2017-12-091-4/+4
* DiffEditor: make some public methods privateJarek Kobus2017-07-101-2/+2
* DiffEditor: Share "failed" state among multiple viewsJarek Kobus2017-07-051-2/+8
* DiffEditor: disable saveAs action during reloadJarek Kobus2017-06-291-1/+1
* DiffEditor: De-slotOrgad Shaneh2017-03-201-4/+2
* Show progress indicator while reloading diffJarek Kobus2016-11-231-0/+2
* DiffEditor: fix revert chunk for diffs of modified filesJarek Kobus2016-10-211-1/+3
* Drop unneeded overrideJarek Kobus2016-10-071-1/+0
* Wholesale conversion to #pragma oncehjk2016-03-301-4/+1
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* IDocument: Rename defaultPath and suggestedFileNameEike Ziller2016-01-141-2/+2
* Git: Scroll to active file on Show invoked from file logOrgad Shaneh2015-11-031-1/+4
* Add override to IDocument hierarchyEike Ziller2015-06-111-8/+9
* Editor manager: Abort with a single message if file is not readable.Eike Ziller2015-06-101-1/+1
* Move "open" from IEditor to IDocumentEike Ziller2015-06-101-1/+1
* DiffEditorManager simplifyNikita Baryshnikov2015-04-131-1/+0
* Clean headers of the DiffEditor plugin.Tobias Hunger2015-03-101-0/+2
* DiffEditor: Refactor the user-facing partsTobias Hunger2015-03-101-1/+42
* DiffEditor: Make DiffEditorDocument internalTobias Hunger2015-02-161-3/+4
* Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe'Eike Ziller2015-02-121-6/+6
|\
| * Update LicenseEike Ziller2015-01-161-6/+6
* | DiffEditor: Remove a bit of fluffTobias Hunger2015-01-301-3/+2
|/
* DiffEditor: Make it possible to paste snippets.Friedemann Kleint2014-11-131-0/+3