aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* Implemented support to properties on QMetaObject.Renato Filho2010-07-082-0/+63
* Modify multiple connections test to avoid use more then 50 slotsRenato Filho2010-07-082-24/+9
* Fix qApp macro implementation.Luciano Wolf2010-07-071-4/+6
* Remove use of deprecated types.Renato Filho2010-07-051-3/+2
* Add unit test to QListWidget.Renato Filho2010-07-052-1/+47
* Created QListWidget test.Renato Filho2010-07-052-0/+2
* Fix typo in tests/QtGui/qdynamic_signal.pyHugo Parente Lima2010-06-291-1/+1
* Created unit test to use signals in objects not created on python.Renato Filho2010-06-292-0/+28
* Fix qwidget_test.Hugo Parente Lima2010-06-292-5/+2
* Fix bug#256 - "PySide does not support signals with containers."Hugo Parente Lima2010-06-292-0/+36
* 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