aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/vcsbase/vcsbasediffeditorcontroller.cpp
Commit message (Expand)AuthorAgeFilesLines
* AsyncTask: Centralize setting global future synchronizerEike Ziller2024-05-211-4/+0
* Utils: Fix build with MSVC with C++20Eike Ziller2024-02-281-1/+1
* TaskTree: Rename TreeStorage<> -> Storage<>Jarek Kobus2023-11-201-1/+1
* TaskTree: Introduce DoneWith enumJarek Kobus2023-11-071-2/+3
* VcsBase: Use common done handlerJarek Kobus2023-11-061-7/+4
* VcsBaseDiffEditorController: Get rid of unused fieldJarek Kobus2023-08-031-2/+0
* VcsBaseDiffEditorController: Get rid of inputStorage() methodJarek Kobus2023-08-021-12/+3
* TaskTree: Rename TaskItem into GroupItemJarek Kobus2023-06-061-1/+1
* TaskTree: Prepare for de-utils-ization - part 2Jarek Kobus2023-05-121-5/+4
* Utils: Rename qtcprocess.{cpp,h} -> process.{cpp,h}Jarek Kobus2023-05-041-1/+1
* Utils: Rename QtcProcess -> ProcessJarek Kobus2023-05-041-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-4/+4
* All Plugins: Use global future synchronizerJarek Kobus2023-04-251-2/+3
* DiffEditor: Fix jumping to context line immediately on git showJarek Kobus2023-04-241-0/+1
* DiffEditor: Use QtConcurrent invocation for async tasksJarek Kobus2023-03-091-11/+2
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* VcsBaseDiffEditorController: Use setUseCtrlCStub for vcs commandsJarek Kobus2022-12-151-0/+1
* VcsBaseDiffEditorController: Remove unused stuffJarek Kobus2022-12-151-125/+0
* VcsBaseDiffEditorController: Make post processing reusableJarek Kobus2022-12-151-7/+28
* DiffEditorController: Simplify APIJarek Kobus2022-12-151-13/+1
* DiffEditor: Simplify internalsJarek Kobus2022-12-141-12/+1
* DiffEditorController: Make it possible to setup task treeJarek Kobus2022-12-141-9/+20
* VcsBase: Move RunFlags into separate headerJarek Kobus2022-10-061-1/+1
* DiffEditor: Cleanup includesJarek Kobus2022-09-291-2/+0
* VcsCommand: Rename execute() to start()Jarek Kobus2022-09-211-1/+1
* VcsPlugin: Use VcsCommand::done() signal instead of finished()Jarek Kobus2022-09-201-2/+3
* VcsCommand: Add std channel gettersJarek Kobus2022-09-191-7/+2
* VcsBaseDiffEditorController: Fix git showJarek Kobus2022-09-171-1/+2
* VcsBaseDiffEditorController: Get rid of VcsCommandResultProxyJarek Kobus2022-09-161-86/+13
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* Move ShellCommand into VcsBase pluginJarek Kobus2022-08-011-7/+8
* VcsBase: Cleanup some Utils:: in cpp filesJarek Kobus2022-07-131-1/+1
* VcsBase: Hide VcsCommand classJarek Kobus2022-07-131-6/+6
* ShellCommand: Merge VcsCommand::VcsRunFlags into RunFlagsJarek Kobus2022-07-121-3/+3
* QtcProcess: Limit the inclusion of qtcprocess.hJarek Kobus2022-03-021-0/+1
* Vcs: Use FilePath for working directory in DiffEditorControllerhjk2021-08-201-5/+5
* Vcs: Use more FilePath for file pathshjk2021-08-021-1/+1
* Vcs/Utils: Use Utils::Environment for ShellCommandhjk2021-05-051-2/+5
* Vcs: Use setters to set up DiffController parametershjk2020-02-061-30/+31
* VcsBase: Use settings instead of client when it sufficeshjk2020-02-031-2/+3
* Merge remote-tracking branch 'origin/4.10'Eike Ziller2019-08-221-0/+1
|\
| * Git: Fix branch expansion on show before the diff display is doneOrgad Shaneh2019-08-161-0/+1
* | Utils: Use CommandLine in ShellCommandhjk2019-06-111-1/+1
|/
* VCS: Fix display of diff/show commands in progress barOrgad Shaneh2019-02-281-0/+7
* VCS: Fix translation issuesEike Ziller2017-10-241-1/+1
* DiffEditor: fix the cancellation of diff requestsJarek Kobus2017-07-171-18/+115
* Make it possible to cancel async diff calculationJarek Kobus2017-07-051-3/+5
* VcsBase: Create common base diff editor controllerJarek Kobus2017-07-051-0/+195