summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qstring.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'origin/master'Jason Barron2009-08-041-5/+4
|\
| * Squashed commit of the topic/exceptions branch.Harald Fernengel2009-08-031-5/+4
* | Merge commit 'qt/master-stable'Jason Barron2009-07-271-127/+41
|\ \ | |/ |/|
| * Add qt_string_normalize to do in-place Unicode normalization.Thiago Macieira2009-07-211-20/+26
| * Fix warnings for mingwThierry Bastian2009-07-161-2/+2
| * Changed the implementation of the unicode text codecs to share more code with...Denis Dzyubenko2009-07-161-84/+6
| * fix warnings for mingw in QtCoreThierry Bastian2009-07-151-1/+1
| * src/corelib: Remove QT_WA and non-Unicode code paths, dropping Win9x and NT s...miniak2009-07-011-20/+6
* | Merge commit 'qt/master-stable' into 4.6-mergedJason Barron2009-06-301-21/+82
|\ \ | |/
| * Merge branch '4.5'Thiago Macieira2009-06-241-1/+1
| |\
| | * Fix comparison of different-sized QStringRefs.Thiago Macieira2009-06-241-1/+1
| * | Changed enum Qt::Uninitialized to enum Qt::InitializationMartin Smith2009-06-191-6/+5
| * | Don't initialize data that will be overwritten immediately.hjk2009-06-181-12/+6
| * | Use enum Qt::Uninitialized instead of struct QString::Uninitializedhjk2009-06-181-1/+1
| * | doc: Added explanation of QStringBuilder in QStringMartin Smith2009-06-181-0/+68
| * | Merge license header changes from 4.5Volker Hilsheimer2009-06-161-2/+2
| |\ \ | | |/
| | * Update license headers as requested by the marketing department.Jason McDonald2009-06-161-2/+2
* | | Merge commit 'qt/master-stable' into 4.6-stableJason Barron2009-06-251-6/+89
|\ \ \ | |/ /
| * | Introduce a new class QStringBuilder to speed up the creation ofhjk2009-05-281-0/+17
| * | Reintroduce the unaligned-unaligned 32-bit code that I had removed out of ign...Thiago Macieira2009-05-221-16/+29
| * | Optimise QString comparison based on the results from the benchmarkThiago Macieira2009-05-221-125/+38
| * | Don't use memcmp it's terribly slow.Lars Knoll2009-05-221-6/+146
| |/
* | Make Qt exception safer.Robert Griebl2009-06-101-67/+71
|/
* Correcting bug in QString::fromWCharArray documentationMorten Engvoldsen2009-05-121-1/+3
* Fix regression in QString::replace(int, int, QChar) when string is emptyPaul Olav Tvete2009-04-151-18/+16
* Explicitely mentioned in the doc that the format string for qDebug,Denis Dzyubenko2009-03-301-1/+2
* Long live Qt 4.5!Lars Knoll2009-03-231-0/+8083