summaryrefslogtreecommitdiff
path: root/src/plugins/diffeditor
Commit message (Expand)AuthorAgeFilesLines
* Solutions: Long live Solutions!Jarek Kobus2023-05-171-1/+1
* TaskTree: Prepare for de-utils-ization - part 2Jarek Kobus2023-05-122-3/+4
* Tasking::Tree: Rename Tree into TaskTreeTaskJarek Kobus2023-05-101-1/+1
* Remove unused includes of QFutureInterfaceJarek Kobus2023-05-042-5/+0
* Utils: Rename asynctask.{cpp,h} -> async.{cpp,h}Jarek Kobus2023-05-033-3/+3
* Tasking::Async: Rename Async into AsyncTaskJarek Kobus2023-05-035-11/+11
* All Plugins: Use global future synchronizerJarek Kobus2023-04-254-19/+11
* DiffEditor: Fix jumping to context line immediately on git showJarek Kobus2023-04-244-62/+60
* DiffEditor: Don't use QFutureInterfaceBase::get()Jarek Kobus2023-03-104-57/+51
* DiffEditor: Fix DiffEditor testsJarek Kobus2023-03-101-5/+8
* DiffEditor: Use QtConcurrent invocation for async tasksJarek Kobus2023-03-098-138/+100
* TaskTree: Add TreeStorage::operator*()Jarek Kobus2023-02-211-1/+1
* Translations: Change translation context prefix from "::" to "QtC::"Alessandro Portale2023-02-101-1/+1
* DiffEditor: Fix compileChristian Stenger2023-02-061-1/+1
* DiffUtils: Get rid of PatchFormattingFlagsJarek Kobus2023-02-053-22/+13
* DiffEditor: Simplify DiffEditorDocument::plainText()Jarek Kobus2023-02-031-16/+7
* DiffUtils: Simplify file name formattingJarek Kobus2023-02-031-35/+14
* DiffEditor: Fix a crash when "No difference"Jarek Kobus2023-02-033-7/+14
* Use simpler Plugin::initialize() when feasiblehjk2023-01-202-7/+2
* DiffEditor: Tr::trAlessandro Portale2023-01-197-64/+68
* Prefix Tr::tr contexts with ::hjk2023-01-133-4/+4
* DiffEditorPlugin: Avoid code repetitionJarek Kobus2023-01-121-51/+19
* DiffEditorPlugin: Remove unused includesJarek Kobus2023-01-121-47/+28
* VcsPlugins: Use multi-arg for stringsJarek Kobus2023-01-111-2/+1
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-0627-27/+27
* DiffEditorController: Remove unused stuffJarek Kobus2022-12-152-35/+8
* DiffFilesController: Reuse task treeJarek Kobus2022-12-151-42/+48
* VcsBaseDiffEditorController: Remove unused stuffJarek Kobus2022-12-152-12/+13
* DiffEditorController: Aggregate reloadRecipeJarek Kobus2022-12-152-5/+8
* DiffEditorController: Simplify APIJarek Kobus2022-12-155-30/+27
* DiffEditor: Simplify internalsJarek Kobus2022-12-145-15/+22
* GitBaseDiffEditorController: Remove interactive branch expansionJarek Kobus2022-12-144-97/+0
* DiffEditorController: Make it possible to setup task treeJarek Kobus2022-12-142-2/+20
* DiffEditorController: Make setReloader() protectedJarek Kobus2022-12-111-4/+3
* MathUtils: Add tangential interpolationJarek Kobus2022-11-282-4/+4
* Utils: Move DiffUtils::interpolate into MathUtilsJarek Kobus2022-11-284-21/+6
* DiffEditor: Use AsyncTaskJarek Kobus2022-11-185-51/+40
* Remove unused includes of Q[H/V]BoxLayoutJarek Kobus2022-11-181-1/+0
* DiffEditorPlugin: Expose plugin's future synchronizerJarek Kobus2022-11-094-11/+12
* Merge remote-tracking branch 'origin/9.0'Tim Jenssen2022-10-257-61/+59
|\
| * DiffEditor: Persist description widget heightOrgad Shaneh2022-10-242-2/+15
| * UnifiedDiffEditor: Fix indent visualizationJarek Kobus2022-10-211-0/+2
| * SideBySideDiffEditor: Synchronize left and right foldingsJarek Kobus2022-10-211-10/+10
| * SelectableTextEditorWidget: Handle display settingsJarek Kobus2022-10-205-50/+33
* | DiffEditor/VCS: Save document before applying/reverting patch chunkOrgad Shaneh2022-10-191-5/+10
|/
* UnifiedDiffEditor: Fix never ending spinner when no differenceJarek Kobus2022-10-131-1/+0
* UnifiedDiffEditor: Fix '+' on added linesJarek Kobus2022-10-111-1/+1
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-072-2/+2
* TextEditor: do not replace nbsp with normal spacesDavid Schulz2022-10-041-1/+1
* DiffEditor: Limit the usage of qMakePairJarek Kobus2022-09-302-7/+7