aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* QmlCompiler: Do not crash on version-mismatched property accessUlf Hermann2022-10-174-1/+27
* QV4::Scope: Forbid calling alloc with qint64Fabian Kosmale2022-10-131-0/+15
* QV4: Avoid memory corruption in Reflect.applyFabian Kosmale2022-10-131-0/+17
* Blacklist tst_qqmlnotifier::deleteFromHandlerSami Shalayel2022-10-121-0/+3
* Fix broken Text rendering when noantialiased NativeRendering is usedDominik Holland2022-10-111-0/+25
* qmltc: fix code generation for implicit componentsSami Shalayel2022-10-114-0/+57
* qmllint: Don't crash on malformed icFabian Kosmale2022-10-112-0/+10
* tst_qquickfiledialogimpl: print QTemporaryDir errorsMitch Curtis2022-10-111-2/+2
* QQmlListModel: emit dataChange signal when updating the translationsUlf Hermann2022-10-113-0/+55
* Fix wrong item-sizeHint-cache when StackLayout children were reorderedJan Arve Sæther2022-10-111-1/+0
* Stabilize tst_qqdeliveryagent::undoDelegationWhenSubsceneFocusClearedShawn Rutledge2022-10-052-32/+10
* Decrease flakiness of Imagine style autotestEirik Aavitsland2022-10-031-2/+2
* Popup: Don't propagate unhandled mouse events beyond the overlayVolker Hilsheimer2022-10-011-0/+17
* Move StackLayout tests from qtquickcontrols.git (5.15)Jan Arve Sæther2022-09-301-0/+412
* Android: skip tst_qquicktext{field,area} to unblock Android CIAssam Boudjelthia2022-09-302-0/+8
* Improve tst_material.qmlMitch Curtis2022-09-293-116/+51
* createTemporaryObject: account for undefined parent argumentMitch Curtis2022-09-291-1/+8
* Do not listen to baselineOffset changes unless really neededJan Arve Sæther2022-09-281-0/+50
* Clear delivery agent delegated focusJere Tuliniemi2022-09-272-0/+70
* qmllint: Fix crash due to index out of rangeSemih Yavuz2022-09-241-0/+32
* tst_qmltc_examples: do not build the test on webOSJanne Juntunen2022-09-211-1/+5
* qml: allow inline component types as signal argumentSami Shalayel2022-09-213-1/+74
* QQuickMouseArea: store hoverEnabled explicitlyRichard Moe Gustavsen2022-09-211-0/+32
* Adjust baselineOffset correctly when fontSizeMode == HorizontalFitJan Arve Sæther2022-09-201-0/+16
* qmllint: Gracefully handle and warn about invalid alias propertiesFabian Kosmale2022-09-192-0/+23
* Fix warning from ignoring return of [nodiscard] methodVolker Hilsheimer2022-09-171-1/+1
* QQuickItem: document and test how hover events work wrt the enabled propertyRichard Moe Gustavsen2022-09-171-0/+36
* DA: ignore disabled HoverHandlers when delivering hover eventsRichard Moe Gustavsen2022-09-161-0/+47