aboutsummaryrefslogtreecommitdiffstats
path: root/tests/signals/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Created unit test for bug #671.Renato Araujo Oliveira Filho2012-03-081-0/+1
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
* Fix bug 651 - "Calling disconnect() with no arguments causes segfault"Hugo Parente Lima2012-03-081-0/+1
|
* Moved list_signal_test to pysidetest library.Renato Araujo Oliveira Filho2012-03-081-1/+0
| | | | | | | | This isolate the test case, and avoid other problems with X during the buildbot compilation. Reviewer: Lauro Moura <lauro.neto@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
* Remove releaseWrapper as Signal tp_deallocLauro Neto2010-10-261-0/+1
| | | | | | | | It was being called when the Signal was garbage collected, resulting in a segfault. Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Reviewer: Renato Filho <renato.filho@openbossa.org>
* Removing deprecated and duplicated testLauro Neto2010-10-011-1/+0
| | | | Reviewer: Hugo Lima <hugo.lima@openbossa.org>
* Created unit test for bug #312.renatofilho2010-09-141-0/+1
| | | | | Reviewer: Hugo Parente Lima <hugo.pl@gmail.com> Luciano Wolf <luciano.wolf@openbossa.org>
* Fixed slot singature parse function to keep compatibility with QSignal.Renato Filho2010-08-261-0/+1
| | | | | | | Fixes bug #319 Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
* Fixed signal signature parser.Renato Filho2010-08-261-0/+1
| | | | | | | Fixes bug #311. Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
* Added test case for signal signature received by QObject::connectNotify().Marcelo Lira2010-07-291-1/+2
| | | | | Reviewed by Luciano Wolf <luciano.wolf@openbossa.org> Reviewed by Renato Araújo <renato.filho@openbossa.org>
* Fix bug#256 - "PySide does not support signals with containers."Hugo Parente Lima2010-06-291-0/+1
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Renato Araújo <renato.filho@openbossa.org>
* Re-add the possibility to run tests by module.Hugo Parente Lima2010-06-101-1/+1
|
* Created new unittest model.Renato Filho2010-06-071-0/+32
Separete unittest for module. Only run unittest for compiled modules. Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>, Luciano Wolf <luciano.wolf@openbossa.org>