aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix BUG #1084 - "Crash (segfault) when writing unicode string on socket"Paulo Alcantara2012-03-082-0/+17
* The temporary file used in the test for bug #829 must not be deleted by the t...Marcelo Lira2012-03-081-2/+1
* Qt::HANDLE is declared only in QtCore, and its specifics depend on the archit...Marcelo Lira2012-03-081-1/+1
* Fix compilation of conversion branch against Python3k.Hugo Parente Lima2012-03-081-3/+0
* Replaced TypeResolver by SbkConverter and SpecificConverter.Marcelo Lira2012-03-083-13/+36
* Fixes the test for a QFlag value returned in a QVariant.Marcelo Lira2012-03-081-1/+1
* Makes test for QtCore's bug #1063 compliant with Python 3.Marcelo Lira2012-03-081-2/+3
* Fix BUG #1063Paulo Alcantara2012-03-082-0/+30
* Fix BUG #1077 - "Application exit crash when call QSyntaxHighlighter.document()"Paulo Alcantara2012-03-082-0/+18
* Fix BUG #1069 - "QtCore.QDataStream silently fails on writing Python string"Paulo Alcantara2012-03-082-0/+23
* Fix BUG #1048Paulo Alcantara2012-03-082-0/+9
* Remove unused code in bug 844 unit test.Hugo Parente Lima2012-03-081-1/+0
* Fix bug 1029 - "qmlRegisterType Fails to Increase the Ref Count"Hugo Parente Lima2012-03-083-0/+45
* Fix BUG #1031Paulo Alcantara2012-03-082-0/+6
* Fix phonon unit test when there are device aliases reported by phonon.Hugo Parente Lima2012-03-081-1/+3
* Strip the text received from message handler.Hugo Parente Lima2012-03-081-1/+1
* Fix bug 1036 - "Qt.KeyboardModifiers always evaluates to zero"Hugo Parente Lima2012-03-081-0/+2
* Fix bug 1013 - "connect to QSqlTableModel.primeInsert() causes crash"Hugo Parente Lima2012-03-082-0/+31
* Fix bug 1016 - "Calling of Q_INVOKABLE method returning not QVariant is impos...Hugo Parente Lima2012-03-086-1/+108
* Fix code style and add license headers.Hugo Parente Lima2012-03-082-11/+49
* Fix unit test of bug 829.ps-1.0.8Hugo Parente Lima2012-03-082-5/+8
* Fix bug 1019 - "Overriding QWidget.show or QWidget.hide do not work"Hugo Parente Lima2012-03-082-0/+33
* Fix bug 1022 - "RuntimeError: maximum recursion depth exceeded while getting ...Paulo Alcantara2012-03-082-0/+14
* Fix qglbuffer test on Python3.Hugo Parente Lima2012-03-082-7/+11
* Fixed unittest to work with python3.Renato Filho2012-03-082-3/+15
* Fixed unittest to work with python3.Renato Filho2012-03-082-84/+91
* Slplited python compat file for python 2.x and 3.xRenato Filho2012-03-083-0/+66
* Updated pyside and signals tests to works with python 2.x and 3.xRenato Filho2012-03-083-22/+19
* Updated phonon modue to works with python 2.x and 3.xRenato Filho2012-03-082-8/+8
* Updated QtWebKit modue to works with python 2.x and 3.xRenato Filho2012-03-082-14/+12
* Updated QtUiTools modue to works with python 2.x and 3.xRenato Filho2012-03-081-3/+3
* Updated QtSql modue to works with python 2.x and 3.xRenato Filho2012-03-081-8/+9
* Updated QtOpenGL modue to works with python 2.x and 3.xRenato Filho2012-03-081-1/+1
* Updated QtNetwork modue to works with python 2.x and 3.xRenato Filho2012-03-082-6/+12
* Updated QtGui modue to works with python 2.x and 3.xRenato Filho2012-03-0814-67/+90
* Updated QtCore modue to works with python 2.x and 3.xRenato Filho2012-03-088-23/+25
* Updated QtDeclarative modue to works with python 2.x and 3.xRenato Filho2012-03-083-4/+3
* Initia QtCore port to python3.Renato Filho2012-03-0826-132/+150
* Created unit test for layout policy.Renato Filho2012-03-081-5/+45
* Created unit test for bug #1006.Renato Filho2012-03-082-0/+44
* Unit test for bug 995 - "QDeclarativeView.itemAt returns faulty reference. (l...Hugo Parente Lima2012-03-083-0/+26
* Created unit test for bug #1002.Renato Filho2012-03-082-0/+20
* Created unit test for bug #997.Renato Filho2012-03-083-0/+31
* Create unit test for bug #998.Renato Filho2012-03-082-0/+11
* 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