summaryrefslogtreecommitdiff
path: root/src/plugins/diffeditor/diffeditorplugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* License updateEike Ziller2014-10-091-7/+8
* Save / restore state in diff editor when reloadingjkobus2014-08-131-0/+2
* DiffEditor: Fix no newline handlingOrgad Shaneh2014-08-111-0/+70
* DiffEditor: Fix newline handling for not the last chunkJarek Kobus2014-07-281-1/+0
* DiffEditor: Add a failing test for regressionOrgad Shaneh2014-07-281-0/+50
* DiffEditor: Tests cleanupOrgad Shaneh2014-07-281-232/+209
* Fix newline handling in diff editorjkobus2014-07-091-22/+125
* Handle similarity index in git commitsjkobus2014-07-071-2/+43
* Rename some methods and variables in DiffEditorjkobus2014-07-071-3/+3
* Hide reload button for diff editor when there is no reloaderjkobus2014-07-071-7/+7
* Make it possible to save diff editor contentsjkobus2014-07-041-12/+21
* DiffEditor: Support patch with empty new/deleted fileOrgad Shaneh2014-06-161-1/+15
* DiffEditor: Support patch with new/deleted fileOrgad Shaneh2014-06-111-3/+43
* DiffEditor: Fix testOrgad Shaneh2014-06-111-33/+19
* Implement unified diff editorjkobus2014-06-061-27/+469
* DiffEditor: refactor internal structures.jkobus2014-03-111-11/+0
* VCS: Open diff/blame editors in other splitTobias Hunger2014-03-071-2/+3
* EditorManager: Add OpenEditorFlags to openEditorWithContentsTobias Hunger2014-03-071-2/+0
* Prepare for patch generation, fix internals.jkobus2014-02-271-2/+2
* Add DiffEditorManager, refactoring.jkobus2014-02-181-8/+10
* Provide parent to getOpenFileName() and getSaveFileName()Robert Loehning2014-01-311-2/+3
* Get rid of DiffShowEditor.Jarek Kobus2014-01-301-3/+0
* Rename DiffEditorWidget -> SideBySideDiffEditorWidgetJarek Kobus2014-01-301-3/+2
* Add DiffEditorControllerjkobus2014-01-161-2/+2
* Get rid of DiffEditor::editorWidget();jkobus2014-01-131-3/+3
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* Braces cleanupOrgad Shaneh2013-11-141-2/+1
* EditorFactory: Replace some virtual functions with data membershjk2013-08-021-1/+0
* Move IEditor::createNew to IDocument::setContentsEike Ziller2013-07-171-1/+1
* Add a DiffShowEditor showing an additional infojkobus2013-06-191-39/+5
* Fix wrong diff output with span linesjkobus2013-06-071-0/+10
* Switch less often to edit modeEike Ziller2013-06-051-1/+1
* DiffEditor: Rename DiffEditorEditable to DiffEditorhjk2013-06-031-7/+7
* Add file list combobox to diff editorjkobus2013-05-241-24/+21
* Basic integration of diff editor inside git pluginjkobus2013-05-151-193/+9
* Add file descriptions, enable file foldingjkobus2013-05-061-1/+9
* Fix Krazy warnings about includes/header guards in various plugins.Friedemann Kleint2013-03-131-1/+0
* Standardize IEditor subclass names, don't capitalize namespacesjkobus2013-02-221-15/+15
* Rename namespace DIFFEditor to DiffEditor.Friedemann Kleint2013-02-211-3/+5
* tr()-Fixes in Diff-Editor: Capitalization, add comment.Friedemann Kleint2013-02-201-2/+3
* Experimental integration of DiffEditorjkobus2013-02-181-0/+352