aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlecmascript/data
Commit message (Expand)AuthorAgeFilesLines
* Test: Fix tst_qqmlecmascript::exportDateCaroline Chao2012-10-292-2/+2
* doc: fix some typos in .qml filesSergio Ahumada2012-09-074-4/+4
* Delete weak JS objects on exit right awayThomas McGuire2012-08-311-0/+6
* Test metatype registration errors with non-metatypes.Stephen Kelly2012-08-281-5/+5
* Refactor singleton type registration codeChris Adams2012-08-287-9/+33
* Restrict v8 property lookup to the execution contextMatthew Vogt2012-08-275-1/+164
* Avoid dynamic lookup of signal handler argumentsMichael Brasser2012-08-243-0/+26
* Add unit test for concatenated property name accessChris Adams2012-08-091-0/+127
* Ensure that copy sequences can be passed as argumentsChris Adams2012-08-091-0/+23
* Add type name to singleton (module api) implementations.Glenn Watson2012-08-0835-156/+197
* Support JS Array.sort() function for sequence wrappers.Glenn Watson2012-08-081-0/+95
* Support remote import pathsMatthew Vogt2012-07-164-0/+24
* Improved error messages for malformed .import statementsMatthew Vogt2012-07-1122-0/+88
* Use V4 binding for non-final properties where possibleMatthew Vogt2012-07-097-0/+65
* Add enum values from related typesMatthew Vogt2012-06-274-0/+25
* Handle enum values of -1 correctly.Michael Brasser2012-06-221-0/+5
* Support enum return types in Q_INVOKABLE functions.Matthew Vogt2012-06-221-0/+11
* Remove non-templated qobject module api registration functionChris Adams2012-06-121-13/+0
* Don't double emit threaded signalsAaron Kennedy2012-06-071-0/+7
* Disallow parent changes for QML created objectsAaron Kennedy2012-06-061-36/+0
* Fix crash in lazy meta object generation.Aaron Kennedy2012-06-041-0/+6
* Fix another crash due to unregistered enum typesChris Adams2012-06-011-0/+12
* Ensure that variant property references keep QObjects aliveChris Adams2012-05-307-19/+129
* Fix crash caused by unregistered enum typesChris Adams2012-05-281-0/+17
* Don't rewrite the body of function expressionsRoberto Raggi2012-05-252-0/+58
* Lazily create QMetaObjectsAaron Kennedy2012-05-242-0/+24
* Enable binding to properties of type QJSValue.Andrew den Exter2012-05-2419-0/+356
* Ensure that we don't attempt to dispose handle twiceChris Adams2012-05-168-0/+101
* Permit signals to be emitted in a different threadAaron Kennedy2012-05-111-0/+8
* Fix edge case in signal emission semanticsChris Adams2012-05-095-0/+152
* Remove QQmlData::objectNameChanged callback.Michael Brasser2012-05-092-0/+14
* Ensure binding target has not been deletedMatthew Vogt2012-05-043-0/+30
* Emit Component.onDestruction before context is invalidatedMatthew Vogt2012-05-042-0/+27
* Prevent object being delete by GC before object is fully createdCharles Yin2012-05-012-0/+26
* Verify that QML can reliably receive datetime info from C++Matthew Vogt2012-04-248-0/+300
* Record current status of date conversion from QMLMatthew Vogt2012-04-247-12/+223
* Merge remote-tracking branch 'origin/master' into api_changesLars Knoll2012-04-116-0/+105
|\
| * Do not execute overwritten bindingsAaron Kennedy2012-04-043-0/+44
| * Don't crash if calling a method on a QObject that has been gc()'dAaron Kennedy2012-04-031-0/+22
| * Allow objects created in QML with incubateObject to be destroyed.Michael Brasser2012-04-031-0/+27
| * Loosen shared binding testsAaron Kennedy2012-03-301-0/+12
* | Merge master into api_changesKent Hansen2012-03-272-0/+18
|\|
| * Add templated module api registration functionChris Adams2012-03-261-0/+13
| * Support registered QFlags in QML methods and signal handlers.Michael Brasser2012-03-261-0/+5
* | Merge master into api_changesKent Hansen2012-03-2314-0/+183
|\|
| * Prevent the root object from being garbage collected.Michael Brasser2012-03-232-0/+27
| * Allow literal enum to int property assignmentsChris Adams2012-03-211-0/+41
| * Fix consistency of parsing ISO 8601 date strings.Andrew den Exter2012-03-216-0/+39
| * Allow parent to be specified for Qt.createComponentMatthew Vogt2012-03-201-0/+52
| * Ensure JS files imported inside modules work correctlyMatthew Vogt2012-03-194-0/+24