aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlecmascript/testtypes.cpp
Commit message (Expand)AuthorAgeFilesLines
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-8/+8
* Merge remote-tracking branch 'origin/5.9' into 5.10Lars Knoll2017-09-201-1/+8
|\
| * Stabilize the threadSignal() testSimon Hausmann2017-09-061-1/+8
* | Add support for std::vector and QVector matching the support for QListVille Voutilainen2017-04-211-0/+24
|/
* Directly load already known metaproperties in QV4QObjectWrapperUlf Hermann2017-02-151-0/+2
* Add QVector support to JS sequencesKevin Ottens2016-05-031-0/+12
* Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-291-0/+1
|\
| * Don't check for revisions when assigning to grouped propertiesLars Knoll2016-01-271-0/+1
* | Updated license headersJani Heikkinen2016-01-201-17/+12
|/
* Don't delete singletons objects owned by C++.BogDan Vatra2015-10-151-0/+33
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* Remove v8engine pointer from QQmlV4FunctionLars Knoll2015-01-081-1/+1
* Move the throw methods from ExecutionContext to ExecutionEngineLars Knoll2014-11-041-1/+1
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-291-0/+60
|\
| * Fix interaction of garbage collector with JS objects during QML type instanti...Simon Hausmann2014-07-261-0/+60
* | qmlRegisterCustomExtendedType, qmlRegisterExtendedUncreatableTypePaul Lemire2014-07-251-0/+41
|/
* Fix lookups of enums in singletonsSimon Hausmann2014-01-021-0/+7
* Encapsulate the current context and fix it's usageLars Knoll2013-12-041-1/+1
* Fix === operator for value typesLars Knoll2013-11-151-0/+16
* Allow passing qmlRegisterSingletonType QObjects to C++ as QObject*Albert Astals Cid2013-11-141-0/+24
* Correctly convert an invalid QDateTime to JSLars Knoll2013-09-181-0/+11
* Don't crash with deferred propertiesAlan Alpert2013-08-221-0/+1
* Remove last traces of v8 API and v8 compatibility layerSimon Hausmann2013-06-121-3/+2
* Implement QObject ownership policy for QObject JavaScript wrappersSimon Hausmann2013-05-241-3/+0
* Fix build of tst_qqmlecmascriptSimon Hausmann2013-05-151-1/+3
* Update copyright year in Digia's license headersSergio Ahumada2013-01-101-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-231-24/+24
* doc: fix some typos in .cpp filesSergio Ahumada2012-09-071-1/+1
* Refactor singleton type registration codeChris Adams2012-08-281-0/+12
* Restrict v8 property lookup to the execution contextMatthew Vogt2012-08-271-0/+3
* Ensure that copy sequences can be passed as argumentsChris Adams2012-08-091-24/+6
* Add type name to singleton (module api) implementations.Glenn Watson2012-08-081-10/+42
* Support JS Array.sort() function for sequence wrappers.Glenn Watson2012-08-081-0/+42
* Use V4 binding for non-final properties where possibleMatthew Vogt2012-07-091-0/+22
* Fix warnings in declarative tests.Friedemann Kleint2012-06-201-1/+1
* Remove non-templated qobject module api registration functionChris Adams2012-06-121-1/+0
* Allow qtdeclarative to compile with -no-widgetsMartin Jones2012-06-051-2/+6
* Fix crash caused by unregistered enum typesChris Adams2012-05-281-0/+2
* Permit signals to be emitted in a different threadAaron Kennedy2012-05-111-0/+19
* Add templated module api registration functionChris Adams2012-03-261-8/+9
* Support (registered) non-local enums for signal/slot params in QML.Michael Brasser2012-03-211-1/+1
* Support module api objects in v4.Michael Brasser2012-03-141-0/+1
* Rename QDeclarative symbols to QQuick and QQmlMatthew Vogt2012-02-241-0/+210