aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/diffeditor/diffeditorplugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* TaskTree: Switch to qt-ified QtTaskTreeJarek Kobus2025-10-311-2/+2
* TaskTree: Rename CallDoneIf and its valuesJarek Kobus2025-07-231-1/+1
* Utils: Use TextEncoding in TextFileFormat internallyhjk2025-06-231-1/+1
* Utils: Use TextEncoding instead of TextCodec TextFileFormat::readFile*()hjk2025-06-201-5/+5
* Utils: Introduce a Utils::TextCodec classhjk2025-05-141-1/+1
* Utils: Avoid QTextCodec in Utils::TextFileFormat interfacehjk2025-05-121-1/+1
* DiffEditor: FilePath-ify DiffCurrentFileControllerhjk2025-05-121-13/+14
* Utils: Make TextFileFormat::readFile() a member functionhjk2025-05-091-10/+6
* DiffEditor: Eliminate some FilePath::toUrlishString()hjk2025-05-091-10/+10
* DiffEditor: Remove unused variablesJarek Kobus2025-05-091-3/+0
* Utils: Make file contents part of TextFileFormat::ReadResulthjk2025-05-091-15/+9
* Utils: Make TextFileFormat::ReadResult a classhjk2025-04-231-16/+15
* DiffEditor: Remove some unneeded Q_OBJECT declarationsJarek Kobus2025-03-041-5/+0
* Core: FilePathify DiffServiceDavid Schulz2025-03-031-25/+27
* Utils: Rename FilePath::toString() into toUrlishString()hjk2025-01-101-6/+6
* Utils: Remove parent argument from FileUtils dialogshjk2025-01-061-2/+2
* TextEditor: Protect access to TextFileFormat::[m_]codechjk2024-12-191-6/+6
* DiffEditor: Remove private indirectionJarek Kobus2024-11-201-31/+19
* DiffEditor: Dismantle diffeditorplugin.hJarek Kobus2024-11-201-13/+36
* DiffEditor: Remove unused static variableJarek Kobus2024-11-201-8/+0
* TaskTree: Refactor For loopsJarek Kobus2024-09-161-2/+1
* DiffEditor: Hide DiffEditor definition in .cpphjk2024-07-181-2/+3
* TaskTree: Introduce For elementJarek Kobus2024-07-101-3/+3
* DiffFilesController: Simplify recipeJarek Kobus2024-07-091-31/+37
* AsyncTask: Centralize setting global future synchronizerEike Ziller2024-05-211-3/+0
* TaskTree: Rename TreeStorage<> -> Storage<>Jarek Kobus2023-11-201-1/+1
* TaskTree: Get rid of Storage subclass of GroupItemJarek Kobus2023-11-201-1/+1
* TaskTree: Rename workflow policiesJarek Kobus2023-11-071-1/+1
* TaskTree: Get rid of onGroupError elementJarek Kobus2023-11-071-11/+8
* TaskTree: Make it possible to invoke done handler only with DoneResultJarek Kobus2023-11-071-2/+2
* TaskTree: Introduce CallDoneIf enumJarek Kobus2023-11-071-2/+2
* TaskTree: Add Task c'tor taking one handler for done and errorJarek Kobus2023-11-061-14/+12
* DiffEditor: Use nested using namespace declarationsJarek Kobus2023-06-091-4/+2
* TaskTree: Rename setupRoot into setRecipeJarek Kobus2023-06-081-1/+1
* TaskTree: Rename TaskItem into GroupItemJarek Kobus2023-06-061-1/+1
* TaskTree: Rename optional into finishAllAndDoneJarek Kobus2023-05-301-1/+1
* TaskTree: Replace usages of OnGroup... with onGroup... functionsJarek Kobus2023-05-191-2/+2
* 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