summaryrefslogtreecommitdiff
path: root/src/plugins/diffeditor/diffeditorplugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* DiffEditor: Fix saving diff containing new or deleted filesJarek Kobus2017-08-101-1/+1
* DiffEditor: fix the cancellation of diff requestsJarek Kobus2017-07-171-2/+4
* Replace QRegExp with QRegularExpressionJarek Kobus2017-06-281-11/+58
* Support diff a file from project explorer against the current fileJarek Kobus2017-03-281-0/+16
* Prefix editor's uniqueId with plugin nameJarek Kobus2017-01-101-4/+8
* Merge remote-tracking branch 'origin/4.2'Orgad Shaneh2016-11-281-1/+4
|\
| * Make skipOpeningBigTextFile() public and use it in Diff EditorJarek Kobus2016-11-231-1/+4
* | Move diff calculation to the separate threadJarek Kobus2016-11-211-79/+153
|/
* Add some missing constsJarek Kobus2016-11-171-4/+4
* Add missing overridesJarek Kobus2016-11-171-4/+4
* DiffEditor: fix revert chunk for diffs of modified filesJarek Kobus2016-10-211-0/+3
* Use namespace Core in diff editor pluginJarek Kobus2016-10-211-37/+39
* Handle "Diff All Modified Files" action enablementJarek Kobus2016-10-211-39/+49
* Implement diff on close, on revert and on external modificationJarek Kobus2016-10-211-0/+81
* DiffEditor: Fix compile with gcc 4.8 / Qt5.6Christian Stenger2016-10-071-1/+1
* Implement diff for unsaved changesJarek Kobus2016-10-061-39/+263
* Show proper diff when one of diff files is missingJarek Kobus2016-07-251-2/+8
* 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