summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/berlin-staging-1 into mast...Qt Continuous Integration System2010-02-1819-69/+233
|\
| * 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
| * Added QPlainTextEditor::anchorAt(const QPoint &pos)Thorbjørn Lindeijer2010-02-172-0/+22
| * Merge branch 'master' of scm.dev.nokia.troll.no:qt/berlin-staging-1 into mast...Qt Continuous Integration System2010-02-1716-56/+184
| |\
| | * 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-1610-30/+29
| | * add QString(const QChar *) c'torOswald Buddenhagen2010-02-162-2/+37
* | | Compile.Morten Johan Sørvig2010-02-184-2/+3
* | | 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-172-7/+74
* | | Revert "remove -lz from OPENSSL_LIBS so as to respect qt-zlib"Mark Brand2010-02-171-6/+0
* | | remove -lz from QT_LFLAGS_PSQL so as to respect qt-zlibMark Brand2010-02-172-15/+9
* | | remove -lz from OPENSSL_LIBS so as to respect qt-zlibMark Brand2010-02-171-0/+6
* | | Mac: QSystemTrayIcon::DoubleClick and midmouse not workingRichard Moe Gustavsen2010-02-174-73/+72
* | | fix QTBUG-7898Shenghua Su2010-02-171-1/+1
* | | QNAM HTTP: More micro optimization in QHttpNetworkRequestMarkus Goetz2010-02-171-3/+7
* | | QNAM HTTP: Some micro optimization in QHttpNetworkRequestMarkus Goetz2010-02-171-9/+16
* | | QNAM HTTP: Trivial optimizationMarkus Goetz2010-02-171-13/+12
* | | Revert "Optimized QLocale to access system locale on demand."Denis Dzyubenko2010-02-173-143/+46
* | | Incorrect mouse coordinates used when compressing WM_MOUSEMOVE messages.Prasanth Ullattil2010-02-171-1/+4
* | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into master...Qt Continuous Integration System2010-02-16340-480/+905
|\ \ \ | |/ / |/| |
| * | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/oslo-staging-1Martin Smith2010-02-16302-335/+335
| |\ \
| | * | Fix copyright year.Jason McDonald2010-02-16300-300/+300
| | * | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1Jason McDonald2010-02-166-8/+25
| | |\ \
| | * | | Fix broken license headers.Jason McDonald2010-02-162-35/+35
| * | | | doc: Fixed some qdoc errors.Martin Smith2010-02-161-0/+1
| | |/ / | |/| |
| * | | Reusing sheets on Mac OS X 10.5 & above shows painting artifacts.Prasanth Ullattil2010-02-161-0/+2
| * | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/oslo-staging-1Martin Smith2010-02-168-6/+75
| |\ \ \ | | |/ /
| | * | QNetworkAccessManager: add method to send custom requestsPeter Hartmann2010-02-168-6/+75
| * | | doc: Fixed some qdoc errors.Martin Smith2010-02-165-8/+23
| |/ /
| * | doc: Fixed some qdoc errors.Martin Smith2010-02-166-13/+23
| * | Optimization: Avoid calling out to public API functionKent Hansen2010-02-151-2/+1
| * | Mac: submenu shows up at the wrong positionRichard Moe Gustavsen2010-02-151-23/+19
| * | 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-1324-109/+398
| |\ \
| | * \ Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into master...Qt Continuous Integration System2010-02-1324-109/+398
| | |\ \
| | | * | Optimized QLocale to access system locale on demand.Denis Dzyubenko2010-02-123-60/+158
| | | * | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into master...Qt Continuous Integration System2010-02-1221-49/+240
| | | |\ \
| | | | * \ Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1Fabien Freling2010-02-12123-1261/+1987
| | | | |\ \
| | | | | * | update according to Thiago's comments.Holger Schroeder2010-02-123-13/+28