aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Various cleanups to CMakeLists.txt filesAnderson Lizardo2010-08-261-2/+2
* Created unittest to bug 307.Renato Filho2010-08-252-0/+28
* Modifyed declarative test to avoi use of network.Renato Filho2010-08-252-11/+13
* Avoid cyclic dependency on test.Renato Filho2010-08-251-6/+15
* Fixed use of QFile to works on all plataforms.Renato Filho2010-08-231-2/+7
* Changed test to avoid erros on slow machines.Renato Filho2010-08-232-2/+2
* Fixed Cmake for test on windows.Renato Filho2010-08-201-2/+2
* Updated test to work with Cmake 2.8 in multiples plataforms.Renato Filho2010-08-191-53/+74
* Disable remove of QAbstractItemModel signals.Renato Filho2010-08-172-0/+18
* Implemented help function to connect signal with python callback.Renato Filho2010-08-161-1/+1
* Avoid read the property in the QObject constructor.Renato Filho2010-08-161-6/+14
* Raise a error when try to modify a read-only property.Renato Filho2010-08-161-0/+15
* Fixed Http test to work with Qt 4.7.Renato Filho2010-08-161-6/+4
* Added tests for QObject properties being set with named arguments on the cons...Marcelo Lira2010-08-131-0/+26
* All tests using GUI aren't shown if the host machine has xvfb installed.Marcelo Lira2010-08-131-1/+1
* Created unit test to QVariant converstion of QStringList.Renato Filho2010-08-132-0/+25
* 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