aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix unit test for bug 430Hugo Parente Lima2010-10-281-1/+1
* Modified cmake files to make use of debug information provided by Shiboken.Marcelo Lira2010-10-262-2/+1
* Remove releaseWrapper as Signal tp_deallocLauro Neto2010-10-262-0/+17
* Fix bugs 430, 426, 429, 394, 433.Hugo Parente Lima2010-10-227-0/+79
* Implemented support to notify argument on Properties.renatofilho2010-10-211-0/+34
* Added test for bug #395 - error calling QPainter.drawLines overloads.Marcelo Lira2010-10-191-6/+14
* Merge remote branch 'mainline/1.0'Hugo Parente Lima2010-10-199-5/+1694
|\
| * Signal objects redirect calls for homonymous methods.Marcelo Lira2010-10-112-6/+6
| * Added a PySide derived test library.Marcelo Lira2010-10-119-5/+1694
* | Included QSignalTransition constructor to support Signal objects.renatofilho2010-10-192-0/+44
* | Included missing function on unit test for bug 332.renatofilho2010-10-191-0/+2
* | Fix bug#408 - "QIODevice.readData() and .readLineData() have output parameter...Hugo Parente Lima2010-10-192-0/+29
* | Removed QtDesigner dependency from QtUiTools module.renatofilho2010-10-152-61/+1
* | Created function value to class QTreeWidgetItemIterator using therenatofilho2010-10-152-0/+27
* | Fix bug#172 - "editing a QListWidgetItem stored in a variable makes it imposs...Hugo Parente Lima2010-10-141-0/+9
* | Fixed reference leak on uiloader.renatofilho2010-10-132-1/+59
* | Implemented support to deep copy on QtGui.renatofilho2010-10-132-1/+95
* | Implemented support to deep copy on QtCore.renatofilho2010-10-131-3/+26
* | Adding extra check for QPoint as a dict keyLauro Neto2010-10-131-0/+3
* | Adding deepcopy test for QtCore classes.Lauro Neto2010-10-132-0/+57
* | Adding QColor copy testLauro Neto2010-10-131-0/+15
* | Replace type() comparison with isinstance.Lauro Neto2010-10-071-1/+1
* | Add more test for operations with QFlagsLauro Neto2010-10-071-0/+20
* | Add default name for QObject.findChild(type, name)Lauro Neto2010-10-071-0/+11
* | Created unittest for widgets defined in Python and used during QUiLoader.load...renatofilho2010-10-073-3/+107
|/
* Add unit test for bug#172Hugo Parente Lima2010-10-052-0/+14
* Extend QUiLoader test to test ui files with custom widgets.renatofilho2010-10-051-1/+11
* Added missing file on QtUitools tests.renatofilho2010-10-011-0/+16
* Implement python conversion to QTime, QDate, QDateTimerenatofilho2010-10-012-0/+51
* Removing deprecated and duplicated testLauro Neto2010-10-013-79/+0
* Unit test for bug #392.renatofilho2010-09-302-0/+20
* Unit test for bug 390.renatofilho2010-09-302-0/+16
* Add test to check iterability of QPolygonF.Hugo Parente Lima2010-09-292-0/+23
* Fix bug#372 - "DiagramScene (GraphicsView) Example not working"Hugo Parente Lima2010-09-292-0/+24
* Added support on script to compare symbols in both Qt bindings (PySide/PyQt4)renatofilho2010-09-291-33/+45
* Added hash functions for QLine, QPoint, QRect and QSize classes.Marcelo Lira2010-09-271-0/+29
* Fixed unit test to avoid put a object child of QApplication.renatofilho2010-09-241-1/+1
* Fixed segmentation fault libpyside's signalUpdateSource function.Marcelo Lira2010-09-242-0/+30
* added a tool to compare class hierarchiesMatti Airas2010-09-231-0/+95
* Created unit test for bug #376.renatofilho2010-09-222-0/+20
* Created unit test for bug #360.renatofilho2010-09-213-0/+43
* Created unittest for bug 367.renatofilho2010-09-202-0/+23
* Created unit test for bug 363.renatofilho2010-09-202-0/+26
* Updated test with new Property name.renatofilho2010-09-202-4/+4
* Added test from Lauro's patch on bug #313.Marcelo Lira2010-09-171-2/+31
* Fixed test.renatofilho2010-09-162-4/+4
* Update unit test for bug 312.renatofilho2010-09-161-0/+23
* Created unittest for bug 328.renatofilho2010-09-152-0/+19
* Fix bug#347 - "Setting properties in constructors gives incorrect results"Hugo Parente Lima2010-09-152-0/+13
* Don't ignore exceptions caused by property getters and setters.Hugo Parente Lima2010-09-151-0/+7