aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmlmodels/configure.json
Commit message (Collapse)AuthorAgeFilesLines
* Fix build without features.qml-delegate-modelTasuku Suzuki2019-08-191-1/+1
| | | | | Change-Id: I362febbb395e1d6d55d4b4aac18c6e8bba90bb0c Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
* Fix label name of features.qml-object-modelTasuku Suzuki2019-07-221-1/+1
| | | | | Change-Id: I8a35e51f87cfa49bdec834cca65ef169dd76b750 Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
* Fix build without features.itemmodelTasuku Suzuki2019-07-081-1/+3
| | | | | Change-Id: Ia4304644a2a365c359eed31c55c2ca9d7d42f10c Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
* Add features for the remaining QML model typesUlf Hermann2019-05-031-0/+13
| | | | | | | | The table and object models should be configurable, too, and Package conceptually belongs to the delegate model. Change-Id: Id928f14c5b378b6e7ffcbb98039192fa7c375fa7 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
* Move model types into their own libraryUlf Hermann2019-05-021-0/+31
The model types are not part of the core QML runtime and should only be loaded if you explicitly import them. We cannot enforce that in Qt5 as some of them are available from the QtQml import, but we can change it in Qt6. Change-Id: I1e49e84d748e352537ec2d4af901c034c91d038f Reviewed-by: Erik Verbruggen <erik.verbruggen@me.com>