aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlecmascript/testtypes.h
Commit message (Expand)AuthorAgeFilesLines
* Also match QJSValue conversion types in MatchScore.Michael Bruning2016-04-201-0/+2
* Don't check for revisions when assigning to grouped propertiesLars Knoll2016-01-271-0/+17
* Fix assertLars Knoll2015-03-201-1/+1
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* Accelerate property lookups for C++-based QObject singletons.Michael Brasser2014-08-071-1/+1
* Fix interaction of garbage collector with JS objects during QML type instanti...Simon Hausmann2014-07-261-0/+45
* fix whitespaceOswald Buddenhagen2014-01-221-3/+3
* Fix lookups of enums in singletonsSimon Hausmann2014-01-021-0/+10
* Make comparison of singletons and qobjects workAlbert Astals Cid2013-11-181-0/+18
* Allow passing qmlRegisterSingletonType QObjects to C++ as QObject*Albert Astals Cid2013-11-141-0/+10
* Fix valgrind errors in tst_qqmlecmascript::revisionSimon Hausmann2013-11-011-1/+1
* Avoid crash when a QML signal is connected to a non-void slotJ-P Nurmi2013-10-221-0/+1
* remove more uses of QV4::ValueLars Knoll2013-09-301-1/+1
* Fix compilation of the auto testLars Knoll2013-09-281-3/+7
* Fix Persistent/WeakValue APILars Knoll2013-09-261-2/+2
* Cleanup Object::define*Property APILars Knoll2013-09-221-1/+1
* Don't crash with deferred propertiesAlan Alpert2013-08-221-0/+28
* Move QV4::QObjectWrapper into the v4/ subdirectorySimon Hausmann2013-06-071-1/+1
* Cleanups in QObject bindingsSimon Hausmann2013-06-041-2/+2
* Port QObject bindings to use new castSimon Hausmann2013-06-021-1/+1
* Cleanup handlReferenceManagement auto testSimon Hausmann2013-05-281-41/+9
* Implement QObject ownership policy for QObject JavaScript wrappersSimon Hausmann2013-05-241-71/+40
* Fix build of tst_qqmlecmascriptSimon Hausmann2013-05-151-1/+3
* Update copyright year in Digia's license headersSergio Ahumada2013-01-101-1/+1
* Move the Q_DECLARE_METATYPE to where it should be.Stephen Kelly2012-12-111-0/+1
* Declare QJSValue as a metatype where it is defined.Stephen Kelly2012-12-041-1/+0
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-231-24/+24
* Delete weak JS objects on exit right awayThomas McGuire2012-08-311-3/+11
* Test metatype registration errors with non-metatypes.Stephen Kelly2012-08-281-2/+12
* Refactor singleton type registration codeChris Adams2012-08-281-0/+19
* Avoid dynamic lookup of signal handler argumentsMichael Brasser2012-08-241-0/+4
* Ensure that copy sequences can be passed as argumentsChris Adams2012-08-091-0/+1
* Add type name to singleton (module api) implementations.Glenn Watson2012-08-081-0/+15
* Support JS Array.sort() function for sequence wrappers.Glenn Watson2012-08-081-1/+1
* Use V4 binding for non-final properties where possibleMatthew Vogt2012-07-091-0/+98
* Add enum values from related typesMatthew Vogt2012-06-271-0/+58
* Handle enum values of -1 correctly.Michael Brasser2012-06-221-1/+1
* Support enum return types in Q_INVOKABLE functions.Matthew Vogt2012-06-221-0/+4
* Fix warnings in declarative tests.Friedemann Kleint2012-06-201-2/+1
* Ensure that variant property references keep QObjects aliveChris Adams2012-05-301-0/+2
* Fix crash caused by unregistered enum typesChris Adams2012-05-281-0/+21
* Enable binding to properties of type QJSValue.Andrew den Exter2012-05-241-0/+6
* Ensure that we don't attempt to dispose handle twiceChris Adams2012-05-161-0/+13
* Permit signals to be emitted in a different threadAaron Kennedy2012-05-111-0/+11
* Fix weak reference callback in test caseChris Adams2012-05-091-1/+0
* Fix edge case in signal emission semanticsChris Adams2012-05-091-0/+1
* Emit Component.onDestruction before context is invalidatedMatthew Vogt2012-05-041-0/+2
* Specialize for QJson types in the QObject meta-call bindingKent Hansen2012-04-261-0/+11
* Verify that QML can reliably receive datetime info from C++Matthew Vogt2012-04-241-0/+37