aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/diffeditor/diffutils.cpp
Commit message (Expand)AuthorAgeFilesLines
* DiffUtils: Remove unused include and declarationEike Ziller2020-05-291-1/+0
* Use isEmpty() instead of count() or size()Alessandro Portale2020-01-201-5/+5
* Git/DiffEditor: Fix staging added/removed lines separatelyJarek Kobus2019-12-021-0/+6
* Beautifier: Move formatting tools to TextEditorIvan Donchevskii2018-08-301-3/+5
* Utils: Purge asConstOrgad Shaneh2018-04-091-2/+1
* DiffEditor: ModernizeAndre Hartmann2017-12-091-28/+28
* DiffEditor: Fix parsing of mode-only change in patchOrgad Shaneh2017-11-271-7/+11
* DiffEditor: Fix saving diff containing new or deleted filesJarek Kobus2017-08-101-17/+55
* DiffEditor: Optimize patch processingJarek Kobus2017-08-101-282/+375
* Make it possible to cancel async diff calculationJarek Kobus2017-07-051-6/+22
* DiffEditor: Fix buildNikolai Kosjar2017-06-281-1/+1
* Replace QRegExp with QRegularExpressionJarek Kobus2017-06-281-164/+201
* QRegExp include cleanupSamuel Gaist2017-03-131-0/+1
* Git: Replace msysGit with Git for Windows in commentsOrgad Shaneh2016-11-291-1/+1
* Don't save context chunksJarek Kobus2016-11-241-0/+3
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* DiffEditor: Support mode change in Git diffOrgad Shaneh2015-08-251-0/+4
* DiffEditor: Parse git diffs properlyTobias Hunger2015-04-271-29/+27
* DiffEditor: Refactor the user-facing partsTobias Hunger2015-03-101-5/+4
* Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe'Eike Ziller2015-02-121-6/+6
|\
| * Update LicenseEike Ziller2015-01-161-6/+6
* | Merge remote-tracking branch 'origin/3.3'Eike Ziller2014-11-241-17/+22
|\|
| * DiffEditor: Save description along with diff.Friedemann Kleint2014-11-131-17/+22
* | Replace old svn diff editor with the new onejkobus2014-11-211-7/+13
|/
* Hide some diff editor controls when diff editor is bound to a file.jkobus2014-11-051-36/+8
* DiffEditor: Fix parsing of dirty submodule diffOrgad Shaneh2014-11-031-29/+29
* Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-141-7/+8
|\
| * License updateEike Ziller2014-10-091-7/+8
* | DiffEditor: Use lambda for the common initializationjkobus2014-10-061-26/+20
* | DiffEditor: Fix detection of subsequent renamesOrgad Shaneh2014-10-061-5/+5
* | DiffEditor: remove unneeded local variablesjkobus2014-10-061-4/+2
* | DiffEditor: CleanupOrgad Shaneh2014-09-291-65/+50
* | DiffEditor: Some more regexp cleanupOrgad Shaneh2014-09-081-66/+63
|/
* Show the chunk context info in unified diffjkobus2014-08-141-2/+6
* DiffEditor: Fix no newline handlingOrgad Shaneh2014-08-111-9/+25
* Fix reading of git format-patch outputjkobus2014-08-041-4/+11
* DiffEditor: Fix newline handling for not the last chunkJarek Kobus2014-07-281-1/+1
* Fix newline handling in diff editorjkobus2014-07-091-20/+53
* Handle similarity index in git commitsjkobus2014-07-071-21/+164
* Make it possible to save diff editor contentsjkobus2014-07-041-3/+44
* Fix test for DiffEditorjkobus2014-06-171-1/+1
* DiffEditor: Support patch with empty new/deleted fileOrgad Shaneh2014-06-161-2/+4
* DiffEditor: Support patch with new/deleted fileOrgad Shaneh2014-06-111-2/+2
* DiffEditor: Cleanup regexpsOrgad Shaneh2014-06-111-23/+26
* Implement unified diff editorjkobus2014-06-061-94/+691
* Diff Editor: Fix compilation with Qt < 5.2.Friedemann Kleint2014-03-121-3/+5
* DiffEditor: refactor internal structures.jkobus2014-03-111-90/+57
* Move more function into diffutils, fix calculateOriginalData.jkobus2014-03-101-3/+36
* Move internal structures and some functions into diffutils.hjkobus2014-02-281-0/+351