aboutsummaryrefslogtreecommitdiffstats
path: root/libpyside/dynamicqmetaobject_p.h
Commit message (Collapse)AuthorAgeFilesLines
* Use sbkpython.h instead of Python.h to avoid problems with Python2.5.Hugo Parente Lima2012-03-081-1/+1
| | | | | Reviewer: Lauro Moura <lauro.neto@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Small optimizations on libpyside.Hugo Parente Lima2012-03-081-3/+9
|
* Uses QMetaObject revision 3.Renato Filho2012-03-081-2/+4
| | | | | | | | | This allow to register signal and slot in any order. Fixes bug #312 Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
* Moved pyside slot attr name do pysideslot_p.h.Hugo Parente Lima2012-03-081-1/+0
|
* Fixed dynamic meta object to avoid empty meta method.Hugo Parente Lima2012-03-081-5/+9
| | | | | | Empty meta methods cause a assert failure on QtDeclarative module. Also removed the scoped pointer to avoid heap allocation when it's not needed, as QByteArray is already implicity shared.
* Fix generated property flags on metaobject.Renato Araujo Oliveira Filho2010-11-221-3/+3
| | | | | | | Fixes bug #478 Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Created Singal/Slot/Property namespace for pure C structures.renatofilho2010-11-031-3/+3
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Lauro Neto <lauro.neto@openbossa.org>
* Implemented support to notify argument on Properties.renatofilho2010-10-211-3/+7
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Add a d-pointer to DynamicMetaObject.Hugo Parente Lima2010-10-071-0/+69
This break the ABI.