aboutsummaryrefslogtreecommitdiffstats
path: root/PySide/QtGui/qpixmap_conversion.h
Commit message (Collapse)AuthorAgeFilesLines
* Adapt to API changes in libshiboken.Hugo Parente Lima2010-11-231-8/+8
|
* Update to new Shiboken API (Renamed SbkObjectType)Renato Araujo Oliveira Filho2010-11-191-6/+6
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
* Changes needed to compile PySide with libshiboken v1.0Hugo Parente Lima2010-11-101-2/+2
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Lauro Moura <lauro.neto@openbossa.org>
* Add checkType method to PySide custom converters.Hugo Parente Lima2010-06-101-9/+14
|
* Fixed PySide custom conversions to work with newer versions of shiboken ↵Hugo Lima2010-03-171-0/+7
| | | | generator.
* Updated type system and QString and QPixmap conversions to be extensible.Marcelo Lira2010-03-041-0/+8
| | | | | | | | And removed the QkeySequence test from the black list (the list of tests expected to fail). Reviewed by Hugo Parente <hugo.lima@openbossa.org> Reviewed by Lauro Moura <lauro.neto@openbossa.org>
* Custom code should use Converters instead of the "_cptr" macros.Marcelo Lira2010-02-241-1/+1
| | | | Reviewed by Hugo Parente <hugo.lima@openbossa.org>
* Put all custom converters inside Shiboken namespace.Hugo Lima2010-02-181-0/+2
|
* QPixmap conversion from QVariant.Renato Filho2010-02-011-0/+27
Reviewed by Hugo Parente <hugo.lima@openbossa.org>