summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Implemented QAccessibleTextEdit::attributes()José Millán Soto2011-06-061-5/+106
* Changing cursor position in all boundariesJosé Millán Soto2011-06-061-1/+1
* code clean-up for QSystemSemaphoreRitt Konstantin2011-06-064-61/+65
* simplify QSharedMemoryPrivate::cleanHandle()Ritt Konstantin2011-06-065-14/+10
* minor improvements for QSharedMemoryRitt Konstantin2011-06-065-80/+81
* fix potential keyfile leakingRitt Konstantin2011-06-061-1/+1
* refactoring of the QWSSharedMemory classRitt Konstantin2011-06-062-107/+47
* allow the user to averride QT_QWS_TEMP_DIR in qplatformdefs.hRitt Konstantin2011-06-061-1/+1
* minor typo fixRitt Konstantin2011-06-061-1/+1
* minor code simplificationRitt Konstantin2011-06-061-5/+3
* minor code simplificationRitt Konstantin2011-06-062-21/+14
* avoid the QT_NO_ASCII warningRitt Konstantin2011-06-061-1/+1
* remove an unused headersRitt Konstantin2011-06-061-13/+0
* nano optimizationRitt Konstantin2011-06-061-9/+5
* don't reallocate memory if the old buffer has sufficient capacityRitt Konstantin2011-06-061-8/+11
* fix potential memory leakingRitt Konstantin2011-06-061-8/+19
* don't delete the lock if it was not created by this surfaceRitt Konstantin2011-06-061-2/+6
* QSessionManager: fix build on QWSRitt Konstantin2011-06-061-0/+3
* 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 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-2726-278/+770
|\ \ | |/
| * Merge remote-tracking branch 'earth-staging/master'Olivier Goffart2011-05-263-18/+12
| |\
| | * symbian socket engine: share ip address conversion codeShane Kearns2011-05-253-18/+12
| * | Merge remote-tracking branch 'origin/4.8'Olivier Goffart2011-05-268-76/+52
| |\ \ | | |/ | |/|
| * | Merge remote-tracking branch 'origin/4.8'Olivier Goffart2011-05-244256-73821/+73652
| |\ \
| * | | 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-2410-51/+214
| * | | fix Symbian ordinals for merge request re. utf8 characters in SSL certsPeter Hartmann2011-05-241-1/+5
| * | | 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-202-0/+94
| * | | Add QUuid::toByteArray() and relevantLiang Qi2011-05-202-0/+81
| * | | Optimize QUuid::toString() and relevantLiang Qi2011-05-202-55/+100
| * | | Fix typo in commentOlivier Goffart2011-05-201-1/+1
| * | | MSVC do not really support initilizer_listOlivier Goffart2011-05-191-6/+2
| * | | Support of lambdas in QtConcurrent::runOlivier Goffart2011-05-195-81/+127
| * | | 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