aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Remove signal index mismatch in aot-compiled codeSami Shalayel2022-11-303-1/+66
* Fix build error in top level buildsFabian Kosmale2022-11-301-0/+1
* Connections: Don't crash when target is deletedFabian Kosmale2022-11-282-0/+51
* Suppress ES-compiler warnings against the ES-262 test-suiteEdward Welbourne2022-11-281-1/+43
* Split two long lines for the sake of readabilityEdward Welbourne2022-11-281-2/+8
* Debugger: Initialize scoped context correctlySemih Yavuz2022-11-264-2/+95
* QtQml: Recognize JavaScript null as equivalent to nullptr QObject*Ulf Hermann2022-11-242-0/+40
* QmlCompiler: Fix comparison of null and undefinedUlf Hermann2022-11-243-0/+43
* QQuickItemView: Fix max(X/Y)Extent()David Redondo2022-11-235-25/+134
* Don't crash on QQmlGadgetPtrWrapper instances in debug serviceUlf Hermann2022-11-232-0/+31
* QML: Check for stack overflows when creating objectsUlf Hermann2022-11-222-0/+18
* Port from qAsConst() to std::as_const()Marc Mutz2022-11-1844-84/+84
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-18141-2863/+2863
* Don't clearPassiveGrabbers() after MouseEventSynthesizedBySystemShawn Rutledge2022-11-181-0/+84
* PinchHandler null target: remember accumulated scale between pinchesShawn Rutledge2022-11-173-3/+131
* Make tst_QQuickPinchHandler::scale easier to maintainShawn Rutledge2022-11-172-75/+86
* tst_qquickpinchhandler: rename root.scale property to pinchScaleShawn Rutledge2022-11-172-13/+13
* QQuickTableView: do a relayout whenever the view is resizedRichard Moe Gustavsen2022-11-152-2/+65
* Stabilize tst_TouchMouse::strayTouchDoesntAutograbShawn Rutledge2022-11-121-0/+9
* QQuickTableView: detect if syncView topLeft has changedRichard Moe Gustavsen2022-11-112-2/+42
* ListView: Snap one item mode fix next item calculationEvgen Pervenenko2022-11-092-0/+306
* Fix performance issue with drag retrigger events for qtquick itemsSanthosh Kumar2022-11-072-0/+44
* testbench: add icons to buttonsMitch Curtis2022-11-041-1/+24
* Add test for dynamically setting alignmentJan Arve Sæther2022-11-031-7/+108
* ScrollBar: fix crash on exit when flickable created before ScrollViewMitch Curtis2022-11-021-0/+37
* QQuickItem: don't disable hover if a hover handler is activeRichard Moe Gustavsen2022-11-021-0/+40
* qml: fix TypeArgumentListFawzi Mohamed2022-11-023-0/+28
* testbench: set checkable for checked buttonsMitch Curtis2022-11-021-5/+5
* QQmlComponent: Don't crash on unknown propertiesUlf Hermann2022-11-011-0/+22
* tst_qqmlchangeset: fix target name typo and de-duplicate testsMitch Curtis2022-11-012-4/+4
* QQuickHoverHandler: listen for parent changes, and update hasHoverInChildRichard Moe Gustavsen2022-11-012-0/+79
* Qml: add test for nested group properties fixSami Shalayel2022-10-311-0/+21
* qmltc: Remove broken alias optimizationSami Shalayel2022-10-317-1/+86
* tests/benchmarks/quickcontrols2: allow opening projects in CreatorMitch Curtis2022-10-312-0/+12
* Don't accept all QTouchEvent::points unless the item accepts touchBumjoon Park2022-10-281-0/+44
* QQuickPopup: forget touchId when closed on press outsideShawn Rutledge2022-10-271-64/+88
* Add QQuickTest::pointerPress/Move/Release convenience functionsShawn Rutledge2022-10-272-60/+36
* QQuickTableView: ensure that column sizes are in sync when using a sync viewRichard Moe Gustavsen2022-10-272-1/+98
* Fusion: don't set ButtonText palette roleMitch Curtis2022-10-271-1/+7
* Ensure Flickable.flickEnded signal is emitted after flick-then-dragShawn Rutledge2022-10-261-0/+75
* Propagate ShortcutOverride events up the parent chainVolker Hilsheimer2022-10-263-2/+67
* Add interop test with DragHandler on ButtonShawn Rutledge2022-10-232-0/+84
* TapHandler: don't cancel on releaseShawn Rutledge2022-10-233-4/+99
* QQmlTreeModelToTableModel: move logic from modelLayoutChanged() to modelLayou...Richard Moe Gustavsen2022-10-214-14/+166
* tst_qqmllocale: evaluate QML in root object context instead of engine'sMitch Curtis2022-10-212-8/+7
* Implement modal blocking for wheel eventsVolker Hilsheimer2022-10-193-0/+38
* Attempt to stabilize tst_HoverHandler::deviceCursor (part 2)Shawn Rutledge2022-10-191-1/+6
* Un-blacklist hoverHandlerAndUnderlyingHoverHandler testShawn Rutledge2022-10-191-3/+0
* Attempt to stabilize tst_HoverHandler::deviceCursorShawn Rutledge2022-10-191-7/+5
* QmlCompiler: Properly check contained type for enumsUlf Hermann2022-10-173-0/+22