aboutsummaryrefslogtreecommitdiffstats
path: root/PySide
Commit message (Expand)AuthorAgeFilesLines
* QPixmap conversion from QVariant.Renato Filho2010-02-012-0/+28
* Add code injections for QApplication setStyle and style methods.Hugo Lima2010-02-011-3/+10
* All interface-types replaced by object-types, because shiboken ignores interf...Hugo Lima2010-02-011-6/+6
* Add QGraphicsItem::UserType constant.Hugo Lima2010-02-011-0/+4
* Enable some functions disabled in QApplication on boost-PySide.Hugo Lima2010-02-011-10/+0
* Ported QRect inject code from Boost.PySide bindings.Renato Filho2010-02-012-7/+40
* Exported QXmlStreamAttributes for QtCore.Renato Filho2010-02-012-8/+3
* Add code injections for QTabWidget.Hugo Lima2010-01-281-2/+16
* Fixed some warning messages during QtCore compilation.renato2010-01-282-4/+6
* Export QGenericArgument and QGenericReturnArgument types for QtCore.renato2010-01-284-4/+9
* Ensure that QApplication instances will be alive forever until the Python VM ...Hugo Lima2010-01-282-8/+29
* Rename QApplication::exec to QApplication::exec_Hugo Lima2010-01-281-0/+1
* 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
* Throw an exception when the user attempt to create more than one instance of ...Hugo Lima2010-01-271-0/+5
* Added qApp macro.Hugo Lima2010-01-273-0/+23
* Initial QtGui bindings.Hugo Lima2010-01-277-0/+4612
* 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-272-3/+3
* 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 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