aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* Created unittest for bug #332.renatofilho2010-09-142-0/+17
* Created unit test for bug #312.renatofilho2010-09-142-0/+24
* Fix bug#254 - "QWebView.setPage() does not seem to work"Hugo Parente Lima2010-09-101-1/+23
* Remove OS specific commands from translation test.Hugo Parente Lima2010-09-101-2/+5
* Created unittest for bug #338.Renato Filho2010-09-092-0/+25
* Store randon port after fail on first attempt.Renato Filho2010-09-081-1/+2
* Repeat the same test, but using new style signals to cause a segfault.Hugo Parente Lima2010-09-081-0/+10
* Make accessManager test do not depend on internet access.Hugo Parente Lima2010-09-081-3/+18
* Fix bug#282 and bug#283.Hugo Parente Lima2010-09-081-8/+76
* bug_300_test moved to QtGui, because it tests a class from QtGui.Hugo Parente Lima2010-09-033-1/+1
* Remove the dependecy of QtGui from a test located in QtNetwork.Hugo Parente Lima2010-09-031-2/+2