aboutsummaryrefslogtreecommitdiffstats
path: root/tests/signals
Commit message (Collapse)AuthorAgeFilesLines
* Fixed bug with refcount on PyObject args during signal/slot emission.Renato Filho2010-04-161-5/+51
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Lauro Moura <lauro.neto@openbossa.org>
* Fix bug#197, among some reference leaks.Hugo Parente Lima2010-04-121-1/+6
| | | | | Reviewer: Renato Araújo <renato.filho@openbossa.org> Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
* Fixed signal emission with pythonic signalture.Renato Filho2010-04-121-0/+16
| | | | | | | Created unittest. Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org>, Luciano Wolf <luciano.wolf@openbossa.org>
* Fix bug#210, "Can't connect generic callable objects as a slot".Hugo Parente Lima2010-04-081-0/+15
| | | | | Reviewer: Bruno Araújo <bruno.araujo@openbossa.org> Reviewer: Lauro Moura <lauro.neto@openbossa.org>
* Replace "requires" class decorator with a simple if (for Python 2.5 ↵Anderson Lizardo2010-03-025-188/+184
| | | | | | | compatibility) Reviewed-by: Lauro Moura <lauro.neto@openbossa.org> Reviewed-by: Bruno Araujo <bruno.araujo@openbossa.org>
* Fixed memory leak on callbacks used on signal connection.Renato Filho2010-02-233-4/+16
| | | | | Now using the 'destroyed()' signal the reference is cleaned after source object destroyed.
* Small fix on qpushbutton.clicked emissionLauro Neto2010-02-091-1/+1
|
* Adding support for connect(obj, signal, slot)Lauro Neto2010-02-091-0/+37
| | | | | window.connect(button, SIGNAL('clicked()'), SLOT('close()') should connect button.clicked to window.close
* Remove usage of QThread in signal emission testLauro Neto2010-01-041-12/+5
| | | | Reviewed by Anderson Lizardo (anderson.lizardo@openbossa.org)
* Split signal tests into gui and core testsLauro Neto2010-01-047-168/+224
| | | | | Can't use a QApplication and a QCoreApplication in the same process
* Fix test of QObject::senderHugo Lima2009-12-301-1/+1
|
* Signal emission tests with non QtGui testsLauro Neto2009-12-161-2/+67
| | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
* 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
| | | | | | | Lambda tests using QProcess Multiple connections using QProcess and split into separate test cases
* Fixing multiple signal testsLauro Neto2009-12-161-6/+10
| | | | | Changed to use a emitter argument to run_many, so we can pass qpushbutton.click or a partial call for python signals
* args_dont_match.py renamed to args_dont_match_test.pyHugo Lima2009-12-161-0/+0
| | | | Reviewed by Marcelo Lira <marcelo.lira@openbossa.org>
* Added all original pyside unit tests to the shiboken version.Hugo Lima2009-09-2118-0/+1023