summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativeecmascript/data
Commit message (Expand)AuthorAgeFilesLines
* Allow enum values to be used as signal parametersBea Lam2011-04-122-4/+6
* Fix writing to an attached property from script.Michael Brasser2011-03-211-0/+6
* Allow unknown types to be passed opaquely through signalsAaron Kennedy2011-02-031-0/+5
* Ensure simple objects also get the appropriate property cacheAaron Kennedy2011-01-281-0/+14
* Allow property bindings to be easily created from JavaScriptBea Lam2011-01-272-3/+80
* Support property/method versions in QMLMartin Jones2011-01-056-0/+98
* Fix spelling in declarative autotestsJoona Petrell2010-12-201-0/+0
* Improve consistency in handling of aliases, bindings and value typesAaron Kennedy2010-11-2911-0/+293
* Fix QML ecmascript autotest.Yann Bodson2010-11-081-1/+2
* Add testcase for QTBUG-13719.Michael Brasser2010-11-042-0/+17
* Properties take precedence over methodsAaron Kennedy2010-10-191-4/+4
* Correctly splice properties from derived metaobjects togetherAaron Kennedy2010-10-141-0/+10
* Allow objectName to be used in QML bindingsAaron Kennedy2010-10-111-0/+8
* Replace all occurances of "Qt 4.7" with "QtQuick 1.0"Aaron Kennedy2010-09-2974-74/+74
* If a type is registered under several names, share the attached property objectAaron Kennedy2010-09-281-0/+16
* Support passing QObject derived types to QML methodsAaron Kennedy2010-09-032-0/+20
* Support JS "in" operator on QML objectsAaron Kennedy2010-09-011-0/+7
* Prevent calling deleteLater() from QMLAaron Kennedy2010-08-311-0/+14
* Ignore non-scriptable properties in QMLAaron Kennedy2010-08-311-0/+19
* 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