aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* tst_qquickstates: Avoid memory leaksFabian Kosmale2021-02-221-175/+132
* QtQuick.Shapes: Declare dependency on QtQuickUlf Hermann2021-02-222-0/+9
* qmllint: Support enum types from other scopesUlf Hermann2021-02-223-0/+7
* Fix QJSValue singletons only supporting object typesMaximilian Goldstein2021-02-221-0/+42
* QQmlImportDatabase: Make sure the newly added import path be firstJaeyoon Jung2021-02-221-0/+5
* qmllint: Check for existence of property typesUlf Hermann2021-02-204-0/+27
* QV4QObjectWrapper: handle bindable propertiesFabian Kosmale2021-02-194-2/+73
* qmllint: Resolve attached property scopesUlf Hermann2021-02-193-0/+15
* Layouts: Depend on QtQuickUlf Hermann2021-02-192-0/+8
* 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
* ecmascripttests: Increase timeout to 15 minutesUlf Hermann2021-02-181-13/+1
* Add "QML compiler" testsAndrei Golubev2021-02-169-0/+877
* qmllint: Don't create properties for "on" assignmentsUlf Hermann2021-02-162-0/+11
* Uniformly support shebangFawzi Mohamed2021-02-1510-0/+12
* Blacklist a few tst_qquickflickable tests on macOSTor Arne Vestbø2021-02-151-0/+5
* 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
* Support runtime functions evaluation by index through QQmlEngineAndrei Golubev2021-02-122-0/+41
* qmllint: Fix false unknown grouped property warningMaximilian Goldstein2021-02-122-0/+8
* Unregister value types when tearing down QML typesUlf Hermann2021-02-123-5/+5
* Deprecate qmlplugindumpUlf Hermann2021-02-124-0/+8
* tst_qqmlengine: remove unused QSKIPSamuli Piippo2021-02-122-9/+0
* Replace QScopedPointer with std::unique_ptrVolker Hilsheimer2021-02-124-27/+27
* qmllint: Warn about too many or mismatched signal parametersUlf Hermann2021-02-113-0/+33
* QML: Warn about variables being used before their declarationUlf Hermann2021-02-112-0/+13
* Enable tests of manually registered typesAlexey Edelev2021-02-102-9/+5
* Fix QJSValue string parameters used in signalsMaximilian Goldstein2021-02-102-0/+32
* Support and prefer QML_IMPORT_PATH over QML2_IMPORT_PATHUlf Hermann2021-02-101-5/+5
* Use QLibraryInfo::QmlImportsPath rather than Qml2ImportsPathUlf Hermann2021-02-095-10/+10
* 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
* qqmlproxymetaobject: Support invoking methods and slotsMaximilian Goldstein2021-02-053-0/+8
* Use a QDoubleEndedList for the children of animation group jobsUlf Hermann2021-02-054-24/+19
* QSequentialAnimationGroupJob: Protect against self-deletionUlf Hermann2021-02-051-1/+41
* tst_qquickdesignersupport: blacklist tests that segfault on QEMUSamuli Piippo2021-02-051-0/+7
* tst_qquickitemlayer: skip tests when running on offscreen platformSamuli Piippo2021-02-051-12/+40
* Import property benchmarks from private repoMaximilian Goldstein2021-02-048-0/+361
* qmllint: Fix segmentation faultMaximilian Goldstein2021-02-033-0/+22
* QQuickListView: Add autotest so that animated delegate does not crashJan Arve Sæther2021-02-033-0/+60
* QmlBind: support bindable propertiesFabian Kosmale2021-02-034-0/+118
* 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