aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquickgridview
Commit message (Expand)AuthorAgeFilesLines
* Correct license for test filesLucie Gérard2024-04-111-1/+1
* Make culled QQuickItemViewFxItems inaccessibleMorten Sørvig2024-03-302-0/+79
* quicktestutils: rename delegateVisible to isDelegateVisibleMitch Curtis2024-03-211-59/+59
* Correct license for test filesLucie Gérard2024-02-277-7/+7
* Remove remaining foreach in quick testsUlf Hermann2023-08-231-9/+8
* Mark the module as free of Q_FOREACH, except where it isn'tMarc Mutz2023-08-171-0/+2
* CMake: Make quick tests standalone projectsAlexandru Croitor2023-07-051-0/+6
* Retire the qt_parse_all_argumentsAmir Masoud Abdol2023-01-201-2/+2
* QQuickItemView: Fix max(X/Y)Extent()David Redondo2022-11-221-17/+12
* Port from container::count() and length() to size() - V5Marc Mutz2022-10-131-13/+13
* Port from container::count() and length() to size()Marc Mutz2022-10-071-111/+111
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-09-071-1/+1
* CMake: Don't use PUBLIC_LIBRARIES for tests and test helpersAlexandru Croitor2022-07-281-1/+1
* Add license headers to cmake filesLucie Gérard2022-07-081-0/+3
* Add convenience API for making QQmlDataTest-based tests fail on warningsMitch Curtis2022-07-051-1/+3
* Use SPDX license identifiersLucie Gérard2022-06-117-277/+14
* QtQuickTest: add API for checking for polish at window levelMitch Curtis2022-06-021-67/+67
* QQuickGridView: return accurate row position when no rows are availableRichard Moe Gustavsen2022-05-102-0/+110
* Cleanup CMakeLists.txt filesAndreas Buhr2022-05-031-2/+0
* Un-blacklist some passing testsShawn Rutledge2022-02-051-1/+0
* GridView: Set content position when changing cell sizeTony Leinonen2021-12-042-0/+73
* Consolidate test helpers into private librariesMitch Curtis2021-09-132-15/+12
* Blacklist tst_QQuickGridView::snapOneRow for Win 10 MinGW developer buildHeikki Halmet2021-05-141-0/+1
* Blacklist tst_QQuickGridView::snapToRow for Win 10 MinGW Developer buildHeikki Halmet2021-05-111-0/+1
* Remove the qmake project filesFabian Kosmale2021-01-151-14/+0
* tests: blacklist tst_QQuickGridView::snapToRow() and snapOneRow() on MSVCLiang Qi2020-11-201-0/+3
* Update tests to use new metaType systemDavid Skoland2020-11-021-1/+1
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-10-061-3/+3
* Blacklist tests flickable.nestedPressDelay, gridview.snapOneRowShawn Rutledge2020-09-241-0/+2
* Prevent crash when destroying asynchronous LoaderJoni Poikelin2020-09-232-0/+68
* Add ; to Q_UNUSED and UNUSED_PARAMLars Schmertmann2020-06-261-1/+1
* Autotests: use std::atomic in incubateWhile()Shawn Rutledge2020-05-151-7/+7
* CMake: Update Apple platform defines after rename in qtbaseTor Arne Vestbø2020-03-171-2/+2
* Regenerate qtdeclarativeAlexandru Croitor2020-02-121-6/+2
* Regenerate all projects with new CMake API versionAlexandru Croitor2019-11-151-3/+3
* Regenerate testsAlexandru Croitor2019-11-141-9/+2
* Add QtDeclarative Test CoverageLeander Beernaert2019-08-141-0/+60
* Fix deprecation warnings in 5.14Friedemann Kleint2019-05-291-3/+5
* Move model types into their own libraryUlf Hermann2019-05-022-2/+2
* Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-211-1/+1
|\
| * Relax tst_QQuickGridView::contentHeightWithDelayRemoveUlf Hermann2019-03-201-1/+1
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-02-141-2/+0
|\|
| * Remove blacklisting of several tests that are passingShawn Rutledge2019-02-101-2/+0
* | tst_qquickgridview: use new QQuickTest::qWaitForItemPolished() functionMitch Curtis2018-10-312-62/+63
|/
* Replace obsolete VisualDataModel, *Group and VisualItemModel in testsShawn Rutledge2018-10-052-5/+7
* QQuickGridView: Respect marginsUlf Hermann2018-10-042-0/+97
* StrictlyEnforceRange should not override valid SnapOne decisionsMichael Brasser2018-06-291-0/+4
* Fix SnapOneItem/Row behavior for mid-range flicksMichael Brasser2018-06-291-9/+18
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-179/+179
* tests: Wrap qWaitForWindow{Active,Exposed} in QVERIFYv5.11.0-beta1Kari Oikarinen2018-02-231-2/+2