aboutsummaryrefslogtreecommitdiffstats
path: root/PySide
Commit message (Expand)AuthorAgeFilesLines
* Small modifications to the typesystem to make it compatible with Qt4.6.Hugo Lima2010-01-221-2/+22
* Remove redundant QChar ctors.Hugo Lima2010-01-221-0/+4
* Add support fot buffer protocol for QByteArray.Hugo Lima2010-01-212-0/+43
* QString can now receive buffer objects on constructor, like boost-based PySide.Hugo Lima2010-01-211-1/+25
* Fix qdatastream unit test and typesystem.Hugo Lima2010-01-201-6/+1
* Type system marks added QObject's connect and disconnect methods as static.Marcelo Lira2010-01-191-2/+2
* Fix QBool custom conversion.Hugo Lima2010-01-151-2/+4
* Remove unused attributes from QEvent derived classes.Hugo Lima2010-01-141-4/+4
* Adapt to changed in libshiboken API.Hugo Lima2010-01-141-4/+4
* - Removed QTextStream with QByteArray const reference and added the ctors wit...Hugo Lima2010-01-141-5/+6
* Added functions qRegisterResourceData and qUnregisterResourceData to QtCore.Hugo Lima2010-01-141-0/+24
* Add QT_TR* functions to QtCore.Hugo Lima2010-01-141-0/+12
* Do not remove QCoreApplication::installTranslator and QCoreApplication::remov...Hugo Lima2010-01-141-2/+0
* Call connectNotify methods when connecting signals.Hugo Lima2010-01-141-18/+21
* Adapt some injected codes to the recent changes related to object initializat...Hugo Lima2010-01-142-14/+12
* Add parent tag to QObject.metaObjectLauro Neto2010-01-131-0/+3
* QProcess::startDetached now returns a tuple.Hugo Lima2010-01-071-4/+10
* If the QVariant is holding a QString, QVariant::toPyObject will return an QSt...Hugo Lima2010-01-071-0/+2
* QDate::weekNumber and QDate::getDate now return tuples.Hugo Lima2010-01-071-2/+29
* Fixed QLineF::intersect method to return a tuple.Hugo Lima2010-01-071-2/+10
* Implement disconnect function for Python callback.renato2010-01-042-4/+55
* Fixes type system templates for methods with bool* as parameter.Marcelo Lira2010-01-041-5/+5
* 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