summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'qt/master-stable'Jason Barron2009-07-2723-383/+945
|\
| * Silence compiler warnings on shadowing of member functions.Volker Hilsheimer2009-07-211-11/+11
| * Minor performance improvements in nameprepping.Thiago Macieira2009-07-211-5/+5
| * Add qt_string_normalize to do in-place Unicode normalization.Thiago Macieira2009-07-212-37/+37
| * Fix warning with Sun CC 5.9 and xlC 7: no new types inside anonymous unions.Thiago Macieira2009-07-211-5/+6
| * There's no need to include qstringmatcher.h in qstringlist.hThiago Macieira2009-07-212-1/+1
| * Try to express ourselves better in the explanation for the curve types.Jan-Arve Sæther2009-07-211-81/+84
| * Doc fixes to QEasingCurve.Jan-Arve Sæther2009-07-211-7/+8
| * Fixes memory leak of global data.Denis Dzyubenko2009-07-211-1/+5
| * Doc: not an overloadVolker Hilsheimer2009-07-201-2/+0
| * Merge commit 'origin/4.5'Oswald Buddenhagen2009-07-201-1/+1
| |\
| | * fix crash due to null pointer referencingAlex2009-07-201-1/+1
| * | Compile fix with namespaces after 8ab072aff0 broke it.hjk2009-07-201-0/+3
| * | Doc: add \since 4.6Volker Hilsheimer2009-07-201-0/+3
| * | Doc: A few cleanups, fixes and improvements.Volker Hilsheimer2009-07-191-7/+8
| * | Doc: add \since 4.6 for new APIsVolker Hilsheimer2009-07-193-0/+5
| * | QNetworkAccessManager: HTTP download performance improvementsMarkus Goetz2009-07-172-0/+201
| * | Fix warnings for mingwThierry Bastian2009-07-162-5/+4
| * | Changed the implementation of the unicode text codecs to share more code with...Denis Dzyubenko2009-07-161-84/+6
| * | avoids strict-antialiasing breakage warningsThierry Bastian2009-07-151-1/+3
| * | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtPeter Hartmann2009-07-152-3/+3
| |\ \
| | * | fix warnings for mingw in QtCoreThierry Bastian2009-07-152-3/+3
| * | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtPeter Hartmann2009-07-154-3/+20
| |\ \ \ | | |/ /
| | * | Build fix for mingwThierry Bastian2009-07-141-1/+1
| | * | fix warning in qstringbuilder.h by using QLatin1Charhjk2009-07-131-1/+1
| | * | fix the test _and_ the class :)Harald Fernengel2009-07-031-1/+1
| | * | Add a specialization for QByteArrayHarald Fernengel2009-07-031-0/+12
| | * | Use 'struct QConcatenable' instead of 'class QConcatenable' tohjk2009-07-091-1/+1
| | * | QRingBuffer micro optimizationMarkus Goetz2009-07-091-1/+4
| | * | Add QT_END_HEADER to fix compile on PowerPC Mac and make autotest pass.Volker Hilsheimer2009-07-091-0/+2
| * | | Merge branch 'master' of git://gitorious.org/qt/qtTobias Koenig2009-07-0578-7171/+7281
| |\ \ \ | | |/ /
| | * | doc: Corrected several qdoc warnings.Martin Smith2009-07-031-3/+3
| | * | Revert "Add support for creating the object alongside the Data structure in Q...Thiago Macieira2009-07-021-47/+0
| | * | Experimental: allow QSharedPointer to be used with forward declarations that ...Thiago Macieira2009-07-021-1/+1
| | * | Add support for creating the object alongside the Data structure inThiago Macieira2009-07-021-0/+47
| | * | Add qobject_cast for QSharedPointer.Thiago Macieira2009-07-023-0/+110
| | * | Merge branch '4.5'Thiago Macieira2009-07-022-6693/+6694
| | |\ \ | | | |/
| | * | QNAM: Direct transfer of HTTP buffer to the QNetworkReply bufferMarkus Goetz2009-07-011-1/+46
| | * | src/corelib: Remove QT_WA and non-Unicode code paths, dropping Win9x and NT s...miniak2009-07-013-127/+45
| * | | Merge branch 'master' of git://gitorious.org/qt/qtTobias Koenig2009-06-163-24/+17
| |\ \ \
| * \ \ \ Merge branch 'master' of git://gitorious.org/qt/qtTobias Koenig2009-06-1012-36/+83
| |\ \ \ \
| * \ \ \ \ Merge commit 'qt-mainline/master'Tobias Koenig2009-06-0432-1476/+2625
| |\ \ \ \ \
| * | | | | | Document xml schema enum in QRegExpTobias Koenig2009-05-191-0/+3
| * | | | | | Extended QRegExp by a W3C XML Schema modeTobias Koenig2009-05-162-3/+329
* | | | | | | Merge commit 'origin/master' into 4.6-mergedJason Barron2009-07-095-6699/+6704
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtaxis2009-07-072-6693/+6694
| |\ \ \ \ \ \ \ | | | |_|_|_|_|/ | | |/| | | | |
| | * | | | | | Fixed the build on Windows after regenerating the unicode tables.Denis Dzyubenko2009-07-011-2/+2
| | * | | | | | Regenerated unicode tables after the fix in the generator.Denis Dzyubenko2009-07-012-6693/+6694
| * | | | | | | Removed unused static data from Qt.axis2009-07-061-2/+2
| * | | | | | | Fixed warnings on Symbian.axis2009-06-302-3/+3