aboutsummaryrefslogtreecommitdiffstats
path: root/PySide
Commit message (Expand)AuthorAgeFilesLines
* Fixed QTreeWidgetItem.parent function policy.Renato Araujo Oliveira Filho2012-03-081-2/+17
* Fix bug#557 - "Segmentation fault in QDeclarativeComponent.loadUrl()"Hugo Parente Lima2012-03-081-0/+1
* Fixed QWidget.setParent signature on typesystem.Renato Araujo Oliveira Filho2012-03-081-1/+1
* Lock the gil on some hand written code to avoid crashes.Hugo Parente Lima2012-03-082-4/+10
* Fixed function QDataStream.readRawData return value.Renato Araujo Oliveira Filho2012-03-081-2/+7
* New format for __version_info__.Hugo Parente Lima2012-03-081-2/+2
* Created support to function qAddPostRoutine.Renato Araujo Oliveira Filho2012-03-081-0/+31
* Fix QTreeWidgetItem.parent function.Renato Araujo Oliveira Filho2012-03-081-1/+1
* Fixed QWidget.parent function.Renato Araujo Oliveira Filho2012-03-081-5/+18
* Fix bug#514 - "Static method QByteArray.fromRawData is missing from QtCore"Hugo Parente Lima2012-03-081-1/+9
* Fix bug 546 - "Python crash on exit"Hugo Parente Lima2012-03-081-2/+2
* Fix bug#493 - "__eq__ and friends not implemented for QKeyEvent == QKeySequence"Hugo Parente Lima2012-03-081-2/+7
* Fix bug#569 - "QTableWidgetItem is missing binding of __lt__ to operator<"Hugo Parente Lima2012-03-081-15/+0
* Changes the arg name from p to parent to make parent heuristic work.Hugo Parente Lima2012-03-081-0/+5
* Appended ${QtGui_BINARY_DIR} on typesystem_path for QtMaemo5 module.Renato Araujo Oliveira Filho2012-03-081-1/+1
* Test for QTDESIGNER before add QTUITOOLS.Renato Araujo Oliveira Filho2012-03-081-1/+3
* Fix QTreeWidget parent rules.Renato Araujo Oliveira Filho2012-03-081-0/+20
* Fix bug#549 - "QGraphicsWidget::getContentsMargins() and QGraphicsWidget::get...Hugo Parente Lima2012-03-081-4/+42
* Added QSslCertificate to QtNetwork module.Renato Araujo Oliveira Filho2012-03-082-1/+2
* Fixed global functions from QT_TR_NOOP and QT_TRANSLATE_NOOP family.Marcelo Lira2012-03-082-10/+26
* Fixes bug #502.Marcelo Lira2012-03-081-0/+3
* QObject.sender should not steal the returned object ownership to Python.Marcelo Lira2012-03-081-1/+1
* Fix bug#544 - "QtCore.QRect missing binding for method getCoords"Hugo Parente Lima2012-03-081-4/+84
* Fix bug#481 - "mimeData() missing from QListWidget, QTreeWidget, QTableWidget"Hugo Parente Lima2012-03-081-3/+0
* Fix bug#558 - "print attribute of a QWebFrame cannot be accessed normally"Hugo Parente Lima2012-03-082-0/+3
* Add GLuint as primitive type.Hugo Parente Lima2012-03-081-0/+1
* Fixed ownership of the value returned by QAbstractItemModel::data(...).Marcelo Lira2012-03-081-0/+5
* Fix bug#508 - "qmltopy1 crashes when setContextProperty is called twice witho...Hugo Parente Lima2012-03-081-3/+5
* Fix bug#512 - "QGridLayout::getItemPosition() is not available"Hugo Parente Lima2012-03-081-1/+23
* Add support for QML list properties.Hugo Parente Lima2012-03-083-11/+228
* Replace useless check by a assert.Hugo Parente Lima2012-03-081-4/+1
* Fix copyright year.Hugo Parente Lima2012-03-082-2/+2
* Fixes QImage constructor signature that used string buffer as image data source.Marcelo Lira2012-03-081-6/+24
* Added QRegExp.replace(QString, const char*) method.Marcelo Lira2012-03-081-0/+35
* Avoid removal of qmlregistertype.cpp by the build system.Hugo Parente Lima2012-03-081-3/+3
* Initial implementation of qmlRegisterType.Hugo Parente Lima2012-03-084-0/+223
* Fixed qt_metacall, now everything works as it should.Hugo Parente Lima2012-03-081-38/+28
* Add needed cast to compile using python versions <2.6Luciano Wolf2012-03-081-2/+2
* Fix bug#496 - "No binary read/write methods in QDataStream"Hugo Parente Lima2010-11-241-3/+23
* Merge branch 'apichanges'Hugo Parente Lima2010-11-2315-75/+75
|\
| * Adapt to API changes in libshiboken.Hugo Parente Lima2010-11-2315-75/+75
* | Fixed layout ownership transfer.Renato Araujo Oliveira Filho2010-11-231-1/+1
* | Added reference to object which was exported to QML context.Renato Araujo Oliveira Filho2010-11-221-1/+8
* | Fix setContexMenu function ownership rule.Renato Araujo Oliveira Filho2010-11-201-1/+1
|/
* Fixed use of QtDeclarative include header to work with MacOS.Renato Araujo Oliveira Filho2010-11-191-1/+1
* Update to new Shiboken API (Renamed SbkObjectType)Renato Araujo Oliveira Filho2010-11-198-21/+21
* Updated to new shiboken API.Renato Araujo Oliveira Filho2010-11-197-32/+31
* Fix setLayout method that was causing segfault when itemAt wasn't implemented.Luciano Wolf2010-11-173-12/+19
* Fix bug#470 - "Object::connect: No such signal QTimer::"timeout()" when using...Mickaƫl2010-11-161-1/+1
* Fix bug#471 - "QtCore.QObject is missing 'thread' method"Hugo Parente Lima2010-11-161-1/+0