summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativeflipable
Commit message (Collapse)AuthorAgeFilesLines
* Fix abort in flipableLeonardo Sobral Cunha2010-03-241-2/+13
| | | | | | | | | Flipable was calling updateSceneTransformFromParent, but this can only called when the the parent's scene transform is guaranteed to be updated, which is not the case in flipable. Task-number: QTBUG-8474 Reviewed-by: bnilsen
* Fix Flipable crash.Michael Brasser2010-03-212-0/+19
| | | | Task-number: QTBUG-9161
* Change autotest class prefix from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX ↵Leonardo Sobral Cunha2010-02-241-7/+7
| | | | to QDeclarativeXXX.
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵Warwick Allison2010-02-243-0/+130
QDeclarativeXXX.