aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/diffeditor/sidebysidediffeditorwidget.h
Commit message (Expand)AuthorAgeFilesLines
* Remove unused includes of QFutureInterfaceJarek Kobus2023-05-041-1/+0
* Tasking::Async: Rename Async into AsyncTaskJarek Kobus2023-05-031-2/+2
* DiffEditor: Don't use QFutureInterfaceBase::get()Jarek Kobus2023-03-101-13/+11
* DiffEditor: Use QtConcurrent invocation for async tasksJarek Kobus2023-03-091-2/+2
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* DiffEditor: Use AsyncTaskJarek Kobus2022-11-181-2/+7
* DiffUtils: Introduce DiffChunkInfoJarek Kobus2022-09-291-8/+3
* SideBySideDiffEditor: Avoid code repetitionJarek Kobus2022-09-291-18/+10
* DiffEditor: Cleanup includesJarek Kobus2022-09-291-2/+0
* SideBySideDiffEditor: Move showing diff into separate threadJarek Kobus2022-09-281-0/+11
* DiffEditorPlugin: Add SideBySideDiffOutputJarek Kobus2022-09-281-19/+37
* DiffEditorPlugin: Various cleanupsJarek Kobus2022-09-281-2/+2
* SideBySideDiffEditor: Refactor internal dataJarek Kobus2022-09-281-0/+40
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* DiffEditor: Remove workingDir parameter from setDiff()hjk2021-08-171-2/+1
* Remove unnecessary removeContextObject callsEike Ziller2020-05-271-3/+0
* DiffEditor: Stage and unstage selected lines for GitAndre Hartmann2019-11-191-2/+2
* diffeditor: remove unused forward declarationLaurent Montel2019-10-251-1/+0
* DiffEditor: ModernizeAlessandro Portale2018-11-091-1/+1
* DiffEditor: Keep horizontal scrollbar policy in syncJarek Kobus2018-05-161-0/+1
* Fix repeting Stage/Unstage actions in unified diff editorJarek Kobus2018-02-161-2/+2
* Refactor HighlightScrollBarJarek Kobus2017-12-121-0/+2
* DiffEditor: ModernizeAndre Hartmann2017-12-091-6/+6
* Add folding to Side-by-side diff editorJarek Kobus2017-11-011-0/+1
* DiffEditor: Clean forward declarationLaurent Montel2017-09-271-1/+0
* DiffEditor: Fix editor actionsEike Ziller2017-05-181-1/+12
* DiffEditor: De-slotOrgad Shaneh2017-03-201-2/+1
* Display "Waiting for data" properlyJarek Kobus2017-01-091-0/+1
* Refactor DiffEditorWidgets, introduce common widget controllerJarek Kobus2016-07-251-20/+4
* Wholesale conversion to #pragma oncehjk2016-03-301-4/+1
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* DiffEditor: Remove dead codeTobias Hunger2015-03-111-3/+0
* Clean headers of the DiffEditor plugin.Tobias Hunger2015-03-101-7/+5
* DiffEditor: Refactor the user-facing partsTobias Hunger2015-03-101-9/+16
* DiffEditor: Make SideBySideDiffEditorWidget internalTobias Hunger2015-02-161-5/+8
* DiffEditor: Make DiffEditorGuiController internalTobias Hunger2015-02-161-3/+4
* Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe'Eike Ziller2015-02-121-6/+6
|\
| * Update LicenseEike Ziller2015-01-161-6/+6
* | DiffEditor: Remove unused methodsTobias Hunger2015-02-041-1/+0
* | DiffEditor: Remove a bit of fluffTobias Hunger2015-01-301-2/+1
|/
* Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-141-7/+8
|\
| * License updateEike Ziller2014-10-091-7/+8
* | DiffEditor: Simplify makePatchOrgad Shaneh2014-09-091-1/+1
|/
* Implement unified diff editorjkobus2014-06-061-27/+26
* DiffEditor: refactor internal structures.jkobus2014-03-111-4/+0
* Move more function into diffutils, fix calculateOriginalData.jkobus2014-03-101-8/+2
* Move internal structures and some functions into diffutils.hjkobus2014-02-281-5/+6
* Prepare for patch generation, fix internals.jkobus2014-02-271-1/+1
* Move Gui stuff out of DiffEditorControllerjkobus2014-02-241-2/+4
* Add DiffEditorManager, refactoring.jkobus2014-02-181-9/+1