aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* AbstractButton: fix fast clicks being treated as double clicksMitch Curtis2022-01-031-0/+49
* Add dummy_imports for qmlimportscanner to find the correct dependenciesAssam Boudjelthia2021-12-172-0/+14
* Include images to test data and use correct testFileUrl for comparisonAssam Boudjelthia2021-12-172-2/+2
* Package tst_signalspy test data otherwise it's not found on AndroidAssam Boudjelthia2021-12-171-0/+6
* Skip test cases execute the app's main shared lib on AndroidAssam Boudjelthia2021-12-171-0/+11
* Skip host tools tests like qmlimportscanner on AndroidAssam Boudjelthia2021-12-171-1/+1
* Use the correct scheme in setUrlHandler() for openUrlExternally() testsAssam Boudjelthia2021-12-171-6/+8
* tst_qquickimageprovider: fix some memleaksMarc Mutz2021-12-171-11/+11
* Don't crash when accessing QVariant data pointerVolker Hilsheimer2021-12-132-0/+39
* macOS: Skip test only if cursor can't be movedVolker Hilsheimer2021-12-111-3/+2
* QML/JS: Reject yield expression not directly in generator functionsFabian Kosmale2021-12-091-0/+14
* Do not crash on self-assignment of QQmlPropertyUlf Hermann2021-12-091-2/+13
* Don't dereference nullptr when updating materialsVolker Hilsheimer2021-12-081-0/+7
* Fix Quick Palette test after qtbase changeVolker Hilsheimer2021-12-071-6/+2
* Fix focus for items inside a QQuickWidget in a QGraphicsProxyWidgetPaul Olav Tvete2021-12-072-0/+127
* Set PopupFocusReason when focus moves because a popup opens or closesVolker Hilsheimer2021-12-063-4/+1
* Fix setting the focus reason in Qt Quick ControlsVolker Hilsheimer2021-12-061-10/+0
* HoverHandler: allow cursorShape binding before parentItem is setShawn Rutledge2021-12-042-0/+36
* QmlCompiler: Disallow access to IDs in other componentsUlf Hermann2021-12-034-0/+45
* qqmlxmlhttprequest: Fix h2c fallout and ignore in futureMårten Nordheim2021-12-0320-37/+18
* RangeSlider: update handle positions when 'from' or 'to' value is changedIvan Solovev2021-12-031-0/+37
* Remember QQuickDeliveryAgent (DA) in QQuickWindowPrivate::handle*EventFabian Kosmale2021-12-032-0/+40
* qquickdeliveryagent: Fix drag events being sent in the wrong orderMaximilian Goldstein2021-12-031-8/+51
* Qml: Don't crash when as-casting to type with errorsUlf Hermann2021-12-023-0/+27
* Add test for QQuickControl::focusReason to the focus test caseVolker Hilsheimer2021-12-012-44/+295
* Make qmltest/SignalSpy.qml aware of recursive qtest_update() callsAndrei Golubev2021-12-012-19/+86
* QQuickItemViewTransitionAttached: Avoid dangling pointersUlf Hermann2021-12-011-0/+6
* Move the scenegraph lancelot test into the new baseline test categoryEirik Aavitsland2021-12-01308-36/+47
* qmllint: Do not crash on missing qmltypes filesUlf Hermann2021-11-293-2/+14
* qmllint: Support opening the same grouped scope multiple timesUlf Hermann2021-11-292-0/+7
* Revert "Fix ListView.isCurrentItem when used with DelegateModel"Mitch Curtis2021-11-272-36/+0
* SpinBox: use control instead of parent in indicatorsMitch Curtis2021-11-271-0/+25
* tst_qqmlxmlhttprequest: Skip locale dependent testsFabian Kosmale2021-11-261-0/+8
* qqmltypecompiler: Be conservative in enum optimizationFabian Kosmale2021-11-262-0/+4
* QQmlLoggingCategory: Avoid unnecessary warnings from settersIvan Tkachenko2021-11-265-30/+44
* Add missing qproperty includeFabian Kosmale2021-11-261-0/+1
* tst_qmllint: Fix requiredProperty.qml testMaximilian Goldstein2021-11-241-5/+7
* Unset the QQmlAnimationTimer pointer from unregistered jobsVolker Hilsheimer2021-11-242-0/+46
* tst_qqmllanguage: Make hangOnWarning independent of disk cacheUlf Hermann2021-11-221-0/+16
* If ListView visibleItems count is zero update footerTony Leinonen2021-11-192-0/+104
* De-flakify tst_QQuickListView2::dragDelegateWithMouseArea()Jan Arve Sæther2021-11-191-0/+1
* Fix tst_StyleImports::platformSelectors() for AndroidAssam Boudjelthia2021-11-191-1/+1
* Blacklist tst_qquickimage::mirror() on macOS 12Ulf Hermann2021-11-181-0/+3
* Instantiator: Do not load items when inactiveFabian Kosmale2021-11-182-0/+60
* qmllint: Fix some settings not being checked properlyMaximilian Goldstein2021-11-166-0/+24
* qmllint: Fix crash when builtins are not foundMaximilian Goldstein2021-11-162-8/+25
* Add BC files for 6.2.0Milla Pohjanheimo2021-11-154-0/+48111
* Add regression test for QQmlEngine::retranslate() crashMitch Curtis2021-11-112-0/+165
* Handle function as default arguments in toplevel functionsFabian Kosmale2021-11-112-0/+19
* QQmlJSImportVisitor: Handle on binding inside grouped propertiesFabian Kosmale2021-11-102-0/+11