summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativeecmascript/data
Commit message (Expand)AuthorAgeFilesLines
* Make autotests work with qreal == float (in addition to double).Warwick Allison2010-07-022-2/+2
* Fix assertAaron Kennedy2010-06-252-0/+9
* Disallow global object properties as property namesAaron Kennedy2010-06-251-2/+2
* Reading a property that doesn't exist throws a ReferenceError testAaron Kennedy2010-06-251-0/+12
* References to undefined variables throws a ReferenceErrorAaron Kennedy2010-06-233-3/+11
* Test e75088323ae15604139ddfd66b85cc3b8d43abebWarwick Allison2010-05-201-0/+4
* Make Qt.include() work for js files that have '.pragma library'Bea Lam2010-05-183-0/+22
* Check for acquireReg() failureAaron Kennedy2010-05-171-0/+26
* Add Qt.include() method for scoped inclusion of JavaScript filesAaron Kennedy2010-05-1415-0/+173
* Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/qt-qml into 4.7Alan Alpert2010-05-051-2/+2
|\
| * Null objects should appear as JS nullAaron Kennedy2010-05-051-2/+2
* | Make component.createObject require a parent argumentAlan Alpert2010-05-051-2/+2
|/
* Ensure eval and Function are in the correct scopeAaron Kennedy2010-04-302-0/+42
* Warn on assigning a function to a QML property.Michael Brasser2010-04-292-0/+18
* Cleanup guards used in synthesized QML meta objectsAaron Kennedy2010-04-291-0/+13
* Suppress transient errors from bindingsAaron Kennedy2010-04-291-0/+14
* AutotestsAaron Kennedy2010-04-271-0/+10
* Fix versioning of Qt Declarative's in-built typesAlan Alpert2010-04-2154-54/+54
* Update test files to new syntaxAlan Alpert2010-04-212-5/+5
* Allow null to be assigned to object propertiesAaron Kennedy2010-04-202-0/+20
* Missing fileAaron Kennedy2010-04-201-0/+7
* Remove Script {} supportAaron Kennedy2010-04-1927-196/+50
* Don't crash on deleted objects assigned to variant propertiesAaron Kennedy2010-04-191-1/+1
* Reduce warnings at shutdownAaron Kennedy2010-04-142-0/+15
* Reduce warnings at shutdownAaron Kennedy2010-04-141-0/+9
* Missing fileAaron Kennedy2010-04-141-0/+5
* Allow undefined to be assigned to QVariant propertiesAaron Kennedy2010-04-091-0/+9
* Fix crash in QML library importsAaron Kennedy2010-04-092-0/+13
* Replace "property var " with "property variant " in QML codeAaron Kennedy2010-04-0910-14/+14
* Use variant instead of var in QMLAaron Kennedy2010-04-091-6/+0
* Don't crash when QML engine is deletedAaron Kennedy2010-04-081-0/+11
* Fix crash on null object assignmentAaron Kennedy2010-04-081-0/+8
* Make string -> int conversion consistent in bindingsAaron Kennedy2010-04-081-0/+18
* Cleanup handling of errors in bindings and scriptsAaron Kennedy2010-04-082-0/+38
* Autotest for 76f5e9e7d1eea8d688d5459b7b7b2bfa3f9057edAaron Kennedy2010-04-081-0/+9
* Remove usage of Script where not actually testing the obsolete construct.Warwick Allison2010-04-081-8/+5
* More testing.Michael Brasser2010-03-311-0/+6
* Add test.Michael Brasser2010-03-311-0/+38
* Correctly construct boolean JSValue'sAaron Kennedy2010-03-301-0/+17
* Add autotest for QTBUG-9367.Michael Brasser2010-03-261-0/+7
* Fix crash when calling createObject on a component with errors.Michael Brasser2010-03-211-0/+6
* Add QML support for methods returning QList<QObject *>Aaron Kennedy2010-03-092-0/+11
* Add support for QtScript connect/disconnect syntax in QMLAaron Kennedy2010-03-0510-0/+172
* Add testcase for QTBUG-7730Aaron Kennedy2010-03-041-0/+12
* Run signal expressions on attached property objects in correct scopeAaron Kennedy2010-03-041-0/+9
* Fixup testAaron Kennedy2010-03-041-1/+1
* Move JS global scope to top of the QML scope chainAaron Kennedy2010-03-031-0/+13
* Add autotests for script block scoping.Michael Brasser2010-03-023-0/+29
* Fix declarative failing auto-test, missing rename of the test fileLeonardo Sobral Cunha2010-02-241-0/+0
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to QDec...Warwick Allison2010-02-2468-0/+823