aboutsummaryrefslogtreecommitdiffstats
path: root/tests/QtGui
Commit message (Expand)AuthorAgeFilesLines
* Fix bug 964 - "QAbstractItemView.moveCursor() method is missing"Hugo Parente Lima2012-03-082-0/+19
* Created unit test for QColor.__repr__ and QColor.__str__ functions.Renato Filho2012-03-081-0/+12
* Fixes Bug #944: Segfault on QIcon(None).pixmap()Marcelo Lira2012-03-082-0/+18
* Fix bug 941 - "Signals with QtCore.Qt types as arguments has invalid signatures"Hugo Parente Lima2012-03-082-0/+18
* Moved test for bug #921 from QtCore's directory to QtGui's.Marcelo Lira2012-03-082-0/+53
* Fix bug 821 - "Mapping interface for QPixmapCache"Hugo Parente Lima2012-03-081-0/+7
* Fixes bug #910 - installEventFilter() increments reference count on target ob...Marcelo Lira2012-03-081-3/+3
* Created unit test for bug #919.Renato Filho2012-03-082-0/+28
* Fixed QMainWindow ownership control.Renato Filho2012-03-081-2/+13
* Fix bug 879 - "QDoubleSpinBox: Can't call the parent validate() method from a...Hugo Parente Lima2012-03-082-0/+29
* Fix bug 822 - "Can't use QApplication without X"Hugo Parente Lima2012-03-082-0/+14
* Added an unit test for bug #871.Marcelo Lira2012-03-082-0/+42
* Created unit test for bug #860.Renato Filho2012-03-082-0/+37
* Unit test for bug862 - "Problems when printing objects"Hugo Parente Lima2012-03-082-0/+41
* Updated example to handle with Python warnings.Renato Filho2012-03-081-1/+5
* Created unit test for QObject.eventFilter function.Renato Filho2012-03-082-0/+40
* Created DestroyListener class.Renato Filho2012-03-081-0/+1
* Added the missing QPixmapCache.Key class to the type system.Marcelo Lira2012-03-082-0/+37
* Created unit test for bug #854.Renato Filho2012-03-082-0/+41
* Added tests for bug #716 - QPersistentModelIndex isn't convertible to QModelI...Marcelo Lira2012-03-082-0/+10
* Create unit tests for bug #606Paulo Alcantara2012-03-082-0/+27
* Created test for mew pythonic functions on QTransform class.Renato Filho2012-03-081-1/+58
* Fix assert in bug 722 unit test.Hugo Parente Lima2012-03-081-2/+2
* Moved unit test of bug 834 from QtCore to QtGui, as it tests QtGui classes.Hugo Parente Lima2012-03-082-0/+19
* Created unit test for bug #785.Renato Filho2012-03-082-0/+30
* Fix bug 844 - "Crash in QGraphicsItem::toGraphicsObject when printing obj ref...Hugo Parente Lima2012-03-082-0/+20
* Updated unit test for bug #617 to new enum repr format.Renato Filho2012-03-081-1/+1
* Fixed bug 728 to use the correct arguments on function call.ps-1.0.2Renato Filho2012-03-081-1/+1
* Fix bug 836 - "Pyside crashes with more than four base classes"Hugo Parente Lima2012-03-082-0/+29
* Fix bug 766 - "Constructor "QImage(const char* const xpm[])" missing"Hugo Parente Lima2012-03-081-3/+239
* Fix bugs 776 and 777Hugo Parente Lima2012-03-081-0/+6
* Fix test on windows.Renato Filho2012-03-081-3/+3
* Created unit test for bug #778.Renato Filho2012-03-082-0/+23
* Created unit test for QKeySequence.operator[].Renato Filho2012-03-082-0/+21
* Fix bugs 771, 772, 779, 780, 781, 782, 783 and 784Hugo Parente Lima2012-03-081-1/+27
* Fix bug 768 - "Method "QGraphicsItemGroup* QGraphicsScene::createItemGroup(co...Hugo Parente Lima2012-03-081-0/+16
* Fix bug 760 - "Method "void QMatrix::map(int x,int y,int* tx,int* ty)const" m...Hugo Parente Lima2012-03-081-0/+9
* Fix unit test bug_750 and qpicture_test to avoid deadlock in some plataforms.Renato Filho2012-03-082-2/+5
* Created unit test for function QPicture.setDataRenato Filho2012-03-082-0/+36
* Set WA_InputMethodEnabled in test.Lauro Neto2012-03-081-0/+4
* Created unit test for bug #811.Renato Filho2012-03-082-0/+33
* Fixed test to avoid problems with float numbers in different archs.Renato Filho2012-03-081-5/+10
* Fix round problems on unit test.Renato Filho2012-03-081-5/+5
* Create unit test for bug #757.Renato Filho2012-03-082-0/+251
* Fixes bug #755 - Method "void QInputContext::setFocusWidget(QWidget*)" missingMarcelo Lira2012-03-082-0/+23
* Fixes bugs 753 and 754.Marcelo Lira2012-03-082-0/+32
* Fixes bug #741 - Method "qreal QTextLine::cursorToX(int*,Edge) const" missing.Marcelo Lira2012-03-082-0/+24
* Fixes bug #742 - Method "void QPrinter::getPageMargins(qreal*,qreal*,qreal*,q...Marcelo Lira2012-03-081-1/+8
* Created unittest for bug #750.Renato Filho2012-03-082-0/+25
* Created unit test for bug #743.Renato Filho2012-03-082-0/+16