aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Controls: add todolist example for showcasing the iOS StyleJenny Lofthus2022-09-121-0/+1
* Engine: Fix handling of attached objects in function callsFabian Kosmale2022-09-023-0/+37
* Material: add TreeViewDelegate.qmlRichard Moe Gustavsen2022-09-022-2/+2
* PinchHandler: Enforce min/max scale limits with native gesturesShawn Rutledge2022-09-022-19/+26
* Integrate property binding evaluation fix from qtbaseFabian Kosmale2022-09-022-0/+42
* QmlCompiler: Prevent lookup of value type where we need an object typeUlf Hermann2022-09-013-0/+28
* Parser: Preserve keywordiness of "static" across nested classesUlf Hermann2022-09-011-0/+17
* Fusion: add TreeViewDelegateRichard Moe Gustavsen2022-08-312-2/+3
* Transition: properly remove QPropery based bindingsFabian Kosmale2022-08-302-0/+44
* Fix TextInput and TextField mouse/touch selection fallback behaviorShawn Rutledge2022-08-306-0/+166
* tst_qquickmenu: Take into account menu margins when checking coordinatesDoris Verria2022-08-301-4/+4
* qmlls: fix import as resolutionFawzi Mohamed2022-08-304-8/+26
* Blacklist tst_QQuickMultiPointTouchArea::nonOverlapping and nestedHeikki Halmet2022-08-301-0/+2
* iOS Style: Add Menu controlsDoris Verria2022-08-301-1/+1
* TextArea: selectByMouse default=true, but not on touchscreensShawn Rutledge2022-08-297-0/+263
* QmlModels: Fix enum resolution in ListElementUlf Hermann2022-08-294-1/+36
* qmllint: Don't warn about access to attached enumsUlf Hermann2022-08-292-0/+8
* Flickable: let changing contentItem pos also affect the drag starting posOliver Eftevaag2022-08-272-2/+127
* StackLayout: Do not set size of children to (-1, -1)Jan Arve Sæther2022-08-261-0/+51
* Use the time stamp of the touch event when deliver touch as mouseSeokha Ko2022-08-261-0/+110
* Ensure that multiple HoverHandlers can react to multiple device typesShawn Rutledge2022-08-262-0/+147
* Fix bad rendering after text selectionShawn Rutledge2022-08-252-0/+94
* tst_qquicklistview: remove some bindings to parentMitch Curtis2022-08-258-8/+13
* tst_cursor: blacklist flaky test on webOSJanne Juntunen2022-08-251-0/+3
* tst_signalspy: don't wait for window activationMitch Curtis2022-08-251-1/+1
* Platform: fix MenuItem being triggered when disabledMitch Curtis2022-08-253-1/+99
* JSON: Properly handle bad objects in JSON.stringify()Ulf Hermann2022-08-231-0/+40
* QQuickTreeViewDelegate: use pointerhandlers instead of event handlersRichard Moe Gustavsen2022-08-194-20/+103
* Fix scroll bars not showing up when binding to standalone contentItemMitch Curtis2022-08-181-0/+47
* QQuickFileDialog: give non-native dialog a text field for filenameOliver Eftevaag2022-08-171-0/+44
* PinchArea: fix pinches being stolen when in PathViewMitch Curtis2022-08-162-0/+137
* QQuickTableView: clear selection on tap directly in TableViewRichard Moe Gustavsen2022-08-111-0/+24
* qmlformat: Preserve variable declaration scope typeFabian Kosmale2022-08-113-0/+19
* QQuickControlPrivate::resizeBackground: preserve geometry bindingFabian Kosmale2022-08-102-0/+57
* Revert accidental change to test262Ulf Hermann2022-08-041-0/+0
* QmlCompiler: Allow any conversion possible via QJSPrimitiveValueUlf Hermann2022-08-045-25/+34
* Qml: Don't crash on nested group properties with aliasesUlf Hermann2022-08-042-0/+28
* tst_qquickmenu: Unblacklist some test cases on macOSDoris Verria2022-08-032-11/+17
* V4: Mark InternalClass parents when running GCUlf Hermann2022-08-034-13/+129
* qmltc: Make explicit component ids accessible during object creationAndrei Golubev2022-07-293-0/+19
* qmltc: Fix alias assignment code generationAndrei Golubev2022-07-295-0/+39
* qmltc: Acknowledge group/attached properties have objects in QmlIRAndrei Golubev2022-07-291-0/+1
* qqmltypecompiler: align runtime function table order to qmlcachegenAndrei Golubev2022-07-293-10/+59
* Support RegExpLiteral bindings in qmltcAndrei Golubev2022-07-294-0/+19
* qmltc: Fix import namespace code generationAndrei Golubev2022-07-291-0/+2
* tst_qquickpincharea: fix signal handler parameter injection warningMitch Curtis2022-07-291-3/+3
* CMake: Rename tests to be unique for top-level buildsAlexandru Croitor2022-07-283-7/+7
* tst_qquickpopup: Fix click position and wait for transitions to finishDoris Verria2022-07-281-1/+2
* ScrollView: ignore filtered wheel events when wheelEnabled is falseMitch Curtis2022-07-281-1/+45
* tst_qmllscompletions: Correctly handle test failuresFabian Kosmale2022-07-271-8/+17