aboutsummaryrefslogtreecommitdiffstats
path: root/PySide/QtGui
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fixes bugs 753 and 754.Marcelo Lira2012-03-081-4/+0
* Fixes bug #741 - Method "qreal QTextLine::cursorToX(int*,Edge) const" missing.Marcelo Lira2012-03-081-1/+11
* Fixes bug #742 - Method "void QPrinter::getPageMargins(qreal*,qreal*,qreal*,q...Marcelo Lira2012-03-081-2/+22
* Fixed CMakeLists.txt files to prevent static source files of being deleted by...Marcelo Lira2012-03-081-0/+1
* The funcition QSplashScreen.repaint was removed because that override the QWi...Renato Filho2012-03-081-1/+1
* Put back QPainter.fontInfo.Renato Filho2012-03-081-2/+0
* Implemented support to mapping on QMatrix4x4.Renato Filho2012-03-081-0/+18
* Implemented function QBitmap.fromData.Renato Filho2012-03-081-2/+11
* Removes the removal of QMatrix4x4 call operators.Hugo Parente Lima2012-03-081-7/+0
* Implemented support to pyton iterator in QTextFrame::iterator.Renato Filho2012-03-081-9/+26
* Updated type system files to use the new %BEGIN_ALLOW_THREADS and %END_ALLOW_...Marcelo Lira2012-03-081-2/+2
* Fixes bugs 746, 747 and 748.Marcelo Lira2012-03-081-8/+51
* Fixes bugs 739 and 752.Marcelo Lira2012-03-081-4/+32
* Fixes bugs 744, 745, 756, 758 and 764.Marcelo Lira2012-03-081-10/+135
* Merged fix_int*... and fix_qreal*... type system templates.Marcelo Lira2012-03-081-9/+27
* Fixes bug #489 - PySide.QtGui.QImage with string buffer argument.Marcelo Lira2012-03-081-0/+15
* Fix bug 712 - "QtGui.QFormLayout doesn't have setItem() function"ps-1.0.1Hugo Parente Lima2012-03-081-2/+5
* Fix a type in QtGui type system.Hugo Parente Lima2012-03-081-1/+1
* Added comments for all method removals.Marcelo Lira2012-03-082-138/+222
* Fix QToolbar.clear parent policy.Renato Filho2012-03-081-0/+20
* Removed parent policy from QLabel.setPixmap.Renato Filho2012-03-081-6/+0
* Updated CMake files to use the "--drop-type-entries" generator option.Marcelo Lira2012-03-0815-107/+111
* Fix bug 674 - "QGraphicsScene::clear() is missing"Hugo Parente Lima2012-03-081-1/+15
* Fix bug 675 - "QGraphicsLinearLayout segfault"Hugo Parente Lima2012-03-081-4/+6
* Fixed function 'QToolBar.addAction' to support callback in theRenato Araujo Oliveira Filho2012-03-081-2/+24
* Replaced all entries of reference-count with action=add to action=set.Hugo Parente Lima2012-03-082-14/+14
* Fix bug 667 - "Crash on exit"Hugo Parente Lima2012-03-081-1/+16
* Implemented support for iterator on QTextBlock.Renato Araujo Oliveira Filho2012-03-081-0/+17
* Separated class typesystem from the main typesystem.Renato Araujo Oliveira Filho2012-03-0815-94/+102