aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Updated __init__.py file to works with python 2.x and 3.xRenato Filho2012-03-081-1/+5
* 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 QtScript modue to works with python 2.x and 3.xRenato Filho2012-03-081-2/+2
* Updated QtGui modue to works with python 2.x and 3.xRenato Filho2012-03-0815-71/+94
* 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-084-7/+5
* Initia QtCore port to python3.Renato Filho2012-03-0852-286/+380
* Created pyside QFlags compat class.Renato Filho2012-03-083-1/+158
* Fixed compilation with python3.Renato Filho2012-03-081-3/+3
* Fixes argument and return type of a couple of QtDeclarative methods.Marcelo Lira2012-03-081-1/+25
* Fixes argument and return type for method "QScriptString::toArrayIndex(bool*)...Marcelo Lira2012-03-081-1/+10
* QHostAddress::setAddress(quint8*) signature was removed.Marcelo Lira2012-03-081-0/+1
* Version bumped.ps-1.0.7Renato Filho2012-03-081-3/+3
* Created unit test for layout policy.Renato Filho2012-03-081-5/+45
* Fixed layout policy.Renato Filho2012-03-082-6/+74
* Created unit test for bug #1006.Renato Filho2012-03-082-0/+44
* Fix QLayout.itemAt and QGridLayout.itemAtPosition return policy.Renato Filho2012-03-082-2/+9
* 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
* Fixed QWidget.window() return policy.Renato Filho2012-03-081-0/+6
* Created unit test for bug #997.Renato Filho2012-03-083-0/+31
* Avoid register property twice during the object instaciation.Renato Filho2012-03-081-1/+3
* Fixed segfault during the connection fail.Renato Filho2012-03-081-3/+3
* Create unit test for bug #998.Renato Filho2012-03-082-0/+11
* Fixed problems in function that return None, and was not verified.Renato Filho2012-03-081-4/+6
* Changed QStringList from container to primitive type.Marcelo Lira2012-03-081-2/+2
* Fix bug 981 - "QSettings docs should empathize the behavior changes of value(...Hugo Parente Lima2012-03-081-0/+5
* Fix QAbstractFileEngine read and readLine methods to accept data with null by...Hugo Parente Lima2012-03-082-5/+4
* Fix other QIODevice read functions stopping at null bytes.Hugo Parente Lima2012-03-082-1/+5
* 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-083-1/+22
* Fix bug 966 - "QX11Info.display() missing"Hugo Parente Lima2012-03-083-10/+28
* Created unit test for QColor reduce function.Renato Filho2012-03-082-0/+32
* Fixed QColor reduce function.Renato Filho2012-03-081-10/+11
* 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-083-1/+27
* Optimize my dumb code that do stuff with a QByteArray without knowing if will...Hugo Parente Lima2012-03-081-3/+4
* Created unit test for repr function.Renato Filho2012-03-082-0/+16
* Fixed gcc warning during QDate conversion compilation.Renato Filho2012-03-081-2/+6
* Created unit test for bug #987.Renato Filho2012-03-082-0/+16
* Fail during the signal connection or disconnection raises exception.Renato Filho2012-03-081-4/+19
* Fixed SignalManager bug during anonymous signal connection.Renato Filho2012-03-081-3/+5
* Added missing primitive types on QtCore type system.Hugo Parente Lima2012-03-081-0/+4