aboutsummaryrefslogtreecommitdiffstats
path: root/shibokenmodule
Commit message (Collapse)AuthorAgeFilesLines
* Install the shiboken module to site-packagesJohn Ehresman2012-05-031-0/+1
| | | | | Change-Id: Ia11858b90183ef6b599e1c0f299e730cd4ff9334 Reviewed-by: Hugo Parente Lima <hugo.lima@openbossa.org>
* --generator-set command line switch is working again.Hugo Parente Lima2012-03-091-1/+1
| | | | | | QtDocGenerator also working again and the directory layout was changed a bit. Reviewer: Trust me
* Merge GeneratorRunner inside Shiboken.Hugo Parente Lima2012-03-091-2/+2
| | | | | | | | | | | | | | | | Conflicts: CMakeLists.txt data/CMakeLists.txt doc/CMakeLists.txt doc/_templates/index.html doc/_templates/layout.html doc/_themes/pysidedocs/static/pysidedocs.css doc/commandlineoptions.rst doc/conf.py.in doc/contents.rst doc/images/bindinggen-development.png doc/images/boostqtarch.png tests/CMakeLists.txt
* Declares Python types using the new "<custom-type>" tag.Marcelo Lira2012-03-081-0/+2
|
* Implemented PSEP 0106.Hugo Parente Lima2012-03-084-0/+146
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Paulo Alcantra <pcacjr@gmail.com>
* Revert "Implements PSEP-0106 and fixes bug 902 - "Expose Shiboken ↵Hugo Parente Lima2012-03-084-121/+0
| | | | | | | | functionality through a Python module"." This reverts commit bc8448d7fb91733ff08c2a6a3a878702c14a24e0. The PSEP didn't reach the final version yet, so this commit can't be released.
* Implements PSEP-0106 and fixes bug 902 - "Expose Shiboken functionality ↵Hugo Parente Lima2012-03-084-0/+121
through a Python module".