aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Flickable: don't react to any mouse button other than the leftShawn Rutledge2021-09-282-0/+65
* Binary compatibility files for 6.1Milla Pohjanheimo2021-08-254-0/+51267
* 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
* Stop using QtGraphicalEffects in fakeFlickable manual testShawn Rutledge2021-08-171-9/+9
* Add tests of matrix4x4 transformation functionsYuya Nishihara2021-08-171-0/+54
* QV4::Heap::GeneratorObject: remove unused memberFabian Kosmale2021-08-022-0/+23
* Pass the focus reason through to the control on mouse pressVolker Hilsheimer2021-07-232-0/+119
* Avoid infinite loop in designer supportThomas Hartmann2021-07-223-0/+68
* Make tst_examples target uniqueKai Köhne2021-07-161-1/+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-142-0/+74
* Send hover events with correct scene and global positionsShawn Rutledge2021-07-062-5/+49
* Fix conversion of entries to be added to QVariantListsUlf Hermann2021-06-174-0/+77
* Don't let PointerHandler steal mouse grab from keepMouseGrab layerShawn Rutledge2021-06-012-0/+88
* Keep DragHandler active while dragging even if other event happensFabian Kosmale2021-05-272-0/+105
* Emit grabChanged() from DragHandler and PinchHandlerShawn Rutledge2021-05-272-0/+12
* Restrict types from unversioned imports only by major versionUlf Hermann2021-05-262-0/+28
* mingw: Skip segfaulting testsOliver Wolff2021-05-251-0/+15
* Use build time shader compilation in lancelot testsEirik Aavitsland2021-05-2290-475/+246
* Use fixed qt_add_resource BASE argumentJoerg Bornemann2021-05-218-331/+85
* Remove tst_pixelMitch Curtis2021-05-193-78/+0
* Blacklist tst_QQuickGridView::snapOneRow for Win 10 MinGW developer buildHeikki Halmet2021-05-141-0/+1
* 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