aboutsummaryrefslogtreecommitdiffstats
path: root/PySide/QtDeclarative/pysideqmlregistertype.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix bug 1029 - "qmlRegisterType Fails to Increase the Ref Count"Hugo Parente Lima2012-03-081-0/+3
|
* Updated QtDeclarative modue to works with python 2.x and 3.xRenato Filho2012-03-081-3/+2
|
* Updated qmlRegisterType to register.Renato Filho2012-03-081-9/+23
| | | | | | | | | qmlRegisterType uses QDeclarativeItem in template args, when the class is derived from QDeclarativeItem, otherwise uses QObject. Fixes bug #951. Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Fix bug 926 - "qmlRegisterType does not work with QObject"Hugo Parente Lima2012-03-081-17/+15
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Lauro Neto <lauro.neto@openbossa.org>
* Fix bug 825 - "Can't register a class using that uses metaclasses in QML ↵Hugo Parente Lima2012-03-081-5/+0
| | | | | | | using qmlRegisterType" Reviewer: Renato Araújo <renato.filho@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Lock the gil on some hand written code to avoid crashes.Hugo Parente Lima2012-03-081-0/+6
| | | | | Reviewer: Renato Araújo <renato.filho@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* 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>