summaryrefslogtreecommitdiff
path: root/src/plugins/diffeditor/diffeditorplugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* Tasking::Tree: Rename Tree into TaskTreeTaskJarek Kobus2023-05-101-1/+1
* Utils: Rename asynctask.{cpp,h} -> async.{cpp,h}Jarek Kobus2023-05-031-1/+1
* Tasking::Async: Rename Async into AsyncTaskJarek Kobus2023-05-031-3/+3
* All Plugins: Use global future synchronizerJarek Kobus2023-04-251-11/+5
* DiffEditor: Use QtConcurrent invocation for async tasksJarek Kobus2023-03-091-14/+13
* TaskTree: Add TreeStorage::operator*()Jarek Kobus2023-02-211-1/+1
* DiffEditor: Fix a crash when "No difference"Jarek Kobus2023-02-031-5/+12
* Use simpler Plugin::initialize() when feasiblehjk2023-01-201-6/+1
* DiffEditor: Tr::trAlessandro Portale2023-01-191-22/+21
* DiffEditorPlugin: Avoid code repetitionJarek Kobus2023-01-121-51/+19
* DiffEditorPlugin: Remove unused includesJarek Kobus2023-01-121-47/+28
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* DiffFilesController: Reuse task treeJarek Kobus2022-12-151-42/+48
* DiffEditorPlugin: Expose plugin's future synchronizerJarek Kobus2022-11-091-4/+3
* DiffEditorPlugin: Introduce DiffFileInfoArrayJarek Kobus2022-09-291-1/+1
* PatchTool: Introduce PatchAction enumJarek Kobus2022-09-291-19/+31
* DiffEditor: Cleanup includesJarek Kobus2022-09-291-2/+0
* DiffEditorPlugin: Various cleanupsJarek Kobus2022-09-281-18/+18
* DiffEditor: Use DiffSide enum inside ReloadInputJarek Kobus2022-09-281-32/+20
* DiffEditor: Use DiffSide enum inside FileDataJarek Kobus2022-09-281-56/+46
* DiffEditor: Use DiffSide enum inside RowDataJarek Kobus2022-09-281-14/+14
* DiffEditor: Use DiffSide enum inside ChunkDataJarek Kobus2022-09-281-38/+21
* UnifiedDiffEditor: Move showing diff into separate threadJarek Kobus2022-09-281-4/+20
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* DiffEditor: Drop Utils:: prefix when using namespace UtilsJarek Kobus2022-06-081-25/+24
* DiffEditor: Fix git diff parsing for rename + mode changeOrgad Shaneh2022-02-071-0/+20
* Collect Qt Creator debug menu items into common submenuEike Ziller2022-01-261-1/+1
* DiffEditor: Assert that we are operating on non-null documentsJarek Kobus2021-12-071-0/+2
* Utils: Pass dialog parent to Utils::* file dialoghjk2021-08-171-2/+2
* Use the new file dialog wrappers in some placeshjk2021-08-061-14/+10
* Core: Add FilePath based overloads to EditorManager::openEditor{,at}hjk2021-05-251-2/+2
* Utils: filepathify TextFileFormatDavid Schulz2021-05-181-14/+10
* Don't access static functions/fields via instanceAlessandro Portale2020-11-191-1/+1
* Core: replace QString with Utils::FilePath to get documentsDavid Schulz2020-09-041-2/+2
* Diff/Vcs: Use a function object for reloadinghjk2020-02-061-16/+10
* DiffEditor: Pimpl pluginhjk2020-02-061-29/+51
* Git/DiffEditor: Fix staging added/removed lines separatelyJarek Kobus2019-12-021-49/+147
* DiffEditor: Stage and unstage selected lines for GitAndre Hartmann2019-11-191-0/+135
* DiffEditor: ModernizeAlessandro Portale2018-11-091-4/+4
* Beautifier: Move formatting tools to TextEditorIvan Donchevskii2018-08-301-1/+2
* DiffEditor: detect binary filesJarek Kobus2018-06-071-62/+59
* DiffEditor: fix various warningsJarek Kobus2018-05-031-3/+3
* DiffEditor: Remove unneeded used of global object poolhjk2018-02-081-2/+2
* Core: make useMacShortcut constexprDavid Schulz2018-02-021-2/+2
* DiffEditor: Simplify makePatch tests a bitOrgad Shaneh2018-01-171-35/+4
* DiffEditor: ModernizeAndre Hartmann2017-12-091-288/+288
* DiffEditor: Fix parsing of mode-only change in patchOrgad Shaneh2017-11-271-9/+25
* DiffEditor: Fix saving diff containing new or deleted filesJarek Kobus2017-08-101-1/+1
* DiffEditor: fix the cancellation of diff requestsJarek Kobus2017-07-171-2/+4
* Replace QRegExp with QRegularExpressionJarek Kobus2017-06-281-11/+58