summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* fix QString::isRightToLeft() for SMP code pointsKonstantin Ritt2012-05-111-0/+35
* move the default text breaking algorithm impl from HarfBuzz to QtKonstantin Ritt2012-05-101-0/+90
* Ensure qstring.h compiles with QT_NO_CAST_FROM_BYTEARRAYDavid Faure2012-05-093-0/+66
* Add some extra tests to tst_QString to ensure the encoding is correctThiago Macieira2012-05-071-3/+193
* Change QStringBuilder to use UTF-8 tooThiago Macieira2012-05-071-16/+1
* add support for non-BMP ligaturesKonstantin Ritt2012-05-041-0/+12
* Change remaining uses of {to,from}Ascii to {to,from}Latin1 [QtCore]Thiago Macieira2012-05-043-14/+14
* Merge remote-tracking branch 'origin/api_changes'Lars Knoll2012-05-031-30/+0
|\
| * Make QStringLiteral and QByteArrayLiteral always return the real typesThiago Macieira2012-04-231-30/+0
* | Define P in stringbuilder.cpp, just to help in editing in the editorThiago Macieira2012-05-031-0/+5
* | Don't use obsolete qVariantValue, qVariantCanConvert, etc.Debao Zhang2012-05-021-3/+3
* | 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
* | Make QTimeLine test significant.Jason McDonald2012-04-261-1/+0
* | Use macro for QByteArrayData initialization.Jędrzej Nowacki2012-04-251-4/+4
* | Using QLatin1String instead of QLatin1LiteralDebao Zhang2012-04-251-5/+0
* | fix QChar::decompositionTag() returns wrong result for Hangul syllablesKonstantin Ritt2012-04-171-0/+27
* | fix QChar::isPrint() returns an incorrect result.Konstantin Ritt2012-04-171-1/+58
* | Merge remote-tracking branch 'origin/api_changes'Lars Knoll2012-04-1714-94/+3240
|\|
| * Merge remote-tracking branch 'origin/master' into api_changesLars Knoll2012-04-163-10/+144
| |\
| * | QHash: fix key() testGiuseppe D'Angelo2012-04-141-4/+4
| * | QSharedPointer: hash autotest fixGiuseppe D'Angelo2012-04-131-1/+2
| * | make QStringList::sort() to take a Qt::CaseSensitivity paramKonstantin Ritt2012-04-121-0/+20
| * | Prefer QCOMPARE to QVERIFY, as it gives better outputJoão Abecasis2012-04-121-1/+1
| * | Deprecate qMemCopy/qMemSet in favour of their stdlib equivilents.Robin Burchell2012-04-111-4/+4
| * | Merge remote-tracking branch 'origin/master' into api_changesOswald Buddenhagen2012-04-101-0/+9
| |\ \
| * | | Remove references to QT_NO_STL from QtCoreThiago Macieira2012-04-071-8/+0
| * | | Add test for qHash(QByteArray)Giuseppe D'Angelo2012-04-061-0/+4
| * | | 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-052-0/+118
| * | | Revert "Add tests to verify QByteArray's zero termination"João Abecasis2012-04-051-123/+5
| * | | Introduce initializer macros for QString- and QByteArrayDataJoão Abecasis2012-04-041-2/+2
| * | | Clean up constructors for "statics" in QString and QByteArrayJoão Abecasis2012-04-042-5/+35
| * | | QHash security fix (1.5/2): qHash two arguments overload supportGiuseppe D'Angelo2012-04-041-0/+97
| * | | Introduce QArrayDataPointer::needsDetachJoão Abecasis2012-04-021-4/+4
| * | | Introduce QArrayDataOps::truncateJoão Abecasis2012-04-022-2/+95
| * | | Introduce QArrayData::detachCapacityJoão Abecasis2012-04-022-7/+13
| * | | Introduce QArrayDataOps::appendInitializeJoão Abecasis2012-04-022-1/+80
| * | | Add tests to verify QByteArray's zero terminationJoão Abecasis2012-03-301-5/+123
| * | | Move the QByteArray-based percent-encoding activities to QByteArrayThiago Macieira2012-03-301-0/+91
| * | | Make QArrayData::shared_null zero terminated.Jędrzej Nowacki2012-03-291-4/+4
| * | | Fix loop conditions, after warnings from clangJoão Abecasis2012-03-281-2/+4
| * | | Merge master into api_changesKent Hansen2012-03-272-3/+20
| |\ \ \
| * | | | Update QLocale data from CLDR v1.8.1 to CLDR v1.9.1Jędrzej Nowacki2012-03-241-1/+1
| * | | | Add test cases to tst_QByteArrayJędrzej Nowacki2012-03-231-0/+137
| * | | | tst_qsharedpointer: don't inherit from QSharedPointerMarc Mutz2012-03-231-8/+12
| * | | | Rewrite QMap to use a RB treeLars Knoll2012-03-231-4/+162
| * | | | QRegularExpression: support for QStringList overloadsGiuseppe D'Angelo2012-03-211-18/+78
| * | | | Merge master into api_changesKent Hansen2012-03-192-12/+14
| |\ \ \ \
| * \ \ \ \ Merge master into api_changesKent Hansen2012-03-163-5/+13
| |\ \ \ \ \