summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qstring.cpp
Commit message (Expand)AuthorAgeFilesLines
* interpret format argument of QString::sprintf() as UTF-8Oswald Buddenhagen2013-03-121-1/+3
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-03-051-0/+15
|\
| * Document MSVC-restrictions regarding QStringLiteral.Friedemann Kleint2013-02-281-0/+13
| * Doc: Add the missing \since 5.0Debao Zhang2013-02-251-0/+2
* | Fix QString::toUcs4() returns incorrectly resized QVectorKonstantin Ritt2013-02-271-7/+8
* | QStringRef: Added toInt(), toUInt(), etc... functions to QStringRef.Keith Gardner2013-02-221-0/+319
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-02-141-1/+1
|\|
| * Fix typo in QString documentation.Mitch Curtis2013-02-061-1/+1
* | QStringRef: Added a trimmed() function.Keith Gardner2013-01-291-0/+31
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-221-1/+1
|\|
| * Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* | QString::contains overload that returns the match resultsGiuseppe D'Angelo2013-01-141-0/+27
* | Rename QRegularExpression-related feature defs to QT_NO_REGULAREXPRESSIONGiuseppe D'Angelo2013-01-071-10/+16
|/
* QtBase: Doc: Fix links to STL-style iteratorsDavid Schulz2012-12-061-6/+6
* Fix for integer overflow in QString::replaceChristian Strømme2012-10-031-1/+5
* Fix potential breakage in QString.Jędrzej Nowacki2012-09-241-3/+3
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* QString::append: add (const QChar*, int len) overloadMarc Mutz2012-08-301-0/+18
* Doc: Add \inmodule QtCore to all QtCore class doc bodiesThiago Macieira2012-08-231-0/+4
* Simple optimisation in toLocal8Bit(): call codecForLocale once onlyThiago Macieira2012-08-231-6/+9
* Remove references to nonexistent QLocale::setDefaultLocale() in docs.Mitch Curtis2012-07-251-1/+1
* fix "No such ..." doc error for QString::toHtmlEscapedJeremy Katz2012-07-191-1/+1
* Remove unused static functions from qlogging.cpp, qstring.cpp.Friedemann Kleint2012-06-121-1/+1
* Use QCollator in QString and remove it from qlocale_icuLars Knoll2012-06-101-7/+4
* Refactor the ICU code for QLocaleLars Knoll2012-06-101-10/+3
* Make QString("inf").toFloat() return inf instead of zero.Mitch Curtis2012-06-051-2/+10
* Fix the confusion caused by the QT_ALWAYS_HAVE_xxx macrosThiago Macieira2012-05-311-4/+4
* QtCore: remove \link usagesGiuseppe D'Angelo2012-05-291-3/+2
* Replace `const QLatin1String &` with `QLatin1String` where appropriateKonstantin Ritt2012-05-251-40/+34
* QString: get rid of public qStringComparisonHelper()Konstantin Ritt2012-05-251-35/+12
* Deprecate {QString,QStringRef,QChar}::{to,from}AsciiThiago Macieira2012-05-221-8/+6
* 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