qtdeclarative/tests/auto/qml
Ulf Hermann 47678c682f QML: Don't try to convert objects with prototypes to QVariant
This is likely to lose some properties.

Fixes: QTBUG-106266
Change-Id: Ib5a2567d61635a5cf7b3abee7cfef0c073d59e63
Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
(cherry picked from commit 4307755655)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
2023-05-10 09:10:27 +00:00
..
animation Port from container::count() and length() to size() - V5 2022-10-13 00:18:35 +02:00
bindingdependencyapi Retire the qt_parse_all_arguments 2023-02-10 11:22:15 +00:00
debugger Replace AUTO_RESOURCE_PREFIX with Qt CMake Policy in examples, tests 2023-02-22 10:04:10 +01:00
ecmascripttests Retire the qt_parse_all_arguments 2023-02-10 11:22:15 +00:00
linebylinelex Retire the qt_parse_all_arguments 2023-02-10 11:22:15 +00:00
parserstress Port from container::count() and length() to size() 2022-10-07 23:38:48 +02:00
qjsengine Set correct `this` value in JSON.stringify replacer scope 2023-02-22 17:38:01 +00:00
qjsmanagedvalue QML: Faithfully convert undefined and null to string 2022-11-15 08:33:19 +01:00
qjsonbinding Retire the qt_parse_all_arguments 2023-02-10 11:22:15 +00:00
qjsprimitivevalue V4: Fix multiplication 2023-01-18 01:15:08 +00:00
qjsvalue Change value encoding scheme to make space for larger pointers 2023-01-12 13:28:39 +00:00
qjsvalueiterator Port from container::count() and length() to size() 2022-10-07 23:38:48 +02:00
qml qml: Fix object counting 2023-01-23 18:28:51 +00:00
qmlbasicapp CMake: Allow omitting the version of QML modules 2023-01-30 10:45:04 +01:00
qmlcachegen Retire the qt_parse_all_arguments 2023-02-10 11:22:15 +00:00
qmlcppcodegen QmlCompiler: Improve method overload selection 2023-05-08 16:02:12 +02:00
qmldiskcache QML: Insert aliases in inline components when loading from disk cache 2023-03-15 03:35:07 +00:00
qmlformat qmlformat: change comment handling behavior 2023-04-12 16:29:40 +00:00
qmlimportscanner Retire the qt_parse_all_arguments 2023-02-10 11:22:15 +00:00
qmllint qmllint: Do not crash on invalid alias 2023-05-04 16:59:59 +00:00
qmlplugindump Retire the qt_parse_all_arguments 2023-02-10 11:22:15 +00:00
qmlsplitlib Replace AUTO_RESOURCE_PREFIX with Qt CMake Policy in examples, tests 2023-02-22 10:04:10 +01:00
qmltc Replace AUTO_RESOURCE_PREFIX with Qt CMake Policy in examples, tests 2023-02-22 10:04:10 +01:00
qmltc_manual Replace AUTO_RESOURCE_PREFIX with Qt CMake Policy in examples, tests 2023-02-22 10:04:10 +01:00
qmltc_qprocess Replace AUTO_RESOURCE_PREFIX with Qt CMake Policy in examples, tests 2023-02-22 10:04:10 +01:00
qmltyperegistrar QmlCompiler: Recognize QList<QObject*> as QObjectList 2023-05-05 13:51:56 +02:00
qqmlanybinding Retire the qt_parse_all_arguments 2023-02-10 11:22:15 +00:00
qqmlapplicationengine Retire the qt_parse_all_arguments 2023-02-10 11:22:15 +00:00
qqmlbinding QML: Don't crash when monitoring binding removal 2023-05-08 16:02:17 +02:00
qqmlchangeset tst_qqmlchangeset: fix target name typo and de-duplicate tests 2022-11-01 17:11:17 +08:00
qqmlcomponent QML: Don't try to convert objects with prototypes to QVariant 2023-05-10 09:10:27 +00:00
qqmlconnections Retire the qt_parse_all_arguments 2023-02-10 11:22:15 +00:00
qqmlconsole Retire the qt_parse_all_arguments 2023-02-10 11:22:15 +00:00
qqmlcontext Retire the qt_parse_all_arguments 2023-02-10 11:22:15 +00:00
qqmlcpputils Port from container::count() and length() to size() 2022-10-07 23:38:48 +02:00
qqmldelegatemodel Models: Avoid crashes when deleting cache items 2023-03-31 15:31:39 +02:00
qqmldirparser Retire the qt_parse_all_arguments 2023-02-10 11:22:15 +00:00
qqmlecmascript Retire the qt_parse_all_arguments 2023-02-10 11:22:15 +00:00
qqmlengine QV4: Mark singletons as deleted before actually deleting them 2023-03-28 11:49:21 +00:00
qqmlenginecleanup Retire the qt_parse_all_arguments 2023-02-10 11:22:15 +00:00
qqmlerror Retire the qt_parse_all_arguments 2023-02-10 11:22:15 +00:00
qqmlexpression Retire the qt_parse_all_arguments 2023-02-10 11:22:15 +00:00
qqmlextensionplugin Change the license of all CMakeLists.txt and *.cmake files to BSD 2022-09-07 17:01:30 +02:00
qqmlfile Android: Fix for URLs with local authorities 2022-09-09 08:21:43 +02:00
qqmlfileselector Retire the qt_parse_all_arguments 2023-02-10 11:22:15 +00:00
qqmlglobal Change the license of all CMakeLists.txt and *.cmake files to BSD 2022-09-07 17:01:30 +02:00
qqmlimport Retire the qt_parse_all_arguments 2023-02-10 11:22:15 +00:00
qqmlincubator Retire the qt_parse_all_arguments 2023-02-10 11:22:15 +00:00
qqmlinfo Retire the qt_parse_all_arguments 2023-02-10 11:22:15 +00:00
qqmlinstantiator Retire the qt_parse_all_arguments 2023-02-10 11:22:15 +00:00
qqmlitemmodels Retire the qt_parse_all_arguments 2023-02-10 11:22:15 +00:00
qqmljsscope Replace AUTO_RESOURCE_PREFIX with Qt CMake Policy in examples, tests 2023-02-22 10:04:10 +01:00
qqmllanguage QmlCompiler: Do not stop parsing on top-level Component elements 2023-05-04 16:51:47 +02:00
qqmllistcompositor Port from container::count() and length() to size() 2022-10-07 23:38:48 +02:00
qqmllistmodel QQuickItemView: Skip instantiating delegates if size is 0 2023-04-20 10:17:07 +00:00
qqmllistmodelworkerscript Retire the qt_parse_all_arguments 2023-02-10 11:22:15 +00:00
qqmllistreference Retire the qt_parse_all_arguments 2023-02-10 11:22:15 +00:00
qqmllocale Retire the qt_parse_all_arguments 2023-02-10 11:22:15 +00:00
qqmlmetaobject Retire the qt_parse_all_arguments 2023-02-10 11:22:15 +00:00
qqmlmetatype QQmlMetaType: Clear property caches on qmlClearTypeRegistrations 2023-02-15 08:37:30 +00:00
qqmlmoduleplugin Retire the qt_parse_all_arguments 2023-02-10 11:22:15 +00:00
qqmlnotifier Retire the qt_parse_all_arguments 2023-02-10 11:22:15 +00:00
qqmlobjectmodel Port from container::count() and length() to size() - V5 2022-10-13 00:18:35 +02:00
qqmlopenmetaobject Change the license of all CMakeLists.txt and *.cmake files to BSD 2022-09-07 17:01:30 +02:00
qqmlparser Retire the qt_parse_all_arguments 2023-02-10 11:22:15 +00:00
qqmlpromise Retire the qt_parse_all_arguments 2023-02-10 11:22:15 +00:00
qqmlproperty Retire the qt_parse_all_arguments 2023-02-10 11:22:15 +00:00
qqmlpropertycache Retire the qt_parse_all_arguments 2023-02-10 11:22:15 +00:00
qqmlpropertymap Retire the qt_parse_all_arguments 2023-02-10 11:22:15 +00:00
qqmlqt Retire the qt_parse_all_arguments 2023-02-10 11:22:15 +00:00
qqmlsettings Retire the qt_parse_all_arguments 2023-02-10 11:22:15 +00:00
qqmlsqldatabase Retire the qt_parse_all_arguments 2023-02-10 11:22:15 +00:00
qqmltablemodel Retire the qt_parse_all_arguments 2023-02-10 11:22:15 +00:00
qqmltimer Port from container::count() and length() to size() 2022-10-07 23:38:48 +02:00
qqmltranslation Retire the qt_parse_all_arguments 2023-02-10 11:22:15 +00:00
qqmltreemodeltotablemodel Retire the qt_parse_all_arguments 2023-02-10 11:22:15 +00:00
qqmltypeloader Retire the qt_parse_all_arguments 2023-02-10 11:22:15 +00:00
qqmlvaluetypeproviders QmlCompiler: Fix coercion of undefined to float and double 2023-02-21 14:36:14 +00:00
qqmlvaluetypes Retire the qt_parse_all_arguments 2023-02-10 11:22:15 +00:00
qqmlxmlhttprequest XHR WebDAV test: don't expect more than Keep-Alive in Connection: header 2023-04-26 00:49:54 +00:00
qqmlxmllistmodel Retire the qt_parse_all_arguments 2023-02-10 11:22:15 +00:00
qquickfolderlistmodel Retire the qt_parse_all_arguments 2023-02-10 11:22:15 +00:00
qquickworkerscript Retire the qt_parse_all_arguments 2023-02-10 11:22:15 +00:00
qrcqml Change the license of all CMakeLists.txt and *.cmake files to BSD 2022-09-07 17:01:30 +02:00
qtqmlmodules Retire the qt_parse_all_arguments 2023-02-10 11:22:15 +00:00
qv4assembler Retire the qt_parse_all_arguments 2023-02-10 11:22:15 +00:00
qv4identifiertable Port from container::count() and length() to size() 2022-10-07 23:38:48 +02:00
qv4mm Retire the qt_parse_all_arguments 2023-02-10 11:22:15 +00:00
qv4regexp Change the license of all CMakeLists.txt and *.cmake files to BSD 2022-09-07 17:01:30 +02:00
qv4urlobject QV4: Fix formatting options for the search component of UrlObject 2023-04-28 14:55:44 +00:00
qwidgetsinqml Change the license of all CMakeLists.txt and *.cmake files to BSD 2022-09-07 17:01:30 +02:00
registrationmacros Change the license of all CMakeLists.txt and *.cmake files to BSD 2022-09-07 17:01:30 +02:00
v4misc Change the license of all CMakeLists.txt and *.cmake files to BSD 2022-09-07 17:01:30 +02:00
CMakeLists.txt Doc: Rename and rephrase pages for QML {script|type} compiler 2023-03-30 15:51:38 +02:00
runall.sh Use SPDX license identifiers 2022-06-11 08:05:15 +02:00