aboutsummaryrefslogtreecommitdiffstats
path: root/tests/signals/pysignal_test.py
Commit message (Expand)AuthorAgeFilesLines
* chmod -x on some tests, because we need to follow a pattern.Hugo Parente Lima2010-06-101-0/+0
* Created new unittest model.Renato Filho2010-06-071-0/+0
* Fixed bug with refcount on PyObject args during signal/slot emission.Renato Filho2010-04-161-5/+51
* Fixed signal emission with pythonic signalture.Renato Filho2010-04-121-0/+16
* Replace "requires" class decorator with a simple if (for Python 2.5 compatibi...Anderson Lizardo2010-03-021-46/+46
* Fixed memory leak on callbacks used on signal connection.Renato Filho2010-02-231-0/+12
* Split signal tests into gui and core testsLauro Neto2010-01-041-3/+1
* Fixing pysignal_tests with helper classesLauro Neto2009-12-161-8/+18
* Added all original pyside unit tests to the shiboken version.Hugo Lima2009-09-211-0/+105