aboutsummaryrefslogtreecommitdiffstats
path: root/libpyside/pysideproperty_p.h
Commit message (Collapse)AuthorAgeFilesLines
* Use sbkpython.h instead of Python.h to avoid problems with Python2.5.Hugo Parente Lima2012-03-081-1/+1
| | | | | Reviewer: Lauro Moura <lauro.neto@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Remove unused field "type" from PySideProperty private struct.Hugo Parente Lima2012-03-081-1/+0
|
* Add support for extension into PySide properties.Hugo Parente Lima2012-03-081-0/+4
| | | | This is used by PySide implementation of QDeclarativeListProperty.
* PySidePropertyPrivate struct moved to the private header.Hugo Parente Lima2012-03-081-0/+23
|
* Renamed qsignal, qslot, qproperty files to pyside*.renatofilho2010-11-031-0/+141
Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Lauro Neto <lauro.neto@openbossa.org>