aboutsummaryrefslogtreecommitdiffstats
path: root/PySide/QtCore/qvariant_conversions.h
Commit message (Expand)AuthorAgeFilesLines
* Fix Qvariant to Cpp conversion.Renato Araujo Oliveira Filho2012-03-081-0/+2
* Fixed qt_metacall, now everything works as it should.Hugo Parente Lima2012-03-081-38/+28
* Adapt to API changes in libshiboken.Hugo Parente Lima2010-11-231-6/+6
* Update to new Shiboken API (Renamed SbkObjectType)Renato Araujo Oliveira Filho2010-11-191-6/+6
* Merge branch 1.0 into masterHugo Parente Lima2010-11-101-3/+8
|\
| * Fixed QVariant conversions for object types.renatofilho2010-11-101-3/+8
* | Changes needed to compile QtCore with libshiboken v1.0Hugo Parente Lima2010-11-101-3/+3
|/
* Fixed QVariant conversions for user type.renatofilho2010-11-091-5/+6
* Fixed QVariant conversion to C++renatofilho2010-11-091-7/+79
* Fix bug#372 - "DiagramScene (GraphicsView) Example not working"Hugo Parente Lima2010-09-291-4/+1
* Fixed QVariant conversion from Python object.Renato Filho2010-09-091-7/+6
* Fix bug#320 - "OR'ing Qt alignments doesn't work; adding them does"Hugo Parente Lima2010-09-031-1/+1
* Fix bug#309 - "QtCore.QByteArray() or list from QtCore.Qsettings.value() as d...Hugo Parente Lima2010-08-301-0/+3
* Fix elasticnodes segfault.Luciano Wolf2010-07-231-0/+1
* Create support to QVariantList and QVariantMap.Renato Filho2010-07-131-0/+63
* Use original name on QVariant type lookup function.Renato Filho2010-07-051-15/+12
* Removed QVariant from PySide.Hugo Parente Lima2010-06-101-75/+72
* Add checkType method to PySide custom converters.Hugo Parente Lima2010-06-101-0/+5
* Fix QVariant custom code to work with Qt4.7.Hugo Parente Lima2010-05-211-25/+6
* Fix some issues with QVariant, including the QAbstractKinectScroller one.Hugo Lima2010-04-051-44/+50
* Adapt to changes in libshibokenHugo Lima2010-03-311-1/+1
* Fixed PySide custom conversions to work with newer versions of shiboken gener...Hugo Lima2010-03-171-0/+7
* Fixing usage of tp_name in QVariant converterLauro Neto2010-02-241-1/+3
* Custom code should use Converters instead of the "_cptr" macros.Marcelo Lira2010-02-241-1/+1
* Put all custom converters inside Shiboken namespace.Hugo Lima2010-02-181-0/+2
* Move QVariant converter implementation to global header.Hugo Lima2010-02-181-2/+82
* Almost all QVariant tests pass.Hugo Lima2009-12-081-0/+3