summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/tools/qstring
Commit message (Expand)AuthorAgeFilesLines
* Restore handling of BOMs in QString::fromUtf8Thiago Macieira2014-04-241-0/+8
* Fix capacity reservation for shared QByteArrayThiago Macieira2014-04-051-0/+9
* Reuse one QCollator instance for QString::localeAwareCompareLars Knoll2014-03-271-4/+2
* Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2014-02-111-0/+56
|\
| * Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-02-071-0/+56
| |\
| | * Fix a bug in some QString comparison operatorsLars Knoll2014-01-211-0/+56
* | | Fix QString::toUcs4 returning invalid data when encountering stray surrogatesGiuseppe D'Angelo2014-02-071-5/+68
* | | Add QString::fromUtf16 with char16_t and fromUcs4 with char32_tThiago Macieira2014-02-071-3/+40
|/ /
* | Add the UTF16-to-Latin1 in-place converterThiago Macieira2013-12-131-0/+8
* | QString: add missing contains(QLatin1String) overloadMarc Mutz2013-11-261-0/+2
|/
* QString::reserve fix to avoid truncationMarko Pellikka2013-09-261-0/+12
* Add Mac type conversion functions to QtCoreMorten Johan Sørvig2013-09-213-0/+95
* Add some extra tests for QString::argThiago Macieira2013-04-291-0/+22
* Upgrade the bundled PCRE to 8.32Giuseppe D'Angelo2013-04-011-2/+0
* Merge remote-tracking branch 'gerrit/release' into stableSamuel Rødal2013-03-211-2/+16
|\
| * Correct QString's warnings involving QRegularExpression.Mitch Curtis2013-03-121-2/+16
* | Fix QString::toUcs4() returns incorrectly resized QVectorKonstantin Ritt2013-02-271-0/+48
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-281-8/+8
|\|
| * Doc: Fix module name formatSze Howe Koh2013-01-251-8/+8
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2013-01-232-2/+2
|\ \
| * | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-222-2/+2
| |\|
| | * Update copyright year in Digia's license headersSergio Ahumada2013-01-182-2/+2
* | | Fix qstring-literals test for MinGW.Friedemann Kleint2013-01-231-2/+2
|/ /
* | MinGW: Disable tests in tst_qstring that use unsupported formats.Friedemann Kleint2013-01-221-0/+6
* | QString::contains overload that returns the match resultsGiuseppe D'Angelo2013-01-141-0/+49
|/
* Core: Remove declaration of built-in and automatic metatypes.Stephen Kelly2013-01-041-4/+0
* Test: remove QSKIP from tst_qstringCaroline Chao2012-10-251-40/+36
* Fix for integer overflow in QString::replaceChristian Strømme2012-10-031-2/+0
* Fix potential breakage in QString.Jędrzej Nowacki2012-09-241-3/+7
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-222-48/+48
* QString::append: add (const QChar*, int len) overloadMarc Mutz2012-08-301-3/+23
* Set the Qt API level to compatibility mode in all tests.Thiago Macieira2012-08-011-0/+1
* Update the Unicode related autotestsKonstantin Ritt2012-06-101-0/+3
* Make QString("inf").toFloat() return inf instead of zero.Mitch Curtis2012-06-051-0/+15
* replace remaining "const QChar &" with "QChar"Konstantin Ritt2012-05-221-1/+1
* fix QString::isRightToLeft() for SMP code pointsKonstantin Ritt2012-05-111-0/+35
* Add some extra tests to tst_QString to ensure the encoding is correctThiago Macieira2012-05-071-3/+193
* Re-enable casting to and from "ASCII" on tst_qstring.cppThiago Macieira2012-04-281-33/+13
* Force tst_qstring to use fromLatin1 where it has Latin 1 literalsThiago Macieira2012-04-271-37/+39
* Merge remote-tracking branch 'origin/master' into api_changesOswald Buddenhagen2012-04-101-0/+9
|\
| * Fix some compiler warnings in tests.Friedemann Kleint2012-03-271-0/+9
* | Remove references to QT_NO_STL from QtCoreThiago Macieira2012-04-071-8/+0
* | Add test for qHash(QString) / qHash(QStringRef)Giuseppe D'Angelo2012-04-061-0/+8
* | Add zero-termination checks to QString and QByteArray testsJoão Abecasis2012-04-051-0/+59
* | QRegularExpression: support for QString overloadsGiuseppe D'Angelo2012-03-151-27/+83
* | Fix QString:mid and midRef, againJoão Abecasis2012-03-121-8/+44
* | Merge remote-tracking branch 'origin/api_changes' into containtersJoão Abecasis2012-03-081-10/+1
|\|
| * Remove ARMFPA support and Q_DOUBLE_FORMAT detectionBradley T. Hughes2012-03-011-10/+1
* | Merge remote-tracking branch 'gerrit/master' into containersJoão Abecasis2012-02-291-16/+2
|\|
| * Remove custom text codec for C strings.Robin Burchell2012-02-221-16/+2