aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlecmascript/tst_qqmlecmascript.cpp
Commit message (Expand)AuthorAgeFilesLines
* Ensure that copy sequences can be passed as argumentsChris Adams2012-08-091-0/+4
* Add type name to singleton (module api) implementations.Glenn Watson2012-08-081-24/+135
* Support JS Array.sort() function for sequence wrappers.Glenn Watson2012-08-081-0/+44
* Ensure params listed after unnamed params are available in QML.Glenn Watson2012-07-251-1/+0
* Support remote import pathsMatthew Vogt2012-07-161-0/+24
* Don't provide typehint in QQmlExpression::evaluate()Chris Adams2012-07-111-6/+6
* Improved error messages for malformed .import statementsMatthew Vogt2012-07-111-0/+77
* Use V4 binding for non-final properties where possibleMatthew Vogt2012-07-091-0/+25
* Add enum values from related typesMatthew Vogt2012-06-271-0/+10
* Handle enum values of -1 correctly.Michael Brasser2012-06-221-0/+2
* Support enum return types in Q_INVOKABLE functions.Matthew Vogt2012-06-221-2/+19
* Remove non-templated qobject module api registration functionChris Adams2012-06-121-11/+0
* Don't double emit threaded signalsAaron Kennedy2012-06-071-0/+12
* Disallow parent changes for QML created objectsAaron Kennedy2012-06-061-10/+0
* Allow qtdeclarative to compile with -no-widgetsMartin Jones2012-06-051-0/+4
* Fix crash in lazy meta object generation.Aaron Kennedy2012-06-041-0/+11
* Fix another crash due to unregistered enum typesChris Adams2012-06-011-12/+20
* Ensure that variant property references keep QObjects aliveChris Adams2012-05-301-3/+60
* Fix crash caused by unregistered enum typesChris Adams2012-05-281-4/+25
* Don't rewrite the body of function expressionsRoberto Raggi2012-05-251-0/+2
* Lazily create QMetaObjectsAaron Kennedy2012-05-241-0/+21
* Enable binding to properties of type QJSValue.Andrew den Exter2012-05-241-0/+42
* Remove default parenting in Qt.createComponent()Matthew Vogt2012-05-241-5/+2
* 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-161-0/+45
* 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-111-1/+11
* Fix edge case in signal emission semanticsChris Adams2012-05-091-0/+48
* Remove QQmlData::objectNameChanged callback.Michael Brasser2012-05-091-0/+24
* Change uses of {to,from}Ascii to {to,from}Latin1Thiago Macieira2012-05-041-13/+13
* Ensure binding target has not been deletedMatthew Vogt2012-05-041-0/+30
* Emit Component.onDestruction before context is invalidatedMatthew Vogt2012-05-041-0/+26
* Remove QJS exception APIKent Hansen2012-05-031-3/+3
* Prevent object being delete by GC before object is fully createdCharles Yin2012-05-011-1/+14
* Avoid calling gc in QQmlEngine destructor.Jędrzej Nowacki2012-04-271-7/+9
* Specialize for QJson types in the QObject meta-call bindingKent Hansen2012-04-261-0/+91
* Verify that QML can reliably receive datetime info from C++Matthew Vogt2012-04-241-0/+58
* Record current status of date conversion from QMLMatthew Vogt2012-04-241-3/+14
* Merge remote-tracking branch 'origin/master' into api_changesLars Knoll2012-04-111-2/+51
|\
| * Do not execute overwritten bindingsAaron Kennedy2012-04-041-0/+13
| * Don't crash if calling a method on a QObject that has been gc()'dAaron Kennedy2012-04-031-1/+8
| * Allow objects created in QML with incubateObject to be destroyed.Michael Brasser2012-04-031-0/+19
| * Loosen shared binding testsAaron Kennedy2012-03-301-1/+11
* | Merge master into api_changesKent Hansen2012-03-271-0/+26
|\|
| * Add templated module api registration functionChris Adams2012-03-261-0/+11
| * Support registered QFlags in QML methods and signal handlers.Michael Brasser2012-03-261-0/+15
* | Merge master into api_changesKent Hansen2012-03-231-2/+221
|\|
| * Prevent the root object from being garbage collected.Michael Brasser2012-03-231-0/+68
| * Allow literal enum to int property assignmentsChris Adams2012-03-211-0/+28
| * Fix consistency of parsing ISO 8601 date strings.Andrew den Exter2012-03-211-2/+26