Renato Filho
78e120ec02
Uses QMetaObject revision 3.
...
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>
2011-05-11 10:18:16 -03:00
Hugo Parente Lima
35ab7bf679
Moved pyside slot attr name do pysideslot_p.h.
2010-12-03 19:35:58 -02:00
Hugo Parente Lima
e20a97a480
Fixed dynamic meta object to avoid empty meta method.
...
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.
2010-12-01 15:38:16 -02:00
Renato Araujo Oliveira Filho
e12197e282
Fix generated property flags on metaobject.
...
Fixes bug #478
Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
Marcelo Lira <marcelo.lira@openbossa.org>
2010-11-22 10:43:01 -03:00
renatofilho
c7945787c5
Created Singal/Slot/Property namespace for pure C structures.
...
Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
Lauro Neto <lauro.neto@openbossa.org>
2010-11-03 10:28:15 -03:00
renatofilho
26750d345c
Implemented support to notify argument on Properties.
...
Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
Marcelo Lira <marcelo.lira@openbossa.org>
2010-10-21 15:20:36 -03:00
Hugo Parente Lima
15b0e9aa2b
Add a d-pointer to DynamicMetaObject.
...
This break the ABI.
2010-10-07 11:44:07 -03:00