aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/customwidget.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Be compatible with Qt4.5, i.e. no QScopedPointer.Hugo Parente Lima2012-03-081-0/+1
|
* Fixed QtUiTools plugin.Renato Araujo Oliveira Filho2012-03-081-5/+2
| | | | | | | | | 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 Lima2010-11-231-3/+3
|
* Updated to new shiboken API.Renato Araujo Oliveira Filho2010-11-191-2/+2
| | | | | Reviewer: Hugo Parente Lima <hugo.pl@gmail.com> Luciano Wolf <luciano.wolf@openbossa.org>
* Changes needed to compile QtCore with libshiboken v1.0Hugo Parente Lima2010-11-101-6/+6
|
* 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>
* Created uiloader plugin used to register new types before QUiLoader.renatofilho2010-10-071-0/+131
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>