summaryrefslogtreecommitdiff
path: root/src/plugins/diffeditor/diffeditorplugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* fix metatype declaration in a few placesNikita Baryshnikov2015-09-021-1/+1
* DiffEditor: Support mode change in Git diffOrgad Shaneh2015-08-251-1/+17
* DiffEditor: Silence warning about unused variable.Christian Kandeler2015-06-101-3/+2
* DiffEditorManager simplifyNikita Baryshnikov2015-04-131-7/+3
* DiffEditor: Refactor the user-facing partsTobias Hunger2015-03-101-58/+31
* Clean exported headers of the Core plugin.Friedemann Kleint2015-03-051-0/+1
* Core: Make Context parameter to registerAction optionalhjk2015-02-261-3/+1
* DiffEditor: Make DiffEditorDocument internalTobias Hunger2015-02-161-3/+6
* Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe'Eike Ziller2015-02-121-6/+6
|\
| * Update LicenseEike Ziller2015-01-161-6/+6
* | Port to new connect apiMontel Laurent2015-01-291-1/+1
* | Merge remote-tracking branch 'origin/3.3'Eike Ziller2014-11-241-2/+1
|\ \ | |/
| * DiffEditor: Remove pointless assignment.Christian Kandeler2014-11-191-2/+1
* | Replace old svn diff editor with the new onejkobus2014-11-211-0/+60
|/
* Hide some diff editor controls when diff editor is bound to a file.jkobus2014-11-051-9/+6
* DiffEditor: Fix parsing of dirty submodule diffOrgad Shaneh2014-11-031-0/+26
* Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-141-7/+8
|\
| * License updateEike Ziller2014-10-091-7/+8
* | DiffEditor: Fix detection of subsequent renamesOrgad Shaneh2014-10-061-0/+50
* | ExtensionSystem: Remove Qt4 supportEike Ziller2014-08-271-3/+0
|/
* 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