summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qstring.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-08-131-5/+8
|\
| * Fix QString::arg: When specifying %L1, the group separator would be added eve...Olivier Goffart2010-08-091-5/+8
* | Remove obsolete code & workarounds for unsupported versions of MS Visual C++miniak2010-08-031-4/+0
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-07-281-4/+8
|\ \ | |/
| * Added missing header to qstring.cpp.axis2010-07-211-0/+4
| * Remove qMemCopy() usage from all .cpp files of Qt itself.Robin Burchell2010-07-181-3/+3
| * doc: Fixed several qdoc warnings.Martin Smith2010-07-131-1/+1
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Thiago Macieira2010-07-011-9/+15
|\ \ | |/
| * Use native locale aware string comparison on Symbian.Denis Dzyubenko2010-06-151-0/+4
| * Fix QString::isRightToLeft() to conform with Unicode Bidi algorithmLars Knoll2010-06-091-9/+11
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-06-081-5/+8
|\ \ | |/
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-06-031-4/+7
| |\
| | * QString: Fix severals bugs when comparing with QStringRefOlivier Goffart2010-06-031-4/+7
| * | fix setRawData()Oswald Buddenhagen2010-06-011-1/+1
| |/
* | Add some convenience functions for QStringRefAnders Bakken2010-05-311-120/+749
|/
* prevent fake normalizationRitt Konstantin2010-05-201-2/+4
* prefer QChar::*surrogate() over hardcoded valuesRitt Konstantin2010-05-201-3/+3
* doc: Fixed many broken links.Martin Smith2010-05-191-2/+2
* add QString::setRawData() and revive QByteArray::setRawData()Oswald Buddenhagen2010-04-291-1/+39
* Use the default codec with QString::vsprintf()Florian Vichot2010-03-231-0/+11
* remove qt_winQString2MB() and qt_winMB2QString()Oswald Buddenhagen2010-03-111-94/+6
* doc: Fixed several qdoc errors.Martin Smith2010-03-091-11/+11
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-03-071-81/+96
|\
| * add some usefull definitions to qunicodetables_p.hRitt Konstantin2010-03-051-2/+2
| * Make QString::toUtf8() also use QUtf8.Thiago Macieira2010-03-051-39/+5
| * Doc: add some notes about QString lossy/lossless conversionsThiago Macieira2010-03-051-5/+38
| * Doc: fix a mistake saying that const char* was converted to QLatin1StringThiago Macieira2010-03-051-5/+5
| * Doc: Update QString docs about real ASCII and to/fromAscii and NULs.Thiago Macieira2010-03-051-31/+47
* | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Rohan McGovern2010-03-061-1/+1
|\ \ | |/ |/|
| * QString::section: Fix crash with SectionIncludeLeadingSep flagOlivier Goffart2010-03-021-1/+1
* | Fix the SIMD implementations of QString::toLatin1()Benjamin Poulain2010-02-251-7/+13
* | Implement toLatin1_helper with NeonBenjamin Poulain2010-02-251-0/+22
* | Implement toLatin1_helper with SSE2Benjamin Poulain2010-02-241-6/+48
* | Comments the SSE implementation of fromLatin1_helper()Benjamin Poulain2010-02-241-3/+9
* | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1Benjamin Poulain2010-02-231-18/+103
|\ \
| * | optimize qstring::simplified()Oswald Buddenhagen2010-02-181-16/+66
| * | avoid double reallocation in string-growing replace() caseOswald Buddenhagen2010-02-161-1/+2
| * | add QString(const QChar *) c'torOswald Buddenhagen2010-02-161-1/+35
* | | Implement QString::fromLatin1_helper() with SSE2Benjamin Poulain2010-02-231-2/+22
|/ /
* | Merge remote branch 'origin/4.6' into qt-master-from-4.6Olivier Goffart2010-02-041-2/+13
|\ \ | |/
| * revert to fromUtf16() usage in fromWCharArray()Oswald Buddenhagen2010-02-031-1/+1
| * optimization: get rid of QString::fromUtf16() usageOswald Buddenhagen2010-02-011-2/+2
| * document QString::fromUtf16() slownessOswald Buddenhagen2010-02-011-0/+11
* | Merge branch '4.6'Thiago Macieira2010-01-131-1/+1
|\ \ | |/
| * Update copyright year to 2010Jason McDonald2010-01-061-1/+1
* | add {QString,QByteArray,QList,QLinkedList,QHash,QMap,QVector}::isSharedWith()Oswald Buddenhagen2009-12-101-0/+5
* | fix (internal) apidocOswald Buddenhagen2009-12-101-1/+1
* | Merge branch '4.6'Thiago Macieira2009-11-251-1/+1
|\ \ | |/
| * do not (fail to) compile qdatastream into qmake and cetestOswald Buddenhagen2009-11-131-1/+1
| * Merge remote branch 'mainline/4.6' into 4.6Oswald Buddenhagen2009-11-101-1/+1
| |\