aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/diffeditor/diffeditordocument.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Implement DiffEditorDocument::suggestedFileName().Friedemann Kleint2014-11-121-1/+1
* Fix reloading of patch filesjkobus2014-10-241-1/+1
* Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-141-7/+8
|\
| * License updateEike Ziller2014-10-091-7/+8
* | Rename {Core,TextEditor},{Base,}TextDocument classeshjk2014-09-251-1/+1
|/
* Rename some methods and variables in DiffEditorjkobus2014-07-071-1/+1
* Make it possible to save diff editor contentsjkobus2014-07-041-4/+4
* IDocument: Make mimeType a value memberhjk2014-07-011-1/+0
* Don't register mimetype for diff editorjkobus2014-03-101-2/+1
* Add DiffEditorManager, refactoring.jkobus2014-02-181-5/+2
* Move DiffEditorController into DiffEditorDocument.Jarek Kobus2014-02-101-2/+7