summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativeecmascript
Commit message (Expand)AuthorAgeFilesLines
* Add an autotest for QVariant method paramsAaron Kennedy2011-01-132-0/+18
* Update copyright year to 2011.Jason McDonald2011-01-103-3/+3
* Correct ownership semantics for QObject derived typesAaron Kennedy2010-11-301-0/+37
* Correctly handle CppOwnership even when a QDeclarativeData doesn't existAaron Kennedy2010-11-301-0/+46
* Remove expect-fails from passing testsAaron Kennedy2010-11-301-2/+0
* Improve consistency in handling of aliases, bindings and value typesAaron Kennedy2010-11-2912-0/+388
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-11-151-1/+1
|\
| * compile with quintptr instead of intptr_tThiago Macieira2010-11-151-1/+1
* | Remove unneeded semicolons.Martin Jones2010-11-151-1/+1
|/
* Fix QML ecmascript autotest.Yann Bodson2010-11-081-1/+2
* Add testcase for QTBUG-13719.Michael Brasser2010-11-043-0/+32
* Properties take precedence over methodsAaron Kennedy2010-10-192-6/+6
* Allow overloaded methods, and methods with default params, to be called in QMLAaron Kennedy2010-10-152-7/+65
* Correctly splice properties from derived metaobjects togetherAaron Kennedy2010-10-144-0/+33
* Allow objectName to be used in QML bindingsAaron Kennedy2010-10-112-0/+27
* 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-283-0/+28
* Autotests cleanup.Yann Bodson2010-09-101-12/+4
* Support passing QObject derived types to QML methodsAaron Kennedy2010-09-034-1/+52
* Support JS "in" operator on QML objectsAaron Kennedy2010-09-012-0/+18
* Prevent calling deleteLater() from QMLAaron Kennedy2010-08-312-0/+24
* Ignore non-scriptable properties in QMLAaron Kennedy2010-08-313-0/+36
* Make QML tests compile on OpenSolarisMartin Jones2010-08-191-12/+12
* Make autotests work with qreal == float (in addition to double).Warwick Allison2010-07-024-26/+26
* Handle enums in method arguments in the same way as QtScriptAaron Kennedy2010-06-252-0/+11
* Fix assertAaron Kennedy2010-06-253-0/+20
* Disallow global object properties as property namesAaron Kennedy2010-06-252-2/+4
* Reading a property that doesn't exist throws a ReferenceError testAaron Kennedy2010-06-252-0/+22
* References to undefined variables throws a ReferenceErrorAaron Kennedy2010-06-234-7/+20
* Make declarative autotests compile on Symbian abld build systemJoona Petrell2010-06-082-1/+12
* Be slightly more verbose on assigning undefined in binding.Warwick Allison2010-05-241-5/+5
* Remove license headers from test data.Warwick Allison2010-05-23105-4305/+0
* Add license headers for .qml files.Jason McDonald2010-05-21105-0/+4305
* Test e75088323ae15604139ddfd66b85cc3b8d43abebWarwick Allison2010-05-202-0/+6
* 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-184-0/+33
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Aaron Kennedy2010-05-181-1/+1
|\
| * Add parent parameter to QDeclarativeExpression constructor.Michael Brasser2010-05-181-1/+1
* | Round correctly in binding optimizerAaron Kennedy2010-05-181-3/+2
|/
* Check for acquireReg() failureAaron Kennedy2010-05-172-0/+35
* Missing files from 645b9ee9dd6e0576542cc61872ecedb408ca8a89Aaron Kennedy2010-05-142-3/+119
* 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-052-3/+3
|\
| * Null objects should appear as JS nullAaron Kennedy2010-05-052-3/+3
* | Make component.createObject require a parent argumentAlan Alpert2010-05-051-2/+2
|/
* Ensure eval and Function are in the correct scopeAaron Kennedy2010-04-303-0/+73
* Warn on assigning a function to a QML property.Michael Brasser2010-04-293-0/+57
* Cleanup guards used in synthesized QML meta objectsAaron Kennedy2010-04-292-0/+35
* Suppress transient errors from bindingsAaron Kennedy2010-04-292-0/+31