summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativedom
Commit message (Collapse)AuthorAgeFilesLines
* Update licenseheader text in source filesJyri Tahtela2011-05-131-17/+17
| | | | | | | Updated version of LGPL and FDL licenseheaders. Apply release phase licenseheaders for all source files. Reviewed-by: Trust Me
* Update copyright year to 2011.Jason McDonald2011-01-101-1/+1
| | | | Reviewed-by: Trust Me
* Replace all occurances of "Qt 4.7" with "QtQuick 1.0"Aaron Kennedy2010-09-296-86/+86
| | | | | Task-number: QTBUG-13799 Reviewed-by: Martin Jones
* More declarative autotests.Michael Brasser2010-09-241-1/+12
|
* qreal == float fixesAaron Kennedy2010-09-031-1/+1
| | | | QTBUG-11853
* Make test pass and fix docs following removal of SpringFollowBea Lam2010-07-091-2/+2
|
* Make declarative autotests compile on Symbian abld build systemJoona Petrell2010-06-082-2/+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
* 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.