summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativeflipable
Commit message (Collapse)AuthorAgeFilesLines
* Remove license headers from test data.Warwick Allison2010-05-233-123/+0
| | | | Partial revert of d5a86d924bfe331aeba6465b0f249cd27ef83ad4
* Add license headers for .qml files.Jason McDonald2010-05-213-0/+123
| | | | | | | Examples get the BSD license, while all other .qml files get the LGPL/tech-preview license. Reviewed-by: Trust Me
* Symbian build fix to declarative auto and benchmark testsJoona Petrell2010-05-141-1/+8
| | | | | Task-number: QTBUG-9491 Reviewed-by: Martin Jones
* Fix versioning of Qt Declarative's in-built typesAlan Alpert2010-04-213-3/+3
| | | | | | Since we aren't releasing for 4.6, all types are new in 4.7. Task-number: QTBUG-10081
* Emit runtime warnings through QDeclarativeEngineAaron Kennedy2010-04-191-2/+2
| | | | QTBUG-9726
* Tweak tests to run in parallelAaron Kennedy2010-04-131-0/+3
|
* Test fix.Michael Brasser2010-04-121-2/+2
|
* Adds missing qml file to qdeclarativeflipable autotestLeonardo Sobral Cunha2010-04-122-0/+14
|
* 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.