aboutsummaryrefslogtreecommitdiffstats
path: root/PySide/QtGui
Commit message (Expand)AuthorAgeFilesLines
* No more training wheels. The last occurrences of the old template Converter w...Marcelo Lira2012-03-089-144/+40
* Fixes custom code for QtCore's HWND on win32.Marcelo Lira2012-03-081-8/+1
* Qt::HANDLE is declared only in QtCore, and its specifics depend on the archit...Marcelo Lira2012-03-082-2/+2
* Fixed converter for win32's WId type.Marcelo Lira2012-03-081-1/+4
* Replaced TypeResolver by SbkConverter and SpecificConverter.Marcelo Lira2012-03-081-1/+19
* Removed the remaining occurrences of Shiboken::makeTuple.Marcelo Lira2012-03-081-23/+43
* Added converter for primitive type QModelIndexList.Marcelo Lira2012-03-081-1/+0
* Fixes conversion rule for QGraphicsView::drawItems array argument.Marcelo Lira2012-03-081-2/+3
* Updated various function removals and modifications.Marcelo Lira2012-03-081-2/+43
* New converters for primitive types.Marcelo Lira2012-03-081-1/+10
* Turned QStyleOptionViewItem into value type, for it has a public copy constru...Marcelo Lira2012-03-081-8/+8
* Signature of various added and modified functions modified to use non-const r...Marcelo Lira2012-03-081-9/+9
* Fix bug 1083 - "winId returns a PyCObject making it impossible to compare two...Hugo Parente Lima2012-03-082-23/+4
* Fix BUG #1077 - "Application exit crash when call QSyntaxHighlighter.document()"Paulo Alcantara2012-03-081-0/+5
* Fix BUG #1034 - "Error compiling PySide with Python 3.2.2 32bit on Windows"Paulo Alcantara2012-03-081-1/+25
* Fix BUG #1048Paulo Alcantara2012-03-081-0/+3
* Only removes actions bounded to PyObjects on QMenu::clear.Hugo Parente Lima2012-03-081-4/+9
* Initial update typesystem for support Qt 4.8 (beta).Renato Filho2012-03-081-1/+9
* Fixes win32's HWND converter.Marcelo Lira2012-03-081-0/+2
* Updated QtGui modue to works with python 2.x and 3.xRenato Filho2012-03-081-4/+4
* Initia QtCore port to python3.Renato Filho2012-03-083-19/+19
* Fixed layout policy.Renato Filho2012-03-082-6/+74
* Fix QLayout.itemAt and QGridLayout.itemAtPosition return policy.Renato Filho2012-03-082-2/+9
* Fixed QWidget.window() return policy.Renato Filho2012-03-081-0/+6
* Fix bug 966 - "QX11Info.display() missing"Hugo Parente Lima2012-03-081-4/+15
* Fixed QColor reduce function.Renato Filho2012-03-081-10/+11
* Fixed QMenu, QMenuBar, QToolBar clear function.Renato Filho2012-03-081-0/+42
* Fix QColor __reduce__ function.Renato Filho2012-03-081-2/+8
* Fix QGraphicsProxyWidget.setWidget return policy.Renato Filho2012-03-081-3/+7
* 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