aboutsummaryrefslogtreecommitdiffstats
path: root/PySide
Commit message (Expand)AuthorAgeFilesLines
* 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
* Replace code injection by typesystem commands.Hugo Parente Lima2010-10-201-3/+3
* Fix inject conversion rule used to fix bug408.Hugo Parente Lima2010-10-191-1/+1
* Added d-pointer to PySideSignalInstanceData struct.Hugo Parente Lima2010-10-191-9/+10
* Merge remote branch 'mainline/1.0'Hugo Parente Lima2010-10-192-41/+24
|\
| * QNetworkReply.errorCode method is now properly called QNetworkReply.errorMarcelo Lira2010-10-131-3/+0
| * Adjusted QTimer.singleShot custom code since all Signals are callable now.Marcelo Lira2010-10-131-36/+22
| * Don't export symbols that don't need to be exported and rename many functions.Hugo Parente Lima2010-10-071-4/+4
* | Included QSignalTransition constructor to support Signal objects.renatofilho2010-10-191-2/+18
* | Fix bug#408 - "QIODevice.readData() and .readLineData() have output parameter...Hugo Parente Lima2010-10-191-2/+38
* | Created function value to class QTreeWidgetItemIterator using therenatofilho2010-10-151-2/+11
* | WId conversions used on Windows OS.renatofilho2010-10-152-1/+36
* | Fix bug#172 - "editing a QListWidgetItem stored in a variable makes it imposs...Hugo Parente Lima2010-10-141-15/+2
* | Injected code for class Phonon.Notifier.renatofilho2010-10-141-0/+21