aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix QAbstractFileEngine read and readLine methods to accept data with null by...Hugo Parente Lima2012-03-081-3/+2
* Fix other QIODevice read functions stopping at null bytes.Hugo Parente Lima2012-03-081-0/+4
* Add extra test on QByteArray explicit conversionLauro Neto2012-03-081-0/+7
* Fix bug 944 - "QIODevice.readData must use qmemcpy instead of qstrncpy"Hugo Parente Lima2012-03-082-0/+21
* Fix bug 966 - "QX11Info.display() missing"Hugo Parente Lima2012-03-082-6/+13
* Created unit test for QColor reduce function.Renato Filho2012-03-082-0/+32
* Unit test for bug 967, a side effect of bug 988.Hugo Parente Lima2012-03-082-0/+19
* Created test for bug #979.Renato Filho2012-03-083-0/+12
* Fix bug 988 - "The type supplied with currentChanged signal in QTabWidget has...Hugo Parente Lima2012-03-082-0/+19
* Created unit test for repr function.Renato Filho2012-03-082-0/+16
* Created unit test for bug #987.Renato Filho2012-03-082-0/+16
* Created unit test for bug #973.Renato Filho2012-03-082-0/+29
* Removed debug messages from the test.Renato Filho2012-03-081-6/+0
* Created unit test for QMenu, QMenuBar, QToolBar clear function.Renato Filho2012-03-082-0/+47
* Created unit test for bug #959.Renato Filho2012-03-082-0/+88
* Created unit test for __reduce__ of empty QColor.Renato Filho2012-03-081-1/+12
* Created unitest for bug #972.Renato Filho2012-03-082-0/+40
* Fix bug 964 - "QAbstractItemView.moveCursor() method is missing"Hugo Parente Lima2012-03-082-0/+19
* Created unit test for QColor.__repr__ and QColor.__str__ functions.Renato Filho2012-03-081-0/+12
* Created unit test for bug #958.Renato Filho2012-03-083-0/+73
* Created unit test for bug #965.Renato Filho2012-03-083-0/+48
* Fix bug 953 - "Segfault when QObject is garbage collected after QTimer.singeS...Hugo Parente Lima2012-03-082-0/+19
* Created unit test for bug #951.Renato Filho2012-03-083-0/+39
* Added test for signal with typedefLauro Neto2012-03-085-1/+51
* Removing uneeded fileLauro Neto2012-03-081-66/+0
* Fix plugin testLauro Neto2012-03-082-1/+3
* Add test for qml plugin.Lauro Neto2012-03-084-0/+132
* Fixes Bug #944: Segfault on QIcon(None).pixmap()Marcelo Lira2012-03-082-0/+18
* DynamicMetaObject optimizations.Renato Filho2012-03-083-197/+20
* Fix bug 923 - "Make QScriptValue (or QScriptValueIterator) implement the Pyth...Hugo Parente Lima2012-03-081-1/+15
* Fix bug 941 - "Signals with QtCore.Qt types as arguments has invalid signatures"Hugo Parente Lima2012-03-083-13/+24
* Created unit test for QScriptValue __repr__ function.Renato Filho2012-03-081-5/+9
* Update bug_931 unit test to check for isinstance.Renato Filho2012-03-081-0/+6
* Created unit test for property decorator.Renato Filho2012-03-082-0/+36
* Update unit test for static metaobjet to work with new optimizationsRenato Filho2012-03-081-16/+8
* Update QMetaObject test to test optimization changes.Renato Filho2012-03-081-2/+4
* Update unit test for max signals.Renato Filho2012-03-081-5/+7
* Fixed unit test for bug_847 mandelbug.Renato Filho2012-03-082-5/+4
* Fix bug 938 - "QTemporaryFile JPEG problem"Hugo Parente Lima2012-03-082-0/+15
* Fix bug 937 - "missing pid method in QProcess"Hugo Parente Lima2012-03-081-0/+12
* Fix bug 934 - "A __getitem__ of QByteArray behaves strange"Hugo Parente Lima2012-03-081-0/+4
* Moved test for bug #921 from QtCore's directory to QtGui's.Marcelo Lira2012-03-083-1/+1
* Fix bug 821 - "Mapping interface for QPixmapCache"Hugo Parente Lima2012-03-081-0/+7
* Fixes bug #910 - installEventFilter() increments reference count on target ob...Marcelo Lira2012-03-082-3/+39
* Fix bug 926 - "qmlRegisterType does not work with QObject"Hugo Parente Lima2012-03-083-0/+56
* Created unit test for bug #931.Renato Filho2012-03-082-0/+16
* Created unit test for bug #921.Renato Filho2012-03-082-0/+53
* Fix bug 924 - "Allow QScriptValue to be accessed via []"Hugo Parente Lima2012-03-082-0/+21
* Fix bug 920 - "Cannot use same slot for two signals"Hugo Parente Lima2012-03-082-0/+26
* Created unit test for bug #919.Renato Filho2012-03-082-0/+28