aboutsummaryrefslogtreecommitdiffstats
path: root/PySide/QtGui
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Add code injection for QInputDialog::get*Hugo Lima2010-02-041-10/+45
* Implement QGraphicsItem::isBlockedByModalPanelAnderson Lizardo2010-02-041-0/+10
* Ignore internal function (qDrawPixmaps)Anderson Lizardo2010-02-041-0/+1
* Fixing QColor get* methods, using new templateLauro Neto2010-02-041-6/+177
* Ported QWidget inject code.Renato Filho2010-02-032-2/+45
* Fix QShortcut inject code.Hugo Lima2010-02-031-8/+7
* Ported boost::python inject code for QMenu and QShortcut.Renato Filho2010-02-022-11/+60
* Remove all "class" attribute from define-ownership tag, so the default value ...Hugo Lima2010-02-021-9/+9
* QPixmap conversion from QVariant.Renato Filho2010-02-012-0/+28
* Add code injections for QApplication setStyle and style methods.Hugo Lima2010-02-011-3/+10
* All interface-types replaced by object-types, because shiboken ignores interf...Hugo Lima2010-02-011-6/+6
* Add QGraphicsItem::UserType constant.Hugo Lima2010-02-011-0/+4
* Enable some functions disabled in QApplication on boost-PySide.Hugo Lima2010-02-011-10/+0
* Ported QRect inject code from Boost.PySide bindings.Renato Filho2010-02-011-6/+27
* Add code injections for QTabWidget.Hugo Lima2010-01-281-2/+16
* Ensure that QApplication instances will be alive forever until the Python VM ...Hugo Lima2010-01-281-4/+9
* Rename QApplication::exec to QApplication::exec_Hugo Lima2010-01-281-0/+1
* Throw an exception when the user attempt to create more than one instance of ...Hugo Lima2010-01-271-0/+5
* Added qApp macro.Hugo Lima2010-01-273-0/+23
* Initial QtGui bindings.Hugo Lima2010-01-276-0/+4611