Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' of scm.dev.nokia.troll.no:qt/berlin-staging-1 into mast... | Qt Continuous Integration System | 2010-02-18 | 7 | -39/+182 |
|\ | |||||
| * | optimize qstring::simplified() | Oswald Buddenhagen | 2010-02-18 | 1 | -16/+66 |
| * | Revert optimizations to QString::append | Kai Koehne | 2010-02-18 | 2 | -42/+4 |
| * | unbreak QList::append() and co. again | Oswald Buddenhagen | 2010-02-17 | 1 | -1/+1 |
| * | optimization: use QList::reserve() and QVector::reserve() | Oswald Buddenhagen | 2010-02-17 | 1 | -1/+3 |
| * | avoid double reallocations in appending operations | Oswald Buddenhagen | 2010-02-16 | 2 | -4/+42 |
| * | avoid double reallocation in string-growing replace() case | Oswald Buddenhagen | 2010-02-16 | 1 | -1/+2 |
| * | optimize qHash() some more | Oswald Buddenhagen | 2010-02-16 | 1 | -8/+4 |
| * | optimize QList::mid() | Oswald Buddenhagen | 2010-02-16 | 1 | -3/+12 |
| * | optimization: use QList::reserve() in QSet::toList() | Oswald Buddenhagen | 2010-02-16 | 1 | -0/+1 |
| * | add QList::reserve() | Oswald Buddenhagen | 2010-02-16 | 2 | -8/+57 |
| * | add QString(const QChar *) c'tor | Oswald Buddenhagen | 2010-02-16 | 2 | -2/+37 |
* | | fix QTBUG-7898 | Shenghua Su | 2010-02-17 | 1 | -1/+1 |
* | | Revert "Optimized QLocale to access system locale on demand." | Denis Dzyubenko | 2010-02-17 | 3 | -143/+46 |
* | | Add operator< and qHash for QSharedPointer and fix operator-. | Thiago Macieira | 2010-02-15 | 1 | -2/+47 |
* | | Don't use QSystemLocale if QT_NO_SYSTEMLOCALE (like QWS) | Thiago Macieira | 2010-02-14 | 1 | -32/+31 |
* | | Don't use QSystemLocale if QT_NO_SYSTEMLOCALE (like QWS) | Thiago Macieira | 2010-02-13 | 2 | -3/+3 |
* | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into master... | Qt Continuous Integration System | 2010-02-13 | 3 | -60/+158 |
|\ \ | |/ |/| | |||||
| * | Optimized QLocale to access system locale on demand. | Denis Dzyubenko | 2010-02-12 | 3 | -60/+158 |
* | | add qt5 todo | Oswald Buddenhagen | 2010-02-12 | 1 | -1/+1 |
|/ | |||||
* | Merge branch 'master' of scm.dev.nokia.troll.no:qt/berlin-staging-1 into mast... | Qt Continuous Integration System | 2010-02-10 | 1 | -1/+1 |
|\ | |||||
| * | Fixed setting back spaces when streaming a QPointF | Thorbjørn Lindeijer | 2010-02-09 | 1 | -1/+1 |
* | | Merge remote branch 'qt/4.6' into qt-master-from-4.6 | Qt Continuous Integration System | 2010-02-09 | 2 | -38/+24 |
|\ \ | |/ |/| | |||||
| * | add const | Oswald Buddenhagen | 2010-02-05 | 1 | -1/+1 |
| * | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6 | Janne Koskinen | 2010-02-04 | 3 | -7/+18 |
| |\ | |||||
| * | | Revert "Daylight savings time for Symbian take 2" | Janne Koskinen | 2010-02-04 | 1 | -37/+23 |
* | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into master... | Qt Continuous Integration System | 2010-02-04 | 1 | -1/+1 |
|\ \ \ | |||||
| * | | | doc: Fixed some qdoc warnings. | Martin Smith | 2010-02-04 | 1 | -1/+1 |
* | | | | Merge remote branch 'origin/4.6' into qt-master-from-4.6 | Olivier Goffart | 2010-02-04 | 4 | -30/+55 |
|\ \ \ \ | |/ / / |/| | / | | |/ | |/| | |||||
| * | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6-integr... | Qt Continuous Integration System | 2010-02-03 | 1 | -23/+37 |
| |\ \ | | |/ | |||||
| | * | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6 | Janne Koskinen | 2010-01-29 | 2 | -4/+4 |
| | |\ | |||||
| | * \ | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6 | Janne Koskinen | 2010-01-25 | 90 | -97/+111 |
| | |\ \ | |||||
| | * | | | Daylight savings time for Symbian take 2 | Janne Koskinen | 2009-12-28 | 1 | -23/+37 |
| * | | | | revert to fromUtf16() usage in fromWCharArray() | Oswald Buddenhagen | 2010-02-03 | 1 | -1/+1 |
| * | | | | optimization: get rid of QString::fromUtf16() usage | Oswald Buddenhagen | 2010-02-01 | 1 | -2/+2 |
| * | | | | document QString::fromUtf16() slowness | Oswald Buddenhagen | 2010-02-01 | 1 | -0/+11 |
| * | | | | remove duplicated calculation of length | Oswald Buddenhagen | 2010-02-01 | 1 | -1/+1 |
| * | | | | optimize qhash() | Oswald Buddenhagen | 2010-02-01 | 1 | -4/+4 |
| | |_|/ | |/| | | |||||
* | | | | Merge remote branch 'qt/4.6' into qt-master-from-4.6 | Qt Continuous Integration System | 2010-02-01 | 2 | -4/+4 |
|\ \ \ \ | |/ / / | |||||
| * | | | Doc fixes: Remove some lies from QEasingCurve. | Jan-Arve Sæther | 2010-01-27 | 1 | -3/+3 |
| * | | | doc: Corrected misspelled word. | Martin Smith | 2010-01-27 | 1 | -1/+1 |
| | |/ | |/| | |||||
* | | | Merge commit 'oslo1/master' into oslo1-master | Rohan McGovern | 2010-02-01 | 16 | -3/+62 |
|\ \ \ | |||||
| * | | | Optimise QStringList::join by pre-allocating the final size. | Thiago Macieira | 2010-01-26 | 1 | -0/+10 |
| * | | | Merge branch '4.6' | Thiago Macieira | 2010-01-21 | 1 | -2/+2 |
| |\ \ \ | |||||
| * \ \ \ | Merge branch '4.6' | Thiago Macieira | 2010-01-13 | 90 | -95/+108 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge branch '4.6' | Thiago Macieira | 2009-12-26 | 2 | -6/+6 |
| |\ \ \ \ \ | | | |_|_|/ | | |/| | | | |||||
| | * | | | | Revert "Daylight savings time for Symbian." | Janne Koskinen | 2009-12-23 | 1 | -37/+23 |
| | * | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6 | Janne Koskinen | 2009-12-22 | 3 | -5/+8 |
| | |\ \ \ \ | |||||
| | * | | | | | Daylight savings time for Symbian. | Janne Koskinen | 2009-12-22 | 1 | -23/+37 |
| * | | | | | | Merge commit 'origin/4.6' | Olivier Goffart | 2009-12-15 | 3 | -2/+5 |
| |\ \ \ \ \ \ |