aboutsummaryrefslogtreecommitdiffstats
path: root/libshiboken/basewrapper.cpp
Commit message (Expand)AuthorAgeFilesLines
* Replaced use from QList to QSet in children list.Renato Araujo Oliveira Filho2012-03-081-2/+2
* Fix bug#605 - "Using metaclasses with the PySide classes doesn't work"Hugo Parente Lima2012-03-081-2/+2
* Add Shiboken::Object::isValid(SbkObject* pyObj, bool throwPyError = true) fun...Hugo Parente Lima2012-03-081-0/+8
* Optimized setParent function.Renato Araujo Oliveira Filho2012-03-081-2/+2
* Initialize ShibokenObject private data.Renato Araujo Oliveira Filho2012-03-081-0/+3
* Fix bug#554 - "Inner classes don't work and give us a segfault"Hugo Parente Lima2012-03-081-4/+3
* Removed WITH_THREAD ifdefs, it causes a lot of warnings on Windows and was al...Hugo Parente Lima2012-03-081-2/+0
* Fixed comments typo.Renato Araujo Oliveira Filho2012-03-081-2/+2
* Fix object destruction process to avoid pass a invalid object during theRenato Araujo Oliveira Filho2012-03-081-11/+16
* Finally fix bug#500 - "If an instance of QPrintDialog is created a deadlock h...Hugo Parente Lima2012-03-081-1/+5
* Revert "Fix bug#500 - "If an instance of QPrintDialog is created a deadlock h...Hugo Parente Lima2012-03-081-4/+1
* Fix bug#500 - "If an instance of QPrintDialog is created a deadlock happens o...Hugo Parente Lima2012-03-081-2/+5
* Add subtype init hook.Hugo Parente Lima2012-03-081-2/+20
* Remove cpp object copier as it was used by anyone and nobody missed him.Hugo Parente Lima2012-03-081-12/+0
* Add function Shiboken::ObjectType::getUserData(SbjObjectTyoe*)Hugo Parente Lima2012-03-081-0/+5
* Merge branch 'fixapi'Hugo Parente Lima2012-03-081-67/+68
|\
| * SbkBaseType_Type renamed to SbkObjectType_Type.Hugo Parente Lima2012-03-081-6/+6
| * Renamed some more internal objects and functions.Hugo Parente Lima2012-03-081-11/+11
| * Namespace Shiboken::Wrapper renamed to Shiboken::Object.Hugo Parente Lima2012-03-081-10/+10
| * namespace Shiboken::BaseType renamed to Shiboken::ObjectType.Hugo Parente Lima2012-03-081-5/+5
| * Rename SbkBaseType back to SbkObjectType.Hugo Parente Lima2012-03-081-37/+37
* | Fixed generation with AVOID_PROTECTED_HACK.Renato Araujo Oliveira Filho2012-03-081-5/+4
|/
* Created private pointer for Shiboken Meta Type.Renato Araujo Oliveira Filho2012-03-081-133/+263
* Rewrite parent control functions.Renato Araujo Oliveira Filho2012-03-081-133/+275
* Added Shiboken::Wrapper::hasParentInfo function.Hugo Parente Lima2012-03-081-0/+5
* Changed signature of cppPointer to receive SbkObject* instead of PyObject*.Hugo Parente Lima2012-03-081-3/+2
* Added Shiboken::Wrapper::hasOwnership function.Hugo Parente Lima2012-03-081-0/+5
* SbkBaseWrapperPrivate renamed to SbkObjectPrivateHugo Parente Lima2012-03-081-1/+1
* Variable SbkBaseWrapperType_Type renamed to SbkObjectType_TypeHugo Parente Lima2012-03-081-5/+5
* SbkBaseWrapper_Type variable renamed to SbkObject_TypeHugo Parente Lima2012-03-081-2/+2
* Rename some internal functions and structs.Hugo Parente Lima2012-03-081-10/+10
* SbkBaseWrapperType renamed to SbkObjectType.Hugo Parente Lima2012-03-081-19/+19
* SbkBaseWrapper_TpNew renamed to SbkObjectTpNew, now using C linkage and moved...Hugo Parente Lima2012-03-081-20/+21
* SbkBaseWrapperType and some other functions used by Python C-API moved outsid...Hugo Parente Lima2012-03-081-136/+130
* Fix camel case of decRefPyObjectlistHugo Parente Lima2012-03-081-4/+4
* Replace Shiboken::cppObjectIsInvalid by Shiboken::Wraper::isValidHugo Parente Lima2012-03-081-11/+10
* setCppPointer and getCppPointer moved to namespace Shiboken::WrapperHugo Parente Lima2012-03-081-24/+26
* Removed macros SbkBaseWrapper_instanceDict and SbkBaseWrapper_setInstanceDictHugo Parente Lima2012-03-081-3/+3
* SbkBaseWrapper renamed to SbkObjectHugo Parente Lima2012-03-081-41/+41
* Replaced SbkBaseWrapper_setOwnership by getOwnership and releaseOwnership (bo...Hugo Parente Lima2012-03-081-26/+43
* Moved Shiboken::SbkBaseWrapper outside Shiboken namespace and added a d-point...Hugo Parente Lima2012-03-081-49/+74
* pyenum.{h|cpp} moved to sbkenum.{h|cpp}Hugo Parente Lima2012-03-081-1/+1
* Fixed Wrapper object parent invalidation process.renatofilho2012-03-081-16/+18
* Fixed namespace lookup during the class generation.renatofilho2012-03-081-1/+5
* Fix bug#272 - "__del__ never called by python"Hugo Parente Lima2012-03-081-33/+8
* Implement support to object list on ownserhsip functions.renatofilho2012-03-081-2/+14
* Created a new rule to parent ownership.renatofilho2012-03-081-3/+21
* Use a auxiliar pointer to do the things faster.renatofilho2012-03-081-11/+14
* Change the license boiler plates of all LGPL files removing the special excep...Hugo Parente Lima2010-09-091-20/+8
* Fix the type resolver algorithm.Hugo Parente Lima2010-08-301-19/+11