aboutsummaryrefslogtreecommitdiffstats
path: root/generator/cppgenerator.cpp
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-081-64/+64
* 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 metaObject method written by the generator after the changed in libsh...Hugo Parente Lima2012-03-081-4/+4
* Removed macros SbkBaseWrapper_Check and SbkBaseWrapper_CheckExact.Hugo Parente Lima2012-03-081-1/+1
* Variable SbkBaseWrapperType_Type renamed to SbkObjectType_TypeHugo Parente Lima2012-03-081-1/+1
* SbkBaseWrapper_Type variable renamed to SbkObject_TypeHugo Parente Lima2012-03-081-1/+1
* SbkBaseWrapperType renamed to SbkObjectType.Hugo Parente Lima2012-03-081-12/+12
* 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-081-112/+21
* 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-081-6/+6
* Updated to new libpyside Signal/Slot namespace.renatofilho2012-03-081-8/+7
* Don't use ref. on primitive types when using Converter<T>::toPython.Hugo Parente Lima2012-03-081-9/+1
* 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-081-4/+4
* Simplifies the generated code removing the use of std::auto_ptr.Hugo Parente Lima2012-03-081-86/+32
* 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
* 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
* | Fix bug#411 - "Incorrect return statement generated in a function that return...Hugo Parente Lima2012-03-081-13/+30
* | Fixed namespace lookup during the class generation.renatofilho2012-03-081-4/+4
* | Initial copy function generator codeLauro Neto2012-03-081-1/+48
* | Remove uneeded flag check.Lauro Neto2012-03-081-11/+0
|/
* Fixed signal registration when arguments use typedef.renatofilho2012-03-081-3/+19
* Fix bug#402 - "Exceptions raised in event methods aren't printed to console u...Hugo Parente Lima2012-03-081-11/+13
* Disable generation of __repr__ function for QObjects.Hugo Parente Lima2012-03-081-0/+1
* Remove trailing whitespacesHugo Parente Lima2012-03-081-1/+1
* Fix function name use on toPytho fucion.renatofilho2012-03-081-2/+2
* Implement generation support to target conversion.renatofilho2012-03-081-1/+40
* Fix bug#267 - "Provide human-readable object strings (__repr__)"Hugo Parente Lima2012-03-081-0/+23