┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinmainwindow.cpp
diff options
context:
space:
mode:
authorNikolai Krasheninnikov <[email protected]>2020-01-26 17:06:40 +0100
committerElvis Angelaccio <[email protected]>2020-01-26 17:09:18 +0100
commit305085b58143c431d9abb7bd8dcb2f0954df725a (patch)
tree4e7dc4d9b7aa7b4cc6e24b4556d699ec10cf8660 /src/dolphinmainwindow.cpp
parent17e1a48c68000f92033196b6d19d876143a13608 (diff)
Fixes multiple VCS plugin calls on single directory update.
Summary: Fixes multiple VCS plugin beginRetrival()/endRetrival()/itemVersion() calls on single directory update. When VCS pluging finished gathering directory information VersionControlObserver::slotThreadFinished() calls KFileItemModel::setData() on each entry with appropriate item VCS information. This in turn emits KFileItemModel::itemsChanged() which is connected with VersionControlObserver::delayedDirectoryVerification() which is starting to gather VCS directory information again. This commits breaks the vicious circle. BUG: 415698 FIXED-IN: 20.04.0 Reviewers: #dolphin, meven, ngraham, elvisangelaccio Subscribers: kfm-devel Tags: #dolphin Differential Revision: https://phabricator.kde.org/D26721
Diffstat (limited to 'src/dolphinmainwindow.cpp')
0 files changed, 0 insertions, 0 deletions