aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmlcppcodegen
Commit message (Expand)AuthorAgeFilesLines
* Qml: Allow accessing unscoped enums values as <Component>.<Enum>.<Key>Olivier De Cannière6 days2-10/+4
* Compiler: Deduplicate conversion origins based on register's contentOlivier De Cannière2025-05-013-0/+20
* Compiler: Skip bindings to properties of type QQmlScriptStringOlivier De Cannière2025-04-173-0/+44
* Tests: include QTest, not QtTestGiuseppe D'Angelo2025-04-151-1/+1
* QmlCompiler: Error out on unstorable typesUlf Hermann2025-04-144-0/+33
* Compiler: Use regular lookup for redundant optional lookupsOlivier De Cannière2025-04-103-0/+18
* QmlCompiler: Do not re-resolve iterator value typesUlf Hermann2025-03-314-0/+52
* QML: Add final property attributeOlivier De Cannière2025-03-064-0/+27
* tst_qmlcppcodegen: Avoid cmake warningFabian Kosmale2025-03-041-0/+1
* QtQml: Support url and date in 'instanceof' and 'as'Ulf Hermann2025-02-282-0/+15
* QtQml: Clean up qmldir redirectionUlf Hermann2025-02-267-0/+57
* QtQml: Fix AOT compiled context for destroy() and toString() methodsUlf Hermann2025-02-263-0/+133
* QmlCompiler: Tighten detection of assignment to unknown propertiesUlf Hermann2025-02-213-0/+30
* QmlCompiler: Extend the listConversion testUlf Hermann2025-02-192-0/+44
* QmlCompiler: Only import hardcoded builtins by defaultUlf Hermann2025-02-183-0/+18
* Compiler: Add missing conversion for variant equality comparisonsOlivier De Cannière2025-02-184-0/+50
* tst_qmlcppcodegen: Explicitly link against private APIFabian Kosmale2025-02-181-0/+4
* QtQml: Add conversion code for QQmlListProperty to other listsUlf Hermann2025-01-243-7/+74
* Tests: Do qt_autogen_tools_initial_setup also for confused pluginUlf Hermann2025-01-071-0/+2
* QtQml: Check 'this' for null in callObjectPropertyLookupUlf Hermann2025-01-063-0/+27
* QtQml: Do not crash when loading .js files as QMLUlf Hermann2025-01-065-0/+28
* QtQml: Accept .js and .mjs files in directory-listing qmldirsUlf Hermann2025-01-067-0/+47
* QmlCompiler: Round towards 0 when coercing to 64bit integersUlf Hermann2024-12-202-62/+68
* QmlCompiler: Name types when initializing structured value typesUlf Hermann2024-12-194-0/+55
* QmlCompiler: Drop the type shuffling on SetLookupUlf Hermann2024-12-193-0/+52
* QmlCompiler: Coerce values when calling methodsUlf Hermann2024-12-195-1/+143
* Compute implicitSize based on implicitContentSize in Pane and subclassesTor Arne Vestbø2024-12-182-4/+4
* QmlCompiler: Use correct static_metacall on DefineObjectLiteralUlf Hermann2024-12-123-2/+15
* QmlCompiler: Implement calling of methods on value typesUlf Hermann2024-11-223-3/+12
* QmlCompiler: Add AsVariant initializations for SetLookupUlf Hermann2024-11-213-4/+164
* QObject: implement the ### Qt7 for dynamicMetaObject()Thiago Macieira2024-11-141-0/+4
* QtQml: Fix calling of method with QML_USING typesUlf Hermann2024-11-132-3/+24
* QtQml: Never check the type in AOT lookup initializationsUlf Hermann2024-11-124-0/+172
* QmlCompiler: Support construction of value types with 'new'Ulf Hermann2024-11-065-1/+20
* QmlCompiler: Allow conversion of object literals to QJSValueUlf Hermann2024-11-013-0/+33
* QtQml: Unify detaching behavior for all reference objectsUlf Hermann2024-10-243-0/+51
* tst_qmlcppcodegen: Prevent crashes on failureUlf Hermann2024-10-241-2/+2
* Add Qt::Qml before Qt::QmlPrivate to auto testsKarim Pinter2024-10-221-0/+2
* QmlCompiler: Resolve types for calls in init stepUlf Hermann2024-10-141-10/+1
* tst_qmlcppcodegen: Compile test with QT_NO_CAST_FROM_ASCIIOlivier De Cannière2024-10-097-30/+34
* QmlCompiler: Fix handling of anonymous composite typesUlf Hermann2024-10-024-0/+30
* QmlCompiler: Do not cache composite metatypes in static membersUlf Hermann2024-09-304-0/+39
* QmlCompiler: Do not miscompile ID lookups in invalid typesUlf Hermann2024-09-253-0/+39
* QmlCompiler: Don't crash on broken type assertionsUlf Hermann2024-09-253-0/+20
* QtQml: Allow initialization of value types with object typesUlf Hermann2024-09-243-2/+8
* Tests: Fix various CMake warningsUlf Hermann2024-09-101-7/+9
* QmlCompiler: Do not choose unstorable stored typesUlf Hermann2024-08-123-0/+15
* qmllint/quick: rename attached type warnings to be uniformSami Shalayel2024-08-081-2/+2
* Compiler: Properly read value type arguments when enforcing signaturesOlivier De Cannière2024-07-174-0/+51
* QML: Allow conversion between different list typesUlf Hermann2024-07-033-7/+70