aboutsummaryrefslogtreecommitdiffstats
path: root/tests/qtgui
Commit message (Expand)AuthorAgeFilesLines
* New test case to cover QMenu.addAction() problem. Bug #167.Luciano Wolf2010-05-071-0/+25
* For now on, the c++ ownership is mandatory on QLayout family classes.Renato Filho2010-04-221-9/+25
* Adding test for multiple QObject inheritanceLauro Neto2010-04-091-0/+37
* Fix some issues with QVariant, including the QAbstractKinectScroller one.Hugo Lima2010-04-051-0/+27
* Extended QMatrix test with QPoint reverse multiplication.Marcelo Lira2010-03-311-1/+19
* Adding tests for QMenuBar.addAction.Lauro Neto2010-03-231-0/+44
* Adds a hash function to QTreeWidgetItem objects.Marcelo Lira2010-03-231-0/+18
* Adding a more complex test for QPixmap, QColor, etcLauro Neto2010-03-221-0/+20
* Adding QVariant(QPixmap) testLauro Neto2010-03-221-0/+14
* Fix QDataStream <</>> QPixmap testLauro Neto2010-03-221-8/+24
* Fixes QPixmap.loadFromData method and extends QPixmap test cases.Marcelo Lira2010-03-192-1/+15
* Extends the QKeySequence unit test.Marcelo Lira2010-03-041-7/+29
* Adding QColor == GlobalColor testLauro Neto2010-03-031-0/+7
* Adding test for QColor(QRgb)Lauro Neto2010-03-031-0/+14
* Fix bug #164 - __len__() function missing in QItemSelection.Luciano Wolf2010-02-261-0/+18
* Adds a QStyle test.Marcelo Lira2010-02-251-0/+32
* Renamed QStyle test to StandardPixmap.Marcelo Lira2010-02-251-1/+2
* Adds unit tests for QGraphicsProxyWidget and for Python type derived from it.Marcelo Lira2010-02-242-0/+62
* Add tests/qtgui/qtextedit_test.pyAnderson Lizardo2010-02-231-0/+32
* Added QPixmap(QVariant).Hugo Lima2010-02-221-2/+8
* Adds a simple unit test for QtGui.QPen instantiation.Marcelo Lira2010-02-201-0/+20
* Replace reserved words at qgraphicsitem_isblocked_test.pyBruno dos Santos de Araujo2010-02-191-2/+2
* Use assert() functions in the unit tests for the sake of standardizationBruno dos Santos de Araujo2010-02-192-8/+11
* Add unittest for QInputDialog.getXXX() methodsBruno dos Santos de Araujo2010-02-191-0/+25
* Add unit test for QGraphicsItem.isBlockedByModalPanel()Bruno dos Santos de Araujo2010-02-191-0/+28
* Add unittest for QFontDialogBruno dos Santos de Araujo2010-02-191-0/+22
* Adding tests for QFontMetricsLauro Neto2010-02-191-0/+189
* Add tests/qtgui/qradialgradient_test.pyAnderson Lizardo2010-02-181-0/+29
* Adding QPainter.drawText with QRectF testLauro Neto2010-02-181-3/+13
* Improve qpixmap test to support qstring and qsize arguments.Luciano Wolf2010-02-181-2/+8
* Fixes QtGui type system to use 'reference-count' tag setModel methods.Marcelo Lira2010-02-172-37/+75
* Adding qcolor.get* testsLauro Neto2010-02-121-0/+49
* Fixed QMatrix4x4 inject code.Renato Filho2010-02-111-0/+31
* Removes a test which creates an instance of an abstract class.Hugo Lima2010-02-011-4/+0
* QKeySequence is a class from QtGui, so this test has been moved to QtGui test...Hugo Lima2010-01-181-0/+18
* Tests synchronized with the boost python PySide.Hugo Lima2009-12-154-3/+41
* Added all original pyside unit tests to the shiboken version.Hugo Lima2009-09-2139-0/+1413