aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* qqmlapplicationengine: Handle errors during component creationMaximilian Goldstein2021-03-303-0/+27
* DelegateModelGroup: Fix bug where item could be removed from the modelJan Arve Sæther2021-03-294-0/+74
* QQuickTableView: always update content size when rebuilding small tablesRichard Moe Gustavsen2021-03-272-0/+99
* Add binary compatibility files for Qt 6.0.0 for QtDeclarativeMilla Pohjanheimo2021-03-264-0/+64965
* Add override keyword in tests to silence compiler warningsVolker Hilsheimer2021-03-256-21/+21
* PinchHandler: scale incrementally when new pinch gesture beginsShawn Rutledge2021-03-251-0/+74
* QQuickTableView: forceLayout() should work, even when no items are loadedRichard Moe Gustavsen2021-03-241-0/+33
* Lancelot test: follow name change in dev branchEirik Aavitsland2021-03-181-1/+1
* Don't discard return values from no-discard functionsVolker Hilsheimer2021-03-181-2/+2
* Use logical OR to test boolsVolker Hilsheimer2021-03-181-1/+1
* TestCase: Fix colors comparison in fuzzyCompare()Alexander Akulich2021-03-113-0/+75
* qv4generatorobject: Fix crash when creating new propertiesMaximilian Goldstein2021-03-082-0/+36
* QQmlIncubator: handle clear inside setinitialStateFabian Kosmale2021-03-041-0/+33
* Blacklist tst_qquickitem::hoverEvent on boot2qtShawn Rutledge2021-03-041-0/+3
* qmllint: Fix unknown properties on varMaximilian Goldstein2021-03-032-0/+10
* Use the correct metaObject in captureProperty()Ulf Hermann2021-03-011-0/+73
* Move event delivery from QQWindow to QQuickDeliveryAgentShawn Rutledge2021-02-254-16/+25
* QtQuick.Shapes: Declare dependency on QtQuickUlf Hermann2021-02-242-0/+9
* qmllint: Support enum types from other scopesUlf Hermann2021-02-243-0/+7
* qmllint: Check for existence of property typesUlf Hermann2021-02-244-0/+27
* Fix QJSValue singletons only supporting object typesMaximilian Goldstein2021-02-221-0/+42
* qmllint: Resolve attached property scopesUlf Hermann2021-02-193-0/+15
* Layouts: Depend on QtQuickUlf Hermann2021-02-192-0/+8
* qmllint: Fix false unknown grouped property warningMaximilian Goldstein2021-02-192-0/+8
* qmllint: Fix segmentation faultMaximilian Goldstein2021-02-193-0/+22
* QQmlPropertyPrivate::signalExpression: handle object being nullFabian Kosmale2021-02-191-0/+10
* tst_qquickdesignersupport: skip crashing testsSamuli Piippo2021-02-193-7/+10
* QJSPrimitiveValue: Implement modulo operatorUlf Hermann2021-02-191-1/+5
* QJSValue: Allow casting integers to enumsUlf Hermann2021-02-192-0/+18
* qmllint: Don't create properties for "on" assignmentsUlf Hermann2021-02-162-0/+11
* qmllint: Warn about too many or mismatched signal parametersUlf Hermann2021-02-153-0/+33
* MouseArea: fix containsMouse behavior during visibility changesVolker Hilsheimer2021-02-122-0/+60
* QML: Warn about usage of injected signal parametersUlf Hermann2021-02-121-0/+19
* Replace QScopedPointer with std::unique_ptrVolker Hilsheimer2021-02-124-27/+27
* QML: Warn about variables being used before their declarationUlf Hermann2021-02-122-0/+13
* 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