aboutsummaryrefslogtreecommitdiffstats
path: root/tests/signals
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug with refcount on PyObject args during signal/slot emission.Renato Filho2010-04-161-5/+51
* Fix bug#197, among some reference leaks.Hugo Parente Lima2010-04-121-1/+6
* Fixed signal emission with pythonic signalture.Renato Filho2010-04-121-0/+16
* Fix bug#210, "Can't connect generic callable objects as a slot".Hugo Parente Lima2010-04-081-0/+15
* Replace "requires" class decorator with a simple if (for Python 2.5 compatibi...Anderson Lizardo2010-03-025-188/+184
* Fixed memory leak on callbacks used on signal connection.Renato Filho2010-02-233-4/+16
* Small fix on qpushbutton.clicked emissionLauro Neto2010-02-091-1/+1
* Adding support for connect(obj, signal, slot)Lauro Neto2010-02-091-0/+37
* Remove usage of QThread in signal emission testLauro Neto2010-01-041-12/+5
* Split signal tests into gui and core testsLauro Neto2010-01-047-168/+224
* Fix test of QObject::senderHugo Lima2009-12-301-1/+1
* Signal emission tests with non QtGui testsLauro Neto2009-12-161-2/+67
* Fixing pysignal_tests with helper classesLauro Neto2009-12-161-8/+18
* Fixing "wrong number of arguments" testsLauro Neto2009-12-161-10/+20
* Adding decorator requires(ModuleName) for testsLauro Neto2009-12-163-14/+44
* Adding no-qtgui tests for lambda and multiple sigLauro Neto2009-12-162-7/+67
* Fixing multiple signal testsLauro Neto2009-12-161-6/+10
* args_dont_match.py renamed to args_dont_match_test.pyHugo Lima2009-12-161-0/+0
* Added all original pyside unit tests to the shiboken version.Hugo Lima2009-09-2118-0/+1023