aboutsummaryrefslogtreecommitdiffstats
path: root/libpyside/pysidemetafunction.cpp
Commit message (Expand)AuthorAgeFilesLines
* PySide::MetaFunction::call: Fix error message about number of argumentsFriedemann Kleint2017-01-131-2/+11
* libpyside: Remove some C-style castsFriedemann Kleint2017-01-121-2/+2
* libpyside: Fix warnings about unused variables and missing initializersFriedemann Kleint2016-11-111-1/+2
* Remove debug statement in MetaFunction::call()Alexandru Croitor2016-09-281-1/+0
* Updated license headers of the runtime library (cpp)Friedemann Kleint2016-09-271-21/+38
* Fix void return type on slotsempyrical2015-11-141-1/+1
* remove QtDeclarative, which is deprecatedChristian Tismer2015-10-221-1/+1
* make libpyside compileChristian Tismer2015-06-091-1/+1
* PYSIDE-164: Fix possible deadlock on signal connect/emit4.8Pankaj Pandey2014-07-081-0/+2
* Replaced Nokia copyrights and contact detailsTeemu Kaukoranta2013-05-281-1/+1
* Replaced TypeResolver by SbkConverter and SpecificConverter.Marcelo Lira2012-03-081-10/+17
* 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