aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/diffeditor/diffeditordocument.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Replace manual signal blocking/unblocking with QSignalBlockerTobias Hunger2017-10-041-2/+1
* DiffEditor: Share "failed" state among multiple viewsJarek Kobus2017-07-051-4/+4
* DiffEditor: disable saveAs action during reloadJarek Kobus2017-06-291-0/+10
* Merge remote-tracking branch 'origin/4.2'Orgad Shaneh2016-11-281-0/+1
|\
| * Clear the uniqueId of diff editor when savingJarek Kobus2016-11-241-0/+1
* | Show progress indicator while reloading diffJarek Kobus2016-11-231-0/+2
|/
* DiffEditor: fix revert chunk for diffs of modified filesJarek Kobus2016-10-211-4/+7
* 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/+8
* 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