aboutsummaryrefslogtreecommitdiffstats
path: root/tests/QtGui
Commit message (Collapse)AuthorAgeFilesLines
* Fix bug 546 - "Python crash on exit"Hugo Parente Lima2012-03-082-0/+15
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Lauro Moura <lauro.neto@openbossa.org>
* Fix bug#493 - "__eq__ and friends not implemented for QKeyEvent == QKeySequence"Hugo Parente Lima2012-03-082-0/+22
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Lauro Moura <lauro.neto@openbossa.org>
* Changed api2 test to work on MacOS during a ssh session.Renato Araujo Oliveira Filho2012-03-081-8/+7
|
* Fix bug#569 - "QTableWidgetItem is missing binding of __lt__ to operator<"Hugo Parente Lima2012-03-082-0/+20
| | | | | Reviewer: Renato Araújo <renato.filho@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Fix test to avoid problems on slow computers.Renato Araujo Oliveira Filho2012-03-081-1/+1
| | | | Reviewed by Hugo Parente <hugo.lima@openbossa.org>
* Fix QTreeWidget parent rules.Renato Araujo Oliveira Filho2012-03-082-0/+40
| | | | | | | | | | QTreeWidget.clear() - remove all child ref from the current widget QTreeWidgetItem.parent() - use default policy for returned value Fix bug #547 Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
* Removed some float comparisons from QColor test to avoid armel problems.Renato Araujo Oliveira Filho2012-03-081-12/+1
| | | | Reviewed by Hugo Parente <hugo.lima@openbossa.org>
* Fix bug#549 - "QGraphicsWidget::getContentsMargins() and ↵Hugo Parente Lima2012-03-082-0/+17
| | | | | | | QGraphicsWidget::getWindowFrameMargins() not available" Reviewer: Renato Araújo <renato.filho@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Avoid QMatrix test while gcc is broken.Renato Araujo Oliveira Filho2012-03-081-0/+5
|
* Created function used in PyObject getAttro.Renato Araujo Oliveira Filho2012-03-082-0/+22
| | | | | | | | Moved the code generated to a function in libpyside. Create unit test for bug #525. Reviewer: Hugo Parente Lima <hugo.pl@gmail.com> Marcelo Lira <marcelo.lira@openbossa.org>
* Fix bug#512 - "QGridLayout::getItemPosition() is not available"Hugo Parente Lima2012-03-082-0/+23
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Renato Araújo <renato.filho@openbossa.org>
* Fixed new style signal connection tests for the proper semantics.Marcelo Lira2012-03-081-1/+2
| | | | | | | | | One example to clarify: for the "destroyed(QObject* = 0)" signal, "obj.destroyed.connect(...)" connects to "destroyed()", and "obj.destroyed[QObject].connect(...)" connects to "destroyed(QObject*)". Reviewed by Lauro Moura <lauro.neto@openbossa.org> Reviewed by Luciano Wolf <luciano.wolf@openbossa.org>
* Added unit test for bug#500Hugo Parente Lima2012-03-082-0/+16
| | | | | Reviewer: Lauro Mora <lauro.neto@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Fixes QImage constructor signature that used string buffer as image data source.Marcelo Lira2012-03-082-0/+21
| | | | | | | | | | | | The fixes uses the patch provided by Pieter Palmers on the bug #489 description[1]. A very simple test, to check the signature existence, was added. [1] http://bugs.openbossa.org/show_bug.cgi?id=489 Reviewed by Hugo Parente <hugo.lima@openbossa.org> Reviewed by Luciano Wolf <luciano.wolf@openbossa.org>
* Created unit test for bug #480.Renato Araujo Oliveira Filho2010-11-232-0/+26
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Create unit test for bug #467.Renato Araujo Oliveira Filho2010-11-192-0/+20
|
* Fix setLayout method that was causing segfault when itemAt wasn't implemented.Luciano Wolf2010-11-171-0/+24
| | | | | Reviewer: Hugo Parente <hugo.lima@openbossa.org> Renato Araújo <renato.filho@openbossa.org>
* Fix bug#436 - "Using a custom QValidator generates a segfault"Hugo Parente Lima2010-11-112-0/+86
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Added test for Bug 452.Marcelo Lira2010-11-091-0/+3
| | | | | | | Bug 452 - QListWidgetItem() not casting NoneType to null correctly. Reviewed by Luciano Wolf <luciano.wolf@openbossa.org> Reviewed by Renato Araújo <renato.filho@openbossa.org>
* Fix unit test for bug 430Hugo Parente Lima2010-10-281-1/+1
|
* Fix bugs 430, 426, 429, 394, 433.Hugo Parente Lima2010-10-224-0/+41
| | | | | | | | These bugs are about QApplication instance being destroyed before some QObject. Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Renato Araújo <renato.filho@openbossa.org>
* Added test for bug #395 - error calling QPainter.drawLines overloads.Marcelo Lira2010-10-191-6/+14
| | | | | Reviewed by Luciano Wolf <luciano.wolf@openbossa.org> Reviewed by Renato Araújo <renato.filho@openbossa.org>
* Included QSignalTransition constructor to support Signal objects.renatofilho2010-10-192-0/+44
| | | | | | | | | Created unit test. Fixes bug #416 Reviewer: Hugo Parente Lima <hugo.pl@gmail.com> Luciano Wolf <luciano.wolf@openbossa.org>
* Created function value to class QTreeWidgetItemIterator using therenatofilho2010-10-152-0/+27
| | | | | | | | | operator *. Fixes bug #400. Reviewer: Hugo Parente Lima <hugo.pl@gmail.com> Luciano Wolf <luciano.wolf@openbossa.org>
* Fix bug#172 - "editing a QListWidgetItem stored in a variable makes it ↵Hugo Parente Lima2010-10-141-0/+9
| | | | | | | impossible to delete" Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Implemented support to deep copy on QtGui.renatofilho2010-10-132-1/+95
| | | | | | | Fixed QMatrix*x* implementation. Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Lauro Neto <lauro.neto@openbossa.org>
* Adding QColor copy testLauro Neto2010-10-131-0/+15
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Renato Filho <renato.filho@openbossa.org>
* Add unit test for bug#172Hugo Parente Lima2010-10-052-0/+14
|
* Unit test for bug 390.renatofilho2010-09-302-0/+16
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Add test to check iterability of QPolygonF.Hugo Parente Lima2010-09-292-0/+23
|
* Fix bug#372 - "DiagramScene (GraphicsView) Example not working"Hugo Parente Lima2010-09-292-0/+24
| | | | The correct title would be "QVariant doesn't correct store a QGraphicsScene object."
* Fixed unit test to avoid put a object child of QApplication.renatofilho2010-09-241-1/+1
| | | | | | | This will cause assert on debug mode. Because qApp is dever destroyed. Reviewer: Hugo Parente Lima <hugo.pl@gmail.com> Luciano Wolf <luciano.wolf@openbossa.org>
* Created unittest for bug 367.renatofilho2010-09-202-0/+23
|
* Created unit test for bug 363.renatofilho2010-09-202-0/+26
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Created unittest for bug #338.Renato Filho2010-09-092-0/+25
| | | | | 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-032-0/+18
|
* Fix bug#125 - "QAbstractTextDocumentLayout.registerHandler apparently not ↵Hugo Parente Lima2010-09-022-0/+47
| | | | | | | | | | 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-312-0/+33
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
* Unittest to bug #324.Renato Filho2010-08-311-0/+11
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
* Created unittest to bug 307.Renato Filho2010-08-252-0/+28
|
* Implemented help function to connect signal with python callback.Renato Filho2010-08-161-1/+1
| | | | | | | Updated QAction unittest to work with signal connection on constructor. Reviewer: Hugo Parente <hugo.lima@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Add test for QAction.setShortcutLauro Neto2010-08-091-0/+11
|
* Created unit test to layout ref leak.Renato Filho2010-08-021-0/+40
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Created unit test to bug #274.Renato Filho2010-08-021-0/+8
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Avoid running x11 specific tests on others OS.Renato Filho2010-07-231-1/+5
|
* Create unit test to bug 243.Renato Filho2010-07-142-0/+19
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Fixed layout reference control on layouts.Renato Filho2010-07-092-5/+28
| | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
* Restore missing function on QStandardItemModel.Renato Filho2010-07-091-2/+39
| | | | | | | | | Created unit test. Fixes bug: #257. Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Fix qApp macro implementation.Luciano Wolf2010-07-071-4/+6
| | | | | Reviewer: Renato Araújo <renato.filho@openbossa.org> Hugo Lima <hugo.lima@openbossa.org>
* Add unit test to QListWidget.Renato Filho2010-07-052-1/+47
| | | | | Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org>, Luciano Wolf <luciano.wolf@openbossa.org>