summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Thread safety for QHostInfo symbian implementationShane Kearns2011-04-052-10/+46
* Fix typo in class nameShane Kearns2011-04-053-36/+36
* Add test case for thread safety of the QHostInfo async APIShane Kearns2011-04-051-1/+52
* Implement cache support for the async resolverShane Kearns2011-04-052-3/+28
* Update address reporting codeShane Kearns2011-04-051-22/+17
* Fix multicast group membershipShane Kearns2011-04-051-13/+23
* Fix assert fail when debug log is enabledShane Kearns2011-04-051-1/+4
* Don't reinitialise udp socket when IP versions don't matchShane Kearns2011-04-051-1/+1
* Fix deadlock in QNetworkSession::stopShane Kearns2011-03-311-1/+1
* Add partial upgrade rules for Qt's pluginsShane Kearns2011-03-311-0/+19
* Fix error handling in qhostinfo_symbianShane Kearns2011-03-311-54/+42
* Ayschronous Next() change for DNS resolution.Aaron Tunney2011-03-312-51/+77
* Fix ssl autotest .pro filesShane Kearns2011-03-293-19/+3
* Remove 2 QSKIP from tst_qnetworkdiskcacheShane Kearns2011-03-291-6/+0
* Add bearer startup to qabstractnetworkcache autotestShane Kearns2011-03-291-0/+26
* Make qhttpnetworkconnection autotest work with the new test serverShane Kearns2011-03-291-17/+31
* Ensure shared network session deleted from correct threadShane Kearns2011-03-291-1/+6
* Symbian workaround for networkselftestShane Kearns2011-03-291-5/+11
* Bearer support for autotestsShane Kearns2011-03-292-1/+27
* Performance: use select poll for timeout of 0msShane Kearns2011-03-291-30/+37
* Update DEF filesShane Kearns2011-03-287-15/+178
* Fix new http multipart test case on symbianShane Kearns2011-03-251-8/+5
* Merge remote branch 'earth/master' into symbian-socket-engineShane Kearns2011-03-251031-14425/+48704
|\
| * Use QByteArray::isEmpty instead of isNull in QLocaleDenis Dzyubenko2011-03-242-4/+4
| * Fixed documentation for QLocaleDenis Dzyubenko2011-03-243-17/+17
| * Improved performance of mapFromGlobal/mapToGlobal on X11Denis Dzyubenko2011-03-241-0/+28
| * Merge remote branch 'earth-team/master-i18n' into 4.8-earthDenis Dzyubenko2011-03-2440-8620/+13579
| |\
| | * QLocale fixes.Denis Dzyubenko2011-03-245-28/+28
| | * Fixed a typo in the manual testDenis Dzyubenko2011-03-231-1/+1
| | * Revert "Added short time format support on Windows."Denis Dzyubenko2011-03-231-3/+1
| | * QLocale: Compile fix for windowsDenis Dzyubenko2011-03-221-44/+43
| | * Bugfixing QLocale::weekdays and updating manual testZeno Albisser2011-03-222-15/+5
| | * replaced weekendStart and weekendEnd with weekdays functionZeno Albisser2011-03-215-31/+27
| | * Merge branch 'master-i18n' of scm.dev.nokia.troll.no:qt/qt-earth-team into ma...Denis Dzyubenko2011-03-1710-374/+530
| | |\
| | | * Updated CLDR data for QLocale.Liang Qi2011-03-081-371/+394
| | | * Using list patterns to get a string from list in QLocale.Liang Qi2011-03-089-4/+137
| | * | Cache some values to improve digit substitution on Windows.Denis Dzyubenko2011-03-171-27/+42
| | * | Fixed the qlocale manual test app on symbian.Denis Dzyubenko2011-03-173-3/+10
| | * | Narrow day name on WindowsDenis Dzyubenko2011-03-171-3/+20
| | * | Refactored QLocale on Windows.Denis Dzyubenko2011-03-173-274/+358
| | * | Use digit substitution on Windows for currency formatting.Denis Dzyubenko2011-03-171-1/+4
| | * | Added digit substitution for date/time on Windows.Denis Dzyubenko2011-03-171-7/+52
| | * | Added short time format support on Windows.Denis Dzyubenko2011-03-171-3/+6
| | * | Merge remote branch 'earth-team/master' into master-i18nDenis Dzyubenko2011-03-171032-24035/+46417
| | |\ \
| | * | | Improved QLocale::quoteString.Denis Dzyubenko2011-03-071-4/+3
| | * | | Extended documentation for QLocale.Denis Dzyubenko2011-03-041-9/+28
| | * | | Added convenience script enum values to QLocale.Denis Dzyubenko2011-03-043-2/+30
| | | |/ | | |/|
| | * | Fixed spelling in the comment.Denis Dzyubenko2011-03-041-1/+1
| | * | Fixed parsing on the locale name in QLocale.Denis Dzyubenko2011-03-031-2/+8
| | * | Compile fix for Windows.Denis Dzyubenko2011-03-021-1/+1