summaryrefslogtreecommitdiff
path: root/src/plugins/diffeditor/differ.cpp
Commit message (Expand)AuthorAgeFilesLines
* DiffEditor: refactor loops and const correctnessJarek Kobus2017-06-281-56/+42
* Replace QRegExp with QRegularExpressionJarek Kobus2017-06-281-7/+7
* Use QString::*Ref methodMontel Laurent2017-04-211-1/+1
* Reserve some elementsMontel Laurent2017-04-141-0/+1
* Merge remote-tracking branch 'origin/4.2' into 4.3Orgad Shaneh2017-03-141-0/+1
|\
| * QRegExp include cleanupSamuel Gaist2017-03-131-0/+1
* | Make some variables constJarek Kobus2016-11-231-10/+10
* | Don't use static variables in differJarek Kobus2016-11-231-3/+3
* | Move diff calculation to the separate threadJarek Kobus2016-11-211-2/+20
|/
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* DiffEditor: avoid gcc warningNikita Baryshnikov2015-07-011-1/+1
* Update LicenseEike Ziller2015-01-161-6/+6
* License updateEike Ziller2014-10-091-7/+8
* Implement unified diff editorjkobus2014-06-061-20/+121
* DiffEditor: Pass const lists and string by referenceOrgad Shaneh2014-05-201-2/+2
* Compile fix with Qt 4hjk2014-02-141-0/+1
* Move some functions to Differ, add unified diffJarek Kobus2014-02-141-0/+629
* Refactor diff editor widget, fix whitespaces handlingjkobus2014-01-301-1/+1
* Fix return arg of Diff class getterjkobus2014-01-161-1/+1
* Add default arg to Diff ctorjkobus2014-01-161-3/+3
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* Braces cleanupOrgad Shaneh2013-11-141-12/+7
* Merge remote-tracking branch 'origin/2.7'Eike Ziller2013-03-181-0/+8
|\
| * Add a comment about the sources of inspiration for diff algorithmjkobus2013-03-121-0/+8
* | Add cleanupSemanticsLossless for even betten diff outputjkobus2013-03-151-147/+263
* | Add cleanupSemantics method, produce nicer diff outputjkobus2013-03-141-4/+160
* | Add autotests for diff editorjkobus2013-03-121-3/+57
* | Fix Krazy warnings about QString::null/clear().Friedemann Kleint2013-03-111-4/+4
|/
* Rename namespace DIFFEditor to DiffEditor.Friedemann Kleint2013-02-211-2/+2
* Experimental integration of DiffEditorjkobus2013-02-181-0/+499