aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlecmascript
Commit message (Expand)AuthorAgeFilesLines
* Test: Fix tst_qqmlecmascript::exportDateCaroline Chao2012-10-292-2/+2
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-233-72/+72
* Autotests: Use qInstallMessageHandlerKai Koehne2012-09-141-19/+19
* doc: fix some typos in .cpp filesSergio Ahumada2012-09-071-1/+1
* doc: fix some typos in .qml filesSergio Ahumada2012-09-074-4/+4
* Delete weak JS objects on exit right awayThomas McGuire2012-08-313-3/+50
* Evaluate bindings more intelligently during constructionAaron Kennedy2012-08-291-1/+1
* Test metatype registration errors with non-metatypes.Stephen Kelly2012-08-283-12/+22
* Refactor singleton type registration codeChris Adams2012-08-2810-105/+123
* Restrict v8 property lookup to the execution contextMatthew Vogt2012-08-277-1/+179
* Don't put JavaScript-owned objects on the stack.Thomas McGuire2012-08-241-376/+378
* Avoid dynamic lookup of signal handler argumentsMichael Brasser2012-08-245-5/+62
* Reduce memory consumption of source coordinatesMatthew Vogt2012-08-161-10/+10
* Add unit test for concatenated property name accessChris Adams2012-08-092-0/+137
* Ensure that copy sequences can be passed as argumentsChris Adams2012-08-094-24/+34
* Add type name to singleton (module api) implementations.Glenn Watson2012-08-0838-190/+389
* Support JS Array.sort() function for sequence wrappers.Glenn Watson2012-08-084-1/+182
* Set the Qt API level to compatibility mode in all tests.Thiago Macieira2012-08-011-0/+1
* Ensure params listed after unnamed params are available in QML.Glenn Watson2012-07-251-1/+0
* Support remote import pathsMatthew Vogt2012-07-165-0/+48
* Don't provide typehint in QQmlExpression::evaluate()Chris Adams2012-07-111-6/+6
* Improved error messages for malformed .import statementsMatthew Vogt2012-07-1123-0/+165
* Use V4 binding for non-final properties where possibleMatthew Vogt2012-07-0910-0/+210
* Add enum values from related typesMatthew Vogt2012-06-276-0/+93
* Handle enum values of -1 correctly.Michael Brasser2012-06-223-1/+8
* Support enum return types in Q_INVOKABLE functions.Matthew Vogt2012-06-223-2/+34
* Fix warnings in declarative tests.Friedemann Kleint2012-06-202-3/+2
* Remove non-templated qobject module api registration functionChris Adams2012-06-123-25/+0
* Don't double emit threaded signalsAaron Kennedy2012-06-072-0/+19
* Disallow parent changes for QML created objectsAaron Kennedy2012-06-062-46/+0
* Allow qtdeclarative to compile with -no-widgetsMartin Jones2012-06-053-3/+13
* Fix crash in lazy meta object generation.Aaron Kennedy2012-06-042-0/+17
* Fix another crash due to unregistered enum typesChris Adams2012-06-012-12/+32
* Ensure that variant property references keep QObjects aliveChris Adams2012-05-309-22/+191
* Fix crash caused by unregistered enum typesChris Adams2012-05-284-4/+65
* Don't rewrite the body of function expressionsRoberto Raggi2012-05-253-0/+60
* Lazily create QMetaObjectsAaron Kennedy2012-05-243-0/+45
* Enable binding to properties of type QJSValue.Andrew den Exter2012-05-2421-0/+404
* Remove default parenting in Qt.createComponent()Matthew Vogt2012-05-241-5/+2
* Removed CONFIG+=parallel_test from suspected parallel-unsafe testsRohan McGovern2012-05-221-1/+0
* Allow the existence of a VME metaobject to be assertedMatthew Vogt2012-05-211-3/+3
* Ensure that we don't attempt to dispose handle twiceChris Adams2012-05-1610-0/+159
* Revert "Allow function assignment to cause binding for non-var props"Chris Adams2012-05-151-4/+2
* Permit signals to be emitted in a different threadAaron Kennedy2012-05-114-1/+49
* Fix weak reference callback in test caseChris Adams2012-05-091-1/+0
* Fix edge case in signal emission semanticsChris Adams2012-05-097-0/+201
* Remove QQmlData::objectNameChanged callback.Michael Brasser2012-05-093-0/+38
* Change uses of {to,from}Ascii to {to,from}Latin1Thiago Macieira2012-05-041-13/+13
* Ensure binding target has not been deletedMatthew Vogt2012-05-044-0/+60
* Emit Component.onDestruction before context is invalidatedMatthew Vogt2012-05-044-0/+55