aboutsummaryrefslogtreecommitdiffstats
path: root/libpyside/pysidemetafunction.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Replaced TypeResolver by SbkConverter and SpecificConverter.Marcelo Lira2012-03-081-10/+17
| | | | Also updated QtGui's WId conversion to Python 3.
* Reduce the memory used by PySideMetaFunction instances.Hugo Parente Lima2012-03-081-3/+3
|
* Unify the code used to do QObject meta calls.Hugo Parente Lima2012-03-081-42/+64
|
* Fix bug 1016 - "Calling of Q_INVOKABLE method returning not QVariant is ↵Hugo Parente Lima2012-03-081-17/+55
| | | | impossible..."
* 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>
* Initia QtCore port to python3.Renato Filho2012-03-081-2/+1
|
* Fixed qt_metacall, now everything works as it should.Hugo Parente Lima2012-03-081-12/+9
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Lauro Moura <lauro.neto@openbossa.org>
* Implemented PySideMetaFunction class used to call dynamic slots.renatofilho2010-11-051-0/+162
Reviewer: Hugo Parente Lima <hugo.pl@gmail.com> Luciano Wolf <luciano.wolf@openbossa.org>