summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativeecmascript
Commit message (Expand)AuthorAgeFilesLines
* Fix deployment for declarative tests, examples on SymbianDamian Jansen2011-10-041-1/+1
* Update licenseheader text in source filesJyri Tahtela2011-05-133-51/+51
* Resolve unqualified attached properties correctlyAaron Kennedy2011-04-153-2/+35
* Allow enum values to be used as signal parametersBea Lam2011-04-125-27/+33
* Fix writing to an attached property from script.Michael Brasser2011-03-212-8/+28
* Don't leak ScopeChainNode'sAaron Kennedy2011-02-141-0/+40
* Allow unknown types to be passed opaquely through signalsAaron Kennedy2011-02-034-0/+37
* Ensure simple objects also get the appropriate property cacheAaron Kennedy2011-01-282-0/+23
* Allow property bindings to be easily created from JavaScriptBea Lam2011-01-273-15/+132
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11Martin Jones2011-01-193-3/+21
|\
| * Add an autotest for QVariant method paramsAaron Kennedy2011-01-132-0/+18
| * Update copyright year to 2011.Jason McDonald2011-01-103-3/+3
* | Support property/method versions in QMLMartin Jones2011-01-059-0/+350
* | Fix spelling in declarative autotestsJoona Petrell2010-12-202-4/+4
|/
* 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
|\