aboutsummaryrefslogtreecommitdiffstats
path: root/generator
Commit message (Expand)AuthorAgeFilesLines
...
* Fix object destruction process to avoid pass a invalid object during theRenato Araujo Oliveira Filho2012-03-081-1/+1
* Fix bug#513 - "Hardcoded bool return type for operator overloads"Hugo Parente Lima2012-03-081-24/+10
* Code generated for Qt's signals wrapping now deal with arguments with default...Marcelo Lira2012-03-081-0/+7
* Generator now writes the proper variable name on C++ constructor calls.Marcelo Lira2012-03-081-1/+2
* Write a simpler code to deal with dynamic QMetaObjects.Hugo Parente Lima2012-03-082-30/+11
* Remove cpp object copier as it was used by anyone and nobody missed him.Hugo Parente Lima2012-03-082-17/+0
* Remove SbkTypeInfo and CppObjectCopier structs, they aren't needed after the ...Hugo Parente Lima2012-03-082-14/+0
* Cast PySideSignal object to PyObject before calling Py_DECREF.sb-1.0.0-beta1Marcelo Lira2012-03-081-1/+1
* Fix compilation without protect hack.Hugo Parente Lima2012-03-082-5/+23
* Fixed generation with use of protect hack.Renato Araujo Oliveira Filho2012-03-081-2/+1
* Merge branch 'fixapi'Hugo Parente Lima2012-03-083-89/+91
|\
| * Do not use const and ref when writing converters for object-types, qflags, co...Hugo Parente Lima2012-03-081-5/+5
| * SbkBaseType_Type renamed to SbkObjectType_Type.Hugo Parente Lima2012-03-081-1/+1
| * Namespace Shiboken::Wrapper renamed to Shiboken::Object.Hugo Parente Lima2012-03-082-26/+26
| * namespace Shiboken::BaseType renamed to Shiboken::ObjectType.Hugo Parente Lima2012-03-083-54/+58
| * Rename SbkBaseType back to SbkObjectType.Hugo Parente Lima2012-03-082-14/+14
* | Fixed generation with AVOID_PROTECTED_HACK.Renato Araujo Oliveira Filho2012-03-081-24/+42
* | Fix merge mistakes:Renato Araujo Oliveira Filho2012-03-081-1/+1
|/
* Created private pointer for Shiboken Meta Type.Renato Araujo Oliveira Filho2012-03-082-67/+67
* Rewrite parent control functions.Renato Araujo Oliveira Filho2012-03-081-10/+19
* Replaces PySide::deleteDynamicQMetaObject by Shiboken::callCppDestructor<Dyna...Hugo Parente Lima2012-03-081-1/+1
* Do not generate return type check when the return type was modified to PyObject.Hugo Parente Lima2012-03-081-1/+1
* Fix the fix that was previously reverted in d8e2d87f.Marcelo Lira2012-03-081-1/+18
* Fix the metaObject method written by the generator after the changed in libsh...Hugo Parente Lima2012-03-081-4/+4
* Remove macro Shiboken_TypeCheckHugo Parente Lima2012-03-081-20/+6
* Removed macros SbkBaseWrapper_Check and SbkBaseWrapper_CheckExact.Hugo Parente Lima2012-03-081-1/+1
* Variable SbkBaseWrapperType_Type renamed to SbkObjectType_TypeHugo Parente Lima2012-03-082-2/+2
* SbkBaseWrapper_Type variable renamed to SbkObject_TypeHugo Parente Lima2012-03-081-1/+1
* SbkBaseWrapperType renamed to SbkObjectType.Hugo Parente Lima2012-03-082-15/+15
* SbkBaseWrapper_TpNew renamed to SbkObjectTpNew, now using C linkage and moved...Hugo Parente Lima2012-03-081-1/+1
* SbkBaseWrapperType and some other functions used by Python C-API moved outsid...Hugo Parente Lima2012-03-081-8/+8
* Replace Shiboken::cppObjectIsInvalid by Shiboken::Wraper::isValidHugo Parente Lima2012-03-081-5/+5
* setCppPointer and getCppPointer moved to namespace Shiboken::WrapperHugo Parente Lima2012-03-081-1/+1
* Removed macros SbkBaseWrapper_instanceDict and SbkBaseWrapper_setInstanceDictHugo Parente Lima2012-03-081-2/+2
* SbkBaseWrapper renamed to SbkObjectHugo Parente Lima2012-03-081-7/+7
* Replaced SbkBaseWrapper_setOwnership by getOwnership and releaseOwnership (bo...Hugo Parente Lima2012-03-081-3/+3
* Moved Shiboken::SbkBaseWrapper outside Shiboken namespace and added a d-point...Hugo Parente Lima2012-03-081-6/+6
* Create enum python types on the fly, avoiding generation of structs and dupli...Hugo Parente Lima2012-03-082-114/+21
* pyenum.{h|cpp} moved to sbkenum.{h|cpp}Hugo Parente Lima2012-03-081-1/+1
* Remove unused variables.Hugo Parente Lima2012-03-081-2/+0
* Revert "Fixed overload decisor sorting to put QStrings after pointers to wrap...renatofilho2012-03-081-17/+0
* Fixed overload functions with QVariant.renatofilho2012-03-081-1/+8
* Removed debug statements mistakenly commited.Marcelo Lira2012-03-081-4/+0
* Fixed overload decisor sorting to put QStrings after pointers to wrapped obje...Marcelo Lira2012-03-081-0/+14
* Implemented support to dynamic slots on generated code.renatofilho2012-03-081-7/+29
* Fixed code generation for functions virtual with know typerenatofilho2012-03-081-6/+22
* Updated code generation to new libpyside files.renatofilho2012-03-082-7/+7
* Updated to new libpyside Signal/Slot namespace.renatofilho2012-03-082-9/+8
* Don't use ref. on primitive types when using Converter<T>::toPython.Hugo Parente Lima2012-03-083-11/+29
* Implemented signal instantiation during the getattr function.renatofilho2012-03-081-2/+12