aboutsummaryrefslogtreecommitdiffstats
path: root/PySide/QtCore
Commit message (Expand)AuthorAgeFilesLines
...
* Exported QXmlStreamAttributes for QtCore.Renato Filho2010-02-012-8/+3
* Fixed some warning messages during QtCore compilation.renato2010-01-282-4/+6
* Export QGenericArgument and QGenericReturnArgument types for QtCore.renato2010-01-282-2/+6
* Ensure that QApplication instances will be alive forever until the Python VM ...Hugo Lima2010-01-281-4/+20
* Do not allow more than 2 instances of QCoreApplication (or QApplication).Hugo Lima2010-01-281-0/+5
* Add support for buffer protocol on QStrings.Hugo Lima2010-01-272-0/+51
* Set QtCore module as shared library instead of module, so it'll work with oth...Hugo Lima2010-01-271-1/+1
* Use a PyLong to represent Qt::Handle.Hugo Lima2010-01-271-1/+1
* Add typesystem path variable to execute_generator CMake macro.Hugo Lima2010-01-271-1/+1
* Adding cast to QString::fromUcs4 callLauro Neto2010-01-261-1/+2
* 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 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-302-2/+18
* 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-091-2/+47
* 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-081-8/+64
* 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-083-59/+46
* 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