aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix CMake warnings in test_qml_app_deploymentJoerg Bornemann2022-10-262-0/+2
* Propagate ShortcutOverride events up the parent chainVolker Hilsheimer2022-10-263-2/+67
* Maintain relative stacking order of popupsVolker Hilsheimer2022-10-262-0/+61
* Fusion: don't set ButtonText palette roleMitch Curtis2022-10-261-1/+7
* Allow opening auto tests as standalone projects in IDEsMitch Curtis2022-10-2645-0/+270
* QQuickPopup: forget touchId when closed on press outsideShawn Rutledge2022-10-241-64/+87
* qmlformat: do not generate backup filesSemih Yavuz2022-10-241-0/+25
* Locale: add toString functionsMitch Curtis2022-10-243-34/+127
* Android: Unblacklist tst_qquicktextedit::pasteHtmlIntoMarkdownSamuel Mira2022-10-241-4/+0
* Ensure Flickable.flickEnded signal is emitted after flick-then-dragShawn Rutledge2022-10-241-0/+75
* QQuickTableView: ensure that column sizes are in sync when using a sync viewRichard Moe Gustavsen2022-10-242-1/+98
* QQuickTest::initView: set minimum window width and height if unsetShawn Rutledge2022-10-242-2/+0
* Make tst_pointerhandlers::buttonDragHandler pass on Boot2QtShawn Rutledge2022-10-231-0/+1
* Add interop test with DragHandler on ButtonShawn Rutledge2022-10-232-0/+83
* Make tst_pointerhandlers::buttonTapHandler pass on boot2qtShawn Rutledge2022-10-231-0/+1
* TapHandler: don't cancel on releaseShawn Rutledge2022-10-233-4/+98
* Use const QPointingDevices in testsShawn Rutledge2022-10-233-10/+12
* Use fixed font, tighten tolerance in TextEdit largeTextObservesViewportShawn Rutledge2022-10-223-11/+21
* qmllint: Warn about duplicated signal/property namesSemih Yavuz2022-10-223-1/+16
* Fix tst_qquicktextedit::largeTextObservesViewport (scroll backwards)Shawn Rutledge2022-10-211-1/+1
* TextEdit: deal with scrolling backwards in plain textShawn Rutledge2022-10-211-6/+13
* QQmlTreeModelToTableModel: move logic from modelLayoutChanged() to modelLayou...Richard Moe Gustavsen2022-10-214-14/+166
* MouseArea: don't get stuck in pressed state when disabling in pressShawn Rutledge2022-10-212-0/+63
* tst_qqmllocale: evaluate QML in root object context instead of engine'sMitch Curtis2022-10-212-8/+7
* Port to new Q_UNREACHABLE_RETURN()Marc Mutz2022-10-203-8/+4
* Add QQuickTest::pointerPress/Move/Release convenience functionsShawn Rutledge2022-10-202-54/+30
* Skip nestedStopAtBounds when stolen focus cannot be re-gainedAxel Spoerl2022-10-202-5/+6
* Implement modal blocking for wheel eventsVolker Hilsheimer2022-10-193-0/+38
* Recursively write back value types and sequencesUlf Hermann2022-10-194-7/+48
* qml: fix TypeArgumentListFawzi Mohamed2022-10-193-0/+28
* Attempt to stabilize tst_HoverHandler::deviceCursor (part 2)Shawn Rutledge2022-10-191-1/+6
* Un-blacklist hoverHandlerAndUnderlyingHoverHandler testShawn Rutledge2022-10-191-3/+0
* QQuickTableView: protect against delegate being deletedFabian Kosmale2022-10-192-0/+39
* qquickpointerhandler_p.h: Clean up includesFabian Kosmale2022-10-193-0/+5
* Add TapHandler.exclusiveSignals to enable single/double tap exclusivityShawn Rutledge2022-10-192-20/+155
* Attempt to stabilize tst_HoverHandler::deviceCursorShawn Rutledge2022-10-191-7/+5
* tst_qquicktextedit: test double- and triple-clicks with delays onlyShawn Rutledge2022-10-181-8/+3
* Port away from deprecated _qs UDLMarc Mutz2022-10-183-9/+10
* Fix baseline execution with native styleVolker Hilsheimer2022-10-181-4/+8
* Fix bug in FolderListModel's FileInfoThreadMitch Curtis2022-10-181-8/+0
* tst_reformatter: fix Clang -Wunused-but-set-variableMarc Mutz2022-10-181-4/+0
* Add option to enforce function signaturesUlf Hermann2022-10-148-0/+174
* Use SPDX license identifiersLucie Gérard2022-10-147-233/+14
* QQuickTableView: forward sync view calls to setColumnWidth/RowHeightRichard Moe Gustavsen2022-10-141-0/+58
* qmlcompiler: refactor ContextualTypes to know its contextSami Shalayel2022-10-141-1/+2
* QmlCompiler: early return from array bindingsSemih Yavuz2022-10-142-0/+15
* Qml: Analyze qsTranslate at compile timeUlf Hermann2022-10-133-3/+10
* QV4::Scope: Forbid calling alloc with qint64Fabian Kosmale2022-10-131-0/+15
* QV4: Avoid memory corruption in Reflect.applyFabian Kosmale2022-10-131-0/+17
* Make QQuickAttachedPropertyPropagator publicMitch Curtis2022-10-131-36/+186