aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/diffeditor/diffutils.h
Commit message (Expand)AuthorAgeFilesLines
* DiffEditor: Use QtConcurrent invocation for async tasksJarek Kobus2023-03-091-4/+4
* DiffUtils: Get rid of PatchFormattingFlagsJarek Kobus2023-02-051-7/+1
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Utils: Move DiffUtils::interpolate into MathUtilsJarek Kobus2022-11-281-2/+0
* DiffFileInfo: Export it back againJarek Kobus2022-09-301-1/+1
* DiffUtils: Introduce DiffChunkInfoJarek Kobus2022-09-291-1/+16
* DiffEditorPlugin: Introduce DiffFileInfoArrayJarek Kobus2022-09-291-1/+5
* SideBySideDiffEditor: Avoid code repetitionJarek Kobus2022-09-291-6/+1
* DiffEditor: Cleanup includesJarek Kobus2022-09-291-1/+0
* DiffEditorPlugin: Add SideBySideDiffOutputJarek Kobus2022-09-281-0/+2
* DiffEditor: Use DiffSide enum inside FileDataJarek Kobus2022-09-281-2/+1
* DiffEditor: Use DiffSide enum inside ChunkSelectionJarek Kobus2022-09-281-4/+4
* DiffEditor: Use DiffSide enum inside RowDataJarek Kobus2022-09-281-4/+3
* DiffEditor: Use DiffSide enum inside ChunkDataJarek Kobus2022-09-281-2/+1
* DiffEditor: Introduce DiffSide enumJarek Kobus2022-09-281-0/+6
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* Vcs: Use FilePath for working directory in DiffEditorControllerhjk2021-08-201-1/+3
* DiffEditor: Rely on compiler generated constructorsJarek Kobus2021-02-171-7/+5
* DiffUtils: Remove unused include and declarationEike Ziller2020-05-291-2/+0
* Git/DiffEditor: Fix staging added/removed lines separatelyJarek Kobus2019-12-021-4/+6
* DiffEditor: Stage and unstage selected lines for GitAndre Hartmann2019-11-191-0/+9
* DiffEditor: ModernizeAlessandro Portale2018-11-091-1/+1
* Beautifier: Move formatting tools to TextEditorIvan Donchevskii2018-08-301-4/+4
* DiffEditor: fix various warningsJarek Kobus2018-05-031-5/+5
* DiffEditor: ModernizeAndre Hartmann2017-12-091-24/+15
* DiffEditor: Fix parsing of mode-only change in patchOrgad Shaneh2017-11-271-0/+1
* Make it possible to cancel async diff calculationJarek Kobus2017-07-051-1/+6
* DiffEditor: fix revert chunk for diffs of modified filesJarek Kobus2016-10-211-0/+6
* Wholesale conversion to #pragma oncehjk2016-03-301-4/+1
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* Clean headers of the DiffEditor plugin.Tobias Hunger2015-03-101-3/+0
* DiffEditor: Refactor the user-facing partsTobias Hunger2015-03-101-1/+1
* Update LicenseEike Ziller2015-01-161-6/+6
* DiffEditor: Save description along with diff.Friedemann Kleint2014-11-131-1/+6
* Hide some diff editor controls when diff editor is bound to a file.jkobus2014-11-051-1/+0
* License updateEike Ziller2014-10-091-7/+8
* Show the chunk context info in unified diffjkobus2014-08-141-0/+1
* Handle similarity index in git commitsjkobus2014-07-071-6/+16
* Make it possible to save diff editor contentsjkobus2014-07-041-0/+3
* Implement unified diff editorjkobus2014-06-061-24/+54
* DiffEditor: refactor internal structures.jkobus2014-03-111-3/+10
* Move more function into diffutils, fix calculateOriginalData.jkobus2014-03-101-1/+10
* Move internal structures and some functions into diffutils.hjkobus2014-02-281-0/+96