summaryrefslogtreecommitdiff
path: root/src/plugins/diffeditor/diffeditordocument.cpp
Commit message (Expand)AuthorAgeFilesLines
* Editor manager: Abort with a single message if file is not readable.Eike Ziller2015-06-101-7/+9
* Move "open" from IEditor to IDocumentEike Ziller2015-06-101-2/+4
* DiffEditorManager simplifyNikita Baryshnikov2015-04-131-8/+0
* DiffEditor: Do not soft-assert when savingTobias Hunger2015-03-131-1/+2
* DiffEditor: Fix line number forcingTobias Hunger2015-03-111-2/+1
* DiffEditor: Refactor the user-facing partsTobias Hunger2015-03-101-42/+223
* Prefix duplicate names in Open Documents to make them uniqueOrgad Shaneh2015-02-261-1/+1
* DiffEditor: Make DiffEditorDocument internalTobias Hunger2015-02-161-0/+2
* 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-4/+0
* | Core: Use FileName for file path in IDocumentOrgad Shaneh2015-01-121-3/+3
|/
* DiffEditor: Make it possible to paste snippets.Friedemann Kleint2014-11-131-0/+5
* DiffEditor: Save description along with diff.Friedemann Kleint2014-11-131-3/+1
* Limit length of file names in DiffEditorDocument::suggestedFileName().Friedemann Kleint2014-11-131-0/+5
* Implement DiffEditorDocument::suggestedFileName().Friedemann Kleint2014-11-121-0/+25
* DiffEditor: remove description when the diff is saved.jkobus2014-11-071-2/+3
* Hide some diff editor controls when diff editor is bound to a file.jkobus2014-11-051-4/+7
* Fix reloading of patch filesjkobus2014-10-241-14/+27
* 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
|/
* DiffEditorDocument: Assign mimetypeOrgad Shaneh2014-08-141-0/+1
* Rename some methods and variables in DiffEditorjkobus2014-07-071-6/+6
* Make it possible to save diff editor contentsjkobus2014-07-041-4/+30
* IDocument: Make mimeType a value memberhjk2014-07-011-5/+0
* Merge remote-tracking branch 'origin/3.1'Oswald Buddenhagen2014-03-111-3/+2
|\
| * Don't register mimetype for diff editorjkobus2014-03-101-3/+2
* | Editors: Move id() from editor to document.Eike Ziller2014-03-051-0/+1
|/
* Add DiffEditorManager, refactoring.jkobus2014-02-181-5/+1
* Move DiffEditorController into DiffEditorDocument.Jarek Kobus2014-02-101-3/+14
* Rename DiffEditorFile -> DiffEditorDocumentJarek Kobus2014-01-301-0/+83