aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* Behavior: intercept bindingsFabian Kosmale2021-05-254-1/+95
* mingw: Skip segfaulting testsOliver Wolff2021-05-251-0/+15
* tst_qquickaccessible: Avoid accessing deleted objectsFabian Kosmale2021-05-211-2/+6
* Use build time shader compilation in lancelot testsEirik Aavitsland2021-05-2190-475/+246
* Use fixed qt_add_resource BASE argumentJoerg Bornemann2021-05-218-331/+85
* Don't let PointerHandler steal mouse grab from keepMouseGrab layerShawn Rutledge2021-05-202-0/+88
* Reduce velocity in manual test MomentumAnimationShawn Rutledge2021-05-202-3/+3
* Fuzzing: Provide CMake files for fuzz targetsRobert Löhning2021-05-202-21/+57
* Remove tst_pixelMitch Curtis2021-05-193-78/+0
* Add a ParentProperty classinfo and use that to find parentsUlf Hermann2021-05-192-0/+21
* qmllint: Fix inline components getting overwritten by componentsMaximilian Goldstein2021-05-192-0/+12
* CMake: Remove unneeded *.pro and .prev_CMakeLists.txt filesCraig Scott2021-05-1954-1842/+0
* Report what failed in a QML test's JavaScriptEdward Welbourne2021-05-181-28/+114
* Actually test day of the week in test-case for day-of-week bugEdward Welbourne2021-05-182-6/+8
* Make QDate handling consistent in its use of UTCEdward Welbourne2021-05-1823-234/+167
* qmllint: Add inline component supportMaximilian Goldstein2021-05-143-0/+25
* Blacklist tst_QQuickGridView::snapOneRow for Win 10 MinGW developer buildHeikki Halmet2021-05-141-0/+1
* qmllint: Utilize qjsroot.qmltypesMaximilian Goldstein2021-05-142-0/+21
* Pass "final" attribute of properties through qmltypesUlf Hermann2021-05-122-3/+18
* QQmlProperty: Implement DontRemoveBinding support for QPropertyFabian Kosmale2021-05-121-0/+27
* QQmlAnyBinding: Honor interceptors if and only if requestedFabian Kosmale2021-05-121-0/+15
* qquickaccessible: Use QML_EXTENDED_NAMESPACE instead of Q_ENUMSMaximilian Goldstein2021-05-121-6/+1
* qqmlirbuilder: Fix deep inline component script bindingsMaximilian Goldstein2021-05-122-0/+24
* Map window coordinates to the same coordinate system as the QPointerEvent pointAlexey Edelev2021-05-112-3/+91
* Make tst_qqmlecmascript::dateParse() more thoroughEdward Welbourne2021-05-112-0/+67
* Make a UTC time test more thorough and coherentEdward Welbourne2021-05-112-28/+61
* Clean up tst_qqmlecmascript: don't leak on failureEdward Welbourne2021-05-111-1147/+933
* Port scenegraph autotest case for alpha batching problemLaszlo Agocs2021-05-114-1/+117
* qmllint: Fix unknownBuiltins not being ignored in all casesMaximilian Goldstein2021-05-112-0/+6
* QQmlEngine::executeRuntimeFunction: pass return value as input argumentAndrei Golubev2021-05-112-27/+82
* Move tools to libexecKai Köhne2021-05-113-4/+8
* Blacklist tst_QQuickGridView::snapToRow for Win 10 MinGW Developer buildHeikki Halmet2021-05-111-0/+1
* Apply constant binding removal optimization to QProperty bindingsFabian Kosmale2021-05-102-0/+16
* V4: Do not write back value type references on const method callsUlf Hermann2021-05-101-1/+7
* Add support for QTextCharFormat::underlineColor in highlighers and CSSShawn Rutledge2021-05-076-0/+394
* qquicktableview: upon forceLayout(), check for visible rows/columns at the or...Richard Moe Gustavsen2021-05-061-0/+78
* qv4engine: Fix enums getting turned into objects when passed in listsMaximilian Goldstein2021-05-063-2/+42
* Make tst_qquickflickable check scaling of drag thresholdShawn Rutledge2021-05-061-3/+12
* Begin testing QQDeliveryAgent subscenesShawn Rutledge2021-05-065-0/+270
* V4: Write back value type references after function callsUlf Hermann2021-05-051-0/+60
* tst_qmlcompiler_manual: fix QSKIPsAndrei Golubev2021-05-051-50/+79
* Keep DragHandler active while dragging even if other event happensFabian Kosmale2021-05-052-0/+105
* Use inexact comparison in tst_QQuickPinchArea::dragTransformedPinchAreaShawn Rutledge2021-05-041-1/+4
* Make PinchArea translate correctly inside a rotated parentShawn Rutledge2021-05-042-0/+133
* V4 Debugger: Collect locals also from block scopesUlf Hermann2021-05-043-2/+83
* QQmlPropertyValueInterceptor: Add binding interception supportFabian Kosmale2021-05-042-0/+55
* Blacklist and fix failing tests on ARM macOSTor Arne Vestbø2021-05-042-0/+5
* Fix warning about override in tst_qqmldebugtranslationserviceAndreas Buhr2021-05-041-1/+1
* QV4 Debugger: Show some diagnostics on malformed JSUlf Hermann2021-05-041-1/+6
* V4 debugger: Properly count break pointsUlf Hermann2021-05-042-18/+86