summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into master...Qt Continuous Integration System2011-05-264-3/+19
|\ \ \ \
| * | | | fix "Host" header of ipv6 URLs in QNAMshiroki2011-05-251-1/+11
| * | | | uic: Use QString::fromUtf8 for QUrl properties.Friedemann Kleint2011-05-251-1/+1
| * | | | uic: #include <QLayout> for QToolBox on non-laid-out forms.Friedemann Kleint2011-05-232-1/+7
* | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qml-staging into master...Qt Continuous Integration System2011-05-2611-697/+17
|\ \ \ \ \
| * | | | | DeclarativeObserver: Removed the SubcomponentEditorToolThorbjørn Lindeijer2011-05-2411-697/+17
| * | | | | Merge remote-tracking branch 'qt/4.8' into master-qml-teamKai Koehne2011-05-244334-90939/+107401
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
* | | | | | Merge remote-tracking branch 'qt/4.8'Jyri Tahtela2011-05-258-76/+52
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qml-staging into master...Qt Continuous Integration System2011-05-248-76/+52
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | Merge remote branch 'qt-qml-review/master' into master-qml-stagingKai Koehne2011-05-238-76/+52
| | |\ \ \ \ | | | |/ / /
| | | * | | Pass QList as const reference when possibleThorbjørn Lindeijer2011-05-173-8/+10
| | | * | | Fixed crashes in Observer mode related to infinite bounding rectsThorbjørn Lindeijer2011-05-173-67/+38