aboutsummaryrefslogtreecommitdiffstats
path: root/libpyside
Commit message (Expand)AuthorAgeFilesLines
* Use correct python lib in debug mode.Renato Filho2010-07-231-1/+1
* Fix build on python2.5.Hugo Parente Lima2010-07-091-1/+1
* Implemented support to properties on QMetaObject.Renato Filho2010-07-089-33/+830
* Use original name in type discovery during signal/slot.Renato Filho2010-07-081-7/+13
* Implemented copy constructor to PyObjectWrapper.Renato Filho2010-07-052-5/+46
* Fix reference leak in PySide::signalUpdateSource.Hugo Parente Lima2010-06-291-6/+5
* Fix bug#256 - "PySide does not support signals with containers."Hugo Parente Lima2010-06-291-0/+3
* Fix cmake files used by other projects to detect PySide.Hugo Parente Lima2010-06-252-2/+2
* Fixed typo in typesystem install path.Renato Filho2010-06-231-1/+1
* Check for invalid signal or slot name.Renato Filho2010-06-231-1/+4
* Included qsinal.h in installed files.Renato Filho2010-06-211-0/+1
* Fix libpyside install.Catalin Iacob2010-06-211-1/+4
* PySide now installs its type system files.Marcelo Lira2010-06-212-0/+3
* Fixed signal connection with native slot.Renato Filho2010-06-172-14/+29
* Create unit-test for signal with QObject.Renato Filho2010-06-172-5/+16
* 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