aboutsummaryrefslogtreecommitdiffstats
path: root/PySide
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fix bug 964 - "QAbstractItemView.moveCursor() method is missing"Hugo Parente Lima2012-03-081-2/+0
* Fixed QColor.__reduce__ function.Renato Filho2012-03-081-5/+5
* Implemented QColor.__repr__ and QColor.__str__ functions.Renato Filho2012-03-081-0/+51
* Remove obscure code from QUiLoader inject code.Renato Filho2012-03-081-6/+0
* Removed return policy from QUiLoader.load return object.Renato Filho2012-03-081-2/+0
* Updated qmlRegisterType to register.Renato Filho2012-03-081-9/+23
* Fixes in QtWebkitLauro Neto2012-03-081-3/+6
* Fixes Bug #944: Segfault on QIcon(None).pixmap()Marcelo Lira2012-03-081-0/+2
* Moved AutoArrayPointer from libpyside to libshiboken.Marcelo Lira2012-03-084-20/+4
* Translate QHistoryState code snippet to Python.Hugo Parente Lima2012-03-081-0/+21
* Created template code for added QObject's trUtf8 methods.Marcelo Lira2012-03-081-21/+20
* Replaced hard coded variables by type system variables in QtCore and QtGui.Marcelo Lira2012-03-082-6/+6
* Fix bug 923 - "Make QScriptValue (or QScriptValueIterator) implement the Pyth...Hugo Parente Lima2012-03-081-1/+22
* Removed the "default-constructor" from some QtCore type entries.Marcelo Lira2012-03-081-11/+11
* Removed the remaining unnecessary QTextStream::operator>> methods.Marcelo Lira2012-03-081-0/+5
* Fixes the support for QGLShaderProgram's array functions.Marcelo Lira2012-03-081-86/+134
* Fixed windows compilation.Renato Filho2012-03-081-17/+28
* Implement a more detailed __repr__ function for QScriptValue.Renato Filho2012-03-081-0/+10
* Implemented 'QGLShaderProgram' array functions support.Renato Filho2012-03-081-2/+491
* Fix typo on function modification signature.Renato Filho2012-03-081-1/+1
* Implemented DynamicMetaObject optiomizations.Renato Filho2012-03-081-10/+10
* Fix bug 938 - "QTemporaryFile JPEG problem"Hugo Parente Lima2012-03-081-0/+5
* Fix bug 937 - "missing pid method in QProcess"Hugo Parente Lima2012-03-081-1/+14
* Fix bug 934 - "A __getitem__ of QByteArray behaves strange"Hugo Parente Lima2012-03-081-1/+1
* Fix bug 890 - "Add signal connection example for valueChanged(int) on QSpinBo...Hugo Parente Lima2012-03-081-1/+30
* Fix bug 821 - "Mapping interface for QPixmapCache"Hugo Parente Lima2012-03-081-1/+11
* Fixes bug #910 - installEventFilter() increments reference count on target ob...Marcelo Lira2012-03-081-10/+0
* Fix bug 926 - "qmlRegisterType does not work with QObject"Hugo Parente Lima2012-03-082-25/+15
* Update copyright year of license boiler plate.Hugo Parente Lima2012-03-081-1/+1
* Fix bug 924 - "Allow QScriptValue to be accessed via []"Hugo Parente Lima2012-03-081-0/+13
* Fix argument name on QStyle functions, and modify default value.Renato Filho2012-03-081-0/+18
* Fixed QGraphicsView.scene return policy.Renato Filho2012-03-081-7/+16
* Fixed QThreadPool globalInstance ownership rules.Renato Filho2012-03-081-1/+18