aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Small fix on qpushbutton.clicked emissionLauro Neto2010-02-091-1/+1
* Adding support for connect(obj, signal, slot)Lauro Neto2010-02-091-0/+37
* Adding test for QAbstractTransition, QAnimationGroup and QStateMachine.Luciano Wolf2010-02-053-0/+108
* Backporting Qt4.6 support from PySide (Boost) to Shiboken, plus:Luciano Wolf2010-02-051-0/+35
* Fix duck punching unit test.Hugo Lima2010-02-031-2/+2
* Adding extra tests to QVariantLauro Neto2010-02-031-1/+18
* Fixing several testsLauro Neto2010-02-0212-37/+246
* Tests for QString.to* and QByteArray imp convers.Lauro Neto2010-02-021-2/+64
* Adding tests and fixing QString __setitem__ and []Lauro Neto2010-02-021-1/+58
* Removes a test which creates an instance of an abstract class.Hugo Lima2010-02-011-4/+0
* Add support for buffer protocol on QStrings.Hugo Lima2010-01-271-6/+1
* Revert "We do not support character buffer protocol on QStrings."Hugo Lima2010-01-271-0/+25
* We can't ensure that the last enum value of QVariant will be fixed forever,Hugo Lima2010-01-221-5/+0
* We do not support character buffer protocol on QStrings.Hugo Lima2010-01-211-25/+0
* Updates duck punching test to use 'types' module instead of 'new'.Marcelo Lira2010-01-211-6/+6
* Fix qdatastream unit test and typesystem.Hugo Lima2010-01-201-4/+4
* Adding a buffer test (copied from PySide trunk).Luciano Wolf2010-01-191-0/+13
* Updated test for overloads with static and non-static versions of a method.Marcelo Lira2010-01-191-8/+45
* QKeySequence is a class from QtGui, so this test has been moved to QtGui test...Hugo Lima2010-01-181-0/+0
* Does not makes sense concat a unicode string with a QByteArray.Hugo Lima2010-01-181-11/+13
* - Removed QTextStream with QByteArray const reference and added the ctors wit...Hugo Lima2010-01-141-0/+1
* Adding tests for QByteArray += operatorLauro Neto2010-01-131-0/+73
* Adding metaclass for tests - DocModifierLauro Neto2010-01-131-0/+89
* Remove usage of QThread in signal emission testLauro Neto2010-01-041-12/+5
* Split signal tests into gui and core testsLauro Neto2010-01-047-168/+224