summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativedom
Commit message (Collapse)AuthorAgeFilesLines
* Don't unnecessarily regenerate property cacheAaron Kennedy2010-04-281-3/+1
| | | | Improves compilation:boomblock benchmark by 22%
* Fix versioning of Qt Declarative's in-built typesAlan Alpert2010-04-215-5/+5
| | | | | | Since we aren't releasing for 4.6, all types are new in 4.7. Task-number: QTBUG-10081
* Complete tst_qdeclarativedom::position autotestAaron Kennedy2010-04-201-1/+2
| | | | QTBUG-10036
* Fix qdeclarativedom testYann Bodson2010-04-141-9/+9
|
* Rename remaining import Qt 4.6 lines to import Qt 4.7Joona Petrell2010-04-141-23/+23
| | | | | Task-number: Reviewed-by: Martin Jones
* Tweak tests to run in parallelAaron Kennedy2010-04-131-0/+3
|
* Replace "var" with "variant" in testsAaron Kennedy2010-04-091-3/+3
|
* Fix test.Michael Brasser2010-04-081-1/+1
|
* Renamed 'source' property from SpringFollow to 'to'Leonardo Sobral Cunha2010-04-081-1/+1
|
* Pass again, now that version must exist in order to be imported.Warwick Allison2010-04-082-5/+6
|
* Fix qdeclarativedom::loadDynamicProperty testAaron Kennedy2010-03-301-6/+4
|
* Installed imports are no longer searched relative to caller.Warwick Allison2010-03-281-0/+1
| | | | (quoted URL is for that)
* Manual merge.Warwick Allison2010-03-224-2/+2
|
* Make "on" syntax mandatory for value sources and interceptorsAaron Kennedy2010-03-021-36/+36
| | | | | | | | | | | | | | | | | | | | | Where you would have written x: NumberAnimation {} y: Behavior {} you now must write NumberAnimation on x {} Behavior on y {} This change also makes the parser more strict with respect to multiple assignments to a single property - they're no longer allowed. For example this x: 10 x: 11 is now an error.
* Change autotest class prefix from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX ↵Leonardo Sobral Cunha2010-02-241-21/+21
| | | | to QDeclarativeXXX.
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵Warwick Allison2010-02-247-0/+1338
QDeclarativeXXX.