aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml
Commit message (Expand)AuthorAgeFilesLines
* QmlCompiler: Disable writing into function argumentsUlf Hermann2022-06-223-0/+50
* Add autogen tools dependency to the tst_qmltyperegistrar_major_version_zeropl...Alexey Edelev2022-06-211-1/+1
* Qml: Allow major version of module to be zeroAlexandru Croitor2022-06-205-0/+50
* QML: Take care of QVariant when converting function argumentsUlf Hermann2022-06-163-0/+33
* tst_qqmlnotifier: Do not assume qfatal crashes the processFabian Kosmale2022-06-081-1/+2
* Immediately complete component upon creation failureFabian Kosmale2022-06-081-3/+0
* QtQml: Fix and test edge cases of QQmlFile's local file detectionUlf Hermann2022-06-016-3/+254
* QmlCompiler: Detect non-integral values when accessing QQmlListPropertyUlf Hermann2022-06-012-0/+12
* Skip tst_v4misc::nestingDepth because it crashes on AndroidAndreas Buhr2022-05-231-0/+4
* Skip crashing test in tst_qmlcppcodegen on AndroidAndreas Buhr2022-05-201-0/+4
* tst_qqmlqt: fix TimeZoneSwitch logicIvan Solovev2022-05-172-8/+5
* QML: Port QV4::CompiledData::Binding to new special integer bitfieldUlf Hermann2022-05-173-11/+11
* Generalize role selection mechanism from QQuickComboBoxUlf Hermann2022-05-121-4/+3
* Avoid memory leaks in QQuickListView and tst_qqmlinstantiatorUlf Hermann2022-05-111-9/+15
* V4 Engine: Don't try to convert JS functions to other typesUlf Hermann2022-05-091-0/+4
* qmltc: Support setting Gradient property of RectangleAndrei Golubev2022-05-097-0/+80
* Android: enable tst_qqmlenginedebugserviceIvan Solovev2022-05-098-85/+268
* Android: enable tst_qquickfolderlistmodel::basicProperties()Ivan Solovev2022-05-091-10/+9
* Fix tst_QQmlXmlListModel::source() on AndroidAndreas Buhr2022-05-081-1/+2
* Fix crash in QQmlObjectCreator::populateInstanceUlf Hermann2022-05-073-0/+58
* Skip crashing tst_qqmlbinding::delayed() on AndroidAndreas Buhr2022-05-071-0/+4
* Fix tst_qqmlimport on AndroidAndreas Buhr2022-05-072-3/+6
* Fix tst_qqmltranslation on AndroidAndreas Buhr2022-05-071-0/+7
* Fix tst_QQmlXmlListModel::threading() on AndroidAndreas Buhr2022-05-071-10/+12
* Blacklist tst_qqmlenginecleanup::test_customModuleCleanup() on AndroidAndreas Buhr2022-05-071-0/+3
* Handle property assignment failure for group property gracefullyFabian Kosmale2022-05-074-0/+28
* QQmlDataTest: fix dataDirectoryUrl generation for paths in qrcIvan Solovev2022-05-071-2/+0
* Android: fix tst_QQuickFolderListModelIvan Solovev2022-05-073-5/+15
* Don't expect jit to be enabled on AndroidAndreas Buhr2022-05-061-0/+3
* QQmlPropertyCache: Guarantee 1:1 relationship to meta objectUlf Hermann2022-05-054-24/+66
* QQmlTypeCompiler: Find implicit components for inline component rootsUlf Hermann2022-04-282-0/+10
* QML: Reset the binding name when synthesizing componentsUlf Hermann2022-04-282-0/+30
* QmlCompile: Double-check types before generating lookupsUlf Hermann2022-04-284-0/+107
* Blacklist tst_qmltc::listView on AndroidAndreas Buhr2022-04-271-0/+3
* Fix Connections warning in tst_qqmltablemodelMitch Curtis2022-04-271-3/+3
* Android: enable tst_qqmlextensionpluginIvan Solovev2022-04-204-2/+80
* Fix tst_qv4debugger on AndroidAndreas Buhr2022-04-143-13/+39
* QmlCompiler: Fix scopeObjectDestruction test case on androidUlf Hermann2022-04-111-0/+1
* Repair tst_qqmltypeloader on AndroidAndreas Buhr2022-04-081-0/+7
* QmlCompiler: Fix string-to-bool conversion via QJSPrimitiveValueUlf Hermann2022-04-072-0/+6
* QmlCompiler: Allow retrieval of descriptive name from invalid typesUlf Hermann2022-04-071-0/+16
* QmlCompiler: Define variables also for conversion registersUlf Hermann2022-04-073-0/+24
* Property include test data for tst_qqmlenginecleanupAndreas Buhr2022-04-061-0/+7
* Fix tst_qmltc_manual for AndroidAndreas Buhr2022-04-063-18/+1
* tst_qqmllistcompositor: fix -Wdeprecated-enum-enum-conversionMarc Mutz2022-04-061-5/+3
* Repair tst_qqmlproperty on AndroidAndreas Buhr2022-04-051-0/+4
* Repair tst_qmlcppcodegen on AndroidAndreas Buhr2022-04-051-0/+4
* Avoid copying QQmlJSScopeUlf Hermann2022-04-053-4/+6
* QmlCompiler: Support type lookups in prefix-imported modulesUlf Hermann2022-04-041-0/+2
* QmlCompiler: Improve ambiguous type detectionUlf Hermann2022-04-018-0/+76