| Commit message (Expand) | Author | Age | Files | Lines |
| * | TaskTree: Switch to qt-ified QtTaskTree | Jarek Kobus | 2025-10-31 | 1 | -2/+2 |
| * | TaskTree: Rename CallDoneIf and its values | Jarek Kobus | 2025-07-23 | 1 | -1/+1 |
| * | Utils: Use TextEncoding in TextFileFormat internally | hjk | 2025-06-23 | 1 | -1/+1 |
| * | Utils: Use TextEncoding instead of TextCodec TextFileFormat::readFile*() | hjk | 2025-06-20 | 1 | -5/+5 |
| * | Utils: Introduce a Utils::TextCodec class | hjk | 2025-05-14 | 1 | -1/+1 |
| * | Utils: Avoid QTextCodec in Utils::TextFileFormat interface | hjk | 2025-05-12 | 1 | -1/+1 |
| * | DiffEditor: FilePath-ify DiffCurrentFileController | hjk | 2025-05-12 | 1 | -13/+14 |
| * | Utils: Make TextFileFormat::readFile() a member function | hjk | 2025-05-09 | 1 | -10/+6 |
| * | DiffEditor: Eliminate some FilePath::toUrlishString() | hjk | 2025-05-09 | 1 | -10/+10 |
| * | DiffEditor: Remove unused variables | Jarek Kobus | 2025-05-09 | 1 | -3/+0 |
| * | Utils: Make file contents part of TextFileFormat::ReadResult | hjk | 2025-05-09 | 1 | -15/+9 |
| * | Utils: Make TextFileFormat::ReadResult a class | hjk | 2025-04-23 | 1 | -16/+15 |
| * | DiffEditor: Remove some unneeded Q_OBJECT declarations | Jarek Kobus | 2025-03-04 | 1 | -5/+0 |
| * | Core: FilePathify DiffService | David Schulz | 2025-03-03 | 1 | -25/+27 |
| * | Utils: Rename FilePath::toString() into toUrlishString() | hjk | 2025-01-10 | 1 | -6/+6 |
| * | Utils: Remove parent argument from FileUtils dialogs | hjk | 2025-01-06 | 1 | -2/+2 |
| * | TextEditor: Protect access to TextFileFormat::[m_]codec | hjk | 2024-12-19 | 1 | -6/+6 |
| * | DiffEditor: Remove private indirection | Jarek Kobus | 2024-11-20 | 1 | -31/+19 |
| * | DiffEditor: Dismantle diffeditorplugin.h | Jarek Kobus | 2024-11-20 | 1 | -13/+36 |
| * | DiffEditor: Remove unused static variable | Jarek Kobus | 2024-11-20 | 1 | -8/+0 |
| * | TaskTree: Refactor For loops | Jarek Kobus | 2024-09-16 | 1 | -2/+1 |
| * | DiffEditor: Hide DiffEditor definition in .cpp | hjk | 2024-07-18 | 1 | -2/+3 |
| * | TaskTree: Introduce For element | Jarek Kobus | 2024-07-10 | 1 | -3/+3 |
| * | DiffFilesController: Simplify recipe | Jarek Kobus | 2024-07-09 | 1 | -31/+37 |
| * | AsyncTask: Centralize setting global future synchronizer | Eike Ziller | 2024-05-21 | 1 | -3/+0 |
| * | TaskTree: Rename TreeStorage<> -> Storage<> | Jarek Kobus | 2023-11-20 | 1 | -1/+1 |
| * | TaskTree: Get rid of Storage subclass of GroupItem | Jarek Kobus | 2023-11-20 | 1 | -1/+1 |
| * | TaskTree: Rename workflow policies | Jarek Kobus | 2023-11-07 | 1 | -1/+1 |
| * | TaskTree: Get rid of onGroupError element | Jarek Kobus | 2023-11-07 | 1 | -11/+8 |
| * | TaskTree: Make it possible to invoke done handler only with DoneResult | Jarek Kobus | 2023-11-07 | 1 | -2/+2 |
| * | TaskTree: Introduce CallDoneIf enum | Jarek Kobus | 2023-11-07 | 1 | -2/+2 |
| * | TaskTree: Add Task c'tor taking one handler for done and error | Jarek Kobus | 2023-11-06 | 1 | -14/+12 |
| * | DiffEditor: Use nested using namespace declarations | Jarek Kobus | 2023-06-09 | 1 | -4/+2 |
| * | TaskTree: Rename setupRoot into setRecipe | Jarek Kobus | 2023-06-08 | 1 | -1/+1 |
| * | TaskTree: Rename TaskItem into GroupItem | Jarek Kobus | 2023-06-06 | 1 | -1/+1 |
| * | TaskTree: Rename optional into finishAllAndDone | Jarek Kobus | 2023-05-30 | 1 | -1/+1 |
| * | TaskTree: Replace usages of OnGroup... with onGroup... functions | Jarek Kobus | 2023-05-19 | 1 | -2/+2 |
| * | Tasking::Tree: Rename Tree into TaskTreeTask | Jarek Kobus | 2023-05-10 | 1 | -1/+1 |
| * | Utils: Rename asynctask.{cpp,h} -> async.{cpp,h} | Jarek Kobus | 2023-05-03 | 1 | -1/+1 |
| * | Tasking::Async: Rename Async into AsyncTask | Jarek Kobus | 2023-05-03 | 1 | -3/+3 |
| * | All Plugins: Use global future synchronizer | Jarek Kobus | 2023-04-25 | 1 | -11/+5 |
| * | DiffEditor: Use QtConcurrent invocation for async tasks | Jarek Kobus | 2023-03-09 | 1 | -14/+13 |
| * | TaskTree: Add TreeStorage::operator*() | Jarek Kobus | 2023-02-21 | 1 | -1/+1 |
| * | DiffEditor: Fix a crash when "No difference" | Jarek Kobus | 2023-02-03 | 1 | -5/+12 |
| * | Use simpler Plugin::initialize() when feasible | hjk | 2023-01-20 | 1 | -6/+1 |
| * | DiffEditor: Tr::tr | Alessandro Portale | 2023-01-19 | 1 | -22/+21 |
| * | DiffEditorPlugin: Avoid code repetition | Jarek Kobus | 2023-01-12 | 1 | -51/+19 |
| * | DiffEditorPlugin: Remove unused includes | Jarek Kobus | 2023-01-12 | 1 | -47/+28 |
| * | Remove GPL-3.0+ from license identifiers | Kai Köhne | 2023-01-06 | 1 | -1/+1 |
| * | DiffFilesController: Reuse task tree | Jarek Kobus | 2022-12-15 | 1 | -42/+48 |