aboutsummaryrefslogtreecommitdiffstats
path: root/PySide/QtGui
Commit message (Expand)AuthorAgeFilesLines
* Fix bug#167Hugo Parente Lima2010-05-071-1/+1
* Adding missing filesLauro Neto2010-05-031-0/+1
* Fixed typesystem parser warnings.Renato Filho2010-04-301-1/+0
* Added all Qt global functions using the brand new function tag.Hugo Parente Lima2010-04-221-0/+16
* Function modifications of QDragMoveEvent moved to its base type, QDropEvent.Hugo Parente Lima2010-04-221-2/+2
* Fixed QLayoutItemWidget polymorphic expression.Renato Filho2010-04-221-1/+1
* Fixed QLayout family return policy.Renato Filho2010-04-222-96/+200
* Fixed QApplication exit order.Renato Filho2010-04-221-0/+2
* Implemented module QtMaemo5.renato2010-04-223-5/+23
* Adapt to changes in libshibokenHugo Lima2010-03-311-2/+5
* Updates QMenuBar type system and adds custom code for addAction method.Lauro Neto2010-03-232-1/+36
* Install module headers.Hugo Lima2010-03-231-0/+2
* Adds a hash function to QTreeWidgetItem objects.Marcelo Lira2010-03-231-1/+1
* Putting back QDrag::start.Lauro Neto2010-03-221-2/+0
* Fixes QPixmap.loadFromData method and extends QPixmap test cases.Marcelo Lira2010-03-191-1/+14
* Fixed PySide custom conversions to work with newer versions of shiboken gener...Hugo Lima2010-03-171-0/+7
* Add some missing Qt4.6 enums.Hugo Lima2010-03-041-0/+3
* Updated type system and QString and QPixmap conversions to be extensible.Marcelo Lira2010-03-042-0/+10
* Re-add polymorphic-id-expression attribute on QtCore and QtGui typesystems.Hugo Lima2010-03-032-72/+87
* Fix bug #164 - __len__() function missing in QItemSelection.Luciano Wolf2010-02-261-0/+5
* QWidget.setStyle should not be set as parent of the style passed to it.Marcelo Lira2010-02-251-5/+0
* Fixed QtGui type system for QStyleFactory::create(QString) method.Marcelo Lira2010-02-251-1/+7
* Custom code should use Converters instead of the "_cptr" macros.Marcelo Lira2010-02-241-1/+1
* Modify return ownership for some QTextCursor methodsAnderson Lizardo2010-02-231-0/+15
* Renamed exec function on QPrintDialog().Renato Filho2010-02-231-1/+3
* Doesn't use "return" on typesystem templates, use %PYARG_0 instead.Hugo Lima2010-02-231-0/+6
* Added QPixmap(QVariant).Hugo Lima2010-02-221-0/+10
* QtGui and QtNetwork uses the global header from QtCore, so they must be compi...Hugo Lima2010-02-191-0/+1
* Fix array deallocationLauro Neto2010-02-191-10/+10
* QGraphicsItem.isBlockedByModalPanel: initialize the pointer argument to avoid...Anderson Lizardo2010-02-191-1/+1
* Update QFontMetrics(f) tabArray handlingLauro Neto2010-02-191-40/+106
* Do not link a python module to other python module.Hugo Lima2010-02-181-2/+1
* Put all custom converters inside Shiboken namespace.Hugo Lima2010-02-181-0/+2
* Do not export symbols, because nobody can link against QtCore.Hugo Lima2010-02-181-7/+14
* Fixes QtGui type system to use 'reference-count' tag setModel methods.Marcelo Lira2010-02-171-10/+17
* Removed type system instructions causing returned objects to be invalidated.Marcelo Lira2010-02-121-171/+0
* Fixed QMatrix4x4 inject code.Renato Filho2010-02-111-8/+7
* Inject code for QGraphicsView.drawItems.Renato Filho2010-02-111-1/+47
* Fix warning about "remove argument" on QFontDialog methods.Luciano Wolf2010-02-091-3/+9
* Remove the removal of QBrush(Qt::GlobalColor, Qt::BrushStyle).Hugo Lima2010-02-081-2/+1
* Fix TODO's for QFontDialog.getFont(...) methods.Luciano Wolf2010-02-081-9/+27
* Add QColor(QVariant) constructors.Hugo Lima2010-02-081-0/+8
* Fixes for QtCore and QtGui type sytemsCarlos Goncalves2010-02-081-2/+2
* Fixed QToolBox inject code.Renato Filho2010-02-081-4/+6
* Inject code for QTransform, QFontMetrics, QMatrix, QFontMeticsF.Renato Filho2010-02-051-18/+59
* Simplify "else" and "endif" statementsAnderson Lizardo2010-02-051-2/+2
* Remove nested parenthesis on IF() statement (not supported in CMake 2.6.2)Anderson Lizardo2010-02-051-3/+3
* Remove duplicate source fileAnderson Lizardo2010-02-051-1/+0
* Inject code for QFontMetrics.Renato Filho2010-02-051-6/+43
* QMatrix4x4 inject code.Renato Filho2010-02-051-2/+56