[kontact] [Bug 327865] Endless fetch loop with favorite collections

Christian Mollekopf mollekopf at kolabsys.com
Thu Nov 21 09:54:20 GMT 2013


https://bugs.kde.org/show_bug.cgi?id=327865

--- Comment #3 from Christian Mollekopf <mollekopf at kolabsys.com> ---
(In reply to comment #2)
> Could be fixed by this [0] patch, not sure whether it is still valid after
> Christian's changes though (or whether it was ever valid at all ;-)
> 
> [0] https://git.reviewboard.kde.org/r/112958/

I'm not quite sure if this should be required. But there are a couple of
different problems to tackle anyways:
* The first issue is that we get a dataChanged signal for the collection when
fetching items, while we should only get rowsInserted.
For this I have a patch ready here:
https://git.reviewboard.kde.org/r/113992/

That already fixes the endless loop.

* The second problem is how the selection proxy reacts to legitimate
dataChanged signals. It looks like every dataChanged signal explodes into each
selection proxy dereferencing and rereferencing all favorite collections. This
of course clears the buffer if you have a couple of favorites.

-- 
You are receiving this mail because:
You are the assignee for the bug.



More information about the Kdepim-bugs mailing list