aboutsummaryrefslogtreecommitdiffstats
path: root/PySide
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix __init__.py and private.py install command.Lauro Neto2010-11-121-1/+1
* Added PySide attributes to specify current version, and Qt version.renatofilho2010-11-125-8/+13
* Fix bug#436 - "Using a custom QValidator generates a segfault"Hugo Parente Lima2010-11-111-20/+37
* Fix bug#455 - "QByteArray.data() cuts data to first '\x00' char"Hugo Parente Lima2010-11-111-0/+6
* Merge branch 1.0 into masterHugo Parente Lima2010-11-101-3/+8
|\
| * Fixed QVariant conversions for object types.renatofilho2010-11-101-3/+8
* | Changes needed to compile PySide with libshiboken v1.0Hugo Parente Lima2010-11-109-43/+40
* | Changes needed to compile QtCore with libshiboken v1.0Hugo Parente Lima2010-11-106-23/+24
|/
* Fixed QVariant conversions for user type.renatofilho2010-11-091-5/+6
* Fixed QVariant conversion to C++renatofilho2010-11-092-7/+83
* Fix bug#427 - "QSvgWidget, load from QtCore.QByteArray does not work"Hugo Parente Lima2010-11-051-30/+1
* Fixed return policy on QWebView.page()renatofilho2010-11-031-0/+5
* Renamed qsignal, qslot, qproperty files to pyside*.renatofilho2010-11-031-6/+6
* Created Singal/Slot/Property namespace for pure C structures.renatofilho2010-11-034-15/+15
* Stop signal/slot connection if is impossible to register that on object.renatofilho2010-10-281-3/+7
* Fix bug#409 - "function -- PySide.QtUiTools.QUiLoader.load(...) -- takes byte...Hugo Parente Lima2010-10-281-1/+1
* Remove whitespaces.Hugo Parente Lima2010-10-281-2/+2
* Fix bug#438 - "Can't find Python.h on OS X"Hugo Parente Lima2010-10-2818-18/+18
* Fix typesystem to use argument tags instead of hardcoded variable names.Hugo Parente Lima2010-10-281-2/+2
* Fix crashes caused by the newer changes on shiboken generator.Hugo Parente Lima2010-10-283-7/+7
* Updated QtXml and QtXmlPatterns typesystem.renatofilho2010-10-282-3/+13
* Updated PySide cmake files to use Python library information from Shiboken.Marcelo Lira2010-10-2618-18/+18
* Moved QML enum from QtCore to QtDeclarative typesystem.renatofilho2010-10-262-6/+10
* Fix bugs 430, 426, 429, 394, 433.Hugo Parente Lima2010-10-222-39/+2
* Fix bug#420 - "Memory leak in setText"Hugo Parente Lima2010-10-211-1/+1