Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch '4.8' into qt-4.8-from-4.7 | Liang Qi | 2011-05-27 | 51 | -1061/+974 |
|\ | |||||
| * | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-earth-staging into mast... | Qt Continuous Integration System | 2011-05-27 | 26 | -278/+770 |
| |\ | |||||
| | * | Merge remote-tracking branch 'earth-staging/master' | Olivier Goffart | 2011-05-26 | 3 | -18/+12 |
| | |\ | |||||
| | | * | symbian socket engine: share ip address conversion code | Shane Kearns | 2011-05-25 | 3 | -18/+12 |
| | * | | Merge remote-tracking branch 'origin/4.8' | Olivier Goffart | 2011-05-26 | 8 | -76/+52 |
| | |\ \ | | | |/ | | |/| | |||||
| | * | | Merge remote-tracking branch 'origin/4.8' | Olivier Goffart | 2011-05-24 | 4256 | -73821/+73652 |
| | |\ \ | |||||
| | * | | | QUrl TLD: fix documentation file for "Add QUrl::topLevelDomain() ..." | Peter Hartmann | 2011-05-24 | 1 | -4/+4 |
| | * | | | Add QUrl::topLevelDomain() and move TLD table from QtNetwork to QtCore | Robert Hogan | 2011-05-24 | 10 | -51/+214 |
| | * | | | fix Symbian ordinals for merge request re. utf8 characters in SSL certs | Peter Hartmann | 2011-05-24 | 1 | -1/+5 |
| | * | | | fix coding style for merge request re. utf8 characters in SSL certs | Pierre Rossi | 2011-05-23 | 1 | -7/+6 |
| | * | | | Use OpenSSL X509_NAME_ENTRY API to parse UTF8 subjectName/issuerName | Raul Metsma | 2011-05-23 | 3 | -36/+29 |
| | * | | | Fix the build for QUuid | Liang Qi | 2011-05-23 | 2 | -2/+6 |
| | * | | | Improved performance of the QLocale::name() function. | Denis Dzyubenko | 2011-05-20 | 1 | -9/+22 |
| | * | | | Optimize QUuid::QUuid(const char *) | Liang Qi | 2011-05-20 | 1 | -1/+9 |
| | * | | | QDataStream: speedup steaming of QUuid. | Liang Qi | 2011-05-20 | 1 | -17/+47 |
| | * | | | Add QUuid::toRfc4122() and fromRfc4122() | Liang Qi | 2011-05-20 | 2 | -0/+94 |
| | * | | | Add QUuid::toByteArray() and relevant | Liang Qi | 2011-05-20 | 2 | -0/+81 |
| | * | | | Optimize QUuid::toString() and relevant | Liang Qi | 2011-05-20 | 2 | -55/+100 |
| | * | | | Fix typo in comment | Olivier Goffart | 2011-05-20 | 1 | -1/+1 |
| | * | | | MSVC do not really support initilizer_list | Olivier Goffart | 2011-05-19 | 1 | -6/+2 |
| | * | | | Support of lambdas in QtConcurrent::run | Olivier Goffart | 2011-05-19 | 5 | -81/+127 |
| | * | | | Add QtPrivate::QEnableIf | Olivier Goffart | 2011-05-19 | 1 | -0/+6 |
| | * | | | Fix in-process drag-n-drop of image data, image/* was not available. | David Faure | 2011-05-19 | 1 | -6/+22 |
| * | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into master... | Qt Continuous Integration System | 2011-05-26 | 4 | -3/+19 |
| |\ \ \ \ | |||||
| | * | | | | fix "Host" header of ipv6 URLs in QNAM | shiroki | 2011-05-25 | 1 | -1/+11 |
| | * | | | | uic: Use QString::fromUtf8 for QUrl properties. | Friedemann Kleint | 2011-05-25 | 1 | -1/+1 |
| | * | | | | uic: #include <QLayout> for QToolBox on non-laid-out forms. | Friedemann Kleint | 2011-05-23 | 2 | -1/+7 |
| * | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qml-staging into master... | Qt Continuous Integration System | 2011-05-26 | 11 | -697/+17 |
| |\ \ \ \ \ | |||||
| | * | | | | | DeclarativeObserver: Removed the SubcomponentEditorTool | Thorbjørn Lindeijer | 2011-05-24 | 11 | -697/+17 |
| | * | | | | | Merge remote-tracking branch 'qt/4.8' into master-qml-team | Kai Koehne | 2011-05-24 | 4334 | -90939/+107401 |
| | |\ \ \ \ \ | | | | |_|/ / | | | |/| | | | |||||
| * | | | | | | Merge remote-tracking branch 'qt/4.8' | Jyri Tahtela | 2011-05-25 | 8 | -76/+52 |
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | | | |||||
| | * | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qml-staging into master... | Qt Continuous Integration System | 2011-05-24 | 8 | -76/+52 |
| | |\ \ \ \ \ | | | |_|/ / / | | |/| | | | | |||||
| | | * | | | | Merge remote branch 'qt-qml-review/master' into master-qml-staging | Kai Koehne | 2011-05-23 | 8 | -76/+52 |
| | | |\ \ \ \ | | | | |/ / / | |||||
| | | | * | | | Pass QList as const reference when possible | Thorbjørn Lindeijer | 2011-05-17 | 3 | -8/+10 |
| | | | * | | | Fixed crashes in Observer mode related to infinite bounding rects | Thorbjørn Lindeijer | 2011-05-17 | 3 | -67/+38 |
| | | | * | | | Doc | Aaron Kennedy | 2011-05-16 | 1 | -0/+3 |
| | | | * | | | QmlDirParser: Fix typeInfo accessor. | Kai Koehne | 2011-05-12 | 1 | -1/+1 |
| * | | | | | | Un-absented QML debugger functionv4.8.0-tp1 | Eckhart Koppen | 2011-05-22 | 1 | -1/+1 |
| * | | | | | | Updating DEF files for Symbian | Eckhart Koppen | 2011-05-22 | 4 | -16/+45 |
| |/ / / / / | |||||
* | | | | | | Merge branch 4.7 into qt-4.8-from-4.7 | Qt Continuous Integration System | 2011-05-25 | 2 | -1/+7 |
|\ \ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integration | Qt Continuous Integration System | 2011-05-25 | 1 | -1/+1 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | Flickable could flick in wrong direction if given too few touch samples | Martin Jones | 2011-05-25 | 1 | -1/+1 |
| * | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ... | Qt Continuous Integration System | 2011-05-25 | 1 | -0/+6 |
| |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | Fix the state of default network configuration. | Xizhi Zhu | 2011-05-24 | 1 | -0/+6 |
* | | | | | | | | | Fix broken drawing with large fonts using QStaticText and FreeType | Eskil Abrahamsen Blomfeldt | 2011-05-24 | 1 | -1/+1 |
* | | | | | | | | | Merge remote-tracking branch 'origin/4.7' into qt-4.8-from-4.7 | Olivier Goffart | 2011-05-24 | 15 | -1017/+1107 |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / | | | | / / / / / | |_|_|/ / / / / |/| | | | | | | | |||||
| * | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr... | Qt Continuous Integration System | 2011-05-22 | 11 | -215/+215 |
| |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | Absenting function in winscw def files. | Laszlo Agocs | 2011-05-20 | 11 | -215/+215 |
| * | | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ... | Qt Continuous Integration System | 2011-05-20 | 1 | -22/+44 |
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | | | |||||
| | * | | | | | | | Fix ligature offset in multi-line text | Jiang Jiang | 2011-05-20 | 1 | -2/+2 |