summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qstring.cpp
Commit message (Expand)AuthorAgeFilesLines
* Doc: Fix broken linksSze Howe Koh2013-11-051-4/+4
* Doc: Fix typos and add missing words.Marcel Krems2013-10-121-2/+2
* Doc: Adding mark-up to boolean default values.Jerome Pasion2013-10-081-104/+104
* Doc: Add docs for rvalue references and move constructorsGeir Vattekar2013-09-271-0/+16
* Fix truncation and conversion warnings on MSVC2010.Mitch Curtis2013-09-251-1/+1
* Add Mac type conversion functions to QtCoreMorten Johan Sørvig2013-09-211-0/+25
* Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Sergio Ahumada2013-09-211-7/+4
|\
| * Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-09-161-7/+4
| |\
| | * Doc: Fix copy+paste errors in the QString class refSze Howe Koh2013-09-141-8/+4
* | | QString: avoid a QLocale detach in vsprintfMarc Mutz2013-09-201-1/+1
|/ /
* | Remove redundant checks in some tools classesJędrzej Nowacki2013-09-131-18/+18
* | Make the QCollator class publicLars Knoll2013-09-131-1/+1
* | New QStringRef methods.Jędrzej Nowacki2013-09-111-1/+72
* | [2/2] Implement Unicode Normalization Form Quick Check (NF QC)Konstantin Ritt2013-08-141-0/+6
* | Add a few more typedefs to QString, for STL compatibilityThiago Macieira2013-07-301-3/+29
|/
* Fix change-of-sign warning found by ICCThiago Macieira2013-07-031-1/+1
* Remove use of 'register' from Qt.Stephen Kelly2013-06-171-5/+5
* Merge remote-tracking branch 'gerrit/release' into stableSamuel Rødal2013-03-211-5/+5
|\
| * Correct QString's warnings involving QRegularExpression.Mitch Curtis2013-03-121-5/+5
* | Merge branch 'dev' into stableOswald Buddenhagen2013-03-201-18/+404
|\ \
| * | 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
| |\ \
| * | | 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
| |\ \ \ | | | |/ | | |/|
| * | | QStringRef: Added a trimmed() function.Keith Gardner2013-01-291-0/+31
| * | | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-221-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
* | | | | Amend the missing documentation for the from*() static overloadsLaszlo Papp2013-03-171-0/+32
| |_|_|/ |/| | |
* | | | Document MSVC-restrictions regarding QStringLiteral.Friedemann Kleint2013-02-281-0/+13
* | | | Doc: Add the missing \since 5.0Debao Zhang2013-02-251-0/+2
| |_|/ |/| |
* | | Fix typo in QString documentation.Mitch Curtis2013-02-061-1/+1
| |/ |/|
* | Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
|/
* 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