aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmllanguage/data
Commit message (Expand)AuthorAgeFilesLines
* QtQml: Fix some type conversion edge casesUlf Hermann3 days1-0/+10
* Engine: Handle grouped property bindings of non-registered typesFabian Kosmale2024-03-273-1/+12
* Handle more potential underlying typesFabian Kosmale2024-03-181-0/+10
* Fix enum class lookup on SingletonsFabian Kosmale2024-03-141-0/+3
* QtQml: Remove fallback mode for finding singleton enums in metaobjectUlf Hermann2024-02-291-0/+13
* Correct license for test filesLucie Gérard2024-02-275-5/+5
* QtQml: Add test for interpreted "somestring" as stringUlf Hermann2024-02-171-0/+1
* QtQml: Consider value types when looking for metaobjectsUlf Hermann2024-02-151-0/+6
* QtQml: Re-allow manual calling of signal handlersUlf Hermann2024-02-131-0/+11
* QtQml: Double-check inline components when type-checking functionsUlf Hermann2024-02-081-0/+25
* QtQml: Re-allow assigning of raw numbers to enum property aliasesUlf Hermann2024-02-012-0/+11
* QtQml: Don't create metatypes for procedurally registered compositesUlf Hermann2024-01-171-0/+6
* QtQml: Do detour through the CU for building property cachesUlf Hermann2024-01-114-0/+24
* qv4codegen: Do not call functions on null objects inside optional chainsOlivier De Cannière2024-01-081-0/+10
* QtQml: Do not poison the type registry with unfinished enumsUlf Hermann2023-12-201-0/+8
* Make builtins an actual moduleUlf Hermann2023-11-241-1/+1
* QML: Before processing deep aliases, remove pending bindingsUlf Hermann2023-11-092-0/+4
* QtQml: Fix some problems with deep aliasesUlf Hermann2023-11-093-0/+37
* QML: Test as-casting to inline componentUlf Hermann2023-11-071-0/+16
* QtQml: Do not gc objects stored in QML-declared list propertiesUlf Hermann2023-10-241-0/+17
* QtQml: Use array data for QmlListWrapper's "owned" modeUlf Hermann2023-10-241-0/+13
* QtQml: Don't unnecessarily detour through the CU to look up typesUlf Hermann2023-10-192-0/+21
* QML: Load the implicit import before resolving scriptsUlf Hermann2023-08-243-0/+0
* QtQml: Create implicit components in inline components earlyUlf Hermann2023-08-221-0/+27
* Remove redundant warningAmanda Hamblin-Trué2023-07-053-3/+3
* tst_qqmllanguage: Do not open a windowUlf Hermann2023-06-271-1/+1
* QML: Revert the default for enforcing function signaturesUlf Hermann2023-06-261-1/+1
* QML: Use new coerce() method also for 'as' castsUlf Hermann2023-06-261-0/+2
* QML: Improve the JS-to-JS type check when enforcing signaturesUlf Hermann2023-06-261-1/+4
* JIT: STORE_IP() before lookupsUlf Hermann2023-06-231-0/+16
* QQmlProperty: Allow QVariantList as QObject* containerUlf Hermann2023-06-151-0/+17
* QtQml: Do not retroactively detach or re-attach methodsUlf Hermann2023-06-091-0/+49
* QML: Call value type ctors with derived types of formal parameterUlf Hermann2023-06-081-0/+1
* QML: Re-add QMetaType::convert() attempt for argument conversionUlf Hermann2023-06-081-1/+4
* QML: Allow coercing variant objects to their own typeUlf Hermann2023-06-081-0/+6
* QML: Maintain invariant between QObjectMethod membersUlf Hermann2023-05-112-0/+33
* QML: Allow as-casting to value typesUlf Hermann2023-03-031-0/+10
* JIT: Fix isNullOrUndefined bad logicOlivier De Cannière2023-02-152-0/+44
* QML: Treat long and ulong like other numbersUlf Hermann2023-02-071-0/+28
* QObjectWrapper: Fix calling attached methods on different objectsUlf Hermann2023-01-022-0/+65
* QML: Consider deep aliases when finding binding targetsUlf Hermann2022-12-172-0/+21
* Key required properties by object and property dataUlf Hermann2022-11-281-0/+12
* QtQml: Recognize JavaScript null as equivalent to nullptr QObject*Ulf Hermann2022-11-221-0/+28
* QML: Fix precedence between importsUlf Hermann2022-11-082-0/+22
* Qml: add test for nested group properties fixSami Shalayel2022-10-311-0/+21
* Add option to enforce function signaturesUlf Hermann2022-10-142-0/+60
* qml: deprecate top-level componentsSami Shalayel2022-09-2921-43/+66
* qml: allow inline component types as signal argumentSami Shalayel2022-09-192-0/+51
* Qml: Fix crash by function definition in grouped property, reject itYuya Nishihara2022-09-151-0/+8
* Qml: Don't crash on bad grouped propertiesUlf Hermann2022-09-091-0/+10