summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* tst_QChar: drop outdated testcaseKonstantin Ritt2012-06-161-7/+0
* Make QTBF autotest support SMP code points in the test dataKonstantin Ritt2012-06-161-2/+6
* Make QUnicodeTables::script() support SMP code pointsKonstantin Ritt2012-06-141-3/+31
* Don't use gcc extension for QByteArrayLiteral neitherLars Knoll2012-06-121-1/+1
* Now merge the QtShared::ExternalRefCount class into QSharedPointerThiago Macieira2012-06-121-2/+2
* Remove "delete value" from QSharedPointerThiago Macieira2012-06-125-111/+38
* Clean up and consolidate QDateTime-related tests.Mitch Curtis2012-06-123-210/+155
* Fix compilation of tests/auto/corelib/tools with QT_STRICT_ITERATORSThiago Macieira2012-06-122-22/+44
* Add a unit test to QSharedPointer being deleted by a C++11 lambdaThiago Macieira2012-06-121-0/+32
* Line Breaking Algorithm: handle the Object Replacement CharacterKonstantin Ritt2012-06-102-3/+1
* Line Breaking Algorithm: don't break inside numeric expressionsKonstantin Ritt2012-06-101-25/+0
* Update the Unicode Text Breaking Algorithm implementation testsKonstantin Ritt2012-06-105-669/+7659
* Update the Unicode related autotestsKonstantin Ritt2012-06-103-76/+922
* Allow ISODate string without seconds in QTime::fromString().Mitch Curtis2012-06-081-0/+28
* QTextBoundaryFinder: Consider soft hyphen as line breaking opportunityKonstantin Ritt2012-06-071-1/+31
* Check LANGUAGE as well in QSystemLocale::fallbackLocaleMike FABIAN2012-06-061-1/+1
* Make QString("inf").toFloat() return inf instead of zero.Mitch Curtis2012-06-051-0/+15
* Improve the QTextBoundaryFinder autotests a lotKonstantin Ritt2012-06-051-256/+394
* Allow 24:00:00 for ISO dates in QDateTime::fromString().Mitch Curtis2012-06-051-0/+16
* avoid redundant testsOswald Buddenhagen2012-06-011-6/+2
* Fix a bug in the case conversion codeLars Knoll2012-06-011-0/+2
* Fix the QVector build with C++11 initialiser listsThiago Macieira2012-06-011-2/+2
* Mark tst_qfreelist as parallel-safeRohan McGovern2012-06-011-0/+1
* Fix crash in QStringBuilder when concatenating data-less QLatin1StringChris Adams2012-06-011-0/+7
* Implement QVector with QArrayData interface.Jędrzej Nowacki2012-05-301-124/+1362
* Mark tst_qsharedpointer as parallel-safe.Rohan McGovern2012-05-291-0/+1
* Add CONFIG+=parallel_test to suspected parallel-safe tests.Rohan McGovern2012-05-283-0/+3
* Write QList unit tests for movable, complex, etc. types.Mitch Curtis2012-05-241-302/+1063
* Removed CONFIG+=parallel_test from suspected parallel-unsafe tests [2]Rohan McGovern2012-05-231-1/+1
* replace remaining "const QChar &" with "QChar"Konstantin Ritt2012-05-221-1/+1
* QRegExp: fix usage of uninitialized valuesGiuseppe D'Angelo2012-05-191-2/+0
* QChar: add isSurrogate() and isNonCharacter() to the public APIKonstantin Ritt2012-05-161-4/+4
* QChar: add missing UCS-4 overloads, get rid of UCS-2 onesKonstantin Ritt2012-05-161-20/+12
* 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