aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Blacklist testTransitionsWithImplicitFrom on openSUSE againLiang Qi2020-12-081-1/+1
* QJSValue: Add toVariant() overload with conversion behaviorUlf Hermann2020-12-071-14/+69
* Allow checking for and catching errors from QJSEngineUlf Hermann2020-12-071-0/+14
* Allow the QML console methods to be called from outside JSUlf Hermann2020-12-072-0/+16
* Pointer manual test: double up flickablesWithHandlers.qmlShawn Rutledge2020-12-054-13/+25
* qv4qmlcontext: Fix bounded signal expressions when debuggingMaximilian Goldstein2020-12-041-3/+9
* tst_qqmlecmascript: Avoid memory leak on failureFabian Kosmale2020-12-031-3/+2
* QML engine: Fix binding setupFabian Kosmale2020-12-034-0/+33
* QML engine: Deprecate DefaultMethodFabian Kosmale2020-12-032-2/+6
* qmldom: DomItem and common APIFawzi Mohamed2020-12-035-0/+232
* QQmlPropertyCache: Remove unused copyAndAppend overloadFabian Kosmale2020-12-031-3/+3
* Use QMetaType instead of metatype-id, take 2Fabian Kosmale2020-12-031-3/+3
* Mark url as builtin typeUlf Hermann2020-12-022-0/+20
* Un-blacklist tst_TouchMouse::hoverEnabledShawn Rutledge2020-12-011-3/+0
* qmldom: Add Path and ErrorMessage to DomFawzi Mohamed2020-12-018-0/+409