aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquickpositioners/tst_qquickpositioners.cpp
Commit message (Expand)AuthorAgeFilesLines
* Correct license for test filesLucie Gérard2024-02-271-1/+1
* tst_qquickpositioners: Use qPrintable rather than QTest::toStringUlf Hermann2024-01-171-4/+4
* Silence compiler warning from ranged-forVolker Hilsheimer2023-09-091-1/+1
* Remove remaining foreach in quick testsUlf Hermann2023-08-231-6/+4
* Mark the module as free of Q_FOREACH, except where it isn'tMarc Mutz2023-08-171-0/+3
* Port from container::count() and length() to size() - V5Marc Mutz2022-10-131-6/+6
* Port from container::count() and length() to size()Marc Mutz2022-10-071-20/+20
* Use SPDX license identifiersLucie Gérard2022-06-111-27/+2
* QtQuickTest: add API for checking for polish at window levelMitch Curtis2022-06-021-5/+5
* Do not rely on transitive includes in testsFabian Kosmale2022-02-141-0/+1
* Consolidate test helpers into private librariesMitch Curtis2021-09-131-8/+9
* QQuickGrid: Warn if there are more items than rows*columnsAlbert Astals Cid2021-09-071-0/+2
* Use QFAIL("Informative message") in preference to QVERIFY(false)Edward Welbourne2021-06-151-2/+2
* Update tests to use new metaType systemDavid Skoland2020-11-021-2/+2
* tst_qquickpositioners: avoid setContextPropertyFabian Kosmale2019-10-071-30/+33
* Fix deprecation warnings in 5.14Friedemann Kleint2019-05-291-3/+5
* tst_qquickpositioners: use QQuickTest::qWaitForItemPolished() functionMitch Curtis2018-10-311-5/+6
* Re-apply "tst_qquickpositioners: Remove forced basic renderloop workaround"Simon Hausmann2018-07-181-4/+0
* Revert "tst_qquickpositioners: Remove forced basic renderloop workaround"Simon Hausmann2018-07-161-0/+4
* tst_qquickpositioners: Remove forced basic renderloop workaroundTor Arne Vestbø2018-07-031-4/+0
* 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
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-199/+199
* tests: Wrap qWaitForWindow{Active,Exposed} in QVERIFYv5.11.0-beta1Kari Oikarinen2018-02-231-3/+3
* Revert "Positioners: allow distinguishing between implicit/explicit child size"Mitch Curtis2017-04-051-44/+0
* Positioners: allow distinguishing between implicit/explicit child sizeMitch Curtis2017-02-231-0/+44
* Updated license headersJani Heikkinen2016-01-201-17/+12
* tests/quick: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b).Friedemann Kleint2015-07-271-18/+18
* Tests: Replace Q[TRY]_VERIFY(v == true|false) by QVERIFY(v)|QVERIFY(!v).Friedemann Kleint2015-07-271-16/+16
* Column, Row, Grid, Flow: add support for paddingLiang Qi2015-05-181-50/+1950
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* Fix tst_qquickpositioners on OS XFrederik Gladhorn2014-10-201-0/+3
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* QQmlError::toString: improve handling of empty urls.David Faure2014-07-241-8/+8
* Positioners: fix layout mirroringJ-P Nurmi2014-01-251-0/+8
* Fix tons of reference errors in tst_qquickpositionersJ-P Nurmi2013-09-051-0/+6
* Stabilize tst_qquickpositionersGunnar Sletta2013-02-071-80/+45
* Allow aligning items in a gridFabian Bumberger2013-01-281-0/+126
* Update copyright year in Digia's license headersSergio Ahumada2013-01-101-1/+1
* Quick tests: Introduce QQmlMessageHandler.Friedemann Kleint2012-12-201-32/+30
* Remove interim compatibility measuresAlan Alpert2012-10-161-3/+3
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-231-24/+24
* Autotests: Use qInstallMessageHandlerKai Koehne2012-09-141-3/+3
* Remove QListModelInterface.Andrew den Exter2012-07-251-1/+0
* QtDeclarative: Remove usage of deprecated qWaitForWindowShown().Friedemann Kleint2012-07-191-6/+6
* QQuickCanvas renamesAlan Alpert2012-07-171-286/+286
* Fix warnings in declarative tests.Friedemann Kleint2012-06-201-3/+5
* Don't parent (QObject) delegate items to views.Andrew den Exter2012-05-281-3/+3
* populate transition for positionersBea Lam2012-05-011-10/+148
* Clean up testBea Lam2012-04-201-2/+2