summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativeecmascript/tst_qdeclarativeecmascript.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update year in Nokia copyright messages.Jason McDonald2012-01-111-1/+1
* Don't release register prematurelyAaron Kennedy2011-08-041-0/+10
* Merge remote-tracking branch 'qt/4.8'Jyri Tahtela2011-05-181-4/+0
|\
| * Merge remote branch 'origin/4.8' into qa-review-masterRohan McGovern2011-05-151-22/+47
| |\
| * | Remove Q_ASSERT's from ecmascript test.Jason McDonald2011-05-041-4/+0
* | | Update licenseheader text in source files for qt4.8Jyri Tahtela2011-05-131-17/+17
| |/ |/|
* | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qml-staging into master...Qt Continuous Integration System2011-05-041-0/+13
|\ \
| * \ Merge branch 'master' of ../qt-qml-stagingMichael Brasser2011-04-141-22/+24
| |\ \
| * \ \ Merge ../qt-qml-stagingYann Bodson2011-03-291-8/+22
| |\ \ \ | | | |/ | | |/|
| * | | Optimization and benchmark for setting object properties from QML.Michael Brasser2011-03-161-0/+13
* | | | Resolve unqualified attached properties correctlyAaron Kennedy2011-04-151-0/+10
| |_|/ |/| |
* | | Allow enum values to be used as signal parametersBea Lam2011-04-121-22/+24
| |/ |/|
* | Fix writing to an attached property from script.Michael Brasser2011-03-211-8/+22
|/
* Don't leak ScopeChainNode'sAaron Kennedy2011-02-141-0/+40
* Allow unknown types to be passed opaquely through signalsAaron Kennedy2011-02-031-0/+21
* Ensure simple objects also get the appropriate property cacheAaron Kennedy2011-01-281-0/+9
* Allow property bindings to be easily created from JavaScriptBea Lam2011-01-271-12/+52
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11Martin Jones2011-01-191-1/+17
|\
| * Add an autotest for QVariant method paramsAaron Kennedy2011-01-131-0/+16
| * Update copyright year to 2011.Jason McDonald2011-01-101-1/+1
* | Support property/method versions in QMLMartin Jones2011-01-051-0/+82
* | Fix spelling in declarative autotestsJoona Petrell2010-12-201-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-291-0/+95
* compile with quintptr instead of intptr_tThiago Macieira2010-11-151-1/+1
* Add testcase for QTBUG-13719.Michael Brasser2010-11-041-0/+15
* Properties take precedence over methodsAaron Kennedy2010-10-191-2/+2
* Allow overloaded methods, and methods with default params, to be called in QMLAaron Kennedy2010-10-151-5/+35
* Correctly splice properties from derived metaobjects togetherAaron Kennedy2010-10-141-0/+13
* Allow objectName to be used in QML bindingsAaron Kennedy2010-10-111-0/+19
* If a type is registered under several names, share the attached property objectAaron Kennedy2010-09-281-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