aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Start dispatching events to QQuickWindow virtual functions againShawn Rutledge2021-11-091-8/+100
* qmldom: improve newlines handling with AttributesSequence::PreserveFawzi Mohamed2021-11-099-17/+6
* Fix compiler warning from unused parameterVolker Hilsheimer2021-11-081-1/+1
* Do not resolve containing types of inline components too earlyUlf Hermann2021-11-083-0/+25
* Explicitly include qpropery.h in testsFabian Kosmale2021-11-053-0/+3
* QQuickDialogs manual test: remove duplicate import statementsOliver Eftevaag2021-11-051-2/+0
* Reset currentChanges if currentChanges is active when refilling listViewTony Leinonen2021-11-052-0/+145
* Use the RegExp variant of ignoreWarning() in case line number changesJan Arve Sæther2021-11-044-31/+29
* qmlimportscanner: Prefer directories with qmldirFabian Kosmale2021-11-046-0/+42
* lancelot test: fix screen grab sizeEirik Aavitsland2021-11-041-0/+10