aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlecmascript/testtypes.cpp
Commit message (Expand)AuthorAgeFilesLines
* QtQml: Add a wrapper builtin for QQmlV4Function*Ulf Hermann2024-04-121-1/+1
* Correct license for test filesLucie Gérard2024-02-271-1/+1
* Prepare tests for upcoming incremental gcFabian Kosmale2023-11-221-3/+2
* QQmlProxyMetaObject: Forward objectDestroyed to parentTor Arne Vestbø2023-10-201-0/+5
* Fix regression on singletons where declared != actual typeFabian Kosmale2023-10-091-0/+2
* Remove remaining foreach in qml testsUlf Hermann2023-08-221-3/+1
* Mark the module as free of Q_FOREACH, except where it isn'tMarc Mutz2023-08-171-0/+3
* QML: Un-specialcase QStringList and QVariantList conversionUlf Hermann2023-06-301-0/+12
* ListProperty: Document faulty index-assignment on gadget list propertiesOlivier De Cannière2023-06-161-0/+27
* Fix reset support for value typesFabian Kosmale2023-05-121-0/+1
* QQmlObjectCreator: Do not crash on read-only bindableUlf Hermann2023-01-051-0/+1
* Port from container::count() and length() to size()Marc Mutz2022-10-071-1/+1
* Use SPDX license identifiersLucie Gérard2022-06-111-27/+2
* Allow ImmediatePropertyNames in addition to DeferredPropertyNamesUlf Hermann2021-10-281-0/+3
* tst_qqmlecmascript: Test that deferred names gets overwrittenMaximilian Goldstein2021-08-311-0/+1
* tst_qqmlecmascript: Check that parent can defer child class propertiesFabian Kosmale2021-08-261-0/+1
* tst_qqmlecmascript: Test that it is possible to defer parent propertiesFabian Kosmale2021-08-251-0/+1
* Mark overrides in tests to silence compiler warningsVolker Hilsheimer2021-04-111-2/+2
* QV4QObjectWrapper: Store the whole signalFabian Kosmale2021-04-011-0/+3
* QQmlPropertyBinding: handle resetFabian Kosmale2021-03-151-0/+1
* QQmlListProperty: Use qsizetype rather than int for sizesUlf Hermann2020-11-091-2/+2
* Adjust to qtbase changesFabian Kosmale2020-09-041-1/+1
* Do not set QQmlPropertyBinding until we reach finalizeFabian Kosmale2020-08-121-0/+6
* Add ; to Q_UNUSED and UNUSED_PARAMLars Schmertmann2020-06-261-17/+17
* Add support for binding directly to QProperty instancesSimon Hausmann2020-03-301-0/+2
* 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