aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fix white space.Hugo Parente Lima2012-03-081-1/+1
* Created unit test for bug #973.Renato Filho2012-03-082-0/+29
* Removed debug messages from the test.Renato Filho2012-03-081-6/+0
* Implemented inject code for function QWebPage.qt_metacall.Renato Filho2012-03-082-1/+21
* Created utility function to call a python method usign args received inRenato Filho2012-03-083-126/+136
* Fix complation warning relative to PyDateTime_IMPORT.Renato Filho2012-03-081-2/+5
* Created unit test for QMenu, QMenuBar, QToolBar clear function.Renato Filho2012-03-082-0/+47
* Fixed QMenu, QMenuBar, QToolBar clear function.Renato Filho2012-03-081-0/+42
* Fixex return policy on QNetworkAccessManager.createRequest.Renato Filho2012-03-081-0/+3
* Register QVariantMap on TypeManager.Renato Filho2012-03-081-0/+2
* Created unit test for bug #959.Renato Filho2012-03-082-0/+88
* Implement support to pyside debug mode on documentation generator.Renato Filho2012-03-081-1/+6
* Fixed build for Qt 4.6.Renato Filho2012-03-081-5/+5
* Dependency version update.ps-1.0.6Renato Filho2012-03-081-2/+2
* Created unit test for __reduce__ of empty QColor.Renato Filho2012-03-081-1/+12
* Fix QColor __reduce__ function.Renato Filho2012-03-081-2/+8
* Created unitest for bug #972.Renato Filho2012-03-082-0/+40
* Fix QGraphicsProxyWidget.setWidget return policy.Renato Filho2012-03-081-3/+7
* Fix QSettings code snippet.Hugo Parente Lima2012-03-081-2/+2
* Implemented GlobalReceiverV2.Renato Filho2012-03-089-27/+570
* Do not generate QTest::qt_snprintf function.Marcelo Lira2012-03-081-0/+1
* Fixed conversion rules for QWebPage.javaScriptPrompt method.Marcelo Lira2012-03-081-9/+16
* Updated QtNetwork's type system.Marcelo Lira2012-03-081-20/+18
* Updated QtDeclarative's type system.Marcelo Lira2012-03-081-1/+2
* Updated QtWebKit's type system.Marcelo Lira2012-03-081-23/+27
* Updated QtXmlPattern's type system.Marcelo Lira2012-03-081-1/+2
* Updated QtGui's type system.Marcelo Lira2012-03-081-67/+98
* Updated QtCore's type system.Marcelo Lira2012-03-082-67/+97
* Fix bug 964 - "QAbstractItemView.moveCursor() method is missing"Hugo Parente Lima2012-03-083-2/+19
* Fix bug 950 - "implement Q_INVOKABLE"Hugo Parente Lima2012-03-081-1/+30
* Fixed QColor.__reduce__ function.Renato Filho2012-03-081-5/+5
* Created unit test for QColor.__repr__ and QColor.__str__ functions.Renato Filho2012-03-081-0/+12
* Implemented QColor.__repr__ and QColor.__str__ functions.Renato Filho2012-03-081-0/+51
* Created unit test for bug #958.Renato Filho2012-03-083-0/+73