aboutsummaryrefslogtreecommitdiffstats
path: root/tests/QtGui/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Created unittest for bug #338.Renato Filho2010-09-091-0/+1
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
* bug_300_test moved to QtGui, because it tests a class from QtGui.Hugo Parente Lima2010-09-031-0/+1
|
* Fix bug#125 - "QAbstractTextDocumentLayout.registerHandler apparently not ↵Hugo Parente Lima2010-09-021-0/+1
| | | | | | | | | | working" Added class QPyTextObject which inherits from QObject and QTextObjectInterface to solve the issue with registerHandler, the same approach used by PyQt. Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Renato Araújo <renato.filho@openbossa.org>
* Created unittest to bug #324.Renato Filho2010-08-311-0/+1
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
* Created unittest to bug 307.Renato Filho2010-08-251-0/+1
|
* Avoid running x11 specific tests on others OS.Renato Filho2010-07-231-1/+5
|
* Create unit test to bug 243.Renato Filho2010-07-141-0/+1
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Add unit test to QListWidget.Renato Filho2010-07-051-1/+1
| | | | | Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org>, Luciano Wolf <luciano.wolf@openbossa.org>
* Created QListWidget test.Renato Filho2010-07-051-0/+1
| | | | | Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org>, Luciano Wolf <luciano.wolf@openbossa.org>
* Created unit test to use signals in objects not created on python.Renato Filho2010-06-291-0/+1
| | | | | Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Fix qwidget_test.Hugo Parente Lima2010-06-291-1/+1
| | | | | Reviewer: Renato Araújo <renato.filho@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Created test for Connection between new Signal API and SlotsRenato Filho2010-06-171-0/+1
| | | | | Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org>, Luciano Wolf <luciano.wolf@openbossa.org>
* Create QAction signal test.Renato Filho2010-06-171-0/+3
| | | | | Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org>, Luciano Wolf <luciano.wolf@openbossa.org>
* Implementing API2 modifications.Luciano Wolf2010-06-151-0/+1
| | | | | Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org>, Marcelo Lira <marcelo.lira@openbossa.org>
* Removed QVariant from PySide.Hugo Parente Lima2010-06-101-1/+0
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Re-add the possibility to run tests by module.Hugo Parente Lima2010-06-101-2/+2
|
* Created new unittest model.Renato Filho2010-06-071-0/+58
Separete unittest for module. Only run unittest for compiled modules. Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>, Luciano Wolf <luciano.wolf@openbossa.org>