aboutsummaryrefslogtreecommitdiffstats
path: root/libshiboken
Commit message (Expand)AuthorAgeFilesLines
* 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-083-132/+4
* Fix bug 995 - "QDeclarativeView.itemAt returns faulty reference. (leading to ...Hugo Parente Lima2012-03-085-9/+46
* 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-083-4/+132
* Creates type registers for enums in createScopedEnum and createGlobalEnum.Marcelo Lira2012-03-081-19/+17
* Check for NULL pointer on transferOwnership function.Renato Filho2012-03-081-1/+2
* Mark deprecated functions as deprecated.Hugo Parente Lima2012-03-083-4/+11
* Check for python debug enviroment to print debug messages onRenato Filho2012-03-081-1/+2
* Improved the generation of argument conversion in modified functions.Marcelo Lira2012-03-081-0/+2
* Fixed type system variable replacement for arguments removed with conversion ...Marcelo Lira2012-03-081-1/+14
* Added functions to provide a cleaner enum and flags initialization.Marcelo Lira2012-03-082-0/+110
* Added a function to initialize a new wrapper type and add it to a module or e...Marcelo Lira2012-03-082-3/+55
* Introduces new API to create and import Python modules.Marcelo Lira2012-03-086-0/+157
* Check for PYTHONVERBOSE enviroment var to print debug message on bindingRenato Filho2012-03-081-9/+11
* 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-082-9/+22
* Replaced trailing space by a period in documentation comment.Marcelo Lira2012-03-082-4/+4
* Now the generated code stores the enum cpp name on the PyThon type.Renato Filho2012-03-082-8/+35
* 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-082-12/+33
* Removed random unreadable comment.Hugo Parente Lima2012-03-081-3/+0
* Created Shiboken::warning function.Renato Filho2012-03-082-0/+35
* Added Shiboken buffer interface.Hugo Parente Lima2012-03-084-0/+123
* optimized keepreference function.Renato Filho2012-03-082-17/+27
* Created the function 'removeReference', used to remove a specificRenato Filho2012-03-082-0/+24
* 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-083-2/+19
* Fixed enum repr, print functions.Renato Filho2012-03-081-13/+18
* 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
* Don't return a overload method if the object is dieing.Hugo Parente Lima2012-03-081-1/+3
* 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-083-1/+28
* Fix bug in TypeResolver::getType function.Hugo Parente Lima2012-03-081-2/+1
* Check for class initialization on function Object.isValid.Renato Filho2012-03-082-16/+45
* Avoid declar shiboken classes derived from old style objects.Renato Filho2012-03-081-0/+11
* SbkNumber_Check now makes use of PyNumber_Check.Marcelo Lira2012-03-081-1/+3
* Replaced use from QList to QSet in children list.Renato Araujo Oliveira Filho2012-03-082-3/+3
* Fixed enum __repr__ function.Renato Araujo Oliveira Filho2012-03-082-9/+33
* Use SBK_PYTHON_INCLUDE_DIR instead of PYTHON_INCLUDE_DIRS or PYTHON_INCLUDE_P...Hugo Parente Lima2012-03-081-1/+1
* Fix bug#605 - "Using metaclasses with the PySide classes doesn't work"Hugo Parente Lima2012-03-081-2/+2