aboutsummaryrefslogtreecommitdiffstats
path: root/PySide/typesystem_templates.xml
Commit message (Collapse)AuthorAgeFilesLines
* Initial QtMultimedia bindingsCarlos Goncalves2010-04-121-0/+6
|
* Updates to QtXml module.Marcelo Lira2010-03-231-0/+8
| | | | | | | | | Fixes many classes, in particular: QXmlDefaultHandler, QXmlContentHandler, QXmlEntityResolver, QXmlReader and QXmlSimpleReader. A new type system template was added to handle virtual methods that must convert a (result, bool ok) tuple returned from a Python override into a single C++ result value and set a C++ bool* argument.
* Doesn't use "return" on typesystem templates, use %PYARG_0 instead.Hugo Lima2010-02-231-5/+5
| | | | .
* Fixing typo in fix_arg,QRect* templateLauro Neto2010-02-181-1/+1
| | | | Reviewed by Marcelo Lira <marcelo.lira@openbossa.org>
* Fix TODO's for QFontDialog.getFont(...) methods.Luciano Wolf2010-02-081-0/+10
| | | | Reviewed by Renato Araújo <renato.filho@openbossa.org>
* Inject code for QFontMetrics.Renato Filho2010-02-051-1/+6
| | | | Reviewed by Hugo Parente <hugo.lima@openbossa.org>
* Add code injection for QInputDialog::get*Hugo Lima2010-02-041-0/+15
| | | | Reviewed by Marcelo Lira <marcelo.lira@openbossa.org>
* Merge remote branch 'cgoncalves/master' (Initial QtNetwork bindings).Hugo Lima2010-02-041-0/+8
|\ | | | | | | | | | | | | Conflicts: PySide/typesystem_templates.xml Reviewed by Hugo Parente <hugo.lima@openbossa.org>
| * Do not allow multiple arguments in read_wrapper, but one onlyCarlos Goncalves2010-02-021-2/+2
| |
| * Initial QtNetwork bindings.Carlos Goncalves2010-02-021-0/+10
| |
* | Fixing QColor get* methods, using new templateLauro Neto2010-02-041-0/+23
|/ | | | Reviewed by Hugo Parente <hugo.lima@openbossa.org>
* Adding support for QIODevice.getCharLauro Neto2010-02-021-0/+5
| | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
* Create tuple using Shiboken::makeTuple insteadCarlos Goncalves2010-02-021-4/+4
| | | | | | Shiboken::makeTuple is simplier and easier to use Reviewed by Hugo Parente <hugo.lima@openbossa.org>
* Ported QRect inject code from Boost.PySide bindings.Renato Filho2010-02-011-1/+13
| | | | Reviewed by Hugo Parente <hugo.lima@openbossa.org>
* Fixes type system templates for methods with bool* as parameter.Marcelo Lira2010-01-041-5/+5
| | | | | | | | | Template functions like "fix_bool*" were converting the bool "ok" value to various types except bool, and "fix_bool*,arg" was using the wrong C++ argument. Tests were also added. Reviewed by Hugo Parente <hugo.lima@openbossa.org>
* Support slice operator into QStringList.Luciano Wolf2009-12-091-0/+24
| | | | Reviewed by Hugo Parente Lima <hugo.lima@openbossa.org>
* Added inject code for all QString::toSomeNumberType.Hugo Lima2009-12-081-0/+5
|
* Updated code injections to use Shiboken updates regarding type system variables.Marcelo Lira2009-12-081-3/+3
| | | | Reviewed by Luciano Wolf <luciano.wolf@openbossa.org>
* - Add QLocale::toFloat, QLocale::toDouble.Hugo Lima2009-11-191-1/+11
| | | | - Use a clearer naming convension on typesystem template names.
* Added inject codes for methods like QString::toDouble, QByteArray::toFloat, etc.Hugo Lima2009-11-181-0/+12