aboutsummaryrefslogtreecommitdiffstats
path: root/PySide/QtGui
Commit message (Collapse)AuthorAgeFilesLines
...
* Add code injection for QInputDialog::get*Hugo Lima2010-02-041-10/+45
| | | | Reviewed by Marcelo Lira <marcelo.lira@openbossa.org>
* Implement QGraphicsItem::isBlockedByModalPanelAnderson Lizardo2010-02-041-0/+10
| | | | Reviewed by Renato Araújo <renato.filho@openbossa.org>
* Ignore internal function (qDrawPixmaps)Anderson Lizardo2010-02-041-0/+1
| | | | Reviewed by Renato Araújo <renato.filho@openbossa.org>
* Fixing QColor get* methods, using new templateLauro Neto2010-02-041-6/+177
| | | | Reviewed by Hugo Parente <hugo.lima@openbossa.org>
* Ported QWidget inject code.Renato Filho2010-02-032-2/+45
| | | | Reviewed by Lauro Moura <lauro.neto@openbossa.org>
* Fix QShortcut inject code.Hugo Lima2010-02-031-8/+7
| | | | Reviewed by Marcelo Lira <marcelo.lira@openbossa.org>
* Ported boost::python inject code for QMenu and QShortcut.Renato Filho2010-02-022-11/+60
| | | | Reviewed by Hugo Parente Lima <hugo.lima@openbossa.org>
* Remove all "class" attribute from define-ownership tag, so the default value ↵Hugo Lima2010-02-021-9/+9
| | | | | | will be applied. Reviewed by Marcelo Lira <marcelo.lira@openbossa.org>
* QPixmap conversion from QVariant.Renato Filho2010-02-012-0/+28
| | | | Reviewed by Hugo Parente <hugo.lima@openbossa.org>
* Add code injections for QApplication setStyle and style methods.Hugo Lima2010-02-011-3/+10
| | | | Reviewed by Marcelo Lira <marcelo.lira@openbossa.org>
* All interface-types replaced by object-types, because shiboken ignores ↵Hugo Lima2010-02-011-6/+6
| | | | interface-types.
* 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
| | | | | | | | - qwsSetDecoration(QDecoration*) - qwsSetDecoratiom(QString&amp;) - commitData(QSessionManager&amp;) - saveState(QSessionManager&amp;) - fontMetrics()
* Ported QRect inject code from Boost.PySide bindings.Renato Filho2010-02-011-6/+27
| | | | Reviewed by Hugo Parente <hugo.lima@openbossa.org>
* Add code injections for QTabWidget.Hugo Lima2010-01-281-2/+16
| | | | Reviewed by Marcelo Lira <marcelo.lira@openbossa.org>
* Ensure that QApplication instances will be alive forever until the Python VM ↵Hugo Lima2010-01-281-4/+9
| | | | | | | | death. Also deletes argv when QApplication is removed. Reviewed by Luciano Wolf <luciano.wolf@openbossa.org>
* 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
| | | | | | QApplication. Reviewed by Marcelo Lira <marcelo.lira@openbossa.org>
* Added qApp macro.Hugo Lima2010-01-273-0/+23
|
* Initial QtGui bindings.Hugo Lima2010-01-276-0/+4611