summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* QStringBuilder: Do not resize if not required.Olivier Goffart2010-02-211-6/+22
* QStringBuilder: reduce the size of the generated codeOlivier Goffart2010-02-211-0/+14
* Merge remote branch 'origin/master' into qt-master-from-4.6Thiago Macieira2010-02-2010-40/+187
|\
| * Merge branch 'master' of scm.dev.nokia.troll.no:qt/berlin-staging-1 into mast...Qt Continuous Integration System2010-02-198-40/+183
| |\
| | * Merge branch 'master' of scm.dev.nokia.troll.no:qt/berlin-staging-1 into mast...Qt Continuous Integration System2010-02-188-40/+183
| | |\
| | | * optimize qstring::simplified()Oswald Buddenhagen2010-02-181-16/+66
| | | * Revert optimizations to QString::appendKai Koehne2010-02-182-42/+4
| | | * unbreak QList::append() and co. againOswald Buddenhagen2010-02-171-1/+1
| | | * optimization: use QList::reserve() and QVector::reserve()Oswald Buddenhagen2010-02-171-1/+3
| | | * avoid double reallocations in appending operationsOswald Buddenhagen2010-02-162-4/+42
| | | * avoid double reallocation in string-growing replace() caseOswald Buddenhagen2010-02-161-1/+2
| | | * optimize qHash() some moreOswald Buddenhagen2010-02-161-8/+4
| | | * optimize QList::mid()Oswald Buddenhagen2010-02-161-3/+12
| | | * optimization: use QList::reserve() in QSet::toList()Oswald Buddenhagen2010-02-161-0/+1
| | | * add QList::reserve()Oswald Buddenhagen2010-02-162-8/+57
| | | * optimization: get rid of QString::fromUtf16() usage, part 2Oswald Buddenhagen2010-02-161-1/+1
| | | * add QString(const QChar *) c'torOswald Buddenhagen2010-02-162-2/+37
| * | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qtMartin Jones2010-02-188-23/+59
| |\ \ \ | | |/ /
| * | | MOBILITY -404 / 507Wolfgang Beck2010-02-162-0/+4
| | |/ | |/|
* | | Merge remote branch 'origin/4.6' into qt-master-from-4.6Thiago Macieira2010-02-202-3/+3
|\ \ \
| * \ \ Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6-integr...Qt Continuous Integration System2010-02-191-1/+1
| |\ \ \
| | * \ \ Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6-integr...Qt Continuous Integration System2010-02-191-1/+1
| | |\ \ \
| | | * | | Added implementation of epocRoot() function to configureGareth Stockwell2010-02-181-1/+1
| * | | | | Ensure that posted events are sent on WindowsBradley T. Hughes2010-02-191-2/+2
| |/ / / /
* | | | | Merge remote branch 'origin/4.6' into qt-master-from-4.6Thiago Macieira2010-02-192-11/+7
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ...Qt Continuous Integration System2010-02-182-11/+7
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Revert "Added note to make QList destructor virtual in version 5"Zeno Albisser2010-02-181-1/+1
| | * | | Fix s390(x) atomic ops related crashesDirk Mueller2010-02-171-10/+6
* | | | | Merge remote branch 'origin/4.6' into integration-master-from-4.6Rohan McGovern2010-02-1811-27/+24
|\ \ \ \ \ | |/ / / /
| * | | | Use correct include path for qglobal.hIain2010-02-181-1/+1
| |/ / /
| * | | Fix compilation on Mac 32-bit.Thiago Macieira2010-02-171-1/+1
| * | | Added note to make QList destructor virtual in version 5Zeno Albisser2010-02-171-1/+1
| * | | Change all ptrdiff_t to qptrdiff.Thiago Macieira2010-02-179-23/+22
* | | | Merge remote branch 'origin/master' into qt-master-from-4.6Thiago Macieira2010-02-188-23/+59
|\ \ \ \ | | |_|/ | |/| |
| * | | Remove these friend declarations that aren't necessary in 4.7Thiago Macieira2010-02-171-5/+0
| * | | Added a new flag to fine-tune gesture propagation policyDenis Dzyubenko2010-02-171-1/+2
| * | | fix QTBUG-7898Shenghua Su2010-02-171-1/+1
| * | | Revert "Optimized QLocale to access system locale on demand."Denis Dzyubenko2010-02-173-143/+46
| * | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/oslo-staging-1Martin Smith2010-02-162-2/+2
| |\ \ \
| | * | | Fix copyright year.Jason McDonald2010-02-162-2/+2
| * | | | doc: Fixed some qdoc errors.Martin Smith2010-02-161-0/+1
| |/ / /
| * | | Add operator< and qHash for QSharedPointer and fix operator-.Thiago Macieira2010-02-151-2/+47
| * | | Don't use QSystemLocale if QT_NO_SYSTEMLOCALE (like QWS)Thiago Macieira2010-02-141-32/+31
| * | | Don't use QSystemLocale if QT_NO_SYSTEMLOCALE (like QWS)Thiago Macieira2010-02-132-3/+3
| * | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into master...Qt Continuous Integration System2010-02-134-72/+164
| |\ \ \ | | |_|/ | |/| |
| | * | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into master...Qt Continuous Integration System2010-02-134-72/+164
| | |\ \
| | | * | Optimized QLocale to access system locale on demand.Denis Dzyubenko2010-02-123-60/+158
| | | * | Fix bug in QDirPrivate::setPath, affecting QDir::cd, cdUp and setPathJoão Abecasis2010-02-111-12/+6
* | | | | Merge branch '4.6' into qt-master-from-4.6Thiago Macieira2010-02-178-28/+115
|\ \ \ \ \ | |/ / / / |/| | | / | | |_|/ | |/| |
| * | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6-integ...Qt Continuous Integration System2010-02-162-11/+45
| |\ \ \