aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmllistreference
Commit message (Expand)AuthorAgeFilesLines
* QQmlListWrapper: Don't use QQmlListReference for virtualGetLength()Ulf Hermann2024-03-282-0/+20
* Correct license for test filesLucie Gérard2024-02-271-1/+1
* CMake: Make qml tests standalone projectsAlexandru Croitor2023-07-051-0/+6
* Don't crash when using unshift on a states groupVolker Hilsheimer2023-07-041-3/+12
* QQmlListWrapper: throw type errors or warnings if append failsVolker Hilsheimer2023-07-042-1/+59
* Retire the qt_parse_all_argumentsAmir Masoud Abdol2023-01-201-2/+2
* Port from container::count() and length() to size() - V5Marc Mutz2022-10-131-1/+1
* Port from container::count() and length() to size()Marc Mutz2022-10-071-7/+7
* 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
* Implement array methods for QQmlListPropertyUlf Hermann2022-07-163-3/+410
* Add license headers to cmake filesLucie Gérard2022-07-081-0/+3
* Use SPDX license identifiersLucie Gérard2022-06-111-27/+2
* Fix compiler warning from deprecated APIVolker Hilsheimer2022-03-211-8/+2
* INTEGRITY: Fix some test cases from core/qml foldersKimmo Ollila2022-03-031-0/+4
* Simplify QQmlMetaTypeInterface and QQmlListMetaTypeInterfaceUlf Hermann2022-01-181-0/+1
* Move propertyCache- and metaObject-related functions into QQmlMetaTypeUlf Hermann2022-01-181-7/+5
* Allow adding null to QQmlListPropertyUlf Hermann2021-09-222-0/+27
* Consolidate test helpers into private librariesMitch Curtis2021-09-132-5/+3
* QQmlListReference: Calculate element metatype lazilyUlf Hermann2021-03-173-0/+38
* Fix some "can be marked override" warningsAndreas Buhr2021-02-231-1/+1
* Remove the qmake project filesFabian Kosmale2021-01-151-11/+0
* QQmlListReference: Allow construction from a QVariantUlf Hermann2021-01-121-0/+22
* QQmlListProperty: Use qsizetype rather than int for sizesUlf Hermann2020-11-091-3/+3
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-10-061-3/+3
* Remove deprecated QQmlListProperty constructorFabian Kosmale2020-08-311-6/+1
* CMake: Update Apple platform defines after rename in qtbaseTor Arne Vestbø2020-03-171-2/+2
* Regenerate qtdeclarativeAlexandru Croitor2020-02-121-5/+2
* Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2020-01-291-2/+209
|\
| * QQmlListProperty: Add replace and removeLast functionsUlf Hermann2020-01-151-2/+209
* | Regenerate all projects with new CMake API versionAlexandru Croitor2019-11-151-3/+3
* | Regenerate remaining tests to be in syncAlexandru Croitor2019-11-151-11/+2
* | Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2019-10-141-1/+1
|\|
| * Use qmlRegisterAnonymousType in examples and testsUlf Hermann2019-08-271-1/+1
* | Add QtDeclarative Test CoverageLeander Beernaert2019-08-141-0/+51
|/
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-18/+18
* Add a javascript push method binding to QQmlListPropertyIonut Alexandrescu2017-02-213-1/+37
* Updated license headersJani Heikkinen2016-01-201-17/+12
* Remove CONFIG += parallel_test.Friedemann Kleint2015-09-051-2/+0
* Remove QT_DISABLE_DEPRECATED_BEFORE=0 from tests not using deprecated API.Friedemann Kleint2015-09-031-1/+0
* tests/qml: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b).Friedemann Kleint2015-07-291-56/+56
* Tests: Replace Q[TRY]_VERIFY(v == true|false) by QVERIFY(v)|QVERIFY(!v).Friedemann Kleint2015-07-271-71/+71
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* Update copyright year in Digia's license headersSergio Ahumada2013-01-101-1/+1
* Change qml list interfaceMarco Bubke2012-10-231-0/+66
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-231-24/+24
* Set the Qt API level to compatibility mode in all tests.Thiago Macieira2012-08-011-0/+1
* Lazily create QMetaObjectsAaron Kennedy2012-05-241-1/+1
* Changed qml tests to work from install directoryKurt Korbatits2012-03-071-3/+1