summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativeecmascript/tst_qdeclarativeecmascript.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make declarative autotests compile on Symbian abld build systemJoona Petrell2010-06-081-0/+5
* Be slightly more verbose on assigning undefined in binding.Warwick Allison2010-05-241-5/+5
* Test e75088323ae15604139ddfd66b85cc3b8d43abebWarwick Allison2010-05-201-0/+2
* Improve error messages when tests fail.Warwick Allison2010-05-201-14/+15
* Rename Component::errorsString() -> errorString() (and also forBea Lam2010-05-201-1/+0
* Make Qt.include() work for js files that have '.pragma library'Bea Lam2010-05-181-0/+11
* Round correctly in binding optimizerAaron Kennedy2010-05-181-3/+2
* Check for acquireReg() failureAaron Kennedy2010-05-171-0/+9
* Missing files from 645b9ee9dd6e0576542cc61872ecedb408ca8a89Aaron Kennedy2010-05-141-0/+111
* Null objects should appear as JS nullAaron Kennedy2010-05-051-1/+1
* Ensure eval and Function are in the correct scopeAaron Kennedy2010-04-301-0/+31
* Warn on assigning a function to a QML property.Michael Brasser2010-04-301-0/+39
* Cleanup guards used in synthesized QML meta objectsAaron Kennedy2010-04-291-0/+22
* Suppress transient errors from bindingsAaron Kennedy2010-04-291-0/+17
* Correctly inherit extension propertiesAaron Kennedy2010-04-271-0/+12
* AutotestsAaron Kennedy2010-04-271-0/+20
* Rename QDeclarativeExpression::value() to evaluate().Michael Brasser2010-04-231-19/+19
* Allow null to be assigned to object propertiesAaron Kennedy2010-04-201-0/+30
* Handle overrides correctly in extension objectsAaron Kennedy2010-04-201-0/+11
* Remove Script {} supportAaron Kennedy2010-04-191-100/+7
* Don't crash on deleted objects assigned to variant propertiesAaron Kennedy2010-04-191-1/+0
* Emit runtime warnings through QDeclarativeEngineAaron Kennedy2010-04-191-1/+1
* Support valuetypes as method return valuesAaron Kennedy2010-04-151-1/+0
* Reduce warnings at shutdownAaron Kennedy2010-04-141-0/+18
* Reduce warnings at shutdownAaron Kennedy2010-04-141-0/+18
* Don't warn on signals emitted after the context has been destroyedAaron Kennedy2010-04-141-0/+27
* Allow undefined to be assigned to QVariant propertiesAaron Kennedy2010-04-091-0/+20
* Fix crash in QML library importsAaron Kennedy2010-04-091-0/+12
* Use variant instead of var in QMLAaron Kennedy2010-04-091-3/+1
* Don't crash when QML engine is deletedAaron Kennedy2010-04-081-0/+23
* Fix crash on null object assignmentAaron Kennedy2010-04-081-0/+15
* Make string -> int conversion consistent in bindingsAaron Kennedy2010-04-081-0/+27
* Cleanup handling of errors in bindings and scriptsAaron Kennedy2010-04-081-0/+42
* Autotest for 76f5e9e7d1eea8d688d5459b7b7b2bfa3f9057edAaron Kennedy2010-04-081-1/+10
* More testing.Michael Brasser2010-03-311-1/+3
* Add test.Michael Brasser2010-03-311-0/+37
* Correctly construct boolean JSValue'sAaron Kennedy2010-03-301-0/+21
* QTBUG-9367 has been fixed. Expect pass.Warwick Allison2010-03-291-1/+0
* Add autotest for QTBUG-9367.Michael Brasser2010-03-261-0/+11
* Fix crash when calling createObject on a component with errors.Michael Brasser2010-03-221-0/+14
* Replace QDeclarativeContext::addDefaultObject() -> setContextObject()Aaron Kennedy2010-03-111-7/+5
* Add QML support for methods returning QList<QObject *>Aaron Kennedy2010-03-091-0/+38
* 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-051-0/+162
* Add testcase for QTBUG-7730Aaron Kennedy2010-03-041-0/+17
* Run signal expressions on attached property objects in correct scopeAaron Kennedy2010-03-041-0/+21
* 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-031-0/+10
* Fix incorrect scope resolution for script in a script block.Michael Brasser2010-03-031-1/+0