aboutsummaryrefslogtreecommitdiffstats
path: root/PySide
Commit message (Expand)AuthorAgeFilesLines
* Fix bug 1029 - "qmlRegisterType Fails to Increase the Ref Count"Hugo Parente Lima2012-03-081-0/+3
* Fix BUG #1031Paulo Alcantara2012-03-081-1/+7
* Fix bug 1012 - "FTBFS with hardening flags enabled"Hugo Parente Lima2012-03-081-7/+34
* Fix bug 1013 - "connect to QSqlTableModel.primeInsert() causes crash"Hugo Parente Lima2012-03-081-0/+3
* Fix bug 1011 - "PySide cygwin patch"Hugo Parente Lima2012-03-082-4/+4
* Fix bug 1019 - "Overriding QWidget.show or QWidget.hide do not work"Hugo Parente Lima2012-03-081-10/+20
* Fix bug 1022 - "RuntimeError: maximum recursion depth exceeded while getting ...Paulo Alcantara2012-03-081-1/+2
* Only removes actions bounded to PyObjects on QMenu::clear.Hugo Parente Lima2012-03-081-4/+9
* Initial update typesystem for support Qt 4.8 (beta).Renato Filho2012-03-084-2/+25
* Fixes win32's HWND converter.Marcelo Lira2012-03-083-6/+8
* Change String::convertible to String::isConvertible.Hugo Parente Lima2012-03-081-1/+1
* Updated __init__.py file to works with python 2.x and 3.xRenato Filho2012-03-081-1/+5
* 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-081-4/+4
* Updated QtDeclarative modue to works with python 2.x and 3.xRenato Filho2012-03-081-3/+2
* Initia QtCore port to python3.Renato Filho2012-03-0812-93/+129
* 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
* Fixed layout policy.Renato Filho2012-03-082-6/+74
* Fix QLayout.itemAt and QGridLayout.itemAtPosition return policy.Renato Filho2012-03-082-2/+9
* Fixed QWidget.window() return policy.Renato Filho2012-03-081-0/+6
* 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-081-2/+2
* Fix other QIODevice read functions stopping at null bytes.Hugo Parente Lima2012-03-081-1/+1
* Fix bug 944 - "QIODevice.readData must use qmemcpy instead of qstrncpy"Hugo Parente Lima2012-03-081-1/+1
* Fix bug 966 - "QX11Info.display() missing"Hugo Parente Lima2012-03-081-4/+15
* Fixed QColor reduce function.Renato Filho2012-03-081-10/+11
* Fixed gcc warning during QDate conversion compilation.Renato Filho2012-03-081-2/+6
* 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
* Implemented inject code for function QWebPage.qt_metacall.Renato Filho2012-03-082-1/+21
* Fix complation warning relative to PyDateTime_IMPORT.Renato Filho2012-03-081-2/+5
* 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
* Fixed build for Qt 4.6.Renato Filho2012-03-081-5/+5
* Fix QColor __reduce__ function.Renato Filho2012-03-081-2/+8
* Fix QGraphicsProxyWidget.setWidget return policy.Renato Filho2012-03-081-3/+7
* Implemented GlobalReceiverV2.Renato Filho2012-03-082-19/+45
* 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