aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* Isolate QVariant tests that use pure python objsLauro Neto2010-03-222-48/+120
* Fixes QPixmap.loadFromData method and extends QPixmap test cases.Marcelo Lira2010-03-192-1/+15
* Added test for invalid QStringList conversion.Hugo Lima2010-03-171-0/+6
* Remove qtgui_qstring_qkeysequence from test blacklist.Hugo Lima2010-03-171-1/+1
* Extends the QKeySequence unit test.Marcelo Lira2010-03-042-8/+30
* Adding event filter test for new type discoveryLauro Neto2010-03-041-0/+47
* Initial QtTest bindingsLauro Neto2010-03-041-0/+28
* Updated type system and QString and QPixmap conversions to be extensible.Marcelo Lira2010-03-041-1/+1
* Adding QColor == GlobalColor testLauro Neto2010-03-031-0/+7
* Adding test for QColor(QRgb)Lauro Neto2010-03-031-0/+14
* Initial QtSvg bindingsCarlos Goncalves2010-03-021-0/+34
* Replace "requires" class decorator with a simple if (for Python 2.5 compatibi...Anderson Lizardo2010-03-026-231/+184
* Adding blacklist with qkeysequence testLauro Neto2010-02-261-0/+6
* 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
* Adding more tests for QFlags operatorsLauro Neto2010-02-241-2/+31
* Enable support for >> and << operators (QtCore.QTextStream).Luciano Wolf2010-02-231-0/+7
* Add tests/qtgui/qtextedit_test.pyAnderson Lizardo2010-02-231-0/+32
* Fixed memory leak on callbacks used on signal connection.Renato Filho2010-02-234-6/+18
* Added QPixmap(QVariant).Hugo Lima2010-02-221-2/+8
* Adding tests for QChar(Str)Lauro Neto2010-02-221-0/+15
* Adding test for QChar(int)Lauro Neto2010-02-221-0/+11
* Added a new case to translation unit tests.Marcelo Lira2010-02-201-2/+6
* Adds a simple unit test for QtGui.QPen instantiation.Marcelo Lira2010-02-201-0/+20
* Support QPoint(QPoint) constructor.Luciano Wolf2010-02-191-0/+21
* 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
* Fixed the number of dynamic signal to 50, to avoid index error onRenato Filho2010-02-181-0/+18
* 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
* Adds more reference counting tests for QAbstractTransition class.Marcelo Lira2010-02-181-0/+84
* Fixes type system for QAbstractTransition.setTargetState.Marcelo Lira2010-02-171-1/+22
* Fixes QtGui type system to use 'reference-count' tag setModel methods.Marcelo Lira2010-02-172-37/+75
* Adding qabs_test.pyLauro Neto2010-02-121-0/+20
* Adding qcolor.get* testsLauro Neto2010-02-121-0/+49
* Adding QSet conversions plus test in qstatemachineLauro Neto2010-02-121-0/+21
* Fixing imports and adding test checking classesLauro Neto2010-02-111-1/+15
* Add UsesQCoreApplication in state machine testLauro Neto2010-02-111-5/+5
* Fixed QMatrix4x4 inject code.Renato Filho2010-02-111-0/+31
* Putting back QFileInfo(QFile) and setFile(QFile)Lauro Neto2010-02-091-0/+17