aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml
Commit message (Expand)AuthorAgeFilesLines
* Lexer: Fix spelling error in translatable messageFriedemann Kleint15 hours1-1/+1
* Warn about unset required properties on composite singletonsFabian Kosmale46 hours4-0/+50
* Tests: Avoid some warningsUlf Hermann47 hours1-1/+1
* Disambiguate constant types and CONSTANT properties in qmltypes fileLuca Di Sera48 hours2-11/+25
* Ensure that "styleName" is set by Qt.fontLuca Di Sera7 days2-0/+19
* Rework the sort implementation for SequencesLuca Di Sera7 days2-6/+0
* Fix typo in test caseLuca Di Sera7 days1-1/+1
* qmlformat: Do not remove the enum items' default valueSemih Yavuz8 days3-1/+27
* Builtins: Fix and use QML_USING for primitive typesUlf Hermann8 days3-16/+16
* qmltyperegistrar: Do not print "isCreatable: true" after allUlf Hermann8 days1-11/+0
* qmltyperegistrar: Print slots before invokables in qmltypesUlf Hermann8 days2-0/+26
* qmltyperegistrar: Consider all relations for processed foreign typesUlf Hermann8 days2-0/+16
* gc: fix marking for (Weak)(Map|Set)Fabian Kosmale8 days1-0/+146
* qmltyperegistrar: Register metatypes for all enums of all typesUlf Hermann9 days2-0/+28
* Replace all occurrences of Q_OS_MAC with more appropriate definesTor Arne Vestbø9 days3-6/+6
* Restructure builtins and QtQml.BaseUlf Hermann10 days20-357/+233
* QmlCompiler: Be precise about precedence between jsroot and builtinsUlf Hermann11 days2-3/+3
* Clean up some includesUlf Hermann14 days2-14/+22
* QQmlImportDataBase: Add all import paths from qt.confFabian Kosmale14 days3-0/+29
* QtQml: Optimize QV4::Sequence's shift() methodUlf Hermann2024-05-282-0/+30
* QtQml: Document and uphold precondition of metaTypeFromJS()Ulf Hermann2024-05-284-0/+82
* V4: Store the sign bit of NaNs in QV4::StaticValueUlf Hermann2024-05-281-1/+0
* QtQml: Properly handle someObject as someValueTypeUlf Hermann2024-05-281-1/+7
* QtQml: Restore as-casting of incompatible type to value typeUlf Hermann2024-05-283-0/+70
* Compiler: Record statistics about aot compilationOlivier De Cannière2024-05-286-0/+160
* TypedArray: Preserve exact NaN bit pattern on fill()Ulf Hermann2024-05-251-1/+0
* QmlCompiler: Explicitly cast operations that result in QStringUlf Hermann2024-05-255-1/+90
* QQuickAbstractButton: setAction will share its Accessible objectAleix Pol2024-05-241-1/+1
* QML: Deprecate coercion on type assertionsUlf Hermann2024-05-242-0/+99
* Add invokable default ctors to all named, structured value typesUlf Hermann2024-05-232-0/+37
* QtQml: Allow "using" declarations in QML type registrationsUlf Hermann2024-05-232-0/+34
* QtQml: Let QQmlTypeWrapper act as a constructor for its typeUlf Hermann2024-05-234-6/+127
* Add a wrapper builtin for QJsonArrayLuca Di Sera2024-05-223-0/+17
* Load a QJsonArray property as a SequenceLuca Di Sera2024-05-224-0/+259
* tests: fix linebylinelex tests for mobile and embeddedSamuli Piippo2024-05-213-33/+9
* tst_qv4estable: fix -Wsign-compareMarc Mutz2024-05-181-3/+3
* qmlcompiler: Sanitize qmldir paths before using themUlf Hermann2024-05-172-0/+13
* Add PlanarTransform object to facilitate 2D transformsEirik Aavitsland2024-05-141-1/+3
* V4: Slim down FunctionObjectUlf Hermann2024-05-141-1/+1
* ecmascripttests: Actually fail the test if the runner crashesUlf Hermann2024-05-111-2/+2
* Fix header case issue following qtbase changeMårten Nordheim2024-05-101-7/+5
* QML: Allow numeric separators in numeric literalsLuca Di Sera2024-05-081-0/+72
* QtQml: Add a wrapper builtin for QJsonObjectLuca Di Sera2024-05-084-0/+24
* ecmascripttests: Fail test if the test runner crashesUlf Hermann2024-05-061-3/+13
* Fix test compilation issues with QtLite configurationJari Helaakoski2024-04-305-3/+18
* QtQml: Properly enforce signatures of AOT-compiled functionsUlf Hermann2024-04-263-2/+31
* QML: Introduce aliases for builtin typesUlf Hermann2024-04-253-16/+16
* qmltyperegistrar: Check properties, methods, enums for missing typesUlf Hermann2024-04-256-21/+62
* gc: Fix stale pointers in WeakValuesFabian Kosmale2024-04-251-0/+44
* Correct am/pm indicators for en_AU to lowercaseEdward Welbourne2024-04-251-2/+4