summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Updated QtUiTools modue to works with python 2.x and 3.xRenato Filho2011-10-061-3/+3
* Updated QtSql modue to works with python 2.x and 3.xRenato Filho2011-10-061-8/+9
* Updated QtOpenGL modue to works with python 2.x and 3.xRenato Filho2011-10-061-1/+1
* Updated QtNetwork modue to works with python 2.x and 3.xRenato Filho2011-10-062-6/+12
* Updated QtGui modue to works with python 2.x and 3.xRenato Filho2011-10-0614-67/+90
* Updated QtCore modue to works with python 2.x and 3.xRenato Filho2011-10-068-23/+25
* Updated QtDeclarative modue to works with python 2.x and 3.xRenato Filho2011-10-063-4/+3
* Initia QtCore port to python3.Renato Filho2011-10-0626-131/+151
* Created unit test for layout policy.Renato Filho2011-09-201-5/+45
* Created unit test for bug #1006.Renato Filho2011-09-192-0/+44
* Unit test for bug 995 - "QDeclarativeView.itemAt returns faulty reference. (l...Hugo Parente Lima2011-09-133-0/+26
* Created unit test for bug #1002.Renato Filho2011-09-092-0/+20
* Created unit test for bug #997.Renato Filho2011-09-093-0/+31
* Create unit test for bug #998.Renato Filho2011-09-062-0/+11
* Fix QAbstractFileEngine read and readLine methods to accept data with null by...Hugo Parente Lima2011-09-011-3/+2
* Fix other QIODevice read functions stopping at null bytes.Hugo Parente Lima2011-09-011-0/+4
* Add extra test on QByteArray explicit conversionLauro Neto2011-09-011-0/+7
* Fix bug 944 - "QIODevice.readData must use qmemcpy instead of qstrncpy"Hugo Parente Lima2011-08-312-0/+21
* Fix bug 966 - "QX11Info.display() missing"Hugo Parente Lima2011-08-312-6/+13
* Created unit test for QColor reduce function.Renato Filho2011-08-312-0/+32
* Unit test for bug 967, a side effect of bug 988.Hugo Parente Lima2011-08-312-0/+19
* Created test for bug #979.Renato Filho2011-08-313-0/+12
* Fix bug 988 - "The type supplied with currentChanged signal in QTabWidget has...Hugo Parente Lima2011-08-302-0/+19
* Created unit test for repr function.Renato Filho2011-08-302-0/+16
* Created unit test for bug #987.Renato Filho2011-08-292-0/+16
* Created unit test for bug #973.Renato Filho2011-08-262-0/+29
* Removed debug messages from the test.Renato Filho2011-08-261-6/+0
* Created unit test for QMenu, QMenuBar, QToolBar clear function.Renato Filho2011-08-252-0/+47
* Created unit test for bug #959.Renato Filho2011-08-242-0/+88
* Created unit test for __reduce__ of empty QColor.Renato Filho2011-08-221-1/+12
* Created unitest for bug #972.Renato Filho2011-08-192-0/+40
* Fix bug 964 - "QAbstractItemView.moveCursor() method is missing"Hugo Parente Lima2011-08-162-0/+19
* Created unit test for QColor.__repr__ and QColor.__str__ functions.Renato Filho2011-08-161-0/+12
* Created unit test for bug #958.Renato Filho2011-08-153-0/+73
* Created unit test for bug #965.Renato Filho2011-08-123-0/+48
* Fix bug 953 - "Segfault when QObject is garbage collected after QTimer.singeS...Hugo Parente Lima2011-08-122-0/+19
* Created unit test for bug #951.Renato Filho2011-08-113-0/+39
* Added test for signal with typedefLauro Neto2011-08-105-1/+51
* Removing uneeded fileLauro Neto2011-08-091-66/+0
* Fix plugin testLauro Neto2011-08-092-1/+3
* Add test for qml plugin.Lauro Neto2011-08-094-0/+132
* Fixes Bug #944: Segfault on QIcon(None).pixmap()Marcelo Lira2011-08-082-0/+18
* DynamicMetaObject optimizations.Renato Filho2011-08-053-197/+20
* Fix bug 923 - "Make QScriptValue (or QScriptValueIterator) implement the Pyth...Hugo Parente Lima2011-07-291-1/+15
* Fix bug 941 - "Signals with QtCore.Qt types as arguments has invalid signatures"Hugo Parente Lima2011-07-283-13/+24
* Created unit test for QScriptValue __repr__ function.Renato Filho2011-07-271-5/+9
* Update bug_931 unit test to check for isinstance.Renato Filho2011-07-261-0/+6
* Created unit test for property decorator.Renato Filho2011-07-252-0/+36
* Update unit test for static metaobjet to work with new optimizationsRenato Filho2011-07-221-16/+8
* Update QMetaObject test to test optimization changes.Renato Filho2011-07-221-2/+4