aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Split signal tests into gui and core testsLauro Neto2010-01-047-168/+224
* Implement disconnect function for Python callback.renato2010-01-048-14/+175
* Fix qmentaobject test to work with dynamic metaobject.renato2010-01-041-1/+3
* Fixes type system templates for methods with bool* as parameter.Marcelo Lira2010-01-042-5/+20
* Fixes problems calling dynamic python slots.Hugo Lima2010-01-045-58/+137
* Fix test of QObject::senderHugo Lima2009-12-301-1/+1
* Added QTimer::singleShotHugo Lima2009-12-301-0/+26
* Implemented support for classname on metaobject.renato2009-12-307-14/+371
* Initial implementation of the new architeture for signal/slots.Hugo Lima2009-12-3016-525/+290
* TypeResolver updated to use Shiboken::CppObjectCopier instead of SbkCopyCppOb...Marcelo Lira2009-12-301-1/+1
* Updates TypeResolver to use the improvements on Shiboken converters.Marcelo Lira2009-12-301-21/+7
* Modifies injected QObject.emit method to use varargs parameter.Marcelo Lira2009-12-301-1/+1
* Implement signal->signal connection.Luciano Wolf2009-12-304-15/+50
* Fix the array of void pointers passed to slots avoiding memory corruption.Hugo Lima2009-12-302-4/+4
* Fix memory corruption caused by tuple processing loop.Luciano Wolf2009-12-171-4/+9
* Signal emission tests with non QtGui testsLauro Neto2009-12-161-2/+67
* Fixing pysignal_tests with helper classesLauro Neto2009-12-161-8/+18
* Fixing "wrong number of arguments" testsLauro Neto2009-12-161-10/+20
* Adding decorator requires(ModuleName) for testsLauro Neto2009-12-165-14/+87
* Adding no-qtgui tests for lambda and multiple sigLauro Neto2009-12-162-7/+67
* Add empty classes when QtGui's not availableLauro Neto2009-12-161-0/+13
* Fixing signals connections back to static methodLauro Neto2009-12-161-1/+1
* Fixing multiple signal testsLauro Neto2009-12-161-6/+10
* Fix typo in run_test.sh (PYTHONPATH)Lauro Neto2009-12-161-1/+1
* We have a nice Dynamic MetaObject! Yay!Hugo Lima2009-12-169-32/+275
* args_dont_match.py renamed to args_dont_match_test.pyHugo Lima2009-12-161-0/+0
* Initial port of signal slots infrastructure from PySide to the Shiboken version.Hugo Lima2009-12-1617-2/+1135
* Adds SLOT and SIGNAL global functions to QtCore module.Marcelo Lira2009-12-161-1/+11
* Tests synchronized with the boost python PySide.Hugo Lima2009-12-1514-8/+329
* 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
* Enable parent ctor heuristic for PySide.Hugo Lima2009-12-011-1/+1
* 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
* Re-added the root project name, without it cmake get crazy when you tryHugo Lima2009-11-231-0/+2
* updated QtCore type system file in accordance to the inject-codeMarcelo Lira2009-11-231-27/+27
* Set default symbol visibility to hidden, so pyside is even smaller!Hugo Lima2009-11-201-2/+2