aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix QJSValue string parameters used in signalsMaximilian Goldstein2021-02-102-0/+32
* Make tst_qmldiskcache::regenerateAfterChange() pass on big endian systemsDmitry Shachnev2021-02-091-3/+2
* Return errors if validation of inline components failsUlf Hermann2021-02-081-0/+17
* QQuickItemParticle give() method kill particleFabio Falsini2021-02-052-1/+6
* QSequentialAnimationGroupJob: Protect against self-deletionUlf Hermann2021-02-051-1/+41
* tst_qquickitemlayer: skip tests when running on offscreen platformSamuli Piippo2021-02-051-12/+40
* tst_qquickdesignersupport: blacklist tests that segfault on QEMUSamuli Piippo2021-02-051-0/+7
* QQmlIRLoader: Actually load RequiredPropertyExtraDataFabian Kosmale2021-02-032-0/+17
* qmltyperegistrar: Fix handling of default propertiesUlf Hermann2021-02-022-0/+85
* Make the internals of QQuickAnimatorController privateUlf Hermann2021-02-021-0/+4
* qmltyperegistrar: Do not add extensions to local anonymous typesUlf Hermann2021-02-021-1/+1
* QuickTest: Do not recurse forever on inline components in enumerateTestCasesFabian Kosmale2021-02-015-0/+128
* QmlCompiler: Allow for multiple extensions per objectUlf Hermann2021-02-018-0/+189
* Prefer qHypot() over sqrt(a sum of squares)Edward Welbourne2021-02-011-0/+1
* tst_qqmlecmascript: Adjust to QObjectCompatProperty change in qtbaseFabian Kosmale2021-02-011-2/+2
* Expose getter and setter names of C++ classes in qmltypes filesFabian Kosmale2021-01-292-2/+9
* V4: Store instruction pointer before CmpInUlf Hermann2021-01-271-0/+13
* Make the nameFilters test resilient to file system changesVolker Hilsheimer2021-01-262-4/+4
* QmlCompiler: Return after importing a scriptUlf Hermann2021-01-263-0/+9
* qmllint: Complain if member access check fails for namespaced typesUlf Hermann2021-01-262-0/+9
* QQmlJSTypeReader: Guard against empty JS filesUlf Hermann2021-01-263-0/+10
* qmltyperegistrar: Make sure we have metatypes for all QML typesUlf Hermann2021-01-255-0/+150
* QQmlPropertyBinding: improve error reportingFabian Kosmale2021-01-256-0/+118
* QJSEngine: Add a function to throw a pre-generated error objectUlf Hermann2021-01-221-2/+4
* qmllint: Fix auto-importing of qmltypes from same directoryUlf Hermann2021-01-213-0/+27
* Avoid memory leaks in QSequentialAnimationGroupJob testUlf Hermann2021-01-211-4/+9
* Expose the list of preferred instance extensions to rendercontrol usersLaszlo Agocs2021-01-211-0/+2
* qmllint: Remove exceptions for most unknown builtinsUlf Hermann2021-01-211-0/+2
* Use new QObjectPrivate connection mechanism in dynamic connectionsAndrei Golubev2021-01-213-0/+105
* Restore libfuzzer pro filesFabian Kosmale2021-01-202-0/+22
* qmllint: Support extended typesUlf Hermann2021-01-201-2/+0
* QML_SINGLETON: Handle local create() functions with foreign typesMaximilian Goldstein2021-01-203-0/+48
* Blacklist tst_qquickfolderlistmodel::nameFilters on macOsFabian Kosmale2021-01-201-0/+1
* tst_qquickloader: Make message matching less stringentFabian Kosmale2021-01-201-1/+1
* qmllint: Skip failing testsFabian Kosmale2021-01-201-0/+2
* 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