summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativeecmascript
Commit message (Expand)AuthorAgeFilesLines
* Cleanup handling of errors in bindings and scriptsAaron Kennedy2010-04-083-0/+80
* Autotest for 76f5e9e7d1eea8d688d5459b7b7b2bfa3f9057edAaron Kennedy2010-04-082-1/+19
* Remove usage of Script where not actually testing the obsolete construct.Warwick Allison2010-04-081-8/+5
* More testing.Michael Brasser2010-03-312-1/+9
* Add test.Michael Brasser2010-03-312-0/+75
* Correctly construct boolean JSValue'sAaron Kennedy2010-03-302-0/+38
* QTBUG-9367 has been fixed. Expect pass.Warwick Allison2010-03-281-1/+0
* Add autotest for QTBUG-9367.Michael Brasser2010-03-263-0/+23
* Fix crash when calling createObject on a component with errors.Michael Brasser2010-03-212-0/+20
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt into 4.7Martin Jones2010-03-192-40/+40
|\
| * Remove ; after Q_PROPERTY declarationThierry Bastian2010-03-182-38/+38
| * Fix compilation issues of autotest on solarisThierry Bastian2010-03-181-3/+3
* | Replace QDeclarativeContext::addDefaultObject() -> setContextObject()Aaron Kennedy2010-03-112-16/+6
* | Compile fix after e5922ab126f3532483b18720ce893d6be826d50eAaron Kennedy2010-03-111-6/+6
* | Add QML support for methods returning QList<QObject *>Aaron Kennedy2010-03-093-0/+49
* | CompileAaron Kennedy2010-03-091-1/+1
* | Integrate QML's object ownership with the JS collectorAaron Kennedy2010-03-091-0/+52
|/
* Add support for QtScript connect/disconnect syntax in QMLAaron Kennedy2010-03-0511-0/+334
* Add testcase for QTBUG-7730Aaron Kennedy2010-03-042-0/+29
* Run signal expressions on attached property objects in correct scopeAaron Kennedy2010-03-043-1/+42
* Fixup testAaron Kennedy2010-03-041-1/+1
* Save secondary scope inside the expression's scope objectAaron Kennedy2010-03-031-2/+1
* Move JS global scope to top of the QML scope chainAaron Kennedy2010-03-032-0/+23
* Fix incorrect scope resolution for script in a script block.Michael Brasser2010-03-031-1/+0
* Add autotests for script block scoping.Michael Brasser2010-03-024-0/+57
* Change autotest class prefix from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX t...Leonardo Sobral Cunha2010-02-242-52/+52
* Fix declarative failing auto-test, missing rename of the test fileLeonardo Sobral Cunha2010-02-242-1/+1
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to QDec...Warwick Allison2010-02-2472-0/+3178