summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativeworkerscript
Commit message (Collapse)AuthorAgeFilesLines
* Rename remaining import Qt 4.6 lines to import Qt 4.7Joona Petrell2010-04-141-1/+1
| | | | | Task-number: Reviewed-by: Martin Jones
* Tweak tests to run in parallelAaron Kennedy2010-04-131-0/+3
|
* Replace "property var " with "property variant " in QML codeAaron Kennedy2010-04-091-1/+1
|
* Remove expected warningBea Lam2010-03-082-19/+2
|
* Make test compileBea Lam2010-03-081-3/+3
|
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Bea Lam2010-03-052-11/+13
|\ | | | | | | | | Conflicts: tests/auto/declarative/qdeclarativeitem/tst_qdeclarativeitem.cpp
| * Fix tests failing due to javascript eval errors.Bea Lam2010-03-042-11/+13
| |
* | Fix test leaksBea Lam2010-03-051-0/+4
|/
* Increase test timerBea Lam2010-03-031-1/+2
|
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Bea Lam2010-03-031-1/+1
|\
| * Fix url in source() test.Bea Lam2010-03-031-1/+1
| |
* | Fix test to listen for signal instead of try-waiting for property.Bea Lam2010-03-032-7/+11
|/
* Add WorkerScript docs and tests.Bea Lam2010-03-034-0/+225
Task-number: QT-2807