aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* qmltyperegistrar: Do not guess types with upper case namesUlf Hermann2023-03-212-0/+19
* Revert "Blacklist tst_TapHandler::gesturePolicyDragWithinBounds on Android"Assam Boudjelthia2023-03-161-4/+0
* tst_qquickcanvasitem: wait for canvas before creating a contextShawn Rutledge2023-03-1118-0/+156
* Fix multiple object creation in LoaderSanthosh Kumar2023-03-101-0/+21
* Canvas test_url: wait until image is loadedShawn Rutledge2023-03-091-2/+2
* QQmlMetaType: Clear property caches on qmlClearTypeRegistrationsUlf Hermann2023-02-171-0/+20
* QML: Invalidate any existing cache files when saving a CU to diskUlf Hermann2023-02-111-0/+108
* Flipable: switch sides at 90 degrees regardless of camera distanceJiDe Zhang2023-02-082-0/+60
* ListModel: Use PersistentValue to keep track of objectsUlf Hermann2023-01-312-1/+42
* qmlformat: Add ECMAScript class reformatterSemih Yavuz2023-01-273-0/+85
* QQmlImport: Handle file selectors in qmldirFabian Kosmale2023-01-256-1/+57
* Test262Runner: fix -Wunused-but-set-variableMarc Mutz2023-01-231-4/+0
* QQmlObjectCreator: Do not crash on read-only bindableUlf Hermann2023-01-064-0/+45
* QQuickWidget: always accept touch events and grabbed event pointsVolker Hilsheimer2023-01-043-0/+96
* Test MouseArea in QQuickWidgetShawn Rutledge2023-01-042-0/+32
* QML: Consider deep aliases when finding binding targetsUlf Hermann2022-12-223-0/+31
* qquickpopuppositioner: fix popup mirroringSami Shalayel2022-12-213-0/+203
* Flickable: prevent fixup() from being called while draggingOliver Eftevaag2022-12-191-1/+7
* Drawer: don't get stuck in open state after touches outsideShawn Rutledge2022-12-192-1/+53
* Fix ListView.isCurrentItem for DelegateModel, take 2Ivan Solovev2022-12-173-0/+164
* Implement touch event handling for SplitViewVolker Hilsheimer2022-12-161-1/+0
* Add test for touch events with SplitViewMitch Curtis2022-12-161-0/+23
* qv4qobjectwrapper: return false on failed argument conversionSami Shalayel2022-12-163-0/+128
* QSKIP tst_qquickimageparticle::test_tabled when running on linuxHeikki Halmet2022-12-151-38/+42
* Fix build error in top level buildsFabian Kosmale2022-12-052-0/+2
* Connections: Don't crash when target is deletedFabian Kosmale2022-11-282-0/+51
* Debugger: Initialize scoped context correctlySemih Yavuz2022-11-254-2/+95
* qmltyperegistrar: Tolerate and warn about invalid URIsUlf Hermann2022-11-211-0/+10
* PinchHandler null target: remember accumulated scale between pinchesShawn Rutledge2022-11-183-3/+131
* Make tst_QQuickPinchHandler::scale easier to maintainShawn Rutledge2022-11-182-75/+86
* Blacklist tst_QQuickFileDialogImpl::goUpIntoLargeFolderMitch Curtis2022-11-171-0/+4
* tst_qquickpinchhandler: rename root.scale property to pinchScaleShawn Rutledge2022-11-172-13/+13
* Fix wrong item-sizeHint-cache when StackLayout children were reorderedJan Arve Sæther2022-11-171-1/+0
* QV4: Avoid memory corruption in Reflect.applyFabian Kosmale2022-11-141-0/+17
* QML: Check for stack overflows when creating objectsUlf Hermann2022-11-142-0/+18
* QQuickTableView: detect if syncView topLeft has changedRichard Moe Gustavsen2022-11-142-2/+42
* Stabilize tst_TouchMouse::strayTouchDoesntAutograbShawn Rutledge2022-11-121-0/+9
* Fix performance issue with drag retrigger events for qtquick itemsSanthosh Kumar2022-11-072-0/+44
* Add test for dynamically setting alignmentJan Arve Sæther2022-11-031-7/+108
* testbench: add icons to buttonsMitch Curtis2022-11-031-1/+24
* ScrollBar: fix crash on exit when flickable created before ScrollViewMitch Curtis2022-11-031-0/+37
* testbench: set checkable for checked buttonsMitch Curtis2022-11-021-5/+5
* tst_qqmlchangeset: fix target name typo and de-duplicate testsMitch Curtis2022-11-022-4/+4
* QQmlComponent: Don't crash on unknown propertiesUlf Hermann2022-11-011-0/+22
* Qml: add test for nested group properties fixSami Shalayel2022-10-311-0/+21
* tests/benchmarks/quickcontrols2: allow opening projects in CreatorMitch Curtis2022-10-312-0/+12
* Fix sub-menu shortcuts not being triggeredMitch Curtis2022-10-312-0/+153
* Don't accept all QTouchEvent::points unless the item accepts touchBumjoon Park2022-10-281-0/+44
* Ensure Flickable.flickEnded signal is emitted after flick-then-dragShawn Rutledge2022-10-271-0/+75
* QQuickTableView: ensure that column sizes are in sync when using a sync viewRichard Moe Gustavsen2022-10-262-1/+98