Bug 221153

Summary: smooth scrolling in hotnewstuff mainmenu
Product: [Frameworks and Libraries] kdelibs Reporter: christian <ch75>
Component: knewstuffAssignee: Jeremy Whiting <jpwhiting>
Status: RESOLVED DUPLICATE    
Severity: wishlist CC: gladhorn
Priority: NOR    
Version: 4.3   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:

Description christian 2010-01-03 21:03:52 UTC
Version:            (using Devel)
OS:                Linux
Installed from:    Compiled sources

please please give us smoothscrolling, when scolling the newstuff lists with the mouswheels (or the (iphone)finger) :)
Comment 1 Frederik Gladhorn 2010-01-04 02:23:33 UTC
This is indeed a general problem with listviews in qt.
It seems that per pixel scrolling is not working with delegates (since it uses the size hint for the view's singleStep property.
see also http://qt.gitorious.org/qt/qt/merge_requests/422
Comment 2 Frederik Gladhorn 2010-01-04 02:24:09 UTC
There are possible workarounds but they have the potential to break other stuff, so this is best fixed in Qt itself.
Comment 3 Christoph Feck 2010-01-04 13:53:50 UTC

*** This bug has been marked as a duplicate of bug 188757 ***