aboutsummaryrefslogtreecommitdiffstats
path: root/tests/signals/signal_object_test.py
Commit message (Expand)AuthorAgeFilesLines
* Create unit-test for signal with QObject.Renato Filho2010-06-171-3/+10
* chmod -x on some tests, because we need to follow a pattern.Hugo Parente Lima2010-06-101-0/+0
* Remove wrapper for classes: QString, QStringRef, QLatin1String, QStringMatche...Hugo Parente Lima2010-06-101-4/+4
* Created new unittest model.Renato Filho2010-06-071-0/+0
* Revert "Fixed signal/slot class name based on PSEP 100."Hugo Parente Lima2010-05-311-6/+6
* Fixed signal/slot class name based on PSEP 100.Renato Filho2010-05-201-6/+6
* Implemented signal to signal connection.Renato Filho2010-05-171-0/+10
* Implemented support to connection type.Renato Filho2010-05-171-0/+8
* Removed init[slot,signal] from public api.Renato Filho2010-05-171-6/+8
* Fixed memory leak on signal allocator.Renato Filho2010-05-171-0/+8
* Implemente sequence operator on signal class.Renato Filho2010-05-171-0/+10
* Implemented signal name discovery if not setted on constructor.Renato Filho2010-05-171-3/+8
* Implemented support to modify slot return type.Renato Filho2010-05-171-0/+39