aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Adapt to API changes in libshiboken.Hugo Parente Lima2010-11-2321-92/+92
* Fixed use of QtDeclarative include header to work with MacOS.Renato Araujo Oliveira Filho2010-11-191-1/+1
* Fix typo on function call template type.Renato Araujo Oliveira Filho2010-11-191-3/+2
* Update to new Shiboken API (Renamed SbkObjectType)Renato Araujo Oliveira Filho2010-11-1911-32/+30
* Updated to new shiboken API.Renato Araujo Oliveira Filho2010-11-199-37/+34
* Fixed recursive call on duck punching test.Renato Araujo Oliveira Filho2010-11-191-1/+0
* Fixed unit test to avoid exit with thread running.Renato Araujo Oliveira Filho2010-11-191-0/+2
* Created unit test for bug 462.Renato Araujo Oliveira Filho2010-11-192-0/+44
* Uses QByteArray instead of QString to avoid data copy.Hugo Parente Lima2010-11-181-11/+5
* Remove function deleteDynamicQMetaObject, use Shiboken::callCppDestructor<Dyn...Hugo Parente Lima2010-11-182-7/+0
* Fix setLayout method that was causing segfault when itemAt wasn't implemented.Luciano Wolf2010-11-174-12/+43
* 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-162-1/+2
* Removed invalid test.renatofilho2010-11-122-19/+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-127-8/+31
* Fix bug#436 - "Using a custom QValidator generates a segfault"Hugo Parente Lima2010-11-113-20/+123
* Fix bug#455 - "QByteArray.data() cuts data to first '\x00' char"Hugo Parente Lima2010-11-112-0/+12
* Removed unnecessary find_package statements from pysidetest's CMakeLists.txtMarcelo Lira2010-11-111-4/+0
* Merge branch 1.0 into masterHugo Parente Lima2010-11-104-10/+58
|\
| * Created unit test for qvariant conversion for object type.renatofilho2010-11-103-7/+50
| * 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-1013-60/+58
|/
* Fixed QVariant conversions for user type.renatofilho2010-11-092-5/+14
* Convert QByteArray values to string during function call.renatofilho2010-11-091-2/+2
* Fixed QVariant conversion to C++renatofilho2010-11-092-7/+83
* Added test for Bug 452.Marcelo Lira2010-11-091-0/+3
* Implemented PySideMetaFunction class used to call dynamic slots.renatofilho2010-11-055-7/+267
* Created unit test for bug #451.renatofilho2010-11-054-38/+92
* Fix bug#427 - "QSvgWidget, load from QtCore.QByteArray does not work"Hugo Parente Lima2010-11-055-40/+758
* Fill the argument used on metacall for slot functions.renatofilho2010-11-031-0/+4
* unit test for bug #456renatofilho2010-11-033-0/+150
* Fixed return policy on QWebView.page()renatofilho2010-11-031-0/+5
* Created unit test for bug #448.renatofilho2010-11-032-0/+21
* Fixed invalid call function.renatofilho2010-11-031-1/+0
* Fixed slot registration during the meta object constructor.renatofilho2010-11-031-1/+1
* Fixed metacall function adn PyGil state handle.renatofilho2010-11-031-4/+15
* Renamed qsignal, qslot, qproperty files to pyside*.renatofilho2010-11-0314-166/+197
* Created Singal/Slot/Property namespace for pure C structures.renatofilho2010-11-0316-227/+278
* Created unit test for bug 428.renatofilho2010-10-292-0/+19
* Exported function to instantiate a signal object.renatofilho2010-10-293-21/+38
* Added test for bug #428.Marcelo Lira2010-10-291-0/+13
* Update package requirements.Hugo Parente Lima2010-10-291-2/+2
* Stop signal/slot connection if is impossible to register that on object.renatofilho2010-10-286-10/+66
* Fix bug#409 - "function -- PySide.QtUiTools.QUiLoader.load(...) -- takes byte...Hugo Parente Lima2010-10-282-1/+14
* Remove whitespaces.Hugo Parente Lima2010-10-281-2/+2
* Fix bug#438 - "Can't find Python.h on OS X"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