aboutsummaryrefslogtreecommitdiffstats
path: root/generator
Commit message (Collapse)AuthorAgeFilesLines
* Initial copy function generator codeLauro Neto2012-03-082-1/+50
| | | | | Reviewer: Renato Araújo <renato.filho@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Remove uneeded flag check.Lauro Neto2012-03-081-11/+0
| | | | | | | | | | | | Fixes #405 This check was preventing operations between two Flags. Wrong argument type now are handled in the Converter calls. Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Reviewer: Hugo Lima <hugo.lima@openbossa.org> Reviewer: Renato Filho <renato.filho@openbossa.org>
* Fixed signal registration when arguments use typedef.renatofilho2012-03-081-3/+19
| | | | | | | Fixes bug #397. Reviewer: Hugo Parente Lima <hugo.pl@gmail.com> Luciano Wolf <luciano.wolf@openbossa.org>
* Fix bug#402 - "Exceptions raised in event methods aren't printed to console ↵Hugo Parente Lima2012-03-081-11/+13
| | | | | | | until termination" Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Renato Araújo <renato.filho@openbossa.org>
* Disable generation of __repr__ function for QObjects.Hugo Parente Lima2012-03-081-0/+1
| | | | | | | The Qt implamentation is not usefull to Python developers. Reviewer: Renato Araújo <renato.filho@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Remove trailing whitespacesHugo Parente Lima2012-03-081-1/+1
|
* Fix function name use on toPytho fucion.renatofilho2012-03-081-2/+2
| | | | | Reviewer: Hugo Parente Lima <hugo.pl@gmail.com> Luciano Wolf <luciano.wolf@openbossa.org>
* Implement generation support to target conversion.renatofilho2012-03-083-4/+44
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Fix bug#267 - "Provide human-readable object strings (__repr__)"Hugo Parente Lima2012-03-082-0/+24
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Shiboken avoids generating code for private enums.Marcelo Lira2012-03-082-8/+17
| | | | | Reviewed by Luciano Wolf <luciano.wolf@openbossa.org> Reviewed by Renato Araújo <renato.filho@openbossa.org>
* 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
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Created a new rule to parent ownership.renatofilho2012-03-081-1/+1
| | | | | | | In the new rule if the child object is a Shiboken wrapper class, the object is not invalidade during the parent destructions, the binding manager will wait for object destructor to invalidade the wrapper. Reviewer: Hugo Parente Lima <hugo.pl@gmail.com> Luciano Wolf <luciano.wolf@openbossa.org>
* Fix bug#386 - "NUL, SOH, and other characters in generated code"Hugo Parente Lima2012-03-081-1/+1
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Fixes generator to actually use extra includes declared for global enums.Marcelo Lira2012-03-081-0/+12
| | | | | | | And also for class/namespace enums. Reviewed by Luciano Wolf <luciano.wolf@openbossa.org> Reviewed by Renato Araújo <renato.filho@openbossa.org>
* Fixed function use to create wrapper based on QObject.renatofilho2012-03-081-1/+5
| | | | | | | Fixes bug #360. Reviewer: Hugo Parente Lima <hugo.pl@gmail.com> Luciano Wolf <luciano.wolf@openbossa.org>
* 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
Reviewer: Renato Araújo <renato.filho@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>