aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick
Commit message (Expand)AuthorAgeFilesLines
* Detach QEventPoint instances during touch compression; test & docsShawn Rutledge2022-02-042-0/+71
* QQmlAdaptorModel: Do not use reparenting for lifetime managemmentFabian Kosmale2022-02-032-0/+55
* QNX: Blacklist flaky qquickpointhandler testPasi Petäjäjärvi2022-02-011-0/+1
* QNX: Blacklist tests because not supported for software renderingPasi Petäjäjärvi2022-02-012-0/+10
* Don't blacklist tst_QQuickFramebufferObject::everything on b2qtShawn Rutledge2022-01-271-0/+1
* Skip borderImageMesh test with the software backendLaszlo Agocs2022-01-231-0/+7
* Don't rely on transitive include of qeventpoint_p.hMarc Mutz2022-01-135-1/+6
* tst_qquickimageprovider: fix some memleaksMarc Mutz2021-12-171-11/+11
* macOS: Skip test only if cursor can't be movedVolker Hilsheimer2021-12-111-3/+2
* Set PopupFocusReason when focus moves because a popup opens or closesVolker Hilsheimer2021-12-062-3/+1
* HoverHandler: allow cursorShape binding before parentItem is setShawn Rutledge2021-12-042-0/+36
* qquickdeliveryagent: Fix drag events being sent in the wrong orderMaximilian Goldstein2021-12-031-8/+51
* Revert "Fix ListView.isCurrentItem when used with DelegateModel"Mitch Curtis2021-11-272-36/+0
* Unset the QQmlAnimationTimer pointer from unregistered jobsVolker Hilsheimer2021-11-242-0/+46
* 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
* Blacklist tst_qquickimage::mirror() on macOS 12Ulf Hermann2021-11-181-0/+3
* Start dispatching events to QQuickWindow virtual functions againShawn Rutledge2021-11-091-8/+100
* Fix compiler warning from unused parameterVolker Hilsheimer2021-11-081-1/+1
* Reset currentChanges if currentChanges is active when refilling listViewTony Leinonen2021-11-052-0/+145
* Let DelegateChoice.roleValue compare enum as string, enum or intShawn Rutledge2021-10-315-0/+206
* deliveryagent: cancel touch-mouse synthesis when cancelling touch eventRichard Moe Gustavsen2021-10-281-0/+41
* Use stack-allocated QQView in tst_qquicktext::fontFormatSizes()Shawn Rutledge2021-10-221-12/+11
* Fix tst_qquickwindow::grab with non-integer dprLaszlo Agocs2021-10-181-6/+3
* ParentChange: handle bindable propertiesFabian Kosmale2021-10-182-0/+57
* tst_qquickdesignersupport: enable tests for qemu and mingwSamuli Piippo2021-10-142-31/+0
* Fix ListView.isCurrentItem when used with DelegateModelJoni Poikelin2021-09-292-0/+36
* Flickable: don't react to any mouse button other than the leftShawn Rutledge2021-09-282-0/+65
* QQuickLoader: Do not incubate if the source arrives after setActive(false)Aleix Pol2021-09-243-0/+43
* Consolidate test helpers into private librariesMitch Curtis2021-09-14148-1730/+523
* Add button argument to the TapHandler.[single|double|]tapped signalsShawn Rutledge2021-09-081-2/+2
* QQuickGrid: Warn if there are more items than rows*columnsAlbert Astals Cid2021-09-071-0/+2
* Make qt6_qml_type_registration() internalCraig Scott2021-08-251-1/+1
* qquicktextinput: Clear pre-edit text after input method resetJarkko Koivikko2021-08-231-0/+2
* Fix regression in ListView/Flickable event deliveryJan Arve Sæther2021-08-202-0/+212
* Check for exposed instead of just visible in grabWindowLaszlo Agocs2021-08-162-0/+60
* Remove Windows 7 codepathsOliver Wolff2021-08-092-4/+2
* Replace uses of deprecated QWARN macro with qWarningTor Arne Vestbø2021-08-052-11/+7
* Exclude non-standalone qtquickcontrols2 QML from tst_quick_examplesMitch Curtis2021-08-021-0/+2
* Pass the focus reason through to the control on mouse pressVolker Hilsheimer2021-07-232-0/+119
* Treat substitution free template string literals as string bindingsFabian Kosmale2021-07-231-4/+0
* Avoid infinite loop in designer supportThomas Hartmann2021-07-223-0/+68
* Fix compiler warning about unused variablesVolker Hilsheimer2021-07-191-2/+0
* Make tst_examples target uniqueKai Köhne2021-07-161-1/+1
* HoverHandler: don't change state if the event involves buttonsShawn Rutledge2021-07-152-0/+67
* tst_example: blacklist failing testsMitch Curtis2021-07-151-0/+19
* tst_examples: use relative paths for data tagsMitch Curtis2021-07-151-12/+30
* Ensure that tst_examples is actually run by CIMitch Curtis2021-07-151-0/+1
* When setting the line dash to be an empty array reset the style to SolidAndy Shaw2021-07-141-0/+31
* TextEdit: ignore all key release eventsVolker Hilsheimer2021-07-132-0/+74