aboutsummaryrefslogtreecommitdiffstats
path: root/PySide/QtCore/qlist_conversions.h
Commit message (Expand)AuthorAgeFilesLines
* Fixed PySide custom conversions to work with newer versions of shiboken gener...Hugo Lima2010-03-171-1/+1
* Put all custom converters inside Shiboken namespace.Hugo Lima2010-02-181-0/+2
* Remove redundant code on containers custom conversions.Hugo Lima2010-02-181-27/+1
* Updated container converters to the new shiboken conversion schemeMarcelo Lira2009-11-031-6/+6
* updated custom conversions to use Converter<T>::isConvertible properlyMarcelo Lira2009-10-301-3/+3
* - Added isConvertible methods to all custom converters.Hugo Lima2009-10-271-1/+5
* added conversion rules for QVector and QMap containersMarcelo Lira2009-09-151-6/+6
* added conversion rules for QList and QPair containersMarcelo Lira2009-09-151-0/+24