aboutsummaryrefslogtreecommitdiffstats
path: root/generator
Commit message (Expand)AuthorAgeFilesLines
* 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