aboutsummaryrefslogtreecommitdiffstats
path: root/PySide/typesystem_templates.xml
Commit message (Expand)AuthorAgeFilesLines
* Implemented fuction __repr__ for base types.Renato Araujo Oliveira Filho2012-03-081-0/+23
* Fixed QFileDialog function calls with options in the last argument.Renato Araujo Oliveira Filho2012-03-081-1/+1
* Fixed QLineEdit.getTextMargins return value.Renato Araujo Oliveira Filho2012-03-081-0/+1
* Fix bug#584 - "python pickle module can't treat QByteArray object of PySide"Hugo Parente Lima2012-03-081-4/+1
* Fixed global functions from QT_TR_NOOP and QT_TRANSLATE_NOOP family.Marcelo Lira2012-03-081-0/+6
* Adapt to API changes in libshiboken.Hugo Parente Lima2010-11-231-6/+6
* Updated to new shiboken API.Renato Araujo Oliveira Filho2010-11-191-3/+3
* Changes needed to compile PySide with libshiboken v1.0Hugo Parente Lima2010-11-101-2/+2
* Implemented support to deep copy on QtCore.renatofilho2010-10-131-3/+47
* Add templates for __reduce__ functions.Lauro Neto2010-10-131-1/+8
* Fixed QApplication static functions return policy.renatofilho2010-09-201-0/+6
* Added license boilerplates to all typesystem files.Hugo Parente Lima2010-09-091-0/+19
* Fixed QtNetwork typesystem to work on windows.Renato Filho2010-08-201-1/+1
* Update modules to work without protect hack.Renato Filho2010-07-231-1/+1
* Fix the template used by QFileDialog methods.Luciano Wolf2010-06-171-2/+2
* Implementing API2 modifications.Luciano Wolf2010-06-151-0/+14
* Fixed parent function return ownership.Renato Filho2010-06-141-0/+9
* Initial QtMultimedia bindingsCarlos Goncalves2010-04-121-0/+6
* Updates to QtXml module.Marcelo Lira2010-03-231-0/+8
* 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
* Fix TODO's for QFontDialog.getFont(...) methods.Luciano Wolf2010-02-081-0/+10
* Inject code for QFontMetrics.Renato Filho2010-02-051-1/+6
* Add code injection for QInputDialog::get*Hugo Lima2010-02-041-0/+15
* Merge remote branch 'cgoncalves/master' (Initial QtNetwork bindings).Hugo Lima2010-02-041-0/+8
|\
| * 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
|/
* Adding support for QIODevice.getCharLauro Neto2010-02-021-0/+5
* Create tuple using Shiboken::makeTuple insteadCarlos Goncalves2010-02-021-4/+4
* Ported QRect inject code from Boost.PySide bindings.Renato Filho2010-02-011-1/+13
* Fixes type system templates for methods with bool* as parameter.Marcelo Lira2010-01-041-5/+5
* Support slice operator into QStringList.Luciano Wolf2009-12-091-0/+24
* 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
* - Add QLocale::toFloat, QLocale::toDouble.Hugo Lima2009-11-191-1/+11
* Added inject codes for methods like QString::toDouble, QByteArray::toFloat, etc.Hugo Lima2009-11-181-0/+12