aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmllanguage/tst_qqmllanguage.cpp
Commit message (Expand)AuthorAgeFilesLines
* QtQml: Fix some type conversion edge casesUlf Hermann8 days1-0/+17
* Engine: Handle grouped property bindings of non-registered typesFabian Kosmale2024-03-271-0/+21
* Handle more potential underlying typesFabian Kosmale2024-03-181-0/+18
* 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/+15
* Correct license for test filesLucie Gérard2024-02-271-1/+1
* QtQml: Add test for interpreted "somestring" as stringUlf Hermann2024-02-171-0/+4
* QtQml: Consider value types when looking for metaobjectsUlf Hermann2024-02-151-0/+14
* QtQml: Re-allow manual calling of signal handlersUlf Hermann2024-02-131-0/+21
* QtQml: Double-check inline components when type-checking functionsUlf Hermann2024-02-081-0/+34
* QtQml: Do not speculatively create ICs for non-composite typesUlf Hermann2024-02-081-4/+2
* QtQml: Re-allow assigning of raw numbers to enum property aliasesUlf Hermann2024-02-011-0/+13
* Fix debug build when FEATURE_qml_debug is OFFVladimir Belyavsky2024-01-231-0/+4
* QtQml: Use CompiledData::CompilationUnit in more placesUlf Hermann2024-01-201-2/+2
* QtQml: Move qmlType into base CUUlf Hermann2024-01-181-3/+3
* QtQml: Don't create metatypes for procedurally registered compositesUlf Hermann2024-01-171-0/+12
* QtQml: Do detour through the CU for building property cachesUlf Hermann2024-01-111-0/+35
* QtQml: Make base CU a member of ExecutableCompilationUnitUlf Hermann2024-01-101-1/+1
* qv4codegen: Do not call functions on null objects inside optional chainsOlivier De Cannière2024-01-081-0/+13
* QtQml: Do not poison the type registry with unfinished enumsUlf Hermann2023-12-201-0/+12
* QML: Before processing deep aliases, remove pending bindingsUlf Hermann2023-11-091-5/+1
* QtQml: Fix some problems with deep aliasesUlf Hermann2023-11-091-0/+27
* QML: Test as-casting to inline componentUlf Hermann2023-11-071-0/+11
* QtQml: Do not gc objects stored in QML-declared list propertiesUlf Hermann2023-10-241-0/+20
* QtQml: Use array data for QmlListWrapper's "owned" modeUlf Hermann2023-10-241-0/+48
* qmltyperegistrar: Fix namespace registrationUlf Hermann2023-10-231-0/+27
* QtQml: Don't unnecessarily detour through the CU to look up typesUlf Hermann2023-10-191-0/+11
* fix tst_qqmllanguage:multiVersionSingletonsSami Shalayel2023-09-111-2/+4
* QtQml: Key singletons by singleton instance infoUlf Hermann2023-08-301-0/+16
* QML: Load the implicit import before resolving scriptsUlf Hermann2023-08-241-15/+7
* Remove remaining foreach in qml testsUlf Hermann2023-08-221-7/+6
* QV4::QObjectWrapper: Use the object's actual meta typeKai Uwe Broulik2023-08-221-0/+23
* QtQml: Create implicit components in inline components earlyUlf Hermann2023-08-221-0/+12
* Mark the module as free of Q_FOREACH, except where it isn'tMarc Mutz2023-08-171-0/+3
* Replace signal name manipulations with QQmlSignalNamesSami Shalayel2023-08-151-0/+97
* tst_qqmllanguage: Clean up memory managementAmanda Hamblin-Trué2023-08-151-7/+9
* QML: Allow conversion from JS Array to QByteArrayUlf Hermann2023-08-081-0/+25
* qqmllanguage: Clean up memory managementAmanda Hamblin-Trué2023-07-181-2/+2
* QtQml: Fix validation when calling methods with different 'this'Ulf Hermann2023-07-071-1/+10
* Remove redundant warningAmanda Hamblin-Trué2023-07-051-1/+0
* QML: Use new coerce() method also for 'as' castsUlf Hermann2023-06-261-1/+6
* QML: Improve the JS-to-JS type check when enforcing signaturesUlf Hermann2023-06-261-2/+10
* QML: Do not leak memory if QQmlData is manipulated from ctorUlf Hermann2023-06-261-0/+17
* JIT: STORE_IP() before lookupsUlf Hermann2023-06-231-0/+16
* QML: Use QQmlType as container for composite types (inline or not)Ulf Hermann2023-06-221-8/+14
* QQmlProperty: Allow QVariantList as QObject* containerUlf Hermann2023-06-151-0/+17
* QtQml: Do not retroactively detach or re-attach methodsUlf Hermann2023-06-091-0/+35
* 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/+1
* QML: Allow coercing variant objects to their own typeUlf Hermann2023-06-081-0/+13