aboutsummaryrefslogtreecommitdiffstats
path: root/PySide2/QtQuickWidgets
Commit message (Collapse)AuthorAgeFilesLines
* QQmlIncubationController fixes and new VolatileBool typeAlexandru Croitor2016-12-131-0/+1
| | | | | | | | | | | | | | | | QQmlIncubationController has a method called incubateWhile which takes a volatile bool pointer argument. Python does not support any kind of volatile variables, and shiboken has no implementation for primitive pointer types. The fix consists in creating a new custom VolatileBool type for Python (written in c++), which can store a c++ volatile bool, as well as some workarounds in the typesystem to make sure the incubateWhile method does proper conversion between VolatileBools and volatile bools. Change-Id: I4e567ad9ad364ab8a9147248915ccf310ce860ea Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
* Wrap licenses of the XML[.in] files in C++ commentsFriedemann Kleint2016-10-191-34/+38
| | | | | | | | | The license checker is currently unable to handle XML files; it matches C++ comments. Task-number: PYSIDE-431 Change-Id: Ife6020f2fa666e2fc86e795b4b73f2e05ffed1b3 Reviewed-by: Christian Tismer <tismer@stackless.com>
* Updated license headers of the typesystem XML filesFriedemann Kleint2016-09-271-14/+34
| | | | | Change-Id: Icc28e8b45d9327dc0786e006ab9d414fc24668ee Reviewed-by: Lars Knoll <lars.knoll@qt.io>
* Add some missing dependenciesempyrical2015-11-131-1/+1
|
* Add Qt5 QML modulesempyrical2015-11-132-0/+82