summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* QLocalSocket test: stabilize test by calling waitFor... functionPeter Hartmann2009-11-031-4/+6
* QNetworkReply autotests: move performance tests to benchmarksPeter Hartmann2009-11-022-479/+530
* Merge remote branch 'origin/4.6' into core-4.6Thiago Macieira2009-10-294-19/+129
|\
| * do not crashOswald Buddenhagen2009-10-292-0/+27
| * Autotest: add a few more tests for Unicode (IDN) supportThiago Macieira2009-10-291-2/+5
| * Autotest: add one test that was in the previous implementation but missing hereThiago Macieira2009-10-291-0/+1
| * Autotest: use example.org and example.netThiago Macieira2009-10-291-12/+12
| * Import a new implementation of fromUserInput.Thiago Macieira2009-10-291-0/+60
| * Remove the fromUserInput implementation and tests.Thiago Macieira2009-10-291-55/+0
| * Cache a state's parent stateKent Hansen2009-10-291-0/+9
| * Make QStateMachine event posting functions thread-safeKent Hansen2009-10-291-0/+48
| * Test that we gracefully handle event posting after the state machine is stoppedKent Hansen2009-10-291-0/+17
* | Autotest: this test is failing, enable debugging to find out why.Thiago Macieira2009-10-291-1/+4
* | Merge branch '4.6' into core-4.6Thiago Macieira2009-10-297-5/+257
|\|
| * Change all valid Task-Tracker references to bugreports.qt.nokia.com reference.Warwick Allison2009-10-294-4/+4
| * Say hello to QScriptProgram :-)Kent Hansen2009-10-283-1/+253
* | QLocalServer: block indefinitely when timeout value is -1Peter Hartmann2009-10-281-1/+1
* | Fix Qt containers to properly support types with strict alignments.Thiago Macieira2009-10-281-0/+109
* | Autotest: add unit test for QDBusServiceWatcherThiago Macieira2009-10-282-0/+281
* | Autotest: add a test that tries to follow a service changing owners.Thiago Macieira2009-10-281-0/+56
* | Autotest: fix improper use of the serviceOwnerChanged signalThiago Macieira2009-10-281-23/+11
* | Merge remote branch 'origin/4.6' into core-4.6Thiago Macieira2009-10-289-32/+179
|\|
| * Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6axis2009-10-274-8/+87
| |\
| | * Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6axis2009-10-274-9/+151
| | |\
| | * | Removed the need for extra Symbian traps after QApp construction.axis2009-10-261-0/+63
| | * | Fix QCompleter autotest for case insensitive filesystemsShane Kearns2009-10-261-1/+1
| | * | Make network self test fail instead of crashing in case of DNS errorShane Kearns2009-10-261-0/+5
| | * | Merge branch '4.6' of git@scm.dev.troll.no:qt/qt-s60-public into 4.6Janne Anttila2009-10-2312-99/+786
| | |\ \
| | * | | Fixed softkey autotest build after 5370e5ff.Janne Anttila2009-10-231-7/+18
| * | | | Fix integer overflow in string.remove len parameterMarkus Goetz2009-10-271-0/+9
| * | | | Implement support for wheel delta with finer resolution than 15 deg.Richard Moe Gustavsen2009-10-271-16/+0
| | |_|/ | |/| |
| * | | Fixes Oracle batchExec using strings as out params.Bill King2009-10-271-0/+54
| * | | Autotest: fix building tst_qsqlquery.Thiago Macieira2009-10-261-1/+1
| * | | tst_qtcpsocket: Increased some of the timeouts to increase stabilityMarkus Goetz2009-10-261-7/+7
| * | | QPixmap::loadFromData: Do not crash on empty/invalid data/lengthMarkus Goetz2009-10-261-0/+21
* | | | QDom autotests: test is not failing anymorePeter Hartmann2009-10-281-3/+0
* | | | Autotest: Add some debugging info as to why the subprocess fails to startThiago Macieira2009-10-271-0/+10
* | | | QAbstractSocket: wait with closing until all bytes have been writtenPeter Hartmann2009-10-271-3/+1
* | | | QDom: make tests fail only on WindowsPeter Hartmann2009-10-261-0/+2
|/ / /
* | / Optimize QGraphicsRotation's use of QMatrix4x4Rhys Weatherley2009-10-261-1/+68
| |/ |/|
* | Better sql unicode tests (still not working correctly tho).Bill King2009-10-232-11/+9
* | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Kurt Korbatits2009-10-2320-94/+992
|\ \
| * | Compile fix.Denis Dzyubenko2009-10-224-31/+31
| * | QHttp: Fix bug related to SSL and big POST dataMarkus Goetz2009-10-221-7/+36
| * | QSslSocket: Trigger a SSL transmission when reading from the socket.Markus Goetz2009-10-221-0/+61
| * | Fixed the gestures/graphicsview manualtestDenis Dzyubenko2009-10-222-4/+23
| * | Implemented gesture event delivery and propagation inside QGraphicsView.Denis Dzyubenko2009-10-221-20/+114
| * | Add QGestureEvent::mapToScene for better graphicsView integrationThomas Zander2009-10-221-0/+26
| * | Fix for the gestures autotest.Denis Dzyubenko2009-10-221-8/+6
| * | Improvements for gesture event deliveryDenis Dzyubenko2009-10-221-2/+64