aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fixed QVariant conversions for object types.renatofilho2010-11-101-3/+8
* 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
* Fix crashes caused by the newer changes on shiboken generator.Hugo Parente Lima2010-10-283-7/+7
* Fix unit test for bug 430Hugo Parente Lima2010-10-281-1/+1
* Implemented Signal constructor base on QMethod list.renatofilho2010-10-282-0/+28
* Updated SignalManager to new TypeResolver api.renatofilho2010-10-281-13/+10
* Updated QtXml and QtXmlPatterns typesystem.renatofilho2010-10-282-3/+13
* Uses python include path provided by Shiboken.Hugo Parente Lima2010-10-261-2/+1
* Removed AVOID_PROTECTED_HACK section from CMakeLists.txt.Marcelo Lira2010-10-261-7/+1
* Updated PySide cmake files to use Python library information from Shiboken.Marcelo Lira2010-10-2620-29/+19
* Modified cmake files to make use of debug information provided by Shiboken.Marcelo Lira2010-10-264-44/+5
* Remove releaseWrapper as Signal tp_deallocLauro Neto2010-10-263-1/+18
* Moved QML enum from QtCore to QtDeclarative typesystem.renatofilho2010-10-262-6/+10
* Fixed plugin compilation problems on MacOS.renatofilho2010-10-261-1/+1
* Fix bugs 430, 426, 429, 394, 433.Hugo Parente Lima2010-10-2211-39/+112
* Put signals register before property registration.renatofilho2010-10-221-4/+12
* Fixes to libpyside pkg-config and cmake files.Marcelo Lira2010-10-222-2/+6
* Fixed type translate on QProperty.renatofilho2010-10-221-25/+2
* Fix bug#420 - "Memory leak in setText"Hugo Parente Lima2010-10-211-1/+1
* Implemented support to notify argument on Properties.renatofilho2010-10-2110-107/+241
* Create private data structure to QProperty type.renatofilho2010-10-213-37/+45
* 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-195-64/+86
* Added test for bug #395 - error calling QPainter.drawLines overloads.Marcelo Lira2010-10-191-6/+14