aboutsummaryrefslogtreecommitdiffstats
path: root/libpyside
Commit message (Collapse)AuthorAgeFilesLines
* Backporting Qt4.6 support from PySide (Boost) to Shiboken, plus:Luciano Wolf2010-02-052-0/+26
| | | | | Implemented inject code for QState.addTransition - by Renato Araujo. QState test - by Renato Araujo.
* If an error occur when calling a slot, print the error to stderr.Hugo Lima2010-02-041-1/+3
| | | | Reviewed by Marcelo Lira <marcelo.lira@openbossa.org>
* Adapt to changes in AutoDecRef classHugo Lima2010-02-011-2/+2
| | | | Reviewed by Marcelo Lira <marcelo.lira@openbossa.org>
* PySide depends on libpyside which needs to be installedCarlos Goncalves2010-01-271-0/+19
| | | | Reviewed by Hugo Parente <hugo.lima@openbossa.org>
* Link against QtCore and add it to the include directories.Hugo Lima2010-01-251-2/+2
| | | | Reviewed by Marcelo Lira <marcelo.lira@openbossa.org>
* Updates SignalManager and GlobalReceiver to acquire the GIL before calling ↵Marcelo Lira2010-01-182-0/+4
| | | | | | Python. Reviewed by Hugo Parente Lima <hugo.lima@openbossa.org>
* Register Qt primitive typedefs used on signals.Hugo Lima2010-01-151-0/+19
|
* Adapt to changed in libshiboken API.Hugo Lima2010-01-145-241/+5
| | | | Reviewed by Marcelo Lira <marcelo.lira@openbossa.org>
* When object-types are passed through signals the void pointers are pointers ↵Hugo Lima2010-01-071-1/+7
| | | | | | | | to pointers of the object, not just pointers to the object like is used to happen with value-types. Reviewed by Luciano Wolf <luciano.wolf@openbossa.org>
* Do not remove arguments when there are no arguments and the slot uses self.Hugo Lima2010-01-051-1/+1
| | | | Reviewed by Renato Araújo <renato.filho@openbossa.org>
* Implement disconnect function for Python callback.renato2010-01-046-10/+120
| | | | Reviewed by Hugo Parente <hugo.lima@openbossa.org>
* Fixes problems calling dynamic python slots.Hugo Lima2010-01-044-57/+132
| | | | Reviewed by Marcelo Lira <marcelo.lira@openbossa.org>
* Implemented support for classname on metaobject.renato2009-12-303-11/+17
| | | | | | Export QMetaobject. Reviewer: Hugo Lima <hugo.lima@openbossa.org>
* Initial implementation of the new architeture for signal/slots.Hugo Lima2009-12-3014-514/+194
| | | | Reviewed by Renato Araújo <renato.filho@openbossa.org>
* TypeResolver updated to use Shiboken::CppObjectCopier instead of ↵Marcelo Lira2009-12-301-1/+1
| | | | | | SbkCopyCppObject. Reviewed by Hugo Parente <hugo.lima@openbossa.org>
* Updates TypeResolver to use the improvements on Shiboken converters.Marcelo Lira2009-12-301-21/+7
| | | | Reviewed by Hugo Parente <hugo.lima@openbossa.org>
* Implement signal->signal connection.Luciano Wolf2009-12-303-15/+42
| | | | Reviewed by Hugo Parente <hugo.lima@openbossa.org>
* 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
|
* We have a nice Dynamic MetaObject! Yay!Hugo Lima2009-12-169-32/+275
| | | | Python signals and slots are like C++ signals and slots to Qt :-)
* Initial port of signal slots infrastructure from PySide to the Shiboken version.Hugo Lima2009-12-1614-0/+1103