aboutsummaryrefslogtreecommitdiffstats
path: root/libshiboken/basewrapper_p.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix bug 693 - "Heap corruption or double free reported on program exit"Hugo Parente Lima2012-03-081-0/+8
| | | | | Reviewer: Renato Araújo <renato.filho@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Check for class initialization on function Object.isValid.Renato Filho2012-03-081-0/+2
| | | | | | | Fix bug #696. Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Replaced use from QList to QSet in children list.Renato Araujo Oliveira Filho2012-03-081-1/+1
| | | | | | | Patch from farsmo <farsmo@sogetthis.com> Reviewer: Hugo Parente <hugo.lima@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Add subtype init hook.Hugo Parente Lima2012-03-081-0/+1
| | | | The hook is invoked every time the user creates a sub-type inherited from a Shiboken based type.
* Remove cpp object copier as it was used by anyone and nobody missed him.Hugo Parente Lima2012-03-081-1/+0
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Lauro Moura <lauro.neto@openbossa.org>
* Renamed some more internal objects and functions.Hugo Parente Lima2012-03-081-1/+1
|
* Namespace Shiboken::Wrapper renamed to Shiboken::Object.Hugo Parente Lima2012-03-081-2/+2
|
* Rename SbkBaseType back to SbkObjectType.Hugo Parente Lima2012-03-081-9/+9
|
* Created private pointer for Shiboken Meta Type.Renato Araujo Oliveira Filho2012-03-081-11/+39
| | | | | | | Renamed ObjectType to BaseType. Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
* Rewrite parent control functions.Renato Araujo Oliveira Filho2012-03-081-0/+8
| | | | | | | | Updated generator to new API. Fix bug #462 Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
* SbkBaseWrapperPrivate renamed to SbkObjectPrivateHugo Parente Lima2012-03-081-1/+1
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* SbkBaseWrapperType renamed to SbkObjectType.Hugo Parente Lima2012-03-081-9/+9
|
* SbkBaseWrapperType and some other functions used by Python C-API moved ↵Hugo Parente Lima2012-03-081-2/+11
| | | | outside C++ namespaces.
* SbkBaseWrapper renamed to SbkObjectHugo Parente Lima2012-03-081-6/+6
|
* Replaced SbkBaseWrapper_setOwnership by getOwnership and releaseOwnership ↵Hugo Parente Lima2012-03-081-2/+2
| | | | (both inside Shiboken:Wrapper namespace)
* Moved Shiboken::SbkBaseWrapper outside Shiboken namespace and added a ↵Hugo Parente Lima2012-03-081-20/+57
| | | | d-pointer to it.
* Implement support to object list on ownserhsip functions.renatofilho2012-03-081-0/+4
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Created a new rule to parent ownership.renatofilho2012-03-081-1/+3
| | | | | | | In the new rule if the child object is a Shiboken wrapper class, the object is not invalidade during the parent destructions, the binding manager will wait for object destructor to invalidade the wrapper. Reviewer: Hugo Parente Lima <hugo.pl@gmail.com> Luciano Wolf <luciano.wolf@openbossa.org>
* Change the license boiler plates of all LGPL files removing the special ↵Hugo Parente Lima2010-09-091-20/+8
| | | | | | | exception. Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Renato Araújo <renato.filho@openbossa.org>
* SbkBaseWrapper_clearReferences not exported anymore.Hugo Lima2010-03-301-0/+6
| | | | So it was moved to basewrapper private header.
* Class Shiboken::ParentInfo doesn't need to be exported.Hugo Lima2010-03-301-0/+16
| | | | It was moved to basewrapper private header.
* Add support for multiple inheritance involving more than one C++ object.Hugo Lima2010-03-301-0/+139