aboutsummaryrefslogtreecommitdiffstats
path: root/PySide
Commit message (Expand)AuthorAgeFilesLines
* Fixes problems calling dynamic python slots.Hugo Lima2010-01-041-1/+5
* Added QTimer::singleShotHugo Lima2009-12-301-0/+26
* Implemented support for classname on metaobject.renato2009-12-304-3/+354
* Initial implementation of the new architeture for signal/slots.Hugo Lima2009-12-302-11/+96
* Modifies injected QObject.emit method to use varargs parameter.Marcelo Lira2009-12-301-1/+1
* Implement signal->signal connection.Luciano Wolf2009-12-301-0/+8
* Initial port of signal slots infrastructure from PySide to the Shiboken version.Hugo Lima2009-12-162-1/+30
* Adds SLOT and SIGNAL global functions to QtCore module.Marcelo Lira2009-12-161-1/+11
* Updates code injections to follow Shiboken generator changes.Marcelo Lira2009-12-142-2/+2
* Removed code injections of copyCppObject and toPython converter methods for Q...Marcelo Lira2009-12-102-20/+0
* Support slice operator into QStringList.Luciano Wolf2009-12-092-2/+71
* Added inject codes for QByteArray::toSomeNumberType and QByteArray::splitHugo Lima2009-12-091-8/+75
* Implemented QObject functions tr and trUtf8.renato2009-12-081-0/+48
* Removed "QString::arg(QChar, int, const QChar&)", it's also handled by QStrin...Hugo Lima2009-12-081-0/+1
* Added inject code for all QString::toSomeNumberType.Hugo Lima2009-12-082-8/+69
* Almost all QVariant tests pass.Hugo Lima2009-12-083-10/+107
* Updated code injections to use Shiboken updates regarding type system variables.Marcelo Lira2009-12-084-62/+49
* Added new methods to QStringLists: __len__, __getitem__ and __setitem__Luciano Wolf2009-12-081-3/+28
* 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-022-2/+2
* Added inject code for QObject.findChild and QObject.findChildren methodsHugo Lima2009-12-011-2/+34
* Add inject code for QObject.inherit and QLocale.toInt.Hugo Lima2009-12-011-7/+20
* Fix QString converter to compile with the new libshiboken api.Hugo Lima2009-11-301-1/+1
* Updated type system code injection for QAbstractItemModel::createIndex.Marcelo Lira2009-11-251-1/+1
* - Support path with spaces.Hugo Lima2009-11-231-4/+4
* 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