aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* QQmlComponentPrivate::setInitialProperties: Do not silently swallow exceptionsFabian Kosmale2021-01-183-1/+23
* Add support for extended types to qmltyperegistrarUlf Hermann2021-01-182-2/+4
* QML engine: Fix writing function to property through aliasFabian Kosmale2021-01-182-0/+23
* Update hovered on disabled QQuickItemsAllan Sandfeld Jensen2021-01-181-1/+1
* Remove the qmake project filesFabian Kosmale2021-01-15366-4387/+0
* Change QQuickShortcut::setSequences to bind to all sequencesAndreas Buhr2021-01-151-17/+106
* QQmlComponent: Avoid crash when setting initial properties in JS moduleFabian Kosmale2021-01-154-0/+31
* Flickable: ignore trackpad events with px deltas in disallowed directionShawn Rutledge2021-01-152-0/+113
* QuickLayouts: fix crash when layout width depends on parent widthIvan Solovev2021-01-151-0/+37
* Do not revert properties of deleted objectsAlexey Edelev2021-01-142-0/+116
* Fix Text with ElideRight not being rendered when width goes from 0 to >0Fabian Kosmale2021-01-142-0/+33
* Fix QQuickShortcut::setContext so re-grab all shortcutsAndreas Buhr2021-01-131-0/+44
* ListModel: Fix move handling in syncFabian Kosmale2021-01-135-0/+361
* Add a freeze() method to QQmlPropertyMapUlf Hermann2021-01-131-0/+21
* Remove QQmlCleanupUlf Hermann2021-01-131-1/+1
* QQmlPropertyMap: Add a method to insert multiple values at onceUlf Hermann2021-01-131-1/+59
* QQmlListReference: Allow construction from a QVariantUlf Hermann2021-01-121-0/+22
* Add Lancelot tests for both types of clippingLaszlo Agocs2021-01-123-0/+99
* QJSManagedValue: Allow retrieving and instantiating JS metatypesUlf Hermann2021-01-122-0/+38
* QJSManagedValue: Allow array access to stringsUlf Hermann2021-01-122-0/+26
* Cache static compilation unitsUlf Hermann2021-01-121-30/+98
* tst_qqmllocale: blacklist timezone test on 32bit linuxSamuli Piippo2021-01-121-0/+2
* qqmlengine: Fix crash when encountering bad singletonsMaximilian Goldstein2021-01-114-0/+43
* Fix warning and assert when removing items from groupsMaximilian Goldstein2021-01-112-0/+48
* Avoid crash for deep aliasesMaximilian Goldstein2021-01-113-0/+16
* Correct #if-ery in QML locale's time-zone update testEdward Welbourne2021-01-081-7/+11
* Make timeZoneUpdated.qml say what went wrong on failureEdward Welbourne2021-01-081-19/+73
* Blacklist failing tests for QEMU ARMv7Samuli Piippo2021-01-073-0/+12
* QJSManagedValue: Add JavaScript 'function' typeUlf Hermann2021-01-071-20/+20
* tst_qqmlenginecleanup::test_customModuleCleanup(): Add error outputFriedemann Kleint2021-01-041-2/+10
* Fix compilation warning in lancelot testEirik Aavitsland2020-12-281-1/+1
* Extend blacklisting of tst_QQmlImport::importPathOrder to MinGWTony Sarajärvi2020-12-281-0/+1
* Blacklist qqmlenginecleanup::test_customModuleCleanup() for MinGWFriedemann Kleint2020-12-231-0/+2
* QJSValue: Add a toPrimitive() methodUlf Hermann2020-12-192-0/+48
* QJSManagedValue: Throw an exception when trying to call a non-callableUlf Hermann2020-12-191-12/+29
* QJSPrimitiveValue: Add a toVariant() method and ctor from QVariantUlf Hermann2020-12-181-0/+40
* Add a QJSManagedValueUlf Hermann2020-12-188-0/+1906
* ecmascript tests: Also raise timeout when built with cmakeUlf Hermann2020-12-181-0/+4
* Allow JavaScript primitive type transformations inline in C++Ulf Hermann2020-12-186-0/+249
* QML: Fix proxy iterationFabian Kosmale2020-12-172-0/+39
* Windows/MinGW: Fix qqmltimer warnings floodFriedemann Kleint2020-12-171-19/+6
* qqmltypeloader: Allow pluginless qmldir + declarative type registrationFabian Kosmale2020-12-155-0/+34
* qmlformat: Remove import sortingMaximilian Goldstein2020-12-117-285/+24
* Refactor QQuickTextInput test to use QKeyCombinationVolker Hilsheimer2020-12-101-75/+35
* qqmltypeloader: Fix plugin not loading on MinGWMaximilian Goldstein2020-12-101-1/+1
* CMake: Regenerate projects using pro2cmake one last timeAlexandru Croitor2020-12-1019-23/+202
* Support namespaced QML_ELEMENTMaximilian Goldstein2020-12-102-1/+17
* Fix IC properties in same fileFabian Kosmale2020-12-102-0/+12
* Show a tableview even if the syncView has an empty modelAndy Shaw2020-12-091-0/+43
* qqmlistmodel: Fix crash when modelCache is nullMaximilian Goldstein2020-12-081-0/+22