aboutsummaryrefslogtreecommitdiffstats
path: root/libpyside/dynamicqmetaobject_p.h
Commit message (Collapse)AuthorAgeFilesLines
* 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.