aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
Commit message (Collapse)AuthorAgeFilesLines
* Fixed reference leak on uiloader.renatofilho2010-10-131-4/+7
| | | | | | | Fixes bug #392 Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Fixed python include var used in plugins project.renatofilho2010-10-071-1/+1
| | | | | Reviewer: Hugo Parente Lima <hugo.pl@gmail.com> Luciano Wolf <luciano.wolf@openbossa.org>
* Reorder includes to avoid _POSIX_C_SOURCE warningsLauro Neto2010-10-073-3/+3
|
* Created uiloader plugin used to register new types before QUiLoader.renatofilho2010-10-075-0/+335
This is used to register a new python type which can be used in ui description files. Reviewer: Hugo Parente Lima <hugo.pl@gmail.com> Luciano Wolf <luciano.wolf@openbossa.org>