aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto
Commit message (Expand)AuthorAgeFilesLines
* QML: Check for stack overflows when creating objectsUlf Hermann2022-11-112-0/+18
* QQuickTableView: detect if syncView topLeft has changedRichard Moe Gustavsen2022-11-112-2/+42
* QmlCompiler: Ignore InitializeDeadTemporalZone instructionUlf Hermann2022-11-114-0/+34
* QQuickDrag: correctly support text and image mime typesVolker Hilsheimer2022-11-113-0/+139
* QQuickTableView: do a relayout whenever the view is resizedRichard Moe Gustavsen2022-11-112-1/+64
* QQuickItem: avoid emitting signals during destructionVolker Hilsheimer2022-11-111-0/+47
* Re-enable auto testing of remote image downloading on Linux and AndroidShawn Rutledge2022-11-102-15/+0
* QmlCompiler: Allow lists as arguments to methodsUlf Hermann2022-11-103-0/+50
* QQmlComponent::loadFromModule: Support inline componentsFabian Kosmale2022-11-103-1/+18
* ConstructionState: Make completePending private, tooFabian Kosmale2022-11-101-1/+1
* QQmlComponent::loadFomModule: handle required propertiesFabian Kosmale2022-11-101-1/+0
* QmlComponent::ConstructionState: encapsulate creatorFabian Kosmale2022-11-101-7/+6
* Long live QQmlComponent::loadFromModule!Fabian Kosmale2022-11-103-0/+118
* QQuickTableView: emit changes to leftColumn() _after_ it has been updatedRichard Moe Gustavsen2022-11-101-0/+28
* Silence warnings from usage of deprecated APIs in testsVolker Hilsheimer2022-11-102-5/+7
* QQuickTableView: implement support for letting the user resize rows and columnsRichard Moe Gustavsen2022-11-092-2/+364
* QML: Fix precedence between importsUlf Hermann2022-11-084-6/+60
* ListView: Snap one item mode fix next item calculationEvgen Pervenenko2022-11-082-0/+306
* tst_qquickwindow: Add missing QCOMPARELaszlo Agocs2022-11-071-1/+1
* Replace CallElement with separate instructionsUlf Hermann2022-11-071-0/+12
* Fix performance issue with drag retrigger events for qtquick itemsSanthosh Kumar2022-11-072-0/+44
* Disable the automatic persistent pipeline cache on macOS/iOSLaszlo Agocs2022-11-051-0/+2
* Monthly re-run of clang-tidy qt-* checks (11/2022)Marc Mutz2022-11-024-18/+18
* QmlCompiler: Enforce consistency of ContextualTypesUlf Hermann2022-11-021-2/+3
* tst_qqmlchangeset: fix target name typo and de-duplicate testsMitch Curtis2022-11-011-2/+2
* QQuickItem: don't disable hover if a hover handler is activeRichard Moe Gustavsen2022-10-311-0/+40
* QQuickHoverHandler: listen for parent changes, and update hasHoverInChildRichard Moe Gustavsen2022-10-312-0/+79
* QQmlComponent: Don't crash on unknown propertiesUlf Hermann2022-10-311-0/+22
* qmltc: support inline components from different qml filesSami Shalayel2022-10-316-0/+125
* Qml: add test for nested group properties fixSami Shalayel2022-10-311-0/+21
* ScrollBar: fix crash on exit when flickable created before ScrollViewMitch Curtis2022-10-311-0/+37
* QQmlStandardPaths: don't convert URLs to local filesRichard Moe Gustavsen2022-10-311-0/+87
* qmltc: Add some sugar for generated reference-type-list propertiesSami Shalayel2022-10-282-0/+51
* Allow opening auto tests as standalone projects in IDEsMitch Curtis2022-10-283-0/+18
* Don't accept all QTouchEvent::points unless the item accepts touchBumjoon Park2022-10-281-0/+44
* Remove "sg" from sgexamples/sgsnippets test functionsMitch Curtis2022-10-281-12/+12
* Allow OS-synthesized right clicks to be deliveredShawn Rutledge2022-10-261-0/+29
* MenuBar: open menu when bar has focused and mnemonic key is pressedVolker Hilsheimer2022-10-261-0/+10
* MenuBar: Implement Alt-key navigationVolker Hilsheimer2022-10-261-0/+31
* 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