Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed license headers for examples in master | Timo Turunen | 2011-04-05 | 3 | -81/+78 |
| | | | | | | All examples should carry the BSD header. Reviewed-by: Trust Me | ||||
* | Update copyright year to 2011. | Rohan McGovern | 2011-03-10 | 3 | -3/+3 |
| | | | | | Reviewed-by: Trust Me (cherry picked from commit 774a3536b00c4d6e4c4c10b708e31b4373a338e3) | ||||
* | Various small fixes for the QScroller examples | Robert Griebl | 2011-01-24 | 4 | -13/+12 |
| | | | | Reviewed-By: TrustMe | ||||
* | Make QScroller examples Qt-namespace safe. | Robert Griebl | 2010-12-15 | 1 | -0/+2 |
| | |||||
* | QScroller merge, part 1 | Robert Griebl | 2010-12-02 | 4 | -0/+513 |
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 |