aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick
Commit message (Expand)AuthorAgeFilesLines
...
| * Merge remote-tracking branch 'origin/5.11' into 5.12.0Liang Qi2018-10-303-1/+151
| |\
* | | macOS: Remove blacklist entries for no longer supported OS versionsTor Arne Vestbø2018-11-152-4/+0
* | | DesignerSupport: Fix emitComponentCompleteSignalForAttachedPropertyThomas Hartmann2018-11-055-1/+209
* | | Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-10-293-1/+151
|\ \ \ | |/ / |/| / | |/
| * Accessible: Return StaticText if there is no explicit role setAndy Shaw2018-10-191-1/+69
| * Warn, don't crash during nested delivery of mouse or touch pressesShawn Rutledge2018-10-132-0/+82
* | Add test for the duplicate state name warningAlbert Astals Cid2018-10-252-0/+25
* | Make sectionsSnap test more robustMichael Brasser2018-10-221-1/+1
* | Improve interaction between snapping and sectionsMichael Brasser2018-10-172-0/+107
* | TableView: connect to 'layoutChanged' signal from the modelRichard Moe Gustavsen2018-10-172-2/+51
* | QQmlAdaptorModel: return correct column count from the modelRichard Moe Gustavsen2018-10-172-0/+2
* | Remove old 'Getting started with Qt Quick' exampleKai Koehne2018-10-151-1/+0
* | Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-10-081-38/+66
|\|
| * Amend TouchMouse::buttonOnDelayedPressFlickable to test delayed tapShawn Rutledge2018-10-031-38/+66
* | Replace obsolete VisualDataModel, *Group and VisualItemModel in testsShawn Rutledge2018-10-0538-233/+269
* | PathView autotest: fix "value is not defined" errorShawn Rutledge2018-10-051-1/+1
* | QQuickGridView: Respect marginsUlf Hermann2018-10-042-0/+97
* | Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-10-011-0/+55
|\|
| * Prevent PathView's parent stealing mouse grab during double-flickChris Adams2018-09-241-0/+55
* | QQuickTableView: improve performance when scrolling with scrollbarsRichard Moe Gustavsen2018-09-291-2/+95
* | Disable GL_NV_path_rendering unless explicitly requestedLaszlo Agocs2018-09-271-2/+2
* | QQuickItemView: Don't change the viewport while in layoutUlf Hermann2018-09-272-0/+104
* | Limit the repeater model size for integer modelsErik Verbruggen2018-09-241-0/+6
* | QQuickTableView: build the table when the component is finalizedRichard Moe Gustavsen2018-09-173-4/+211
* | Stabilize nestedSliderUsingTouch:keepNeither test on UbuntuShawn Rutledge2018-09-132-20/+4
* | QQuickTableView: sync model and delegate when ready to do soRichard Moe Gustavsen2018-09-132-0/+128
* | QQuickTableView: override fixup() to preserve contentX/Y at start-upRichard Moe Gustavsen2018-09-112-13/+21
* | QQuickTableView: don't rebuild table upon querying content sizeRichard Moe Gustavsen2018-09-111-3/+8
* | QQuickTableView: don't set contentX/Y to zero when building the tableRichard Moe Gustavsen2018-09-102-0/+91
* | QQuickTableView: don't override margins API in TableViewRichard Moe Gustavsen2018-09-101-99/+19
* | QQuickTableView: remove focus for the delegate item itself, not only for the ...Richard Moe Gustavsen2018-09-072-11/+25
* | QQuickTableView: clear focus when delegate item with focus is flicked outRichard Moe Gustavsen2018-09-062-0/+108
* | QQmlTableInstanceModel: don't fall back to use DelegateChooser as delegateRichard Moe Gustavsen2018-09-062-0/+76
* | QQuickTableView: add anchor check for delegateRichard Moe Gustavsen2018-09-062-0/+78
* | tst_qquicktableview: reuse the same QQuickView for all test casesRichard Moe Gustavsen2018-09-061-2/+11
* | QQmlDelegateModel: don't fall back to use DelegateChooser as delegateRichard Moe Gustavsen2018-09-062-0/+74
* | QQuickTableView: allow negative marginsRichard Moe Gustavsen2018-09-031-17/+31
* | Rename QQEventPoint::GrabState to GrabTransitionShawn Rutledge2018-08-312-15/+15
* | MultiPointTouchArea: capture the mouse position on pressShawn Rutledge2018-08-302-0/+62
* | QQuickTableView: handle RebuildOption::ViewportOnlyRichard Moe Gustavsen2018-08-271-0/+54
* | QQuickTableView: only preload to pool if reuseItems is trueRichard Moe Gustavsen2018-08-271-4/+19
* | Prevent ListView from jumping horizontally with flick(0,<number>)Michael Brasser2018-08-232-0/+37
* | QQuickTableView: don't overwrite rebuildStateRichard Moe Gustavsen2018-08-233-0/+131
* | Add a HoverHandler autotestShawn Rutledge2018-08-234-3/+416
* | QQmlDelegateModelItem: ensure that we emit changes to row and columnRichard Moe Gustavsen2018-08-222-0/+123
* | QQuickTableView: drain pool upon setting reuseItems to falseRichard Moe Gustavsen2018-08-221-0/+19
* | Ensure that SinglePointHandler handles touch pointsShawn Rutledge2018-08-221-0/+54
* | MultiPointHandler: ensure centroid properties are reset after releaseShawn Rutledge2018-08-221-0/+19
* | QQuickTableView: move TableView from Qt.labs to QtQuickRichard Moe Gustavsen2018-08-2210-10/+0
* | QQuickTableView: check if the providers are undefined, not nullRichard Moe Gustavsen2018-08-211-2/+2