aboutsummaryrefslogtreecommitdiffstats
path: root/PySide/QtDeclarative/pysideqmlregistertype.cpp
Commit message (Expand)AuthorAgeFilesLines
* Updated qmlRegisterType to register.Renato Filho2012-03-081-9/+23
* Fix bug 926 - "qmlRegisterType does not work with QObject"Hugo Parente Lima2012-03-081-17/+15
* Fix bug 825 - "Can't register a class using that uses metaclasses in QML usin...Hugo Parente Lima2012-03-081-5/+0
* Lock the gil on some hand written code to avoid crashes.Hugo Parente Lima2012-03-081-0/+6
* Add support for QML list properties.Hugo Parente Lima2012-03-081-7/+205
* Replace useless check by a assert.Hugo Parente Lima2012-03-081-4/+1
* Fix copyright year.Hugo Parente Lima2012-03-081-1/+1
* Initial implementation of qmlRegisterType.Hugo Parente Lima2012-03-081-0/+143