aboutsummaryrefslogtreecommitdiffstats
path: root/PySide/QtGui/typesystem_gui_common.xml
Commit message (Expand)AuthorAgeFilesLines
* Named the single argument of all "QWidget.*Event(arg)" methods as "event".Marcelo Lira2012-03-081-26/+78
* Fix bug#584 - "python pickle module can't treat QByteArray object of PySide"Hugo Parente Lima2012-03-081-3/+3
* Removed useless rejectionsHugo Parente Lima2012-03-081-61/+5
* Remove protected fields of event classes.Hugo Parente Lima2012-03-081-2/+76
* Fix documentation for QWidget.winId()Hugo Parente Lima2012-03-081-0/+13
* Add polymorphic-id-expression to QGraphicsObject and QDeclarativeItem.Hugo Parente Lima2012-03-081-1/+1
* Fixed QTreeWidgetItem.parent function policy.Renato Araujo Oliveira Filho2012-03-081-2/+17
* Fixed QWidget.setParent signature on typesystem.Renato Araujo Oliveira Filho2012-03-081-1/+1
* Fix QTreeWidgetItem.parent function.Renato Araujo Oliveira Filho2012-03-081-1/+1
* Fixed QWidget.parent function.Renato Araujo Oliveira Filho2012-03-081-5/+18
* Fix bug 546 - "Python crash on exit"Hugo Parente Lima2012-03-081-2/+2
* Fix bug#493 - "__eq__ and friends not implemented for QKeyEvent == QKeySequence"Hugo Parente Lima2012-03-081-2/+7
* Fix bug#569 - "QTableWidgetItem is missing binding of __lt__ to operator<"Hugo Parente Lima2012-03-081-15/+0
* Fix QTreeWidget parent rules.Renato Araujo Oliveira Filho2012-03-081-0/+20
* Fix bug#549 - "QGraphicsWidget::getContentsMargins() and QGraphicsWidget::get...Hugo Parente Lima2012-03-081-4/+42
* Fixes bug #502.Marcelo Lira2012-03-081-0/+3
* Fix bug#481 - "mimeData() missing from QListWidget, QTreeWidget, QTableWidget"Hugo Parente Lima2012-03-081-3/+0
* Fix bug#558 - "print attribute of a QWebFrame cannot be accessed normally"Hugo Parente Lima2012-03-081-0/+2
* Fix bug#512 - "QGridLayout::getItemPosition() is not available"Hugo Parente Lima2012-03-081-1/+23
* Fixes QImage constructor signature that used string buffer as image data source.Marcelo Lira2012-03-081-6/+24
* Merge branch 'apichanges'Hugo Parente Lima2010-11-231-17/+17
|\
| * Adapt to API changes in libshiboken.Hugo Parente Lima2010-11-231-17/+17
* | Fix setContexMenu function ownership rule.Renato Araujo Oliveira Filho2010-11-201-1/+1
|/
* Update to new Shiboken API (Renamed SbkObjectType)Renato Araujo Oliveira Filho2010-11-191-2/+2
* Updated to new shiboken API.Renato Araujo Oliveira Filho2010-11-191-13/+13
* Fix setLayout method that was causing segfault when itemAt wasn't implemented.Luciano Wolf2010-11-171-0/+1
* Fix bug#436 - "Using a custom QValidator generates a segfault"Hugo Parente Lima2010-11-111-20/+37
* Changes needed to compile PySide with libshiboken v1.0Hugo Parente Lima2010-11-101-5/+5
* Fix crashes caused by the newer changes on shiboken generator.Hugo Parente Lima2010-10-281-2/+2
* Replace code injection by typesystem commands.Hugo Parente Lima2010-10-201-3/+3
* Created function value to class QTreeWidgetItemIterator using therenatofilho2010-10-151-2/+11
* Fix bug#172 - "editing a QListWidgetItem stored in a variable makes it imposs...Hugo Parente Lima2010-10-141-15/+2
* Implemented support to deep copy on QtGui.renatofilho2010-10-131-35/+591
* Adding several __reduce__ methods in QtCoreLauro Neto2010-10-131-0/+8
* Workaround to change the documentation about the return value of some functions.Hugo Parente Lima2010-10-071-4/+7
* Revert "Fixed doc of return values."Hugo Parente Lima2010-10-051-7/+4
* Fixed doc of return values.Hugo Parente Lima2010-10-051-4/+7
* Removed whitespaces.Hugo Parente Lima2010-10-051-3/+3
* Fix QWidget::style / QWidget::setStyle ownership rules.renatofilho2010-09-301-0/+25
* Added missing classes.renatofilho2010-09-291-1/+30
* Fix bug#375 - "Just an empty table when using delegate."Hugo Parente Lima2010-09-271-13/+18
* Fixed model view ownership rules.renatofilho2010-09-241-45/+30
* Fixed QVariant::Type convertions.renatofilho2010-09-241-2/+2
* Modified the type system files to make use of nested type declarations.Marcelo Lira2010-09-231-429/+499
* Fixed ownership rules for QStandardItem functions.renatofilho2010-09-201-7/+105
* Fixed QApplication static functions return policy.renatofilho2010-09-201-3/+43
* Added license boilerplates to all typesystem files.Hugo Parente Lima2010-09-091-0/+19
* Fix bug#125 - "QAbstractTextDocumentLayout.registerHandler apparently not wor...Hugo Parente Lima2010-09-021-1/+2
* fixed a typo in typesystem file nameMatti Airas2010-09-021-0/+4712
* Simplify handling of typesystems for multiple OSesAnderson Lizardo2010-08-261-4830/+0