aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml
Commit message (Expand)AuthorAgeFilesLines
* Qml: Don't crash on bad grouped propertiesUlf Hermann2022-09-132-0/+22
* UrlObject: Add colon after schemeLeticia Valladares2022-09-132-5/+57
* Android: Fix for URLs with local authoritiesBartlomiej Moskal2022-09-091-0/+21
* Fix alias to inline component typeFabian Kosmale2022-09-082-0/+30
* V4: Account for the guard pages when allocating stack spaceUlf Hermann2022-09-071-2/+0
* Engine: Fix handling of attached objects in function callsFabian Kosmale2022-09-023-0/+37
* Integrate property binding evaluation fix from qtbaseFabian Kosmale2022-09-022-0/+42
* QmlCompiler: Prevent lookup of value type where we need an object typeUlf Hermann2022-08-313-0/+28
* qmlformat: Preserve variable declaration scope typeFabian Kosmale2022-08-113-0/+19
* JSON: Properly handle bad objects in JSON.stringify()Ulf Hermann2022-08-071-0/+40
* Qml: Don't crash on nested group properties with aliasesUlf Hermann2022-08-042-0/+28
* V4: Mark InternalClass parents when running GCUlf Hermann2022-08-034-13/+129
* V4: Allow conversion from string to QByteArray when setting bindablesUlf Hermann2022-07-282-0/+37
* QQmlListAccessor: Accept QQmlListPropertyUlf Hermann2022-07-273-0/+29
* Add 'override' keyword to fix build warningsJiDe Zhang2022-07-261-1/+1
* Fix extension lookup in QQmlJSScopeAndrei Golubev2022-07-255-10/+192
* Add convenience API for making QQmlDataTest-based tests fail on warningsMitch Curtis2022-07-216-7/+13
* tst_qqmlfileselector::applicationEngineTest: do not use deprecated APIIvan Solovev2022-07-191-10/+4
* QQmlProxyMetaObject: Ignore properties/methods of non-creatable proxiesAndrei Golubev2022-07-182-0/+44
* Disable debugger tests on macOS/x86_64Ulf Hermann2022-07-121-2/+2
* QQmlValueTypeWrapper: readReferenceValue in virtualGetOwnPropertyUlf Hermann2022-07-071-0/+30
* QmlCompiler: Don't StoreNameSloppy undefined into incompatible typesUlf Hermann2022-07-073-1/+12
* Add test for conversion/decrementUlf Hermann2022-07-063-0/+40
* Fix debugger crash on attachSami Shalayel2022-07-012-2/+53
* QmlCompiler: Properly annotate ThrowException instructionUlf Hermann2022-06-283-0/+20
* tst_QQmlPropertyCache: work around name chance in moc-generated codeMarc Mutz2022-06-231-1/+19
* 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