summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qstring.cpp
Commit message (Expand)AuthorAgeFilesLines
* Correct a mistake about non-characters in the documentation.Thiago Macieira2012-05-161-2/+2
* Doc: Fix \sa usageMarius Storm-Olsen2012-05-111-1/+1
* Change to/fromAscii to to/fromUtf8 in the QString conversionsThiago Macieira2012-05-111-4/+4
* fix QString::isRightToLeft() for SMP code pointsKonstantin Ritt2012-05-111-1/+9
* Fix MSVC warnings about inconsistent DLL linkage.Friedemann Kleint2012-05-071-4/+4
* Change QString's default codec to be UTF-8Thiago Macieira2012-05-071-2/+40
* Merge "Merge remote-tracking branch 'origin/api_changes'" into refs/staging/m...Lars Knoll2012-05-031-61/+24
|\
| * Merge remote-tracking branch 'origin/api_changes'Lars Knoll2012-05-031-61/+24
| |\
| | * Migrate QString over to QArrayDataJoão Abecasis2012-04-241-61/+24
* | | Remove references to to/fromAscii in QString and QByteArray main docsThiago Macieira2012-05-031-69/+69
|/ /
* | workaround issue where casing diff overflows signed shortKonstantin Ritt2012-04-241-0/+13
* | QLocale: Clean up QLocalePrivate implementationJohn Layt2012-04-241-16/+16
* | Doc: Prepare for building modular QtCore docs.Casper van Donderen2012-04-191-132/+130
|/
* Merge "Merge remote-tracking branch 'origin/master' into api_changes" into re...Sergio Ahumada2012-04-171-2/+2
|\
| * Merge remote-tracking branch 'origin/master' into api_changesLars Knoll2012-04-161-2/+2
| |\
| | * minor improvement for NormalizationCorrectionsKonstantin Ritt2012-04-111-2/+2
* | | Make QByteArray and QString keep track of terminating nullJoão Abecasis2012-04-161-17/+18
|/ /
* | unite QString::normalized() overloadsKonstantin Ritt2012-04-111-24/+11
* | Make reallocData() take (unsigned) size, including nullJoão Abecasis2012-04-111-14/+14
* | Merge remote-tracking branch 'origin/master' into api_changesOswald Buddenhagen2012-04-101-1/+1
|\|
| * Remove/update Qt 5 to-do's that won't be done for Qt 5.Jason McDonald2012-04-041-1/+1
* | Remove references to QT_NO_STL from QtCoreThiago Macieira2012-04-071-9/+0
* | Add zero-termination checks to QString and QByteArray testsJoão Abecasis2012-04-051-1/+1
* | Don't allocate space for null when using fromRawDataJoão Abecasis2012-04-051-1/+1
* | Simplify conditionalsJoão Abecasis2012-04-051-1/+1
* | Rename realloc -> reallocDataJoão Abecasis2012-04-051-9/+8
* | Move growth computation to re-allocation functionJoão Abecasis2012-04-051-10/+8
* | Drop nullary overload of private QString::reallocJoão Abecasis2012-04-051-9/+6
* | Introduce initializer macros for QString- and QByteArrayDataJoão Abecasis2012-04-041-2/+2
* | Clean up constructors for "statics" in QString and QByteArrayJoão Abecasis2012-04-041-13/+18
* | Merge master into api_changesKent Hansen2012-03-231-5/+5
|\|
| * Whitespace fix for brace in qstring.cppThiago Macieira2012-03-231-1/+1
| * Quick optimisations to QString: no const-ref for QLatin1XXXThiago Macieira2012-03-231-4/+4
* | Merge master into api_changesKent Hansen2012-03-191-0/+18
|\|
| * containers: add C++11-style c{begin,end}() as alias for const{Begin,End}()Marc Mutz2012-03-171-0/+18
* | QRegularExpression: support for QString overloadsGiuseppe D'Angelo2012-03-151-31/+403
* | Add QByteArray overload for the QLatin1String ctor.Stephen Kelly2012-03-141-0/+11
* | Fix QString:mid and midRef, againJoão Abecasis2012-03-121-4/+16
* | Merge remote-tracking branch 'origin/api_changes' into containtersJoão Abecasis2012-03-081-36/+42
|\|
| * Merge remote-tracking branch 'origin/api_changes'Lars Knoll2012-03-041-20/+26
| |\
| | * Merge master -> api_changesRohan McGovern2012-02-291-64/+12
| | |\
| | * | Move the QString comparison operator as non member functionOlivier Goffart2012-02-271-19/+25
| | * | QByteArray: deprecate QT_NO_CAST_FROM_BYTEARRAY-protected operatorsMarc Mutz2012-02-261-1/+1
| * | | Remove the usage of deprecated qdoc macros.Casper van Donderen2012-03-021-16/+16
| | |/ | |/|
* | | Merge remote-tracking branch 'gerrit/master' into containersJoão Abecasis2012-02-291-123/+109
|\| |
| * | Remove custom text codec for C strings.Robin Burchell2012-02-221-64/+12
| |/
| * optimize QString::toLower()/toUpper() for special cases, step 2Konstantin Ritt2012-02-211-3/+3
| * optimize QString::toLower()/toUpper() for special cases, step 1Konstantin Ritt2012-02-211-8/+8
| * optimize QString::toCaseFolded()Konstantin Ritt2012-02-211-16/+36
| * optimize handling of surrogate pairs in toLower()/toUpper()Konstantin Ritt2012-02-211-33/+51