aboutsummaryrefslogtreecommitdiffstats
path: root/PySide/QtUiTools/glue
Commit message (Collapse)AuthorAgeFilesLines
* Fix BUG #1058 - "Strange code in PySide/QtUiTools/glue/plugins.h"Paulo Alcantara2012-03-081-2/+2
| | | | | | Signed-off-by: Paulo Alcantara <pcacjr@gmail.com> Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Bruno Araújo <bruno.araujo@openbossa.org>
* Remove obscure code from QUiLoader inject code.Renato Filho2012-03-081-6/+0
| | | | | | | Fixes bug #958. Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Fix bug 913 - "Widgets inside QTabWidget are not exported as members of the ↵Hugo Parente Lima2012-03-081-49/+32
| | | | | | | containing widget" Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Renato Araújo <renato.filho@openbossa.org>
* Adapt to API changes in libshiboken.Hugo Parente Lima2010-11-231-1/+1
|
* Updated to new shiboken API.Renato Araujo Oliveira Filho2010-11-191-1/+1
| | | | | Reviewer: Hugo Parente Lima <hugo.pl@gmail.com> Luciano Wolf <luciano.wolf@openbossa.org>
* Used original object in parent dictionary.renatofilho2010-10-131-5/+11
| | | | | | | This allow use the object as arguments in any functions. 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/+47
| | | | | | | 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>
* Used proxy object in QUiLoader loaded widget to avoid cyclic reference.renatofilho2010-10-071-4/+7
| | | | | Reviewer: Hugo Parente Lima <hugo.pl@gmail.com> Luciano Wolf <luciano.wolf@openbossa.org>
* Support any QObject in QUiLoader.load function.renatofilho2010-09-301-2/+2
| | | | | | | Fix bug #392. Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Port old boost code used in QtUiTools.renatofilho2010-09-221-0/+68
fixes bug #376. Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>