summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Protect against deleted windowsLars Knoll2011-06-081-0/+16
* Fix compile when configure with no fontconfig supportJiang Jiang2011-06-081-3/+3
* Fix warning in qtextengine compilationJiang Jiang2011-06-081-1/+1
* Reorder member varibles in QGlyphRunPrivate to eliminate warningJiang Jiang2011-06-081-4/+4
* Revert 36e01e69Jiang Jiang2011-06-081-4/+0
* Fixed compile of tst_qscriptextensionplugin on some Windows configurationsRohan McGovern2011-06-071-0/+1
* Add function QGlyphRun::setRawData()Eskil Abrahamsen Blomfeldt2011-06-067-53/+190
* Merge remote branch 'qt/4.8' into fire-masterPaul Olav Tvete2011-06-068550-150045/+154333
|\
| * Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into master...Qt Continuous Integration System2011-06-017-239/+201
| |\
| | * drop the SysV semaphores -specific code out from QWSSignalHandlerRitt Konstantin2011-06-014-54/+54
| | * minor refactoring of the QWSLock classRitt Konstantin2011-06-012-68/+47
| | * simplify the code by using the EINTR_LOOP macroRitt Konstantin2011-06-011-36/+36
| | * simplify the semaphores initializationRitt Konstantin2011-06-011-17/+6
| | * minor refactoring of the QLock classRitt Konstantin2011-06-011-82/+46
| | * add a warning on an incorrect usage of QLockRitt Konstantin2011-06-011-0/+2
| | * make sure we really clear all locksRitt Konstantin2011-06-011-1/+1
| | * fix build with QT_NO_QWS_SIGNALHANDLERRitt Konstantin2011-06-014-5/+29
| | * Merge remote-tracking branch 'mainline/4.8'Oswald Buddenhagen2011-06-018518-143214/+153955
| | |\ | | |/ | |/|
| * | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-earth-staging into mast...Qt Continuous Integration System2011-05-313-8/+8
| |\ \
| | * | Fix build in C++0x modeBernhard Rosenkraenzer2011-05-313-8/+8
| * | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-earth-staging into mast...Qt Continuous Integration System2011-05-2748-330/+1298
| |\ \ \ | | |/ /
| | * | Added some of my Qt 4.8 changes to the changelogOlivier Goffart2011-05-261-0/+22
| | * | Merge remote-tracking branch 'earth-staging/master'Olivier Goffart2011-05-2611-51/+110
| | |\ \
| | | * | Update bearer startup code in network autotestsShane Kearns2011-05-258-33/+98
| | | * | symbian socket engine: share ip address conversion codeShane Kearns2011-05-253-18/+12
| | * | | Merge remote-tracking branch 'origin/4.8'Olivier Goffart2011-05-269-77/+53
| | |\ \ \
| | * | | | license header check: fix exception for URL TLD tablePeter Hartmann2011-05-251-1/+1
| | | |/ / | | |/| |
| | * | | Merge remote-tracking branch 'origin/4.8'Olivier Goffart2011-05-248452-141937/+141860
| | |\ \ \
| | * | | | QUrl TLD: fix documentation file for "Add QUrl::topLevelDomain() ..."Peter Hartmann2011-05-241-4/+4
| | * | | | Add QUrl::topLevelDomain() and move TLD table from QtNetwork to QtCoreRobert Hogan2011-05-2414-55/+244
| | * | | | fix Symbian ordinals for merge request re. utf8 characters in SSL certsPeter Hartmann2011-05-241-1/+5
| | * | | | add auto test for SSL certificates containing utf8 charactersPierre Rossi2011-05-234-5/+58
| | * | | | fix coding style for merge request re. utf8 characters in SSL certsPierre Rossi2011-05-231-7/+6
| | * | | | Use OpenSSL X509_NAME_ENTRY API to parse UTF8 subjectName/issuerNameRaul Metsma2011-05-233-36/+29
| | * | | | Fix the build for QUuidLiang Qi2011-05-232-2/+6
| | * | | | Improved performance of the QLocale::name() function.Denis Dzyubenko2011-05-201-9/+22
| | * | | | Optimize QUuid::QUuid(const char *)Liang Qi2011-05-201-1/+9
| | * | | | QDataStream: speedup steaming of QUuid.Liang Qi2011-05-201-17/+47
| | * | | | Add QUuid::toRfc4122() and fromRfc4122()Liang Qi2011-05-204-0/+128
| | * | | | Add QUuid::toByteArray() and relevantLiang Qi2011-05-204-0/+119
| | * | | | Optimize QUuid::toString() and relevantLiang Qi2011-05-202-55/+100
| | * | | | Add some autotests and benchmarks for QUuidLiang Qi2011-05-202-2/+152
| | * | | | tst_qhostinfo: Fix IPv6 lookup detection on Windows.Martin Petersson2011-05-201-7/+7
| | * | | | Fix typo in commentOlivier Goffart2011-05-201-1/+1
| | * | | | Tests for QtConcurrent::map using lambdasOlivier Goffart2011-05-191-0/+21
| | * | | | MSVC do not really support initilizer_listOlivier Goffart2011-05-191-6/+2
| | * | | | Support of lambdas in QtConcurrent::runOlivier Goffart2011-05-196-81/+194
| | * | | | Add QtPrivate::QEnableIfOlivier Goffart2011-05-191-0/+6
| | * | | | Fix in-process drag-n-drop of image data, image/* was not available.David Faure2011-05-191-6/+22
| * | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into master...Qt Continuous Integration System2011-05-266-19/+73
| |\ \ \ \ \