summaryrefslogtreecommitdiffstats
path: root/tests/auto/qscroller
Commit message (Collapse)AuthorAgeFilesLines
* Make it compile on Mac OS X 10.5Robert Griebl2010-12-031-2/+2
|
* Touch events do not work on Mac OS 10.5Robert Griebl2010-12-031-2/+10
|
* QScroller merge, part 1Robert Griebl2010-12-022-0/+532
This merge consists of the actual kinetic scroller implementation, its autotests plus a few examples. QAbstractScrollArea and QAbstractItemView have been extended to support the new scroll events. The complete history is in http://scm.dev.nokia.troll.no/projects/qt/repos/rgriebls-qt-flickgesture/logs/4.7-flickgesture (part 2 is the QML Flickable replacement / part 3 is QWebView support) Task-number: QTBUG-9054 Reviewed-by: Ralf Engels