summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativeflickable
Commit message (Collapse)AuthorAgeFilesLines
* Replace all occurances of "Qt 4.7" with "QtQuick 1.0"Aaron Kennedy2010-09-296-10/+10
| | | | | Task-number: QTBUG-13799 Reviewed-by: Martin Jones
* Add missing auto test files.Martin Jones2010-08-161-0/+7
|
* Handle QGraphicsWidgets in FlickableMartin Jones2010-08-161-0/+37
| | | | | Task-number: QTBUG-12830 Reviewed-by: Michael Brasser
* Expose the Flickable's internal contentItemMartin Jones2010-06-242-0/+10
| | | | | | | | So that dynamically created items can be parented to the contentItem and be flicked with the rest of the content. Task-number: QTBUG-11674 Reviewed-by: Aaron Kennedy
* Make declarative autotests compile on Symbian abld build systemJoona Petrell2010-06-082-3/+6
| | | | | Task-number: Reviewed-by: Martin Jones
* Symbian build fix to declarative auto and benchmark testsJoona Petrell2010-05-141-1/+8
| | | | | Task-number: QTBUG-9491 Reviewed-by: Martin Jones
* Flickable small API changes.Yann Bodson2010-05-121-0/+28
| | | | | | | | | | - Split moving into movingHorizontally anf movingVertically - Split flicking into flickingHorizontally and flickingVertically - Rename flickDirection to flickableDirection - onMovementStarted, onMovementEnded, onFlickStarted and onFlickEnded signals removed Task-number: QTBUG-10572 Reviewed-by: Martin Jones
* Replace Flickable overshoot property with boundsBehaviorMartin Jones2010-04-222-14/+20
| | | | Task-number: QTBUG-9993
* Fix versioning of Qt Declarative's in-built typesAlan Alpert2010-04-214-4/+4
| | | | | | Since we aren't releasing for 4.6, all types are new in 4.7. Task-number: QTBUG-10081
* Rename remaining import Qt 4.6 lines to import Qt 4.7Joona Petrell2010-04-141-4/+4
| | | | | Task-number: Reviewed-by: Martin Jones
* Tweak tests to run in parallelAaron Kennedy2010-04-131-0/+3
|
* Renamed Flickable viewportXXX properties contentXXXMartin Jones2010-02-264-10/+9
| | | | A viewport is the thing you look through, not what you look at.
* Change autotest class prefix from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX ↵Leonardo Sobral Cunha2010-02-241-12/+12
| | | | to QDeclarativeXXX.
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵Warwick Allison2010-02-246-0/+280
QDeclarativeXXX.