Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Be compatible with Qt4.5, i.e. no QScopedPointer. | Hugo Parente Lima | 2011-05-12 | 4 | -2/+4 |
| | |||||
* | Fixed QtUiTools plugin. | Renato Araujo Oliveira Filho | 2010-12-21 | 2 | -6/+3 |
| | | | | | | | | | Removed use of static QString to store the class name. Fix bug #533. Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com> | ||||
* | Adapt to API changes in libshiboken. | Hugo Parente Lima | 2010-11-23 | 1 | -3/+3 |
| | |||||
* | Updated to new shiboken API. | Renato Araujo Oliveira Filho | 2010-11-19 | 1 | -2/+2 |
| | | | | | Reviewer: Hugo Parente Lima <hugo.pl@gmail.com> Luciano Wolf <luciano.wolf@openbossa.org> | ||||
* | Changes needed to compile QtCore with libshiboken v1.0 | Hugo Parente Lima | 2010-11-10 | 1 | -6/+6 |
| | |||||
* | Fix bug#438 - "Can't find Python.h on OS X" | Hugo Parente Lima | 2010-10-28 | 1 | -2/+2 |
| | |||||
* | Fixed plugin compilation problems on MacOS. | renatofilho | 2010-10-26 | 1 | -1/+1 |
| | | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org> | ||||
* | Removed QtDesigner dependency from QtUiTools module. | renatofilho | 2010-10-15 | 1 | -1/+1 |
| | | | | | Reviewer: Hugo Parente Lima <hugo.pl@gmail.com> Luciano Wolf <luciano.wolf@openbossa.org> | ||||
* | Fixed reference leak on uiloader. | renatofilho | 2010-10-13 | 1 | -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. | renatofilho | 2010-10-07 | 1 | -1/+1 |
| | | | | | Reviewer: Hugo Parente Lima <hugo.pl@gmail.com> Luciano Wolf <luciano.wolf@openbossa.org> | ||||
* | Reorder includes to avoid _POSIX_C_SOURCE warnings | Lauro Neto | 2010-10-07 | 3 | -3/+3 |
| | |||||
* | Created uiloader plugin used to register new types before QUiLoader. | renatofilho | 2010-10-07 | 5 | -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> |