summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/tools/qstring
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Change meaning of offset in QStringDataJoão Abecasis2012-02-221-1/+1
* | Merge remote-tracking branch 'gerrit/master' into containersJoão Abecasis2012-02-211-29/+29
|\|
| * Eliminate duplicate data row names from corelib autotests.Jason McDonald2012-02-141-29/+29
* | Fix and simplify QString::midJoão Abecasis2012-02-141-0/+70
* | Merge remote-tracking branch 'gerrit/master' into containersJoão Abecasis2012-02-052-153/+234
|\|
| * QString: Make convert to number methods only use C localeJohn Layt2012-02-051-149/+88
| * Fix QString::operator=(QLatin1String) for substringsKent Hansen2012-02-021-0/+23
| * Fix QString(QLatin1String) constructor for substringsKent Hansen2012-02-021-0/+9
| * Fix operator==(QLatin1String, QLatin1String) and friends for substringsKent Hansen2012-02-021-0/+83
| * Fix bugs when using a non 0 terminated QLatin1StringLars Knoll2012-01-301-0/+7
| * Remove "All rights reserved" line from license headers.Jason McDonald2012-01-302-2/+2
| * Fixed QString::operator<(QLatin1String)Denis Dzyubenko2012-01-261-0/+12
| * Make mid() and midRef() properly return empty, non-null objectsGiuseppe D'Angelo2012-01-241-0/+8
| * Update contact information in license headers.Jason McDonald2012-01-232-2/+2
* | Don't use RefCount int operatorsJoão Abecasis2012-01-241-1/+1
|/
* Update copyright year in license headers.Jason McDonald2012-01-052-2/+2
* add tests and benchmarks for QString::toLower()/toUpper()/toCaseFolded()Konstantin Ritt2011-12-251-5/+87
* Remove QT_NO_STL_WCHAR hackHarald Fernengel2011-12-221-7/+1
* Remove TESTED_CLASS/TESTED_FILES comments from tests.Jason McDonald2011-12-061-3/+0
* Improve QString autotest.Jason McDonald2011-12-011-8/+7
* Cleanup corelib autotestsJason McDonald2011-11-301-20/+18
* Cleanup corelib autotestsJason McDonald2011-11-251-4/+4
* Restore commented-out data in QString test.Jason McDonald2011-11-221-2/+2
* qtbase tests: Fix some warningsFriedemann Kleint2011-11-211-5/+4
* Don't depend on moc to disable test functions.Jason McDonald2011-11-181-29/+31
* Cleanup corelib autotestsJason McDonald2011-11-111-6/+2
* Cleanup corelib autotestsJason McDonald2011-11-101-198/+196