aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmllanguage/testtypes.h
Commit message (Expand)AuthorAgeFilesLines
* Handle more potential underlying typesFabian Kosmale2024-03-181-0/+34
* qmltyperegistrar: Fix namespace registrationUlf Hermann2023-10-251-0/+26
* QV4::QObjectWrapper: Use the object's actual meta typeKai Uwe Broulik2023-08-221-0/+44
* QML: Allow conversion from JS Array to QByteArrayUlf Hermann2023-08-081-0/+14
* QML: Do not leak memory if QQmlData is manipulated from ctorUlf Hermann2023-06-261-0/+28
* QQmlProperty: Allow QVariantList as QObject* containerUlf Hermann2023-06-151-0/+17
* QtQml: Do not retroactively detach or re-attach methodsUlf Hermann2023-06-091-0/+19
* QML: Call value type ctors with derived types of formal parameterUlf Hermann2023-06-091-0/+16
* QML: Re-add QMetaType::convert() attempt for argument conversionUlf Hermann2023-06-081-0/+6
* QML: Allow coercing variant objects to their own typeUlf Hermann2023-06-081-0/+17
* QML: Allow some more backing types for enumsFabian Kosmale2023-04-121-0/+146
* QML: Treat long and ulong like other numbersUlf Hermann2023-02-071-0/+16
* QObjectWrapper: Fix calling attached methods on different objectsUlf Hermann2023-01-021-0/+1
* Port to new Q_UNREACHABLE_RETURN()Marc Mutz2022-10-201-2/+1
* Add option to enforce function signaturesUlf Hermann2022-10-141-0/+19
* V4: Allow conversion from string to QByteArray when setting bindablesUlf Hermann2022-07-251-0/+4
* Add test to verify we can read through a bindable-only propertyUlf Hermann2022-07-181-0/+15
* Ensure QmlForeign attribute does not leak into derived types in C++Sami Shalayel2022-06-271-0/+46
* Ensure QmlSingleton attribute does not leak into derived types in C++Sami Shalayel2022-06-271-0/+49
* Ensure QmlAttached attribute does not leak into derived types in C++Sami Shalayel2022-06-271-0/+60
* Use SPDX license identifiersLucie GĂ©rard2022-06-111-27/+2
* Document that QML_EXTENDED properties are practically FINALAndrei Golubev2022-06-021-0/+8
* tst_qqmllanguage: Test extended group property caseAndrei Golubev2022-06-021-0/+25
* Revert "Revise QQmlProxyMetaObject and extension chain creation"Jani Heikkinen2022-05-311-4/+0
* Revise QQmlProxyMetaObject and extension chain creationAndrei Golubev2022-05-241-0/+4
* Support extension property revisionsAndrei Golubev2022-05-241-0/+32
* QML: Correctly detect extended typesAndrei Golubev2022-05-231-0/+8
* Support querying indirect extensions for a given objectAndrei Golubev2022-05-121-0/+29
* Distinguish extensions from extension namespaces in QmlCompiler libraryAndrei Golubev2022-05-091-0/+29
* QQmlProxyMetaObject: Ignore properties/methods of non-creatable proxiesAndrei Golubev2022-05-041-0/+27
* Add extra extension tests to tst_qqmllanguageAndrei Golubev2022-05-041-0/+58
* Fix crash in QQmlObjectCreator::populateInstanceUlf Hermann2022-04-271-0/+35
* qmlcompiler: Support attached property bindingsAndrei Golubev2022-04-221-0/+16
* tst_qqmllanguage::extendedForeignTypes: check signal with an argumentShawn Rutledge2022-03-151-1/+3
* QQmlMetaType: Don't duplicate notify signals for extended typesUlf Hermann2022-02-241-2/+12
* Allow custom named value types in QMLUlf Hermann2022-01-251-0/+29
* Introduce generalized grouped propertiesUlf Hermann2021-10-281-0/+6
* Replace 0 pointer constants with nullptrAllan Sandfeld Jensen2021-10-181-6/+6
* Fix conversion of entries to be added to QVariantListsUlf Hermann2021-06-171-0/+48
* Allow registration of enums from related types to be switched offUlf Hermann2021-06-161-0/+7
* Only return value type metaobjects from metaObjectForValueTypeUlf Hermann2021-06-091-0/+141
* qv4engine: Fix enums getting turned into objects when passed in listsMaximilian Goldstein2021-05-061-0/+11
* Mark overrides in tests to silence compiler warningsVolker Hilsheimer2021-04-111-14/+14
* Fix QJSValue string parameters used in signalsMaximilian Goldstein2021-02-101-0/+11
* qqmlproxymetaobject: Support invoking methods and slotsMaximilian Goldstein2021-02-051-0/+3
* QmlCompiler: Allow for multiple extensions per objectUlf Hermann2021-02-011-0/+62
* QML_SINGLETON: Handle local create() functions with foreign typesMaximilian Goldstein2021-01-201-0/+31
* QML: Allow singleton types to be extendedUlf Hermann2020-11-021-0/+24
* QML: Allow singletons to be created with a factory functionUlf Hermann2020-11-021-0/+20
* QML: Allow namespaces as extensions to typesUlf Hermann2020-11-021-0/+29