summaryrefslogtreecommitdiff
path: root/src/plugins/diffeditor/diffutils.cpp
Commit message (Expand)AuthorAgeFilesLines
* DiffEditor: Fix DiffEditor testsJarek Kobus2023-03-101-5/+8
* DiffEditor: Use QtConcurrent invocation for async tasksJarek Kobus2023-03-091-64/+35
* DiffEditor: Fix compileChristian Stenger2023-02-061-1/+1
* DiffUtils: Get rid of PatchFormattingFlagsJarek Kobus2023-02-051-14/+11
* DiffUtils: Simplify file name formattingJarek Kobus2023-02-031-35/+14
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Utils: Move DiffUtils::interpolate into MathUtilsJarek Kobus2022-11-281-13/+0
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-1/+1
* DiffUtils: Introduce DiffChunkInfoJarek Kobus2022-09-291-0/+36
* DiffEditor: Cleanup includesJarek Kobus2022-09-291-6/+2
* DiffEditorPlugin: Add SideBySideDiffOutputJarek Kobus2022-09-281-0/+13
* DiffEditorPlugin: Various cleanupsJarek Kobus2022-09-281-21/+15
* DiffEditor: Use DiffSide enum inside FileDataJarek Kobus2022-09-281-18/+18
* DiffEditor: Use DiffSide enum inside ChunkSelectionJarek Kobus2022-09-281-1/+1
* DiffEditor: Use DiffSide enum inside RowDataJarek Kobus2022-09-281-11/+11
* DiffEditor: Use DiffSide enum inside ChunkDataJarek Kobus2022-09-281-6/+4
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* Utils: More porting.h related changeshjk2022-07-141-1/+0
* Utils: Collapse most of porting,hhjk2022-07-131-50/+50
* DiffEditor: Fix git diff parsing for rename + mode changeOrgad Shaneh2022-02-071-7/+21
* DiffEditor: Fix Qt6 buildEike Ziller2020-09-091-165/+144
* 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