aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix bug#320 - "OR'ing Qt alignments doesn't work; adding them does"Hugo Parente Lima2010-09-031-5/+10
* Fix bug#125 - "QAbstractTextDocumentLayout.registerHandler apparently not wor...Hugo Parente Lima2010-09-022-0/+47
* Fix bug#316 - "QAbstractItemModel.createIndex is broken"Hugo Parente Lima2010-09-012-0/+22
* Created unittest to bug #324.Renato Filho2010-08-312-0/+33
* Unittest to bug #324.Renato Filho2010-08-311-0/+11
* Fix bug#309 - "QtCore.QByteArray() or list from QtCore.Qsettings.value() as d...Hugo Parente Lima2010-08-301-3/+5
* Now slots signatures in C++ use Qt notation.Renato Filho2010-08-261-1/+1
* Fixed slot singature parse function to keep compatibility with QSignal.Renato Filho2010-08-262-0/+36
* Fixed signal signature parser.Renato Filho2010-08-262-0/+43
* 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