aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick
Commit message (Expand)AuthorAgeFilesLines
* QQmlDelegateModel: even for QAIM, only use first column by defaultRichard Moe Gustavsen2018-06-213-1/+43
* Move QtQuick.Shapes implementation to qtquickshapes, privately exportedPaolo Angelelli2018-06-212-24/+2
* tst_qquickpositioners::createView: replace qDebugs, fix warningShawn Rutledge2018-06-201-5/+11
* macOS: tst_qquickpositioners::test_mirroring: use basic render loopShawn Rutledge2018-06-201-0/+4
* QQmlDelegateModelItem: move row and column up to the base classRichard Moe Gustavsen2018-06-092-1/+48
* TableView: fix copy/paste failureRichard Moe Gustavsen2018-06-091-9/+13
* TableView: fall back to use implicit size for delegate itemsRichard Moe Gustavsen2018-06-042-0/+89
* TableView: switch to use TableView.cellWidth/cellHeightRichard Moe Gustavsen2018-05-282-4/+4
* Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-05-261-223/+223
|\
| * tst_gradient.qml: fix warnings about multiple var declarationsMitch Curtis2018-05-241-115/+115
| * tst_gradient.qml: fix warnings about type coercionMitch Curtis2018-05-241-108/+108
* | TableView: check if the model can produce items before loadingRichard Moe Gustavsen2018-05-252-0/+45
* | Merge remote-tracking branch 'origin/5.11' into devLars Knoll2018-05-241-1/+1
|\|
| * tst_qquickanimatedsprite: add all QML files to OTHER_FILESMitch Curtis2018-05-161-1/+1
* | TableView: load and unload edges in the same loopRichard Moe Gustavsen2018-05-232-0/+141
* | TableView: fall back to use default column/row sizeRichard Moe Gustavsen2018-05-232-2/+30
* | Fix race condition in async image response handlingSimon Hausmann2018-05-171-0/+65
* | Remove bindings that have no dependenciesSimon Hausmann2018-05-161-1/+3
* | TableView: ensure we don't update viewport rect while loading edgesRichard Moe Gustavsen2018-05-161-0/+144
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-05-151-0/+41
|\|
| * Fix bug where Ungrab event was not sentJan Arve Sæther2018-05-111-0/+41
* | TableView: remove using a floatingPointMarginRichard Moe Gustavsen2018-05-152-2/+70
* | TableView: ensure to take spacing into account then loading edgesRichard Moe Gustavsen2018-05-141-0/+92
* | TableView: add support for table marginsRichard Moe Gustavsen2018-05-141-7/+89
* | Fix JS ownership of model and delegate properties in QtQuick item viewsSimon Hausmann2018-05-112-0/+68
* | TableView: ensure we check that returned iterators are not at the endRichard Moe Gustavsen2018-05-091-0/+61
* | tests, qquicktableview: check that the expected number of delegate items are ...Richard Moe Gustavsen2018-05-093-10/+94
* | Fix crash when using repeaters with packagesErik Verbruggen2018-05-092-0/+59
* | Merge remote-tracking branch 'origin/5.11' into devSimon Hausmann2018-05-093-3/+31
|\|
| * tests: unblacklist tst_qquickwindow.cpp::touchEvent_propagationGatis Paeglis2018-05-081-3/+0
| * Fix crash when changing the source of AnimatedImage after a frame changeLouis du Verdier2018-05-081-0/+28
| * tests: blacklist tst_qquickitem::qtBug60123Gatis Paeglis2018-05-081-0/+3
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-05-044-3/+30
|\|
| * QQuickItem: Guard against null deref in transformationsRobin Burchell2018-04-302-0/+27
| * Tests: Silence Clang warningsFriedemann Kleint2018-04-271-2/+0
| * test: fix flaky in tst_QQuickPathView::movementDirection()Liang Qi2018-04-271-1/+3
* | Skip test that is currently asserting on macOSLars Knoll2018-05-021-0/+4
* | Skip tests that are currently asserting on macOSLars Knoll2018-05-022-0/+7
* | Adjust expected error message to new parserLars Knoll2018-05-021-2/+2
* | Revert "tests, qquicktableview: add countDelegateItems()"Lars Knoll2018-05-023-52/+0
* | Make sure we call Codegen::defineFunction with proper argumentsLars Knoll2018-05-021-1/+1
* | tst_qquicktext::hAlignImplicitWidth: wait for window exposed, not just activeTor Arne Vestbø2018-05-021-1/+1
* | tests, qquicktableview: add countDelegateItems()Richard Moe Gustavsen2018-04-273-0/+52
* | Merge "Merge remote-tracking branch 'origin/5.11' into dev" into refs/staging...Liang Qi2018-04-263-1/+45
|\ \
| * | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-04-263-1/+45
| |\|
| | * Make the test pass on my high resolution screenLars Knoll2018-04-251-1/+1
| | * Fix QQuickListViewPrivate::snapItemAt for lists with spacingJohan Klokkhammer Helsing2018-04-252-0/+44
* | | Fix issue where updated text in layout is not correctly rewrappedEskil Abrahamsen Blomfeldt2018-04-262-0/+45
|/ /
* | test, TableView: add boilerplate code for testing TableViewRichard Moe Gustavsen2018-04-255-1/+273
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-04-183-0/+55
|\|