aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Updated the custom widget plugin to use the new converters.Marcelo Lira2012-03-081-1/+1
|
* Fix bug#438 - "Can't find Python.h on OS X"Hugo Parente Lima2010-10-281-2/+2
|
* Fixed plugin compilation problems on MacOS.renatofilho2010-10-261-1/+1
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Removed QtDesigner dependency from QtUiTools module.renatofilho2010-10-151-1/+1
| | | | | Reviewer: Hugo Parente Lima <hugo.pl@gmail.com> Luciano Wolf <luciano.wolf@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>
* Created uiloader plugin used to register new types before QUiLoader.renatofilho2010-10-071-0/+29
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>