aboutsummaryrefslogtreecommitdiffstats
path: root/libshiboken/basewrapper.cpp
Commit message (Expand)AuthorAgeFilesLines
* Don't delete parentInfo when it seens to be useless to avoid crash on garbage...Hugo Parente Lima2012-03-081-13/+5
* Fixed object destruction.Renato Filho2012-03-081-1/+2
* Use PyVarObject_HEAD_INIT instead of PyObject_HEAD_INIT.Hugo Parente Lima2012-03-081-4/+2
* Using Py_TYPE macro instead of direct access to ob_type to work with Python 2...Hugo Parente Lima2012-03-081-14/+18
* Fixed invalidate function in objects with refereces to other objects.Renato Filho2012-03-081-0/+29
* Revert "Implements PSEP-0106 and fixes bug 902 - "Expose Shiboken functionali...Hugo Parente Lima2012-03-081-93/+3
* Fix bug 995 - "QDeclarativeView.itemAt returns faulty reference. (leading to ...Hugo Parente Lima2012-03-081-3/+10
* Fixed cyclic dependency resolution.Renato Filho2012-03-081-16/+53
* Implements PSEP-0106 and fixes bug 902 - "Expose Shiboken functionality throu...Hugo Parente Lima2012-03-081-3/+93
* Check for NULL pointer on transferOwnership function.Renato Filho2012-03-081-1/+2
* Added a function to initialize a new wrapper type and add it to a module or e...Marcelo Lira2012-03-081-2/+32
* Introduces new API to create and import Python modules.Marcelo Lira2012-03-081-0/+4
* Fix bug 939 - "Shiboken::importModule must verify if PyImport_ImportModule su...Hugo Parente Lima2012-03-081-2/+5
* Improved documentation on ObjectType's cast related functions.Marcelo Lira2012-03-081-6/+6
* Cleared cptr data during the cpp object destruction.Renato Filho2012-03-081-7/+15
* Fix refleak during the parent c++ object destruction.Renato Filho2012-03-081-1/+13
* Fix object wrapper deletion.Renato Filho2012-03-081-8/+9
* Dealloc Python object before calling the C++ destructor.Hugo Parente Lima2012-03-081-10/+29
* optimized keepreference function.Renato Filho2012-03-081-16/+26
* Created the function 'removeReference', used to remove a specificRenato Filho2012-03-081-0/+16
* Generate code using the new pyside class DestroyListener.Renato Filho2012-03-081-2/+2
* Removed unused variables/functions.Hugo Parente Lima2012-03-081-12/+0
* Defined Shiboken.ObjectType tp_setattro to PyObject_GenericSetAttr.Marcelo Lira2012-03-081-1/+1
* Fixed keep reference funcion.Renato Filho2012-03-081-6/+8
* Improved garbage collector handling of Shiboken types.Marcelo Lira2012-03-081-8/+27
* Improved the SbkDbg to avoid throwing exceptions when showing an object.Marcelo Lira2012-03-081-1/+10
* Remove GCC 4.6 warning on basewrapper.cpp and shibokengenerator.cppHugo Parente Lima2012-03-081-2/+2
* Check for old-style bases before calling tp_newsb-1.0.1Lauro Neto2012-03-081-10/+22
* Do nothing when trying to make an valid object valid twice.Hugo Parente Lima2012-03-081-1/+1
* Updated module reload test.Renato Filho2012-03-081-3/+8
* Fixed parentInfo cleanup.Renato Filho2012-03-081-3/+6
* Fix bug 693 - "Heap corruption or double free reported on program exit"Hugo Parente Lima2012-03-081-1/+2
* Check for class initialization on function Object.isValid.Renato Filho2012-03-081-16/+43
* Avoid declar shiboken classes derived from old style objects.Renato Filho2012-03-081-0/+11
* 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
|\