aboutsummaryrefslogtreecommitdiffstats
path: root/PySide/QtCore/qvariant_conversions.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix Qvariant to Cpp conversion.Renato Araujo Oliveira Filho2012-03-081-0/+2
| | | | | | | Fixes bug #589 Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Fixed qt_metacall, now everything works as it should.Hugo Parente Lima2012-03-081-38/+28
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Lauro Moura <lauro.neto@openbossa.org>
* Adapt to API changes in libshiboken.Hugo Parente Lima2010-11-231-6/+6
|
* 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>
* Merge branch 1.0 into masterHugo Parente Lima2010-11-101-3/+8
|\ | | | | | | | | Conflicts: PySide/QtCore/qvariant_conversions.h
| * Fixed QVariant conversions for object types.renatofilho2010-11-101-3/+8
| | | | | | | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* | Changes needed to compile QtCore with libshiboken v1.0Hugo Parente Lima2010-11-101-3/+3
|/
* Fixed QVariant conversions for user type.renatofilho2010-11-091-5/+6
|
* Fixed QVariant conversion to C++renatofilho2010-11-091-7/+79
| | | | | | | | Now before convert from python object to C++, PySide check for a existent of metaType for any derived class. Reviewer: Hugo Parente Lima <hugo.pl@gmail.com> Luciano Wolf <luciano.wolf@openbossa.org>
* Fix bug#372 - "DiagramScene (GraphicsView) Example not working"Hugo Parente Lima2010-09-291-4/+1
| | | | The correct title would be "QVariant doesn't correct store a QGraphicsScene object."
* Fixed QVariant conversion from Python object.Renato Filho2010-09-091-7/+6
| | | | | | | Fixes bug #346, #338 Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
* Fix bug#320 - "OR'ing Qt alignments doesn't work; adding them does"Hugo Parente Lima2010-09-031-1/+1
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Renato Araújo <renato.filho@openbossa.org>
* Fix bug#309 - "QtCore.QByteArray() or list from QtCore.Qsettings.value() as ↵Hugo Parente Lima2010-08-301-0/+3
| | | | | | | default" Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Renato Araújo <renato.araujo@openbossa.org>
* Fix elasticnodes segfault.Luciano Wolf2010-07-231-0/+1
|
* Create support to QVariantList and QVariantMap.Renato Filho2010-07-131-0/+63
| | | | | | | Fixes bug: #263 Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Use original name on QVariant type lookup function.Renato Filho2010-07-051-15/+12
| | | | | Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org>, Luciano Wolf <luciano.wolf@openbossa.org>
* Removed QVariant from PySide.Hugo Parente Lima2010-06-101-75/+72
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Add checkType method to PySide custom converters.Hugo Parente Lima2010-06-101-0/+5
|
* Fix QVariant custom code to work with Qt4.7.Hugo Parente Lima2010-05-211-25/+6
| | | | | | | | | Instead of expand QDECLARE_METATYPE just to change a string, change the class name used to hold the PyObject and use the Qt macro. This will protect us on future changes on this macro like the one on Qt 4.7. Reviewer: Renato Araújo <renato.filho@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Fix some issues with QVariant, including the QAbstractKinectScroller one.Hugo Lima2010-04-051-44/+50
|
* Adapt to changes in libshibokenHugo Lima2010-03-311-1/+1
| | | | | Reviewer: Anderson Lizardo <anderson.lizardo@openbossa.org> Reviewer: Bruno Araújo <bruno.araujo@openbossa.org>
* Fixed PySide custom conversions to work with newer versions of shiboken ↵Hugo Lima2010-03-171-0/+7
| | | | generator.
* Fixing usage of tp_name in QVariant converterLauro Neto2010-02-241-1/+3
| | | | Reviewed by Renato Araújo <renato.filho@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
|
* Move QVariant converter implementation to global header.Hugo Lima2010-02-181-2/+82
|
* Almost all QVariant tests pass.Hugo Lima2009-12-081-0/+3
There is just one test which fail, it'll need some support from libpyside to work. Reviewed by Marcelo Lira <marcelo.lira@openbossa.org>