Summary: Properly emit dataChanged signals when a file changes. dataChanged() was only emitted sometimes and then only for column 0.
ClosedPublic

Authored by chehrlic on Mar 14 2018, 7:31 PM.

Details

Test Plan

Open kdesvn, externally modify a file or do a svn revert. The item immediately
changes it's color. Before the change the color only changed when the item
was redrawn (e.g. when the focus changed).
It still is not updated correctly in the dirview. Needs some more investigation.

Diff Detail

Repository
R220 Subversion Client (KDE SVN)
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
chehrlic requested review of this revision.Mar 14 2018, 7:31 PM
chehrlic created this revision.
dfaure added inline comments.Mar 15 2018, 3:18 PM
src/svnfrontend/models/svnitemmodel.cpp
613

should this only happen under an if(ret) ?

This revision was not accepted when it landed; it landed in state Needs Review.Mar 30 2018, 7:13 PM
This revision was automatically updated to reflect the committed changes.