aboutsummaryrefslogtreecommitdiffstats
path: root/libpyside/qslot.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fixed the Python names for Signal and Slot objects.Marcelo Lira2010-09-171-1/+1
* Fix project name on license boilerplates.Hugo Parente Lima2010-09-091-1/+1
* Change the license boiler plates of all LGPL files removing the special excep...Hugo Parente Lima2010-09-091-21/+9
* Fixed slot singature parse function to keep compatibility with QSignal.Renato Filho2010-08-261-16/+4
* Revert "Fixed signal/slot class name based on PSEP 100."Hugo Parente Lima2010-05-311-1/+1
* Fixed signal/slot class name based on PSEP 100.Renato Filho2010-05-201-1/+1
* Append licence header.Renato Filho2010-05-191-0/+34
* Removed init[slot,signal] from public api.Renato Filho2010-05-171-1/+1
* Fixed memory leaks.Renato Filho2010-05-171-42/+52
* removed TPFLAGS_BASETYPE from signal/slot classes to avoid derivationRenato Filho2010-05-171-1/+1
* Updated signal/slot class names to follow the same style.Renato Filho2010-05-171-13/+13
* Implemented support to modify slot return type.Renato Filho2010-05-171-0/+176