aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Introduce XmlListModel to QtDeclarativeIvan Solovev2021-03-1023-0/+1178
* Fix crash in QQmlPropertyBinding is not bound to propertyFabian Kosmale2021-03-102-0/+39
* Don't duplicate imports for different versionsAndrei Golubev2021-03-094-0/+25
* qmllint: check default propertiesAndrei Golubev2021-03-099-1/+58
* qmllint: Implement deprecation warningsMaximilian Goldstein2021-03-087-0/+52
* qv4generatorobject: Fix crash when creating new propertiesMaximilian Goldstein2021-03-082-0/+36
* Add a "prefer" directive to qmldirUlf Hermann2021-03-0410-0/+108
* Engine: Cleanup method argument passingFabian Kosmale2021-03-042-17/+20
* Use QQmlAnyBinding in QQuickState and related classesFabian Kosmale2021-03-042-1/+73
* Introduce QQmlAnyBinding as an abstraction over bindingsFabian Kosmale2021-03-046-0/+238
* QQmlIncubator: handle clear inside setinitialStateFabian Kosmale2021-03-041-0/+33
* qqmlapplicationengine: Handle errors during component creationMaximilian Goldstein2021-03-043-0/+27
* qmlcompiler: Add support for required propertiesMaximilian Goldstein2021-03-035-0/+40
* qmllint: Fix unknown properties on varMaximilian Goldstein2021-03-032-0/+10
* Slightly simplify property change handler in tst_qmlcompiler_manualAndrei Golubev2021-03-021-12/+6
* Add "property var p: function() {}" test to tst_qmlcompiler_manualAndrei Golubev2021-03-022-0/+64
* Align signalHandlers.qml in tst_qmlcompiler_manual to current standardAndrei Golubev2021-03-022-6/+6
* Add qmlcachegen based test to tst_qmlcompiler_manualAndrei Golubev2021-03-022-2/+25
* Equalize signal handlers between runtime and AOT compilationAndrei Golubev2021-03-028-23/+115
* Fix broken compilation of lancelot testEirik Aavitsland2021-03-011-1/+1
* QML engine: Handle const QObject pointer correctlyFabian Kosmale2021-03-013-0/+71
* Use the correct metaObject in captureProperty()Ulf Hermann2021-02-261-0/+73
* QJSManagedValue: Throw TypeErrors when accessing null or undefinedUlf Hermann2021-02-252-2/+35
* tst_qqmliport: Use absolute path for comparisonFabian Kosmale2021-02-252-7/+5
* Move event delivery from QQWindow to QQuickDeliveryAgentShawn Rutledge2021-02-244-16/+25
* qmllint: Resolve imported files by qrc path if availableUlf Hermann2021-02-245-0/+32
* Add additional binding benchmarksMaximilian Goldstein2021-02-248-0/+1360
* Fix some "can be marked override" warningsAndreas Buhr2021-02-2373-91/+91
* Print encountered errors from QQmlTypeData::done()Andrei Golubev2021-02-232-0/+35
* 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