summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Handle overrides correctly in extension objectsAaron Kennedy2010-04-203-0/+46
* Allow Loader sourceComponent to be set to undefeined.Martin Jones2010-04-202-1/+24
* Minor internal anchor refactoring.Michael Brasser2010-04-191-10/+10
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt into 4.7Alan Alpert2010-04-1929-80/+20069
|\
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-04-191-0/+48
| |\
| | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-04-171-0/+48
| | |\
| | | * Some QWindowSurface implementations might implement flush as a bufferBjørn Erik Nilsen2010-04-161-0/+48
| * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-04-1728-80/+20021
| |\ \ \ | | |/ / | |/| |
| | * | Autotest: increase wait time to 3s on Windows to bypass 2s-granularity limita...Thiago Macieira2010-04-171-1/+1
| | * | Autotest: update to the new values for the localeThiago Macieira2010-04-171-3/+3
| | * | Increase the timeout for the QNAM getter test to 30 secondsThiago Macieira2010-04-161-3/+3
| | * | Remove unstable hosts from the listThiago Macieira2010-04-161-2/+0
| | * | Other fixes to the remote network stresstesterThiago Macieira2010-04-161-8/+7
| | * | Fix SSL connection problem.Thiago Macieira2010-04-161-4/+6
| | * | Make sure we don't try URLs that aren't HTTP or HTTPSThiago Macieira2010-04-161-3/+5
| | * | Add SSL remote host testsThiago Macieira2010-04-161-34/+95
| | * | Split the remote and the local tests in two, in preparation for SSL testsThiago Macieira2010-04-166-266/+465
| | * | Add tests for remote hostsThiago Macieira2010-04-163-9/+322
| | * | Change the way we calculate the average transfer rates.Thiago Macieira2010-04-161-49/+84
| | * | Finish renamingThiago Macieira2010-04-162-7/+4
| | * | Move these tests to tests/manual.Thiago Macieira2010-04-167-2/+0
| | * | Add a QNetworkAccessManager stresstestThiago Macieira2010-04-162-17/+142
| | * | Add a non-blocking native function tooThiago Macieira2010-04-161-33/+162
| | * | Move the code around into a function and add an alarm(2) on UnixThiago Macieira2010-04-161-54/+66
| | * | Add a native test to compare withThiago Macieira2010-04-161-0/+126
| | * | Add some statistics in the transfer rateThiago Macieira2010-04-161-30/+87
| | * | Add the test to the testsuite, but disabledThiago Macieira2010-04-162-0/+9
| | * | Make sure we read the data, to avoid keeping it all on RAMThiago Macieira2010-04-161-2/+8
| | * | Update the parallel test to do different counts of parallel testsThiago Macieira2010-04-161-3/+16
| | * | Add an event-loop based test that does parallel fetchesThiago Macieira2010-04-161-3/+36
| | * | Add a simple event-loop based testThiago Macieira2010-04-161-0/+26
| | * | Add two more blocking testsThiago Macieira2010-04-161-1/+98
| | * | Add a TCP stress-test testThiago Macieira2010-04-166-0/+18418
| | * | Fix tst_QEventLoop::exec() regression introduced by commit 816523117bc00cfeb1...Bradley T. Hughes2010-04-161-14/+18
| | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-04-1615-62/+344
| | |\ \ | | | |/ | | |/|
| | | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-04-1515-62/+344
| | | |\
| | | | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-04-1515-62/+344
| | | | |\
| | | | | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-04-1415-62/+344
| | | | | |\
| | | | | | * Autotest failure: dialogModality test fails on cocoa (macgui)Richard Moe Gustavsen2010-04-142-27/+24
| | | | | | * Force the bic test to compile in 32-bit mode on MacMorten Johan Sørvig2010-04-141-0/+3
| | | | | | * Cocoa: qwidget autotest fails on setToolTipRichard Moe Gustavsen2010-04-141-3/+0
| | | | | | * Merge remote branch 'staging/4.7' into bearermanagement/mobility-changes-squashAaron McCarthy2010-04-141-0/+13
| | | | | | |\
| | | | | | * | Bearer management changes from Qt Mobility (7a5ff985)Aaron McCarthy2010-04-1411-32/+317
* | | | | | | | Add test verifying QTBUG-8424 fixAlan Alpert2010-04-192-0/+269
* | | | | | | | Renamed mousePosChanged signal to mousePositionChangedLeonardo Sobral Cunha2010-04-191-1/+1
* | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Aaron Kennedy2010-04-199-50/+68
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix tests: remove unnecessary calls to QML_DECLARE_TYPEBea Lam2010-04-197-28/+4
| * | | | | | | | Test that ListElements returned by get() can be iterated over in JS.Warwick Allison2010-04-192-22/+64
* | | | | | | | | Remove Script {} supportAaron Kennedy2010-04-1929-330/+80
|/ / / / / / / /
* | | | | | | | Don't crash on deleted objects assigned to variant propertiesAaron Kennedy2010-04-192-2/+1