aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Map window coordinates to the same coordinate system as the QPointerEvent pointAlexey Edelev2021-05-112-3/+91
* Blacklist tst_QQuickGridView::snapToRow for Win 10 MinGW Developer buildHeikki Halmet2021-05-111-0/+1
* qquicktableview: upon forceLayout(), check for visible rows/columns at the or...Richard Moe Gustavsen2021-05-061-0/+78
* DragHandler: don't try to handle native gesture eventsShawn Rutledge2021-05-052-20/+94
* V4 Debugger: Collect locals also from block scopesUlf Hermann2021-05-053-2/+85
* Make PinchArea translate correctly inside a rotated parentShawn Rutledge2021-05-052-0/+136
* V4 debugger: Properly count break pointsUlf Hermann2021-05-042-18/+86
* ListView: support QList<QUrl> modelsMitch Curtis2021-04-305-0/+189
* Fix MSVC complaint about deprecated posix APIVolker Hilsheimer2021-04-291-8/+3
* Use QKeyCombination to fix compiler warningVolker Hilsheimer2021-04-281-1/+1
* QQmlComponentPrivate::setInitialProperty: improve error messageFabian Kosmale2021-04-271-1/+1
* tst_qquickcanvas: Verfiy that canvas.context existsFabian Kosmale2021-04-231-0/+2
* qqmlirbuilder: Fix treating parser warnings as errrosMaximilian Goldstein2021-04-192-0/+15
* QQuickTextInput: update cursor rectangle after padding changedWang Chuan2021-04-162-0/+46
* QQuickItem::forceActiveFocus(): actually force active focusShawn Rutledge2021-04-162-0/+82
* Check thisObject when calling various methods on URLUlf Hermann2021-04-141-0/+64
* Verify result of testVolker Hilsheimer2021-04-131-1/+1
* Silence warning from testing deprecated functionalityVolker Hilsheimer2021-04-121-0/+3
* Fix warnings about lossy double/float conversion in testsVolker Hilsheimer2021-04-126-51/+51
* Mark overrides in tests to silence compiler warningsVolker Hilsheimer2021-04-1234-72/+72
* Do not auto-clean components with live inline componentsUlf Hermann2021-04-093-0/+46
* When resolving property types, also update the property type namesUlf Hermann2021-04-092-0/+11
* Fix string type name in qmllintUlf Hermann2021-04-092-0/+10
* QV4QObjectWrapper: Store the whole signalFabian Kosmale2021-04-084-0/+36
* 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