summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-07-288-25/+140
|\
| * Extend the build system to SSSE3Benjamin Poulain2010-07-261-0/+21
| * CPU feature detection for x86_64Andreas Kling2010-07-261-0/+67
| * Use the appropriate CPUID bitmap for detecting SSE3 etcAndreas Kling2010-07-261-6/+9
| * Added missing header to qstring.cpp.axis2010-07-211-0/+4
| * Extend the detection of CPU feature for x86Benjamin Poulain2010-07-192-1/+17
| * Remove qMemCopy() usage from all .cpp files of Qt itself.Robin Burchell2010-07-184-8/+8
| * Merge remote branch 'origin/4.7' into 4.7-from-4.6Rohan McGovern2010-07-172-1/+2
| |\
| | * Added LatinAmericaAndTheCaribbean country to the doc.Denis Dzyubenko2010-07-161-0/+1
| | * doc: Fixed several qdoc warnings.Martin Smith2010-07-131-1/+1
| * | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-07-151-14/+17
| |\ \ | | |/ | |/|
| | * Fix a crash when recursing into QSharedPointer from QSharedPointer::clear()Thiago Macieira2010-07-091-14/+17
| | * Revert "Support time zone designator in QDateTime::fromString() based on ISO ...Liang Qi2010-07-051-26/+1
| | * Support time zone designator in QDateTime::fromString() based on ISO 8601-200...Liang Qi2010-07-051-1/+26
| | * Using the remaining valid data to construct the QTime object when msec parsin...Liang Qi2010-07-011-1/+1
* | | Merge remote branch 'origin/4.7' into qt-master-from-4.7Thiago Macieira2010-07-153-25/+32
|\ \ \ | |/ /
| * | SSE2 implementation of convert_ARGB_to_ARGB_PM_inplace for QImageJohn Brooks2010-07-071-2/+3
| * | Support time zone designator in QDateTime::fromString() based on ISO 8601-200...Liang Qi2010-07-051-1/+26
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-07-031-21/+2
| |\ \
| | * | Consolidate zlib configuration redundancyMark Brand2010-07-021-21/+2
| * | | Using the remaining valid data to construct the QTime object when msec parsin...Liang Qi2010-07-011-1/+1
| |/ /
* | | Merge remote branch 'origin/4.7' into qt-master-from-4.7Thiago Macieira2010-07-0117-200/+182
|\ \ \ | |/ /
| * | added a comment for QByteArray::replace(..)Zeno Albisser2010-06-291-0/+5
| * | Enable SSE2 for MSVC x64 builds, as it was incorrectly disabledJohn Brooks2010-06-281-1/+2
| * | Doc: Relicensed the documentation under the GNU FDL version 1.3.David Boddie2010-06-216-150/+66
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7David Boddie2010-06-182-35/+11
| |\ \
| | * \ Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into qt-4.7-from-4.6Simon Hausmann2010-06-161-32/+2
| | |\ \ | | | |/
| | | * Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6-integr...Qt Continuous Integration System2010-06-141-32/+2
| | | |\
| | | | * Fix issues with thai line breakingLars Knoll2010-06-141-32/+2
| | * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt into qt-4.7-from-4.6Simon Hausmann2010-06-162-2/+7
| | |\ \ \
| | * \ \ \ Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into qt-4.7-from-4.6Simon Hausmann2010-06-131-3/+9
| | |\ \ \ \ | | | | |/ / | | | |/| |
| | | * | | Fix incorrect line breaking in QtWebKit.Pierre Rossi2010-06-111-3/+9
| | | | |/ | | | |/|
| * | | | Doc: Fixed documentation errors.David Boddie2010-06-181-2/+2
| | |_|/ | |/| |
| * | | Use native locale aware string comparison on Symbian.Denis Dzyubenko2010-06-151-0/+4
| * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-06-121-2/+3
| |\ \ \ | | |/ / | |/| |
| | * | Updated project files so it is now possible to use "-system-zlib" configurati...Constantin Makshin2010-06-101-2/+3
| * | | Rename QLocale::isWrittenRightToLeft() to textDirection()Lars Knoll2010-06-092-5/+5
| * | | Add a isWrittenRightToLeft() method to QLocale.Lars Knoll2010-06-092-0/+21
| * | | Fix QString::isRightToLeft() to conform with Unicode Bidi algorithmLars Knoll2010-06-092-10/+12
| * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-06-082-0/+56
| |\ \ \ | | |/ / | |/| |
| | * | QVarLenghtArray: Add typedefs for stl compatibility.Gordon Schumacher2010-06-082-0/+56
* | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into master...Qt Continuous Integration System2010-06-213-11/+67
|\ \ \ \
| * | | | code style changes applied to MR 697Joerg Bornemann2010-06-211-4/+3
| * | | | QElapsedTimer/Win: use QueryPerformanceCounter if availableSebastian Hartte2010-06-213-11/+68
* | | | | Fix compiler warningOlivier Goffart2010-06-181-1/+1
* | | | | Merge remote branch 'origin/master'Olivier Goffart2010-06-155-23/+34
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into master...Qt Continuous Integration System2010-06-111-3/+21
| |\ \ \ \
| | * | | | Avoid the incorrect usage of QScopedArrayPointer.Denis Dzyubenko2010-06-111-3/+21
| * | | | | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-06-084-20/+13
| |\ \ \ \ \ | | |/ / / / | |/| / / / | | |/ / /
| | * | | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Olivier Goffart2010-06-082-14/+4
| | |\ \ \ | | | |/ / | | |/| / | | | |/