summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qstring.cpp
Commit message (Expand)AuthorAgeFilesLines
* minor optimization: decrease amount of possible detaches to 1Konstantin Ritt2010-11-291-6/+10
* Compile fix.Yoann Lopes2010-11-221-3/+3
* Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-11-191-1/+1
|\
| * Don't set -mfpu=neon globally if the compiler supports neon.Samuel Rødal2010-11-111-1/+1
* | Containers: add member-swapMarc Mutz2010-11-031-0/+7
* | QDataStream: speedup steaming of QString by avoiding an unesessary copy.Olivier Goffart2010-10-261-22/+8
* | Merge branch 4.7 into qt-master-from-4.7Qt Continuous Integration System2010-10-251-1/+1
|\ \ | |/
| * Doc: Fixed minor documentation issues.David Boddie2010-10-121-1/+1
| * Merge branch '4.7-upstream' into 4.7-docA-Team2010-10-071-1/+1
| |\
* | \ Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-10-251-2/+2
|\ \ \
| * \ \ Merge commit 'doc-team/4.7' into 4.7Morten Engvoldsen2010-10-071-1/+1
| |\ \ \ | | |/ /
| | * | Doc: correcting bug - lenght() pointed to setLength() in "See also" section. ...Morten Engvoldsen2010-10-071-1/+1
| * | | Merge commit 'doc-team/4.7' into 4.7Morten Engvoldsen2010-10-061-1/+1
| |\ \ \ | | |/ / | | | / | | |/ | |/|
| | * Corrected doc about ASCII string.Jerome Pasion2010-10-041-1/+1
* | | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-10-071-1/+1
|\ \ \ | |/ /
| * | Reference to QStringList::find() is incorrect, should be QStringList::filter().Robin Burchell2010-09-271-1/+1
| |/
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-09-281-20/+23
|\ \ | |/
| * Make the de-inlined isRightToLeft not get called from updatePropertiesThiago Macieira2010-09-221-20/+23
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Thiago Macieira2010-09-211-3/+3
|\ \ | |/
| * Merge commit 'staging-1/4.7' into doc-4.7Morten Engvoldsen2010-09-031-13/+10
| |\
| * | Clarified the comparison statement and fixed the reference to a non-existent ...Jerome Pasion2010-09-011-2/+2
| * | Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/oslo-staging-1.git into d...Morten Engvoldsen2010-08-301-15/+48
| |\ \
| * \ \ Merge commit 'remotes/staging/os1-4.7' into 4.7Morten Engvoldsen2010-08-131-1/+1
| |\ \ \
| | * | | Document that toUcs4 is not null-terminated.Frans Englich2010-04-171-1/+1
* | | | | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-09-101-13/+10
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Rewrite ucstrcmp in terms of ucstrncmpThiago Macieira2010-09-021-13/+10
| | |_|/ | |/| |
* | | | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-08-301-15/+48
|\ \ \ \ | |/ / /
| * | | Update comments in QString about alignment performance.Thiago Macieira2010-08-241-15/+48
| |/ /
* | | Added encoding conversion functions to QStringRef.Denis Dzyubenko2010-08-241-29/+131
* | | Prefer Q_CHECK_PTR to q_check_ptrJoão Abecasis2010-08-191-1/+3
* | | 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