aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlecmascript/testtypes.h
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.10' into 5.11Liang Qi2018-02-121-1/+2
|\
| * Fix exposure of -1 as enum value in QML exposed C++ singletonsSimon Hausmann2018-01-311-1/+2
* | Remove double indirection between QJSEngine and QV4::ExecutionEngineUlf Hermann2018-02-021-7/+0
|/
* Stabilize the threadSignal() testSimon Hausmann2017-09-061-0/+5
* Directly load already known metaproperties in QV4QObjectWrapperUlf Hermann2017-02-151-0/+8
* Fix crash when C++ QJSValue parameterized signal interacts with JSSimon Hausmann2017-01-131-0/+1
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-131-0/+2
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-271-0/+2
| |\
| | * Also match QJSValue conversion types in MatchScore.Michael Bruning2016-04-201-0/+2
* | | Fix invocations of methods taking a QByteArraySimon Hausmann2016-04-121-0/+1
|/ /
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-291-0/+17
|\|
| * Don't check for revisions when assigning to grouped propertiesLars Knoll2016-01-271-0/+17
* | Updated license headersJani Heikkinen2016-01-201-17/+12
|/
* 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