aboutsummaryrefslogtreecommitdiffstats
path: root/PySide/QtGui
Commit message (Expand)AuthorAgeFilesLines
* Updated QtGui's type system.Marcelo Lira2012-03-081-67/+98
* Fix bug 964 - "QAbstractItemView.moveCursor() method is missing"Hugo Parente Lima2012-03-081-2/+0
* Fixed QColor.__reduce__ function.Renato Filho2012-03-081-5/+5
* Implemented QColor.__repr__ and QColor.__str__ functions.Renato Filho2012-03-081-0/+51
* Fixes Bug #944: Segfault on QIcon(None).pixmap()Marcelo Lira2012-03-081-0/+2
* Moved AutoArrayPointer from libpyside to libshiboken.Marcelo Lira2012-03-081-6/+2
* Replaced hard coded variables by type system variables in QtCore and QtGui.Marcelo Lira2012-03-081-1/+1
* Fix typo on function modification signature.Renato Filho2012-03-081-1/+1
* Fix bug 890 - "Add signal connection example for valueChanged(int) on QSpinBo...Hugo Parente Lima2012-03-081-1/+30
* Fix bug 821 - "Mapping interface for QPixmapCache"Hugo Parente Lima2012-03-081-1/+11
* Fix argument name on QStyle functions, and modify default value.Renato Filho2012-03-081-0/+18
* Fixed QGraphicsView.scene return policy.Renato Filho2012-03-081-7/+16
* Fixed QMainWindow ownership control.Renato Filho2012-03-081-1/+5
* Fixed QWidget.parentWidget return policy.Renato Filho2012-03-081-3/+9
* Fill qApp is any QApplication is active during the QtGui moude import.Renato Filho2012-03-081-2/+8
* Updated PySide type systems to use the new type system variables: %ISCONVERTI...Marcelo Lira2012-03-081-3/+3
* Fix bug 879 - "QDoubleSpinBox: Can't call the parent validate() method from a...Hugo Parente Lima2012-03-081-33/+41
* Fix bug 822 - "Can't use QApplication without X"Hugo Parente Lima2012-03-082-14/+38
* Fixed default return value for "QStyleOptionViewItem QAbstractItemView::viewO...Marcelo Lira2012-03-081-0/+5
* Fix bug 877 - "Fatal Python error on application quit."Hugo Parente Lima2012-03-081-1/+1
* Fix bug 870 - "QStylePainter.drawControl doesn't draw anything"Hugo Parente Lima2012-03-081-70/+70
* Port all buffer related code to the new Shiboken buffer interface.Hugo Parente Lima2012-03-081-27/+16
* Added the missing QPixmapCache.Key class to the type system.Marcelo Lira2012-03-082-0/+2
* Fix bug #606Paulo Alcantara2012-03-081-0/+66
* Only add Qt4.6 classes when using Qt4.6 on QtTest and QtGui.Hugo Parente Lima2012-03-081-1/+1
* Add since attribute for classes and enums added on Qt4.6 and Qt4.7.Hugo Parente Lima2012-03-081-45/+44
* Fix QGraphicsItem compilation on Qt4.5.Hugo Parente Lima2012-03-081-1/+1
* Fix QColor wrapper compilation on Qt4.5.Hugo Parente Lima2012-03-081-0/+2
* Remove typesystem verbosity after fix of bug 417.Hugo Parente Lima2012-03-081-45/+45
* Use add-function on QCoreApplication and QApplication constructors.Hugo Parente Lima2012-03-082-24/+12
* Create pythonic functions for QTransform class.Renato Filho2012-03-081-0/+35
* Included QMacStyle class check.Renato Filho2012-03-082-0/+5
* Put back missing functions for class QItemSelection.Renato Filho2012-03-081-9/+1
* Fix bug 844 - "Crash in QGraphicsItem::toGraphicsObject when printing obj ref...Hugo Parente Lima2012-03-081-1/+1
* Fixed QStandardItem::clone and QStandardItemModel::setItemPrototype ownership...Renato Filho2012-03-081-0/+7
* Fixed QFileDialog functions which used QString as pointer to return valuesRenato Filho2012-03-081-9/+12
* Fixed QKeyEvent polymorphic-id-expression to support QEvent::ShortcutOverride.Renato Filho2012-03-081-1/+1
* Fix bug 766 - "Constructor "QImage(const char* const xpm[])" missing"Hugo Parente Lima2012-03-081-20/+28
* Fix bugs 776 and 777Hugo Parente Lima2012-03-081-4/+14
* Implemented support to iterator on QTreeWidgetItemIterator.Renato Filho2012-03-081-0/+13
* Fixed QKeySequence convertion to QVariant.Renato Filho2012-03-081-1/+1
* Implemented support to QKeySequence.operator[].Renato Filho2012-03-081-3/+12
* Fix bugs 771, 772, 779, 780, 781, 782, 783 and 784Hugo Parente Lima2012-03-081-13/+55
* Fix bug 768 - "Method "QGraphicsItemGroup* QGraphicsScene::createItemGroup(co...Hugo Parente Lima2012-03-081-4/+22
* Fix bug 765 - "Method "QRect QStyle::itemTextRect(const QFontMetrics&,constQR...Hugo Parente Lima2012-03-081-2/+0
* Fix bug 760 - "Method "void QMatrix::map(int x,int y,int* tx,int* ty)const" m...Hugo Parente Lima2012-03-081-4/+27
* Implemented necessary convertions rules for function QPicture.setData.Renato Filho2012-03-081-1/+27
* fix QTextBlock.setUserData reference leak.Renato Filho2012-03-081-2/+18
* Fixes Bug #757 - Constructor "QPixmap(const char* const[] xpm)" missing.Marcelo Lira2012-03-081-12/+31
* Fixes bug #755 - Method "void QInputContext::setFocusWidget(QWidget*)" missingMarcelo Lira2012-03-081-2/+0