aboutsummaryrefslogtreecommitdiffstats
path: root/libpyside/pysidemetafunction.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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 impos...Hugo Parente Lima2012-03-081-17/+55
* Use sbkpython.h instead of Python.h to avoid problems with Python2.5.Hugo Parente Lima2012-03-081-1/+1
* 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
* Implemented PySideMetaFunction class used to call dynamic slots.renatofilho2010-11-051-0/+162