aboutsummaryrefslogtreecommitdiffstats
path: root/PySide/typesystem_templates.xml
Commit message (Collapse)AuthorAgeFilesLines
* Initia QtCore port to python3.Renato Filho2012-03-081-2/+2
|
* Fixed problems in function that return None, and was not verified.Renato Filho2012-03-081-4/+6
| | | | | | | | | | Some functions with inject code didnot verify the result value before convert to Shiboken types. Fixes bug #998. Reviewed by: Hugo Parente <hugo.lima@openbossa.org> Lauro Neto <lauro.neto@openbossa.org>
* Updated QtCore's type system.Marcelo Lira2012-03-081-7/+11
|
* Moved AutoArrayPointer from libpyside to libshiboken.Marcelo Lira2012-03-081-1/+1
| | | | | Reviewed by Hugo Parente <hugo.lima@openbossa.org> Reviewed by Luciano Wolf <luciano.wolf@openbossa.org>
* Fixed QMainWindow ownership control.Renato Filho2012-03-081-2/+3
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
* Moved internalPointer methods code injection into a code template.Marcelo Lira2012-03-081-0/+6
|
* Fix typoPaulo Alcantara2012-03-081-1/+1
| | | | Signed-off-by: Paulo Alcantara <paulo.alcantara@openbossa.org>
* Add template to toTuple() functionsPaulo Alcantara2012-03-081-0/+4
| | | | Signed-off-by: Paulo Alcantara <paulo.alcantara@openbossa.org>
* Fix bug 786 - "There's no __eq__ for all classes inherited from ↵Hugo Parente Lima2012-03-081-3/+0
| | | | | | | ObjectDescription<T> due to an Apiextractor bug." Reviewer: Lauro Moura <lauro.neto@openbossa.org> Renato Araújo <renato.filho@openbossa.org>
* Fixed QFileDialog functions which used QString as pointer to return valuesRenato Filho2012-03-081-2/+2
| | | | | | | Fixes bug #819 Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
* Implemented conversion from QMultiMap to Python dictonary.Renato Filho2012-03-081-0/+13
| | | | | | | Fixes bug #773. Reviewer: Lauro Moura <lauro.neto@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Implemented function ObjectDescription.fromIndex.Renato Filho2012-03-081-0/+4
| | | | | | | Fixes bug #787. Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Fixes bug #742 - Method "void ↵Marcelo Lira2012-03-081-0/+8
| | | | | | | | QPrinter::getPageMargins(qreal*,qreal*,qreal*,qreal*,Unit) const" missing Also added unit tests. http://bugs.pyside.org/show_bug.cgi?id=742
* Implemented support to pyton iterator in QTextFrame::iterator.Renato Filho2012-03-081-0/+15
| | | | | | | Fixes bug #688. Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Updated type system files to use the new %BEGIN_ALLOW_THREADS and ↵Marcelo Lira2012-03-081-38/+38
| | | | | | | %END_ALLOW_THREADS variables. Reviewed by Lauro Moura <lauro.neto@openbossa.org> Reviewed by Luciano Wolf <luciano.wolf@openbossa.org>
* Fixes bugs 739 and 752.Marcelo Lira2012-03-081-0/+8
| | | | | | | Bug #739 - Method "QTransform::map(qreal x, qreal y, qreal* tx, qreal* ty) const" missing Bug #752 - Method "void QSplitter::getRange(int index, int* min, int* max) const" missing Also added unit tests.
* Fixes bugs 744, 745, 756, 758 and 764.Marcelo Lira2012-03-081-0/+17
| | | | | | | | | | Bug #744 - Method "void QGraphicsLayout::getContentsMargins(qreal*,qreal*,qreal*,qreal*) const" missing Bug #745 - Method "void QGraphicsLayoutItem::getContentsMargins(qreal*,qreal*,qreal*,qreal*) const" missing Bug #756 - Method "void QWidget::getContentsMargins(int*,int*,int*,int*) const" missing Bug #758 - Method "void QTextCursor::selectedTableCells(int*,int*,int*,int*) const" missing Bug #764 - Method "void QLayout::getContentsMargins(int*,int*,int*,int*) const" missing Also added unit tests.
* Merged fix_int*... and fix_qreal*... type system templates.Marcelo Lira2012-03-081-11/+3
| | | | Also modified the method call to be friendlier with virtual methods.
* Fix bug 728 - "QFileDialog.getOpenFileNames never returns (hangs)"Hugo Parente Lima2012-03-081-0/+38
| | | | | Reviewer: Lauro Moura <lauro.neto@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Implemented fuction __repr__ for base types.Renato Araujo Oliveira Filho2012-03-081-0/+23
| | | | | | | Fixes bug #593 Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Fixed QFileDialog function calls with options in the last argument.Renato Araujo Oliveira Filho2012-03-081-1/+1
| | | | | | | Fixes bug #590 Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Fixed QLineEdit.getTextMargins return value.Renato Araujo Oliveira Filho2012-03-081-0/+1
| | | | | | | Fixes bug #632 Reviewer: Hugo Parente Lima <hugo.pl@gmail.com> Marcelo Lira <marcelo.lira@openbossa.org>
* Fix bug#584 - "python pickle module can't treat QByteArray object of PySide"Hugo Parente Lima2012-03-081-4/+1
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Lauro Moura <lauro.neto@openbossa.org>
* Fixed global functions from QT_TR_NOOP and QT_TRANSLATE_NOOP family.Marcelo Lira2012-03-081-0/+6
| | | | | | | | | | | These function just return one of their arguments as result, and the buggy implementation was forgetting to increment the reference count for the returned object. A new unit test was added. Reviewed by Hugo Parente <hugo.lima@openbossa.org> Reviewed by Renato Araújo <renato.filho@openbossa.org>
* 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
| | | | | Reviewer: Hugo Parente Lima <hugo.pl@gmail.com> Luciano Wolf <luciano.wolf@openbossa.org>
* 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>
* Implemented support to deep copy on QtCore.renatofilho2010-10-131-3/+47
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Lauro Neto <lauro.neto@openbossa.org>
* Add templates for __reduce__ functions.Lauro Neto2010-10-131-1/+8
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Renato Filho <renato.filho@openbossa.org>
* Fixed QApplication static functions return policy.renatofilho2010-09-201-0/+6
| | | | | | | Fixes bug #363. Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* 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
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
* Update modules to work without protect hack.Renato Filho2010-07-231-1/+1
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Fix the template used by QFileDialog methods.Luciano Wolf2010-06-171-2/+2
| | | | | Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org>, Marcelo Lira <marcelo.lira@openbossa.org>
* Implementing API2 modifications.Luciano Wolf2010-06-151-0/+14
| | | | | Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org>, Marcelo Lira <marcelo.lira@openbossa.org>
* Fixed parent function return ownership.Renato Filho2010-06-141-0/+9
| | | | | | | | | Fixed QMainWindow functions ownership. Fixes #241. Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org>, Marcelo Lira <marcelo.lira@openbossa.org>
* 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>