aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmlxmllistmodel
Commit message (Expand)AuthorAgeFilesLines
* Declare some missing value typesUlf Hermann2024-04-171-0/+2
* Remove the use of GENERATE_PRIVATE_CPP_EXPORTSAlexey Edelev2024-01-111-2/+1
* Remove the use of Q_QMLXMLLISTMODEL_PRIVATE_EXPORTAlexey Edelev2024-01-092-3/+3
* Doc: Fix linking to Qt Qml moduleTopi Reinio2023-12-011-1/+1
* Doc: Fix undocumented parameters and broken linksTopi Reinio2023-09-151-0/+3
* Doc: Remove warninglimit .qdocconf variableTopi Reinio2023-06-271-3/+0
* QQmlXmlListModel: get rid of manual processing of HTTP redirectsVladimir Belyavsky2023-06-152-15/+0
* Doc: Use correct module identifiers in \qmlproperty commandsTopi Reinio2023-06-091-1/+1
* doc: Use \value rather than \li for enumeration values and constantsShawn Rutledge2023-03-281-8/+6
* XmlListModel: Clean up includesUlf Hermann2022-11-222-17/+33
* Port from container::count() and length() to size()Marc Mutz2022-10-071-8/+8
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-09-071-1/+1
* Remove Qt key words from header filesYuhang Zhao2022-07-191-1/+1
* Add license headers to cmake filesLucie Gérard2022-07-081-0/+3
* Add "auto" to module DEPENDENCIESUlf Hermann2022-06-241-1/+1
* Resolve duplication of QAbstract{Item|List}Model in qmltypesUlf Hermann2022-06-241-0/+1
* Use SPDX license identifiersLucie Gérard2022-06-113-114/+6
* QmlXmlListModel: includemocsMarc Mutz2022-04-291-0/+2
* Doc: Enable zero warning limit for documentationVenugopal Shivashankar2022-01-141-0/+3
* Migrate to autogenerated cpp exportsAlexey Edelev2021-11-022-16/+3
* Doc: Remove unsupported customFiltersKai Köhne2021-08-311-4/+0
* Remove unnecessary declarations of type registration functionsUlf Hermann2021-07-161-2/+0
* Fix some spelling errors in translated messages and commentsFriedemann Kleint2021-06-191-10/+10
* Refactor and update qml CMake APICraig Scott2021-06-041-11/+7
* CMake: Remove GENERATE_METATYPES usageMaximilian Goldstein2021-04-271-1/+0
* CMake: Fix qml module version to use the repo project versionAlexandru Croitor2021-04-151-1/+1
* XmlListModel: include child elements while reading element contentIvan Solovev2021-03-181-1/+2
* Introduce XmlListModel to QtDeclarativeIvan Solovev2021-03-105-0/+1381