aboutsummaryrefslogtreecommitdiffstats
path: root/generator
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* Uses CPP_SELF_VAR macro and replaces cpp_other by cppOther.Hugo Parente Lima2012-03-081-5/+5
* Uses a constant to define the cpp_arg variable, now called cppArg.Hugo Parente Lima2012-03-083-6/+8
* Simplifies the generated code removing the use of std::auto_ptr.Hugo Parente Lima2012-03-083-94/+36
* Write copy constructor for Object types when there is one.Hugo Parente Lima2012-03-081-6/+5
* Implemented support to dynamic signals created on QML side.renatofilho2012-03-081-1/+33
* Fixed GilState and ThreadSave code generation.renatofilho2012-03-081-7/+2
* Release gil before call C++ function on virtual method.renatofilho2012-03-081-2/+2
* Fix reference leak when registering enum types.Hugo Parente Lima2012-03-081-21/+7
* Updated code generation to new libpyside API.renatofilho2012-03-081-4/+4
* Fixed signal register function.renatofilho2012-03-081-9/+3
* Updated the overload sorting to handle convertible types inside containers.Marcelo Lira2012-03-081-67/+177
* Merge remote branch 'mainline/1.0'Hugo Parente Lima2012-03-081-5/+5
|\
| * Qt signals are added to Python wrappers via the PySide::addSignalToWrapper fu...Marcelo Lira2012-03-081-2/+2
| * Generate code compatible with new properties function names.Hugo Parente Lima2012-03-081-3/+3
* | Fix check of return type by python reimplementations of C++ virtual functions.Hugo Parente Lima2012-03-081-1/+1
* | Write right check type function when guessing the check function for a valid ...Hugo Parente Lima2012-03-081-1/+1