aboutsummaryrefslogtreecommitdiffstats
path: root/generator
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* | 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-082-1/+50
* | 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-083-4/+44
* Fix bug#267 - "Provide human-readable object strings (__repr__)"Hugo Parente Lima2012-03-082-0/+24
* Shiboken avoids generating code for private enums.Marcelo Lira2012-03-082-8/+17
* All type inherited from Containers are iterables.Hugo Parente Lima2012-03-081-1/+1
* Implement support to object list on ownserhsip functions.renatofilho2012-03-081-9/+25
* Created a new rule to parent ownership.renatofilho2012-03-081-1/+1
* Fix bug#386 - "NUL, SOH, and other characters in generated code"Hugo Parente Lima2012-03-081-1/+1
* Fixes generator to actually use extra includes declared for global enums.Marcelo Lira2012-03-081-0/+12
* Fixed function use to create wrapper based on QObject.renatofilho2012-03-081-1/+5
* Add missing CMakeLists.txt fileHugo Parente Lima2012-03-081-0/+32
* Shiboken generator code moved to the directory generator.Hugo Parente Lima2012-03-0810-0/+7729