aboutsummaryrefslogtreecommitdiffstats
path: root/PySide/QtCore/qstring_conversions.h
Commit message (Expand)AuthorAgeFilesLines
* Fix bug 1011 - "PySide cygwin patch"Hugo Parente Lima2012-03-081-1/+1
* Change String::convertible to String::isConvertible.Hugo Parente Lima2012-03-081-1/+1
* Initia QtCore port to python3.Renato Filho2012-03-081-6/+4
* Fix bug#427 - "QSvgWidget, load from QtCore.QByteArray does not work"Hugo Parente Lima2010-11-051-30/+1
* Fix bug#420 - "Memory leak in setText"Hugo Parente Lima2010-10-211-1/+1
* Fix bug#316 - "QAbstractItemModel.createIndex is broken"Hugo Parente Lima2010-09-011-2/+2
* Added QVariant::Type as a primitive type.Hugo Parente Lima2010-06-151-0/+6
* Add checkType method to PySide custom converters.Hugo Parente Lima2010-06-101-2/+6
* Remove wrapper for classes: QString, QStringRef, QLatin1String, QStringMatche...Hugo Parente Lima2010-06-101-63/+61
* None is convertible to QString, the result is a QString where QString.isNull ...Hugo Parente Lima2010-04-061-0/+3
* Fixed PySide custom conversions to work with newer versions of shiboken gener...Hugo Lima2010-03-171-31/+37
* Updated type system and QString and QPixmap conversions to be extensible.Marcelo Lira2010-03-041-1/+9
* 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
* Adding cast to QString::fromUcs4 callLauro Neto2010-01-261-1/+2
* QString can now receive buffer objects on constructor, like boost-based PySide.Hugo Lima2010-01-211-1/+25
* Removed code injections of copyCppObject and toPython converter methods for Q...Marcelo Lira2009-12-101-10/+0
* Updated code injections to use Shiboken updates regarding type system variables.Marcelo Lira2009-12-081-7/+7
* Remove unneeded method in QString converter, this method is now auto generate...Hugo Lima2009-12-071-5/+0
* Updated code injections to use the new PyBaseWrapper_New signature from libsh...Marcelo Lira2009-12-021-1/+1
* Fix QString converter to compile with the new libshiboken api.Hugo Lima2009-11-301-1/+1
* fixed Converter<QString>::isConvertible() method to consider all the cases;Marcelo Lira2009-11-051-2/+6
* Speed up construction of QString's from python unicode strings.Hugo Lima2009-11-041-5/+2
* Updated container converters to the new shiboken conversion schemeMarcelo Lira2009-11-031-8/+15
* updated custom conversions to use Converter<T>::isConvertible properlyMarcelo Lira2009-10-301-5/+5
* - Added isConvertible methods to all custom converters.Hugo Lima2009-10-271-0/+35