aboutsummaryrefslogtreecommitdiffstats
path: root/libpyside
Commit message (Expand)AuthorAgeFilesLines
...
* Used shared pointer on MethodData to allow copy.Renato Filho2010-05-172-14/+33
* Register Signal objects on MetaObject.Renato Filho2010-05-175-20/+32
* Removed init[slot,signal] from public api.Renato Filho2010-05-173-20/+13
* Fixed memory leak on signal allocator.Renato Filho2010-05-171-0/+4
* Fixed memory leaks.Renato Filho2010-05-175-138/+149
* removed TPFLAGS_BASETYPE from signal/slot classes to avoid derivationRenato Filho2010-05-172-3/+3
* Updated signal/slot class names to follow the same style.Renato Filho2010-05-173-81/+81
* Fixed signal signature parse.Renato Filho2010-05-172-8/+28
* Implemente sequence operator on signal class.Renato Filho2010-05-172-66/+110
* Implemented signal name discovery if not setted on constructor.Renato Filho2010-05-172-22/+31
* Implemented support to modify slot return type.Renato Filho2010-05-178-35/+821
* Implemented support to slot decoration.Renato Filho2010-05-172-0/+30
* Created test to static metaobject.Renato Filho2010-05-101-0/+5
* Fix libshiboken SONAME.Hugo Parente Lima2010-05-041-1/+1
* Python2.6 doesn't include a .pc file.Luciano Wolf2010-05-031-1/+0
* Install pysideconversions.h to the proper place.Luciano Wolf2010-05-031-0/+1
* Add QMultiMap support for Qt.Hugo Parente Lima2010-04-301-1/+71
* Fixed convertes memory leak.Renato Filho2010-04-291-4/+5
* Fixed QApplication exit order.Renato Filho2010-04-223-3/+14
* Fixed bug with refcount on PyObject args during signal/slot emission.Renato Filho2010-04-161-2/+3
* Fix bug#197, among some reference leaks.Hugo Parente Lima2010-04-121-9/+19
* Fixed signal emission with pythonic signalture.Renato Filho2010-04-121-0/+50
* Use heap allocation for array with unknown size.Thomas Berg2010-04-101-1/+2
* Fix bug#210, "Can't connect generic callable objects as a slot".Hugo Parente Lima2010-04-081-0/+2
* Better warning message when the signal emission fail.Hugo Parente Lima2010-04-061-1/+1
* Adapt to changes in libshibokenHugo Lima2010-03-311-2/+2
* Bump version to 0.3.0.Hugo Lima2010-03-231-2/+4
* Add PySideConfig.cmake and PySideVersion.cmake files.Hugo Lima2010-03-233-0/+19
* Add pkg-config file for libpyside.Hugo Lima2010-03-232-0/+17
* Small fixes for Qt containers converters.Hugo Lima2010-03-171-1/+47
* Fixed PySide custom conversions to work with newer versions of shiboken gener...Hugo Lima2010-03-171-18/+14
* Added conversion templates for Qt containers.Hugo Lima2010-03-151-0/+93
* Header fixesLauro Neto2010-02-241-2/+2
* Fixed memory leak on callbacks used on signal connection.Renato Filho2010-02-235-45/+145
* Fixed the number of dynamic signal to 50, to avoid index error onRenato Filho2010-02-181-6/+23
* Backporting Qt4.6 support from PySide (Boost) to Shiboken, plus:Luciano Wolf2010-02-052-0/+26
* If an error occur when calling a slot, print the error to stderr.Hugo Lima2010-02-041-1/+3
* Adapt to changes in AutoDecRef classHugo Lima2010-02-011-2/+2
* PySide depends on libpyside which needs to be installedCarlos Goncalves2010-01-271-0/+19
* Link against QtCore and add it to the include directories.Hugo Lima2010-01-251-2/+2
* Updates SignalManager and GlobalReceiver to acquire the GIL before calling Py...Marcelo Lira2010-01-182-0/+4
* Register Qt primitive typedefs used on signals.Hugo Lima2010-01-151-0/+19
* Adapt to changed in libshiboken API.Hugo Lima2010-01-145-241/+5
* When object-types are passed through signals the void pointers are pointers t...Hugo Lima2010-01-071-1/+7
* Do not remove arguments when there are no arguments and the slot uses self.Hugo Lima2010-01-051-1/+1
* Implement disconnect function for Python callback.renato2010-01-046-10/+120
* Fixes problems calling dynamic python slots.Hugo Lima2010-01-044-57/+132
* Implemented support for classname on metaobject.renato2009-12-303-11/+17
* Initial implementation of the new architeture for signal/slots.Hugo Lima2009-12-3014-514/+194
* TypeResolver updated to use Shiboken::CppObjectCopier instead of SbkCopyCppOb...Marcelo Lira2009-12-301-1/+1