aboutsummaryrefslogtreecommitdiffstats
path: root/PySide
Commit message (Expand)AuthorAgeFilesLines
* updated QtCore type system file in accordance to the inject-codeMarcelo Lira2009-11-231-27/+27
* Added QModelIndex::internalPointer and QAbstractItemModel::createIndex functi...Hugo Lima2009-11-191-3/+19
* - Add QLocale::toFloat, QLocale::toDouble.Hugo Lima2009-11-192-12/+48
* Add sequence protocol support for QBitArray.Hugo Lima2009-11-181-0/+26
* Added inject codes for methods like QString::toDouble, QByteArray::toFloat, etc.Hugo Lima2009-11-183-11/+88
* Change QByteArray constructor to accept \x00 bytesLauro Neto2009-11-101-0/+7
* Adding writeUInt8 accepting charLauro Neto2009-11-101-1/+6
* Uncomment QTextStream and QDataStream plus fixesLauro Neto2009-11-102-31/+173
* fixed Converter<QString>::isConvertible() method to consider all the cases;Marcelo Lira2009-11-051-2/+6
* Added sequence protocol for QByteArray.Hugo Lima2009-11-041-0/+29
* Added sequence protocol to QString.Hugo Lima2009-11-041-0/+26
* 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-037-29/+35
* removed unnused function 'sprintf' from QtCore's type system fileMarcelo Lira2009-10-301-0/+1
* removed "QString::arg(char a, int, const QChar &) const" from QtCore'sMarcelo Lira2009-10-301-0/+1
* updated custom conversions to use Converter<T>::isConvertible properlyMarcelo Lira2009-10-306-16/+16
* Install __init__.pyLauro Neto2009-10-291-0/+3
* The bug #41 is somehow fixed now, so we dont need to reject QStrng::replace m...Hugo Lima2009-10-281-3/+0
* - Added isConvertible methods to all custom converters.Hugo Lima2009-10-277-1/+55
* renamed template variable %SELF to %CPPSELF on type system for QtCoreMarcelo Lira2009-10-231-1/+1
* Added function __str__ to QString.Hugo Lima2009-10-221-0/+7
* Removed removal of various comparison operator overloads.Hugo Lima2009-09-281-18/+2
* Removed the removal of operator== and operator!= from QVariant, so rich compa...Hugo Lima2009-09-281-2/+0
* Fix QTextCodec and QTextCodec::ConverterState classes.Luciano Wolf2009-09-222-6/+6
* exporting QDirIterator classMarcelo Lira2009-09-222-3/+2
* Added all original pyside unit tests to the shiboken version.Hugo Lima2009-09-213-12/+31
* exporting constructors and methods from QVariant, QStringList and QTemporaryFileMarcelo Lira2009-09-181-13/+0
* exporting QAbstractFileEngine::createLocalFile(QFile&)Marcelo Lira2009-09-181-1/+2
* exported the QUrl methods setEncodedQueryItems and setQueryItemsMarcelo Lira2009-09-181-3/+0
* method addExtraNamespaceDeclarations(QVector<QXmlStreamNamespaceDeclaration>)Marcelo Lira2009-09-181-2/+0
* exporting removed methods from QAbstractItemModel, QObject (children())Marcelo Lira2009-09-171-9/+0
* exporting "void QMimeData::setUrls(const QList<QUrl> &)" on QtCore typesystemMarcelo Lira2009-09-171-1/+0
* removed tags modifying connectNotify and disconnectNotify first argumentMarcelo Lira2009-09-161-10/+0
* Workaround to avoid bug#65.Luciano Wolf2009-09-161-0/+3
* Removed QXmlStreamWriter(QByteArray*) dua to a shiboken bug.Hugo Lima2009-09-161-0/+1
* Removed references to QBitRef.Hugo Lima2009-09-161-2/+1
* Added inject code for QCoreApplication constructor.Hugo Lima2009-09-162-0/+27
* added converters for QHash containerMarcelo Lira2009-09-162-1/+44
* Removed QData functions with int pointers in their argumentsHugo Lima2009-09-151-0/+2
* added conversion rules for QVector and QMap containersMarcelo Lira2009-09-155-18/+88
* Remvoed functions using QByteArray pointersHugo Lima2009-09-151-2/+2
* Removed function QTranslator::load(uchar*, int)Hugo Lima2009-09-151-3/+2
* added conversion rules for QList and QPair containersMarcelo Lira2009-09-154-5/+61
* Remove ValueHolder template from QtCore custom convertersHugo Lima2009-09-151-2/+2
* Type system update.Hugo Lima2009-09-112-48/+77
* QMutexLocker is a object-type, not a value-type.Hugo Lima2009-09-111-2/+2
* Added all QtCore classes to the typesystem.Hugo Lima2009-09-102-67/+1212
* Initial experiments with shiboken and QtHugo Lima2009-09-096-0/+2087