aboutsummaryrefslogtreecommitdiffstats
path: root/libpyside
Commit message (Expand)AuthorAgeFilesLines
...
* Removed QVariant from PySide.Hugo Parente Lima2010-06-103-18/+24
* Remove registration of PySide primitive types, the generator do this automati...Hugo Parente Lima2010-06-101-17/+0
* Add checkType method to PySide custom converters.Hugo Parente Lima2010-06-101-0/+16
* Created support to hash objects with type QDate, QTime, QDateTime, QUrl.Renato Filho2010-06-081-0/+9
* Revert "Fixed signal/slot class name based on PSEP 100."Hugo Parente Lima2010-05-312-2/+2
* Fixed bug on dynamic metaobject creation.Renato Filho2010-05-262-10/+29
* Fixed signal/slot class name based on PSEP 100.Renato Filho2010-05-202-5/+3
* Fix bug#207, Add initQtMetaType class to libpyside.Hugo Parente Lima2010-05-201-0/+22
* MacOs compiler fix.Renato Oliveira2010-05-191-1/+1
* Append licence header.Renato Filho2010-05-193-1/+103
* Fix signal initializer.Luciano Wolf2010-05-171-0/+2
* Fix signal initializer.Luciano Wolf2010-05-171-2/+2
* Implemented signal to signal connection.Renato Filho2010-05-171-12/+20
* Implemented support to connection type.Renato Filho2010-05-171-3/+6
* 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