aboutsummaryrefslogtreecommitdiffstats
path: root/tests/signals
Commit message (Expand)AuthorAgeFilesLines
* Created unit test for bug #726.Renato Filho2012-03-081-0/+10
* Add unit test for bug 684.Hugo Parente Lima2012-03-081-0/+13
* Raise error when slot argument is unknown.Lauro Neto2012-03-081-0/+9
* Created unit test for bug #671.Renato Araujo Oliveira Filho2012-03-082-0/+63
* Fix bug 651 - "Calling disconnect() with no arguments causes segfault"Hugo Parente Lima2012-03-082-0/+33
* Moved list_signal_test to pysidetest library.Renato Araujo Oliveira Filho2012-03-082-36/+0
* Fixed new style signal connection tests for the proper semantics.Marcelo Lira2012-03-081-1/+5
* Remove releaseWrapper as Signal tp_deallocLauro Neto2010-10-262-0/+17
* Removing deprecated and duplicated testLauro Neto2010-10-013-79/+0
* Fixed test.renatofilho2010-09-161-2/+2
* Update unit test for bug 312.renatofilho2010-09-161-0/+23
* Created unit test for bug #312.renatofilho2010-09-142-0/+24
* Now slots signatures in C++ use Qt notation.Renato Filho2010-08-261-1/+1
* Fixed slot singature parse function to keep compatibility with QSignal.Renato Filho2010-08-262-0/+36
* Fixed signal signature parser.Renato Filho2010-08-262-0/+43
* Avoid cyclic dependency on test.Renato Filho2010-08-251-6/+15
* Changed test to avoid erros on slow machines.Renato Filho2010-08-232-2/+2
* Added test case for signal signature received by QObject::connectNotify().Marcelo Lira2010-07-292-1/+43
* Modify multiple connections test to avoid use more then 50 slotsRenato Filho2010-07-082-24/+9
* Fix bug#256 - "PySide does not support signals with containers."Hugo Parente Lima2010-06-292-0/+36
* 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-1032-0/+0
* Re-add the possibility to run tests by module.Hugo Parente Lima2010-06-102-1/+1
* Remove wrapper for classes: QString, QStringRef, QLatin1String, QStringMatche...Hugo Parente Lima2010-06-102-6/+6
* Created new unittest model.Renato Filho2010-06-0726-0/+33
* Revert "Fixed signal/slot class name based on PSEP 100."Hugo Parente Lima2010-05-317-23/+23
* Fixed signal/slot class name based on PSEP 100.Renato Filho2010-05-207-23/+23
* Adding new-style signal/slot tests.Luciano Wolf2010-05-176-0/+254
* 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-172-3/+53
* Use new decorators api on autoconnect test.Renato Filho2010-05-171-0/+1
* Created unitest to slot decoration.Renato Filho2010-05-171-0/+49
* Created test to static metaobject.Renato Filho2010-05-101-0/+63
* unittest for autoconection signal/slot.Renato Filho2010-05-071-0/+30
* 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