summaryrefslogtreecommitdiffstats
path: root/examples/scroller
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright year to 2011.Rohan McGovern2011-03-109-9/+9
| | | | | Reviewed-by: Trust Me (cherry picked from commit 774a3536b00c4d6e4c4c10b708e31b4373a338e3)
* Fix building of examples with -no-webkitJohn Brooks2011-02-091-3/+3
| | | | | Reviewed-by: Olivier Goffart Merge-request: 1084
* Fixed a stupid typoRobert Griebl2011-01-261-1/+1
|
* Various small fixes for the QScroller examplesRobert Griebl2011-01-2411-31/+28
| | | | Reviewed-By: TrustMe
* Fix drag velocity smoothing in QScroller.Robert Griebl2010-12-151-1/+1
| | | | | | The algorithm used for smoothing the drag velocity was wrong in many ways. Reviewed-by: Ralf Engels
* Make QScroller examples Qt-namespace safe.Robert Griebl2010-12-153-1/+6
|
* Simple fixes for CI gateRobert Griebl2010-12-021-0/+40
|
* QScroller merge, part 1Robert Griebl2010-12-0213-0/+2115
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