aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Implemented stream operator for PyObjectWrapper.Renato Filho2012-03-082-0/+46
| | | | | | | Fixes bug #829. Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
* Fixed QVariant conversion for dictionary.Renato Filho2012-03-081-2/+4
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
* Fix bug 836 - "Pyside crashes with more than four base classes"Hugo Parente Lima2012-03-083-2/+31
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Renato Araújo <renato.filho@openbossa.org>
* Fix bug 766 - "Constructor "QImage(const char* const xpm[])" missing"Hugo Parente Lima2012-03-082-23/+267
| | | | | Reviewer: Lauro Moura <lauro.neto@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Fix bugs 776 and 777Hugo Parente Lima2012-03-082-4/+20
| | | | | Bug 776 - "Operator "QPolygon::operator<<(QPoint)" missing" Bug 777 - "Operator "QPolygon::operator<<(QVector<QPoint>)" missing"
* Fix test on windows.Renato Filho2012-03-081-3/+3
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Lauro Moura <lauro.neto@openbossa.org>
* Created unit test for bug #778.Renato Filho2012-03-082-0/+23
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Lauro Moura <lauro.neto@openbossa.org>
* 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>
* Created unit test to QKeySequence convertion to QVariant.Renato Filho2012-03-083-0/+20
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
* Fixed QKeySequence convertion to QVariant.Renato Filho2012-03-082-11/+12
| | | | | | | Fixes bug #775. Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
* Created unit test for QKeySequence.operator[].Renato Filho2012-03-082-0/+21
| | | | | 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-082-14/+82
| | | | | | | | | | | | | | 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-082-4/+38
| | | | | | | | 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-082-4/+36
| | | | | | missing" Fix bug 761 - "Method "void QMatrix::map(qreal x, qreal y, qreal* tx, qreal* ty) const" missing"
* Fix unit test bug_750 and qpicture_test to avoid deadlock in some plataforms.Renato Filho2012-03-082-2/+5
| | | | | Reviewer: Lauro Moura <lauro.neto@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Implemented test for QWebFrame.metadata function.Renato Filho2012-03-083-0/+36
| | | | | Reviewer: Lauro Moura <lauro.neto@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Implemented conversion from QMultiMap to Python dictonary.Renato Filho2012-03-082-2/+26
| | | | | | | Fixes bug #773. Reviewer: Lauro Moura <lauro.neto@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Created unit test for function QPicture.setDataRenato Filho2012-03-082-0/+36
| | | | | Reviewer: Lauro Moura <lauro.neto@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
* 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>
* Fixed reference leak on PySideSignal for QTimer.SingleShotRenato Filho2012-03-081-3/+6
| | | | | | | Fixes bug #815. Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
* Set WA_InputMethodEnabled in test.Lauro Neto2012-03-081-0/+4
| | | | | | | | If WA_InputMethodMethod is not set, setFocusWidget will fail in a ASSERT in a debug-compiled Qt. Reviewer: Hugo Lima <hugo.lima@openbossa.org> Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
* Created unit test for bug #811.Renato Filho2012-03-082-0/+33
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* 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>
* Fix bug 814 test.Lauro Neto2012-03-082-2/+2
| | | | | | | | Using the modelData property name was causing problems with a debug-build Qt. Reviewer: Renato Araujo <renato.araujo@openbossa.org> Reviewer: Hugo Lima <hugo.lima@openbossa.org>
* Fixed test to avoid problems with float numbers in different archs.Renato Filho2012-03-081-5/+10
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Exported missing enums on phonon.Renato Filho2012-03-081-0/+2
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Created unit test for ObjectDescription.fromIndex.Renato Filho2012-03-082-0/+19
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Implemented function ObjectDescription.fromIndex.Renato Filho2012-03-082-21/+52
| | | | | | | Fixes bug #787. Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Fix round problems on unit test.Renato Filho2012-03-081-5/+5
|
* Create unit test for bug #757.Renato Filho2012-03-082-0/+251
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
* 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>
* Avoid delete file from source dir.Renato Filho2012-03-081-1/+4
|
* Fix bug 717 - "QByteArray doesn't honor \0 inside strings."Hugo Parente Lima2012-03-083-17/+80
| | | | | Reviewer: Renato Araújo <renato.filho@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Fix inject code of QByteArray::fromRawData.Hugo Parente Lima2012-03-081-2/+1
| | | | The QByteArray returned must share, nto copy, the string contents.
* Fixes bug #755 - Method "void QInputContext::setFocusWidget(QWidget*)" missingMarcelo Lira2012-03-083-2/+23
| | | | | | | | | 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-083-4/+32
| | | | | | | 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-083-1/+35
| | | | | | Also added unit tests. http://bugs.pyside.org/show_bug.cgi?id=741
* Fixes bug #742 - Method "void ↵Marcelo Lira2012-03-083-3/+38
| | | | | | | | 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-0819-22/+39
| | | | 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>
* Created unittest for bug #750.Renato Filho2012-03-082-0/+25
| | | | | 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>
* Created unit test for bug #743.Renato Filho2012-03-082-0/+16
| | | | | 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>
* Created unit test for bug #740.Renato Filho2012-03-082-0/+14
| | | | | 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>
* Created unit test for bug #722.Renato Filho2012-03-082-0/+25
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Lauro Moura <lauro.neto@openbossa.org>
* Use PyFloat as double in signal signatures.Renato Filho2012-03-081-1/+1
| | | | | | | Fix bug #722. Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Lauro Moura <lauro.neto@openbossa.org>