summaryrefslogtreecommitdiffstats
path: root/src/quick3d/imports/render/plugins.qmltypes
Commit message (Collapse)AuthorAgeFilesLines
* Update plugins.qmltypes for 5.15Jani Heikkinen2020-04-081-6/+90
| | | | | | | Task-number: QTBUG-82253 Change-Id: I64a804c306e06076f185ffaf422a1cb1f93b055b Reviewed-by: Tomi Korpipää <tomi.korpipaa@qt.io> Reviewed-by: Paul Lemire <paul.lemire@kdab.com>
* Update plugins.qmltypes for 5.14Kai Koehne2019-10-221-7/+248
| | | | | | Task-number: QTBUG-78690 Change-Id: I0c12b4f404aa24b7d2587c63be7c88eb5ca99327 Reviewed-by: Paul Lemire <paul.lemire@kdab.com>
* Update plugins.qmltypes for Qt 5.13Kai Koehne2019-03-071-11/+222
| | | | | | | Task-number: QTBUG-73484 Change-Id: I77bae973a9be7e01c674fd6bbccc0feb0c35e0f1 Reviewed-by: Kai Koehne <kai.koehne@qt.io> Reviewed-by: Paul Lemire <paul.lemire@kdab.com>
* Update plugins.qmltypesv5.12.0-beta2Kai Koehne2018-10-091-237/+752
| | | | | | | | | | | | | | | by running for path in `find . -name "Makefile*" -print`; do pushd `dirname $path`; make -f `basename $path` qmltypes; popd; done in the build directory. Fixes: QTBUG-64035 Fixes: QTBUG-69259 Task-number: QTBUG-70264 Change-Id: Ib36a8e66121c310dee28b84953ca381e231139cf Reviewed-by: Christian Stromme <christian.stromme@qt.io> Reviewed-by: Laszlo Agocs <laszlo.agocs@qt.io>
* Add support for FrontToBack sortingLaszlo Agocs2017-09-041-1/+2
| | | | | | | | | A typical renderer with opaque-transparent passes will often want to use FrontToBack in the opaque pass (even though this is usually not strictly required). Change-Id: I071b62424a5446c86d76c6045c126a599534bf80 Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
* Update qmltypes filesMike Krus2017-05-031-11/+427
| | | | | | Task-number: QTBUG-60514 Change-Id: Idc42a21109abef5563e6e8cda1a338147bb8dfce Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
* Introduce OneMinusSource1ColorKevin Ottens2016-10-291-1/+1
| | | | | | | | | Also we deprecate OneMinusSource1Color0 which can be removed next time we break SC. This is done to be more consistent with the other enum values. Change-Id: I97a636566d20162c148d0aa55599476d54e51333 Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
* Update QML type information for Qt CreatorKevin Ottens2016-09-261-106/+1140
| | | | | Change-Id: I2766466a0068a528e6ed2b2313f7a3104e583a7e Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
* Use QVector instead of QVariantList propertiesKevin Ottens2016-05-231-4/+26
| | | | | Change-Id: If7b2688c6032132cfabe5ff02ecbbcf3efbb29d0 Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
* Fix qmltypes generation, add them to the sourcesKevin Ottens2016-05-031-0/+1897
Change-Id: I2e64e3abd36a6783c89a12432f2f9d1c3621e76a Task-number: QTBUG-45661 Reviewed-by: Sean Harmer <sean.harmer@kdab.com>