aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmllanguage/tst_qqmllanguage.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix QJSValue string parameters used in signalsMaximilian Goldstein2021-02-101-0/+21
* Return errors if validation of inline components failsUlf Hermann2021-02-081-0/+17
* qqmlproxymetaobject: Support invoking methods and slotsMaximilian Goldstein2021-02-051-0/+2
* QmlCompiler: Allow for multiple extensions per objectUlf Hermann2021-02-011-0/+21
* QML_SINGLETON: Handle local create() functions with foreign typesMaximilian Goldstein2021-01-201-0/+11
* qqmlengine: Fix crash when encountering bad singletonsMaximilian Goldstein2021-01-111-0/+22
* Avoid crash for deep aliasesMaximilian Goldstein2021-01-111-0/+7
* Fix IC properties in same fileFabian Kosmale2020-12-101-0/+1
* QML engine: Use QMetaType instead of metatype-id in propertydataFabian Kosmale2020-11-261-1/+1
* Update tests to use new metaType systemDavid Skoland2020-11-021-68/+67
* QML: Allow singleton types to be extendedUlf Hermann2020-11-021-0/+23
* QML: Allow singletons to be created with a factory functionUlf Hermann2020-11-021-0/+17
* QML: Allow namespaces as extensions to typesUlf Hermann2020-11-021-0/+21
* Inline components: Fix custom parser supportFabian Kosmale2020-10-281-0/+11
* QQmlMetaType: Grudgingly accept uppercase value typesUlf Hermann2020-10-051-2/+2
* qqmlimport: Use stable_partition instead of stable_sortFabian Kosmale2020-09-281-12/+18
* Allow proper registration of value typesUlf Hermann2020-09-231-0/+78
* tst_qqmllanguage: Use namespaces for registering enum containersUlf Hermann2020-09-221-2/+6
* Adapt to changes in qtbaseUlf Hermann2020-09-151-0/+2
* Always group the metaType and listType togetherLars Knoll2020-08-281-3/+3
* Unify "variant" and "var" properties in QMLFabian Kosmale2020-08-241-36/+1
* QQmlObjectCreator: fix member func call with this == nullptrEvgeniy A. Dushistov2020-08-221-0/+10
* tst_qqmllanguage: Fix failure due to stricter equality of QVariantFawzi Mohamed2020-08-201-1/+4
* Support required list propertiesFabian Kosmale2020-07-281-0/+6
* URL: Allow non-string parametersMaximilian Goldstein2020-07-031-0/+13
* Add ; to Q_UNUSED and UNUSED_PARAMLars Schmertmann2020-06-261-1/+1
* Do not resolve URLs when assigning them to a propertyUlf Hermann2020-06-221-3/+3
* qqmltypecompiler: Be more careful when resolving enumsFabian Kosmale2020-06-221-0/+57
* QV4Engine: Fix type conversionFabian Kosmale2020-05-191-0/+26
* Allow using lowercase enum namesMaximilian Goldstein2020-05-191-11/+6
* Add a default message to QML_UNCREATABLEMaximilian Goldstein2020-05-061-0/+12
* Fix build with latest QHash from qtbaseSimon Hausmann2020-04-141-7/+6
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-091-4/+21
|\
| * tst_qqmllanguage: Avoid use after freeUlf Hermann2020-03-261-5/+12
| * Check that QJSValue to set conversion worksFabian Kosmale2020-03-241-1/+7
| * tst_qqmllanguage: Don't leak malloc()'d unit dataUlf Hermann2020-03-241-2/+6
* | Encapsulate QQmlContextDataUlf Hermann2020-03-231-3/+4
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-181-0/+25
|\|
| * Inline components: Abort if two IC's with same name existFabian Kosmale2020-03-161-0/+14
| * Prefer Inline Components over any other imported nameFabian Kosmale2020-03-161-0/+11
* | Adapt to the the new QMetaType changeOlivier Goffart2020-03-091-3/+3
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-091-11/+20
|\|
| * Provide a way to statically register namespacesUlf Hermann2020-02-251-11/+20
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-02-211-0/+11
|\|
| * ResolvedList: attempt read from correct meta objectFabian Kosmale2020-02-191-0/+11
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-02-171-0/+60
|\|
| * QQmlCustomParser: Resolve import namespacesUlf Hermann2020-02-111-0/+30
| * Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-02-061-0/+27
| |\
| | * Enable conversion from QJSValues containing arrays to container typesFabian Kosmale2020-01-311-0/+27
| * | Inline components: fix name resolutionFabian Kosmale2020-02-051-0/+3