aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Moved unit test of bug 834 from QtCore to QtGui, as it tests QtGui classes.Hugo Parente Lima2012-03-083-1/+1
* Created unit test for bug #820.Renato Filho2012-03-082-0/+70
* Fixed signal name parser.Renato Filho2012-03-081-1/+1
* Created unit test for QSysInfo class.Renato Filho2012-03-082-0/+15
* Fixed QSysInfo.Endian enum detection on MacOs.Renato Filho2012-03-081-0/+1
* Created unit test fo QMacStyle class.Renato Filho2012-03-083-0/+20
* Included QMacStyle class check.Renato Filho2012-03-083-0/+7
* Fix bug 786 - "There's no __eq__ for all classes inherited from ObjectDescri...Hugo Parente Lima2012-03-084-44/+82
* Fixed some typos on unit test for bug #841Renato Filho2012-03-082-5/+3
* Created unit test for bug #785.Renato Filho2012-03-082-0/+30
* Put back missing functions for class QItemSelection.Renato Filho2012-03-081-9/+1
* Fix bug 797 - "error on ui file load"Hugo Parente Lima2012-03-083-2/+14
* Fix bug 844 - "Crash in QGraphicsItem::toGraphicsObject when printing obj ref...Hugo Parente Lima2012-03-083-1/+21
* Create unit test for bug #834Paulo Alcantara2012-03-082-0/+19
* Fix bug #834 - "Segfault on childEvent"Paulo Alcantara2012-03-081-1/+1
* Create manually dir for tests.Renato Filho2012-03-082-0/+55
* Fixed QStandardItem::clone and QStandardItemModel::setItemPrototype ownership...Renato Filho2012-03-081-0/+7
* Updated unit test for bug #617 to new enum repr format.Renato Filho2012-03-081-1/+1
* Created unit test for bug #826.Renato Filho2012-03-082-0/+30
* Created unit test for bug #839.Renato Filho2012-03-082-0/+47
* Implemented QTestTouch functions.Renato Filho2012-03-084-3/+179
* Bump version and updated dependency version required.Renato Filho2012-03-081-2/+2
* Fixed bug 728 to use the correct arguments on function call.ps-1.0.2Renato Filho2012-03-081-1/+1
* Create unit test for QIPv6AddressPaulo Alcantara2012-03-082-0/+23
* Fix bug #788 - "QIPv6Address.__getitem__ is missing."Paulo Alcantara2012-03-081-5/+38
* Fixed QFileDialog functions which used QString as pointer to return valuesRenato Filho2012-03-082-11/+14
* Fixed QKeyEvent polymorphic-id-expression to support QEvent::ShortcutOverride.Renato Filho2012-03-081-1/+1
* Fix documentation bug 853 - "Provide constants for Qt and PySide version"Hugo Parente Lima2012-03-082-0/+32
* Update inheritance diagram sphinx extension.Lauro Neto2012-03-081-5/+12
* Created unit test for bug 829.Renato Filho2012-03-083-0/+21
* Implemented stream operator for PyObjectWrapper.Renato Filho2012-03-082-0/+46
* Fixed QVariant conversion for dictionary.Renato Filho2012-03-081-2/+4
* Fix bug 836 - "Pyside crashes with more than four base classes"Hugo Parente Lima2012-03-083-2/+31
* Fix bug 766 - "Constructor "QImage(const char* const xpm[])" missing"Hugo Parente Lima2012-03-082-23/+267
* Fix bugs 776 and 777Hugo Parente Lima2012-03-082-4/+20
* Fix test on windows.Renato Filho2012-03-081-3/+3
* Created unit test for bug #778.Renato Filho2012-03-082-0/+23
* Implemented support to iterator on QTreeWidgetItemIterator.Renato Filho2012-03-081-0/+13
* Created unit test to QKeySequence convertion to QVariant.Renato Filho2012-03-083-0/+20
* Fixed QKeySequence convertion to QVariant.Renato Filho2012-03-082-11/+12
* Created unit test for QKeySequence.operator[].Renato Filho2012-03-082-0/+21
* 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-082-14/+82
* Fix bug 768 - "Method "QGraphicsItemGroup* QGraphicsScene::createItemGroup(co...Hugo Parente Lima2012-03-082-4/+38
* 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-082-4/+36
* Fix unit test bug_750 and qpicture_test to avoid deadlock in some plataforms.Renato Filho2012-03-082-2/+5
* Implemented test for QWebFrame.metadata function.Renato Filho2012-03-083-0/+36
* Implemented conversion from QMultiMap to Python dictonary.Renato Filho2012-03-082-2/+26
* Created unit test for function QPicture.setDataRenato Filho2012-03-082-0/+36