summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativeecmascript/tst_qdeclarativeecmascript.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update license headers to release version.Jason McDonald2010-10-181-13/+13
* If a type is registered under several names, share the attached property objectAaron Kennedy2010-10-011-0/+11
* Autotests cleanup.Yann Bodson2010-09-101-12/+4
* Support passing QObject derived types to QML methodsAaron Kennedy2010-09-031-0/+27
* Support JS "in" operator on QML objectsAaron Kennedy2010-09-011-0/+11
* Prevent calling deleteLater() from QMLAaron Kennedy2010-08-311-0/+10
* Ignore non-scriptable properties in QMLAaron Kennedy2010-08-311-0/+12
* Make autotests work with qreal == float (in addition to double).Warwick Allison2010-07-021-23/+23
* Handle enums in method arguments in the same way as QtScriptAaron Kennedy2010-06-251-0/+7
* Fix assertAaron Kennedy2010-06-251-0/+11
* Reading a property that doesn't exist throws a ReferenceError testAaron Kennedy2010-06-251-0/+10
* References to undefined variables throws a ReferenceErrorAaron Kennedy2010-06-231-4/+9
* 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-291-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-221-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-281-1/+0