Revision 1198539
Go back to digest for 21st November 2010Bug Fixes in KDE-PIM
Sergio Luis Martins committed changes in /trunk/KDE/kdepim/mobile:
Two fixes for some crazy randomness in the task list:
- The percentComplete property is initialy binded to model.percentComplete, but then loses this binding when there's a mouse release, so after handling the mouse release, we must re-bind.
- We are not interested in all onPercentCompleteChanged events, only on those coming from the mouse release event
File Changes
Modified 2 files
- /trunk/KDE/kdepim/mobile
- /lib/CompletionSlider.qml
- /tasks/TaskListView.qml
2 files changed in total