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) :)
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
There are possible workarounds but they have the potential to break other stuff, so this is best fixed in Qt itself.
*** This bug has been marked as a duplicate of bug 188757 ***