aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlxmllistmodel
Commit message (Expand)AuthorAgeFilesLines
* Correct license for test filesLucie Gérard2024-02-271-1/+1
* Normalize signal/slot signaturesMarc Mutz2023-07-121-2/+2
* CMake: Make qml tests standalone projectsAlexandru Croitor2023-07-051-0/+6
* Retire the qt_parse_all_argumentsAmir Masoud Abdol2023-01-201-2/+2
* XmlListModel: Clean up includesUlf Hermann2022-11-221-9/+11
* Port from container::count() and length() to size() - V5Marc Mutz2022-10-131-2/+2
* Port from container::count() and length() to size()Marc Mutz2022-10-071-20/+20
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-09-071-1/+1
* Add license headers to cmake filesLucie Gérard2022-07-081-0/+3
* Use SPDX license identifiersLucie Gérard2022-06-111-27/+2
* Fix tst_QQmlXmlListModel::threading() on AndroidAndreas Buhr2022-04-261-10/+12
* Fix tst_QQmlXmlListModel::source() on AndroidAndreas Buhr2022-04-261-1/+4
* Replace 0 pointer constants with nullptrAllan Sandfeld Jensen2021-10-181-1/+1
* Consolidate test helpers into private librariesMitch Curtis2021-09-132-5/+3
* Fix some spelling errors in translated messages and commentsFriedemann Kleint2021-06-191-3/+3
* Don't iterate over a QByteArrayList via QStringVolker Hilsheimer2021-03-221-2/+2
* XmlListModel: include child elements while reading element contentIvan Solovev2021-03-181-1/+2
* Introduce XmlListModel to QtDeclarativeIvan Solovev2021-03-1022-0/+1175