aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Add test for QAction.setShortcutLauro Neto2010-08-091-0/+11
* Included support to double values on qAbs.Renato Filho2010-08-021-1/+2
* Fix bug273 - QT_VERSION and QT_VERSION_STR constants.Luciano Wolf2010-08-022-0/+19
* Created unit test to layout ref leak.Renato Filho2010-08-021-0/+40
* Created unit test to bug #274.Renato Filho2010-08-021-0/+8
* Fixed cyclic dependency on duck punching test.Renato Filho2010-07-291-0/+12
* Added test case for signal signature received by QObject::connectNotify().Marcelo Lira2010-07-292-1/+43
* Created unit test to test shiboken objects destructor.Renato Filho2010-07-292-0/+20
* Avoid running x11 specific tests on others OS.Renato Filho2010-07-232-2/+9
* Fix bug#252.Luciano Wolf2010-07-201-0/+14
* Fix CMakeLists to include QtMultimedia tests + fix audio test.Luciano Wolf2010-07-152-0/+14
* Create unit test to bug 243.Renato Filho2010-07-142-0/+19
* Update tests to check native pointers (qchar *, void *, ...).Luciano Wolf2010-07-132-0/+4
* Uset 60 secs as default test timeout.Renato Filho2010-07-131-2/+4
* Fixed layout reference control on layouts.Renato Filho2010-07-092-5/+28
* Fixed test ref count mistake.Renato Filho2010-07-091-6/+6
* Restore missing function on QStandardItemModel.Renato Filho2010-07-091-2/+39
* 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