https://bugs.kde.org/show_bug.cgi?id=493707
--- Comment #5 from rekh...@gmail.com --- the rearranging is actuallyt because moving an item removes it and then adds it. Something odd happens when you delete, you get something calling nameValueChanged and timeValueChanged with bad data. I'll try and make some time to get into it with GDB but heres some logging output. We remove a row, the next item down becomes selected. For some reason when an Item is selected it has it's name/time value changed to be the same as it currently is. That might be relevant. But then after that it gets an additional call to wipe its name and time value. some.namespace.foo: removeRows some.namespace.foo: nameValueChanged "Green Tea" some.namespace.foo: setData some.namespace.foo: timeValueChanged 120 some.namespace.foo: setData some.namespace.foo: nameValueChanged "" some.namespace.foo: setData some.namespace.foo: timeValueChanged 0 some.namespace.foo: timeValueChanged 1 some.namespace.foo: setData some.namespace.foo: setData some.namespace.foo: timeValueChanged 0 some.namespace.foo: timeValueChanged 1 some.namespace.foo: setData some.namespace.foo: setData -- You are receiving this mail because: You are watching all bug changes.