aboutsummaryrefslogtreecommitdiffstats
path: root/PySide/QtDeclarative/pysideqmlregistertype.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Add support for QML list properties.Hugo Parente Lima2012-03-081-7/+205
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Replace useless check by a assert.Hugo Parente Lima2012-03-081-4/+1
| | | | QMetaObject must already be ready at this point.
* Fix copyright year.Hugo Parente Lima2012-03-081-1/+1
|
* Initial implementation of qmlRegisterType.Hugo Parente Lima2012-03-081-0/+143
It's fully functional, but need some adjustaments in the build system that will be done in the next few days. Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>