aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmllanguage/tst_qqmllanguage.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* QtQml: Move inline component registry to QQmlMetaTypeDataUlf Hermann2023-05-301-4/+6
* QtQml: Index inline components by name rather than IDUlf Hermann2023-05-301-1/+1
* QML: Maintain invariant between QObjectMethod membersUlf Hermann2023-05-111-0/+12
* QmlCompiler: Do not stop parsing on top-level Component elementsUlf Hermann2023-05-031-3/+3
* QML: Allow some more backing types for enumsFabian Kosmale2023-04-121-0/+50
* QML: Allow as-casting to value typesUlf Hermann2023-03-031-0/+26
* JIT: Fix isNullOrUndefined bad logicOlivier De Cannière2023-02-151-0/+25
* QML: Treat long and ulong like other numbersUlf Hermann2023-02-071-0/+24
* QObjectWrapper: Fix calling attached methods on different objectsUlf Hermann2023-01-021-0/+86
* QML: Consider deep aliases when finding binding targetsUlf Hermann2022-12-171-0/+10
* Key required properties by object and property dataUlf Hermann2022-11-281-0/+13
* QtQml: Recognize JavaScript null as equivalent to nullptr QObject*Ulf Hermann2022-11-221-0/+12
* ConstructionState: Make completePending private, tooFabian Kosmale2022-11-101-1/+1
* QmlComponent::ConstructionState: encapsulate creatorFabian Kosmale2022-11-101-7/+6
* QML: Fix precedence between importsUlf Hermann2022-11-081-0/+23
* Recursively write back value types and sequencesUlf Hermann2022-10-191-6/+8
* Add option to enforce function signaturesUlf Hermann2022-10-141-0/+23
* Port from container::count() and length() to size() - V5Marc Mutz2022-10-131-9/+9
* Port from container::count() and length() to size()Marc Mutz2022-10-071-37/+37
* qml: deprecate top-level componentsSami Shalayel2022-09-291-9/+17
* qml: allow inline component types as signal argumentSami Shalayel2022-09-191-0/+23
* Qml: Fix crash by function definition in grouped property, reject itYuya Nishihara2022-09-151-0/+12
* QtQml: Remove unused includes in qml, final partSemih Yavuz2022-09-141-0/+1
* Qml: Don't crash on bad grouped propertiesUlf Hermann2022-09-091-0/+12
* QQmlVMEMetaObjectEndpoint: ensure property cache before accessing itSami Shalayel2022-09-071-0/+20
* QmlModels: Fix enum resolution in ListElementUlf Hermann2022-08-291-1/+1
* Qml: Don't crash on nested group properties with aliasesUlf Hermann2022-08-031-0/+16
* V4: Allow conversion from string to QByteArray when setting bindablesUlf Hermann2022-07-251-1/+7
* Fix precedence between JS and QML scopesUlf Hermann2022-07-251-0/+10
* Fix array-like methods on V4 sequencesUlf Hermann2022-07-191-0/+163
* QML: Support negative values in enumsFabian Kosmale2022-07-191-0/+1
* Add test to verify we can read through a bindable-only propertyUlf Hermann2022-07-181-0/+18
* Implement virtualOwnPropertyKeys for QQmlTypeWrapperUlf Hermann2022-07-051-0/+20
* Do not store instantiation errors in QQmlComponentAndrei Golubev2022-06-301-1/+2
* Ensure QmlForeign attribute does not leak into derived types in C++Sami Shalayel2022-06-271-0/+31
* Ensure QmlSingleton attribute does not leak into derived types in C++Sami Shalayel2022-06-271-0/+76
* Ensure QmlAttached attribute does not leak into derived types in C++Sami Shalayel2022-06-271-0/+53
* Allow resetting value type propertiesUlf Hermann2022-06-241-0/+50
* Remove warning about inability to defer propertiesFabian Kosmale2022-06-231-5/+0
* QML: Drop backup source code once we're done with itUlf Hermann2022-06-171-0/+1
* Use SPDX license identifiersLucie Gérard2022-06-111-27/+2
* Document that QML_EXTENDED properties are practically FINALAndrei Golubev2022-06-021-0/+4
* tst_qqmllanguage: Test extended group property caseAndrei Golubev2022-06-021-0/+21
* Revert "Revise QQmlProxyMetaObject and extension chain creation"Jani Heikkinen2022-05-311-6/+1
* Revise QQmlProxyMetaObject and extension chain creationAndrei Golubev2022-05-241-1/+6
* Support extension property revisionsAndrei Golubev2022-05-241-0/+23
* QML: Correctly detect extended typesAndrei Golubev2022-05-231-6/+31
* Support querying indirect extensions for a given objectAndrei Golubev2022-05-121-0/+58
* Distinguish extensions from extension namespaces in QmlCompiler libraryAndrei Golubev2022-05-091-0/+27
* QQmlProxyMetaObject: Ignore properties/methods of non-creatable proxiesAndrei Golubev2022-05-041-0/+17