summaryrefslogtreecommitdiff
path: root/tests/auto/qml/qmlcppcodegen
Commit message (Expand)AuthorAgeFilesLines
* QmlCompiler: Do check specificType on SetLookupUlf Hermann2023-05-153-0/+26
* QmlCompiler: Optimize list manipulationsUlf Hermann2023-05-101-0/+5
* QmlCompiler: Re-allow conversion from QObject to QStringUlf Hermann2023-05-093-2/+10
* Properly support lists as method argumentsUlf Hermann2023-05-093-0/+16
* QML: Encode "missing" line number as negated address of stack frameUlf Hermann2023-05-093-0/+27
* QML: Allow conversion from QV4::Sequence to different iterableUlf Hermann2023-05-094-0/+88
* QmlCompiler: Convert thisObject to correct typeUlf Hermann2023-05-043-0/+33
* QmlCompiler: Disallow reading from values affected by side effectsUlf Hermann2023-05-043-29/+81
* tst_qmlcppcodegen: Sort methods alphabeticallyUlf Hermann2023-05-041-2474/+2471
* QML: Fix call frame conversion for QVariant return typesUlf Hermann2023-05-045-0/+158
* QmlCompiler: Do not crash when converting number literals to enumsUlf Hermann2023-05-044-2/+44
* QmlCompiler: Do not stop parsing on top-level Component elementsUlf Hermann2023-05-033-0/+41
* tst_qmlcppcodegen: Sort QML files againUlf Hermann2023-05-021-10/+10
* QmlCompiler: Relax shadowing checkUlf Hermann2023-05-023-0/+49
* QmlCompiler: Inline some array methodsUlf Hermann2023-04-286-0/+218
* QmlCompiler: Use actual type of enums, rather than intUlf Hermann2023-04-263-0/+25
* QmlCompiler: Implement ConvertThisToObject and basic DTZUlf Hermann2023-04-254-0/+36
* QmlCompiler: Recognize QStringList and QVariantList as special listsUlf Hermann2023-04-244-0/+35
* QmlCompiler: Allow conversion from QQmlListProperty to QListUlf Hermann2023-04-243-0/+35
* QmlCompiler: Don't crash on bad list type in signatureUlf Hermann2023-04-191-0/+4
* QmlCompiler: Don't crash when checking for enum problemsUlf Hermann2023-04-191-0/+4
* Fix content pointer check for QObject*Ulf Hermann2023-04-194-0/+57
* QmlCompiler: Merge bool and any pointer type into the pointer typeUlf Hermann2023-04-153-0/+29
* QmlCompiler: Support more integer typesUlf Hermann2023-03-302-13/+112
* QmlCompiler: Do not generate invalid code on generate_AsUlf Hermann2023-03-173-0/+31
* QmlCompiler: Allow coercing anything to boolUlf Hermann2023-03-103-0/+72
* QmlCompiler: Use value type ctorsUlf Hermann2023-03-094-0/+32
* QML: Allow as-casting to value typesUlf Hermann2023-03-035-0/+91
* QML: Add an "Addressable" value to ValueTypeBehaviorUlf Hermann2023-03-022-2/+2
* QmlCompiler: Improve method overload selectionUlf Hermann2023-03-023-0/+20
* QtQml: Always throw when requesting an enum from an invalid singletonUlf Hermann2023-03-014-0/+62
* QmlCompiler: Implement multi-argument Math.{min,max}()Olivier De Cannière2023-02-233-0/+123
* QmlCompiler: Implement get lookup of variantMap propertiesOlivier De Cannière2023-02-224-0/+41
* Replace AUTO_RESOURCE_PREFIX with Qt CMake Policy in examples, testsAmir Masoud Abdol2023-02-211-1/+2
* QmlCompiler: Fix coercion of undefined to float and doubleUlf Hermann2023-02-213-2/+33
* qmlsc: Support equality operations for QUrlSemih Yavuz2023-02-163-0/+35
* Controls: Use PlatformDialogHelper for enums in DialogButtonBoxUlf Hermann2023-02-154-2/+28
* qmlcachegen: fix nonstrict equality code generationSemih Yavuz2023-01-312-1/+12
* qmlcachegen: Improve QObject comparison code generation testSemih Yavuz2023-01-312-0/+15
* QML: Turn singleton/type mismatch into a run time type errorUlf Hermann2023-01-274-0/+33
* QML: Allow more conversions between different listsUlf Hermann2023-01-262-0/+24
* QML: Allow converting any object list to QQmlListPropertyUlf Hermann2023-01-252-0/+8
* qmltyperegistrar: Strip '*' from list value typesUlf Hermann2023-01-254-2/+40
* tst_qmlcppcodegen: Add QML dependency for AndroidFabian Kosmale2023-01-253-4/+9
* QmlCompiler: Wrap sequences with unknown elemnts in QVariantListUlf Hermann2023-01-232-0/+2
* QML: Add a pragma for value type behaviorUlf Hermann2023-01-204-0/+105
* QmlCompiler: Handle various date and time conversions correctlyUlf Hermann2023-01-174-0/+75
* Allow extraction of V4 values from QJSPrimitiveValueUlf Hermann2023-01-163-0/+28
* QmlCachegen: Equality comparison ability to QObject *Semih Yavuz2023-01-103-1/+38
* QmlCachegen: Equality comparison ability to var and void/null typesSemih Yavuz2023-01-064-0/+93