summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-s60-publicaxis2010-02-2325-165/+518
|\
| * avoid double reallocations in inserting operationsOswald Buddenhagen2010-02-222-35/+143
| * create temporaries more intelligentlyOswald Buddenhagen2010-02-221-6/+28
| * do not protect against self-assignment in QList::replace()Oswald Buddenhagen2010-02-221-6/+1
| * make queues to which only lists are appended not blow the memoryOswald Buddenhagen2010-02-222-18/+19
| * optimize queue-like structuresOswald Buddenhagen2010-02-221-3/+3
| * remove more pointless recalculationsOswald Buddenhagen2010-02-221-3/+3
| * 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
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | 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
| | |\ \
| | | * | QTextCodec::codecForName. Insert in the cache in all cases.Olivier Goffart2010-02-151-1/+3
| | | * | Bump version to 4.6.3.Jason McDonald2010-02-151-2/+2
| | | * | QTextCodec: Symbian has codec for UCS2, only fallback to UTF16 if UCS2 codec ...Olivier Goffart2010-02-121-5/+6
| | | * | Add caching to QTextCodec::codecForName and QTextCodec::codecForMibOlivier Goffart2010-02-121-4/+35
| | * | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ...Qt Continuous Integration System2010-02-166-19/+56
| | |\ \ \
| | | * | | Fixed compiler warning about making the same class a friend twiceZeno Albisser2010-02-161-0/+2
| | | * | | Fix a deadlock in kqueue implementation of QFileSystemWatcherBradley T. Hughes2010-02-161-4/+14
| | | * | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6Martin Smith2010-02-161-14/+21
| | | |\ \ \
| | | | * | | Fix for using QContiguousCache with default constructor or capacity=0Zeno Albisser2010-02-151-14/+21