aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Fixed http test.Renato Filho2010-06-231-2/+3
* Adding qInstallMsgHandler() method support.Luciano Wolf2010-06-212-0/+54
* Implemented a dummy http server to run unit-test on a offline computer.Renato Filho2010-06-184-32/+118
* Fixed udpsocket to work on offline computer.Renato Filho2010-06-181-14/+11
* Fix phonon testLuciano Wolf2010-06-172-5/+9
* Created test for Connection between new Signal API and SlotsRenato Filho2010-06-172-0/+38
* Create QAction signal test.Renato Filho2010-06-172-0/+25
* Create unit-test for signal with QObject.Renato Filho2010-06-171-3/+10
* Implement inject-code to functions using QChar in QFontMetrics andRenato Filho2010-06-171-0/+10
* Fix LD_LIBRARY_PATH variable to be possible to run tests when using CMAKE_SKI...Hugo Parente Lima2010-06-161-1/+1
* Implementing API2 modifications.Luciano Wolf2010-06-153-2/+65
* Added QVariant::Type as a primitive type.Hugo Parente Lima2010-06-152-0/+37
* Fixed parent function return ownership.Renato Filho2010-06-141-0/+42
* Fixed thread test to avoid memory leaks.Renato Filho2010-06-141-0/+1
* Removed QVariant from PySide.Hugo Parente Lima2010-06-1012-324/+62
* chmod -x on some tests, because we need to follow a pattern.Hugo Parente Lima2010-06-1048-0/+0
* Re-add the possibility to run tests by module.Hugo Parente Lima2010-06-1010-12/+7
* Added QDataStream methods to read and write QString, QChar and QStringList.Hugo Parente Lima2010-06-101-31/+15
* Remove wrapper for classes: QString, QStringRef, QLatin1String, QStringMatche...Hugo Parente Lima2010-06-1024-699/+45
* Created unit test for QDate, QTime, QDateTime, QUrl hash function.Renato Filho2010-06-082-0/+26
* Created new unittest model.Renato Filho2010-06-07211-79/+241
* Fixed QColor test with proper values and remove an unused line.Marcelo Lira2010-06-021-2/+1
* Create unittest to pickselector.renato2010-05-311-0/+17
* Fix QColor test to avoid floating points.renato2010-05-311-3/+2
* Revert "Fixed signal/slot class name based on PSEP 100."Hugo Parente Lima2010-05-317-23/+23
* Adding test cases to cover QtDeclarative + fix inside typesystem.Luciano Wolf2010-05-284-0/+168
* Test a specific situation that causes python segfault.Luciano Wolf2010-05-281-1/+13
* Webkit test cleanup.Luciano Wolf2010-05-281-5/+0
* Fixed QGLBuffer typo.Renato Filho2010-05-261-1/+1
* Implemented QGLBuffer unittest.Renato Filho2010-05-261-0/+49
* QtMultimedia bindings.Renato Filho2010-05-241-0/+32
* QtNetwork 4.7 unittest.Renato Filho2010-05-241-0/+23
* Use the "just compiled" libpyside even if the platform doesn't support librar...Hugo Parente Lima2010-05-211-1/+1
* Fix bug#218 - TimedQApplication uses a singleton.Luciano Wolf2010-05-212-7/+14
* QAbstractTableItemModel unittest.Renato Filho2010-05-201-0/+17
* Fixed signal/slot class name based on PSEP 100.Renato Filho2010-05-207-23/+23
* Update tests to cover bug#207.Luciano Wolf2010-05-191-0/+5
* Adding new-style signal/slot tests.Luciano Wolf2010-05-176-0/+254
* Implemented signal to signal connection.Renato Filho2010-05-171-0/+10
* Implemented support to connection type.Renato Filho2010-05-171-0/+8
* Removed init[slot,signal] from public api.Renato Filho2010-05-171-6/+8
* Fixed memory leak on signal allocator.Renato Filho2010-05-171-0/+8
* Implemente sequence operator on signal class.Renato Filho2010-05-171-0/+10
* Implemented signal name discovery if not setted on constructor.Renato Filho2010-05-171-3/+8
* Implemented support to modify slot return type.Renato Filho2010-05-172-3/+53
* Use new decorators api on autoconnect test.Renato Filho2010-05-171-0/+1
* Created unitest to slot decoration.Renato Filho2010-05-171-0/+49
* Created test to static metaobject.Renato Filho2010-05-101-0/+63
* New test case to cover QMenu.addAction() problem. Bug #167.Luciano Wolf2010-05-071-0/+25
* unittest for autoconection signal/slot.Renato Filho2010-05-071-0/+30