aboutsummaryrefslogtreecommitdiffstats
path: root/PySide/QtGui
Commit message (Collapse)AuthorAgeFilesLines
...
* Use add-function on QCoreApplication and QApplication constructors.Hugo Parente Lima2012-03-082-24/+12
| | | | | This was needed after a fix in the shiboken generator regarding the tp_init initialization.
* Create pythonic functions for QTransform class.Renato Filho2012-03-081-0/+35
| | | | | | | fixes bug #615. Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
* Included QMacStyle class check.Renato Filho2012-03-082-0/+5
| | | | | | | | | Included QMacStyle header on global include. Fixes bug #840 Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
* Put back missing functions for class QItemSelection.Renato Filho2012-03-081-9/+1
| | | | | | | fixes bug #785. Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
* Fix bug 844 - "Crash in QGraphicsItem::toGraphicsObject when printing obj ↵Hugo Parente Lima2012-03-081-1/+1
| | | | | | | reference" Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Renato Araújo <renato.filho@openbossa.org>
* Fixed QStandardItem::clone and QStandardItemModel::setItemPrototype ↵Renato Filho2012-03-081-0/+7
| | | | | | | | | ownership rules. Fixes bug #841. Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
* Fixed QFileDialog functions which used QString as pointer to return valuesRenato Filho2012-03-081-9/+12
| | | | | | | Fixes bug #819 Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
* Fixed QKeyEvent polymorphic-id-expression to support QEvent::ShortcutOverride.Renato Filho2012-03-081-1/+1
| | | | | | | | Applyed patch from Evan Patterson <epatters@enthought.com> Fixes bug #833 Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
* Fix bug 766 - "Constructor "QImage(const char* const xpm[])" missing"Hugo Parente Lima2012-03-081-20/+28
| | | | | Reviewer: Lauro Moura <lauro.neto@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Fix bugs 776 and 777Hugo Parente Lima2012-03-081-4/+14
| | | | | Bug 776 - "Operator "QPolygon::operator<<(QPoint)" missing" Bug 777 - "Operator "QPolygon::operator<<(QVector<QPoint>)" missing"
* Implemented support to iterator on QTreeWidgetItemIterator.Renato Filho2012-03-081-0/+13
| | | | | | | Fixes bug #778. Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Lauro Moura <lauro.neto@openbossa.org>
* Fixed QKeySequence convertion to QVariant.Renato Filho2012-03-081-1/+1
| | | | | | | Fixes bug #775. Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
* Implemented support to QKeySequence.operator[].Renato Filho2012-03-081-3/+12
| | | | | | | Fixes bug #774. Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
* Fix bugs 771, 772, 779, 780, 781, 782, 783 and 784Hugo Parente Lima2012-03-081-13/+55
| | | | | | | | | | | | | | Bug 771 - "Constructor "QStandardItem(const QStandardItem&)" missing" Bug 772 - "Method "QPainter::drawConvexPolygon(const QPoint* points, int pointCount)" missing" Bug 779 - "Method "QPainter::drawLines(const QLine* lines, int lineCount)" missing" Bug 780 - "Method "QPainter::drawLines(const QPoint*, int)" missing" Bug 781 - "Method "QPainter::drawPoints(const QPoint*, int)" missing" Bug 782 - "Method "QPainter::drawPolygon(const QPointF*, int, Qt::FillRule)" missing" Bug 783 - "Method "QPainter::drawPolyline(const QPoint*, int)" missing" Bug 784 - "Method "QPainter::drawRects(const QRect*, int)" missing" Reviewer: Renato Araújo <renato.araujo@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Fix bug 768 - "Method "QGraphicsItemGroup* ↵Hugo Parente Lima2012-03-081-4/+22
| | | | | | | | QGraphicsScene::createItemGroup(const QList<QGraphicsItem*>& items)" missing" Fix bug 769 - "Method "QGraphicsScene::destroyItemGroup(QGraphicsItemGroup* group)" missing" Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
* Fix bug 765 - "Method "QRect QStyle::itemTextRect(const ↵Hugo Parente Lima2012-03-081-2/+0
| | | | QFontMetrics&,constQRect&,int,bool,const QString&) const" missing"
* Fix bug 760 - "Method "void QMatrix::map(int x,int y,int* tx,int* ty)const" ↵Hugo Parente Lima2012-03-081-4/+27
| | | | | | missing" Fix bug 761 - "Method "void QMatrix::map(qreal x, qreal y, qreal* tx, qreal* ty) const" missing"
* Implemented necessary convertions rules for function QPicture.setData.Renato Filho2012-03-081-1/+27
| | | | | | | Fixes bug #759 Reviewer: Lauro Moura <lauro.neto@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
* fix QTextBlock.setUserData reference leak.Renato Filho2012-03-081-2/+18
| | | | | | | Fixes bug #811. Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Fixes Bug #757 - Constructor "QPixmap(const char* const[] xpm)" missing.Marcelo Lira2012-03-081-12/+31
| | | | | | | http://bugs.pyside.org/show_bug.cgi?id=757 Reviewer: Renato Araujo <renato.filho@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
* Fixes bug #755 - Method "void QInputContext::setFocusWidget(QWidget*)" missingMarcelo Lira2012-03-081-2/+0
| | | | | | | | | Also added an unit test. http://bugs.pyside.org/show_bug.cgi?id=755 Reviewed by Hugo Parente <hugo.lima@openbossa.org> Reviewed by Luciano Wolf <luciano.wolf@openbossa.org>
* Fixes bugs 753 and 754.Marcelo Lira2012-03-081-4/+0
| | | | | | | Bug #753 - Method "void QTextDocument::undo(QTextCursor*)" missing Bug #754 - Method "void QTextDocument::redo(QTextCursor*)" missing Also added an unit test.
* Fixes bug #741 - Method "qreal QTextLine::cursorToX(int*,Edge) const" missing.Marcelo Lira2012-03-081-1/+11
| | | | | | Also added unit tests. http://bugs.pyside.org/show_bug.cgi?id=741
* Fixes bug #742 - Method "void ↵Marcelo Lira2012-03-081-2/+22
| | | | | | | | QPrinter::getPageMargins(qreal*,qreal*,qreal*,qreal*,Unit) const" missing Also added unit tests. http://bugs.pyside.org/show_bug.cgi?id=742
* Fixed CMakeLists.txt files to prevent static source files of being deleted ↵Marcelo Lira2012-03-081-0/+1
| | | | by "make clean".
* The funcition QSplashScreen.repaint was removed because that override the ↵Renato Filho2012-03-081-1/+1
| | | | | | | | | QWidget.repaint. This will save some genereted code and does not produce any side-effect. Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
* Put back QPainter.fontInfo.Renato Filho2012-03-081-2/+0
| | | | | | | Fixes bug #750. Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
* Implemented support to mapping on QMatrix4x4.Renato Filho2012-03-081-0/+18
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
* Implemented function QBitmap.fromData.Renato Filho2012-03-081-2/+11
| | | | | | | Fixes bug #740 Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
* Removes the removal of QMatrix4x4 call operators.Hugo Parente Lima2012-03-081-7/+0
| | | | | Reviewer: Renato Araújo <renato.filho@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Implemented support to pyton iterator in QTextFrame::iterator.Renato Filho2012-03-081-9/+26
| | | | | | | Fixes bug #688. Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Updated type system files to use the new %BEGIN_ALLOW_THREADS and ↵Marcelo Lira2012-03-081-2/+2
| | | | | | | %END_ALLOW_THREADS variables. Reviewed by Lauro Moura <lauro.neto@openbossa.org> Reviewed by Luciano Wolf <luciano.wolf@openbossa.org>
* Fixes bugs 746, 747 and 748.Marcelo Lira2012-03-081-8/+51
| | | | | | | | Bug #746 - Method "QFormLayout::getLayoutPosition(QLayout*,int*,QFormLayout::ItemRole*)const" missing Bug #747 - Method "QFormLayout::getWidgetPosition(QWidget*,int*,QFormLayout::ItemRole*)const" missing Bug #748 - Method "QFormLayout::getItemPosition(int,int*,QFormLayout::ItemRole*)const" missing Also added unit tests.
* Fixes bugs 739 and 752.Marcelo Lira2012-03-081-4/+32
| | | | | | | Bug #739 - Method "QTransform::map(qreal x, qreal y, qreal* tx, qreal* ty) const" missing Bug #752 - Method "void QSplitter::getRange(int index, int* min, int* max) const" missing Also added unit tests.
* Fixes bugs 744, 745, 756, 758 and 764.Marcelo Lira2012-03-081-10/+135
| | | | | | | | | | Bug #744 - Method "void QGraphicsLayout::getContentsMargins(qreal*,qreal*,qreal*,qreal*) const" missing Bug #745 - Method "void QGraphicsLayoutItem::getContentsMargins(qreal*,qreal*,qreal*,qreal*) const" missing Bug #756 - Method "void QWidget::getContentsMargins(int*,int*,int*,int*) const" missing Bug #758 - Method "void QTextCursor::selectedTableCells(int*,int*,int*,int*) const" missing Bug #764 - Method "void QLayout::getContentsMargins(int*,int*,int*,int*) const" missing Also added unit tests.
* Merged fix_int*... and fix_qreal*... type system templates.Marcelo Lira2012-03-081-9/+27
| | | | Also modified the method call to be friendlier with virtual methods.
* Fixes bug #489 - PySide.QtGui.QImage with string buffer argument.Marcelo Lira2012-03-081-0/+15
| | | | | | | | | http://bugs.pyside.org/show_bug.cgi?id=489 Also added an unit test. Reviewed by Hugo Parente <hugo.lima@openbossa.org> Reviewed by Renato Araújo <renato.filho@openbossa.org>
* Fix bug 712 - "QtGui.QFormLayout doesn't have setItem() function"ps-1.0.1Hugo Parente Lima2012-03-081-2/+5
| | | | | Reviewer: Lauro Moura <lauro.neto@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* 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
| | | | | | | And some other clean ups. Reviewed by Luciano Wolf <luciano.wolf@openbossa.org> Reviewed by Renato Araújo <renato.filho@openbossa.org>
* Fix QToolbar.clear parent policy.Renato Filho2012-03-081-0/+20
| | | | | | | Fixes bug #711. Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Lauro Moura <lauro.neto@openbossa.org>
* Removed parent policy from QLabel.setPixmap.Renato Filho2012-03-081-6/+0
| | | | | | | | | This is not a parent transfer because the function receives a "const &" and stores a copy of the pixmap. Fixes bug #714. Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Updated CMake files to use the "--drop-type-entries" generator option.Marcelo Lira2012-03-0815-107/+111
| | | | | | | | | | Instead of maintaining a complex CMake scheme to remove optional type system entries, the generation will rely on the new generator capability of dropping entries given via command line. Reviewed by Bruno Araújo <bruno.araujo@openbossa.org> Reviewed by Lauro Moura <lauro.neto@openbossa.org> Reviewed by Luciano Wolf <luciano.wolf@openbossa.org>
* 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
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Fixed function 'QToolBar.addAction' to support callback in theRenato Araujo Oliveira Filho2012-03-081-2/+24
| | | | | | | | | | | arguments. Create unit test for bug #635. Fixes bug #635. Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
* 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
| | | | | | | Fixes bug #662. Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
* Separated class typesystem from the main typesystem.Renato Araujo Oliveira Filho2012-03-0815-94/+102
| | | | | | | | | | Remove class specification, detected during the compilation from the main typesystem to avoid errors during the generation. Fixes bug #661 Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>