summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
...
* Merge QtSharedPointer::Basic into QtSharedPointer::ExternalRefCountThiago Macieira2012-06-121-54/+27
* Merge two internal classes of QSharedPointer and de-virtualise themThiago Macieira2012-06-122-116/+69
* Remove "delete value" from QSharedPointerThiago Macieira2012-06-121-26/+8
* Remove unused static functions from qlogging.cpp, qstring.cpp.Friedemann Kleint2012-06-121-1/+1
* Windows/ICU: Compile fix.Friedemann Kleint2012-06-121-1/+1
* Fix compilation of tests/auto/corelib/tools with QT_STRICT_ITERATORSThiago Macieira2012-06-121-1/+1
* Don't use the gcc extension for QStringLiteral & Q_ARRAY_LITERALLars Knoll2012-06-122-24/+0
* Use QCollator in QString and remove it from qlocale_icuLars Knoll2012-06-103-33/+4
* Add proper collation support to QtLars Knoll2012-06-104-0/+712
* Refactor the ICU code for QLocaleLars Knoll2012-06-106-238/+99
* Regenerate the Unicode tables with UCD 6.1.0Konstantin Ritt2012-06-102-6417/+8518
* Line Breaking Algorithm: handle the Object Replacement CharacterKonstantin Ritt2012-06-101-30/+31
* Line Breaking Algorithm: don't break inside numeric expressionsKonstantin Ritt2012-06-101-6/+107
* Update the Unicode Text Breaking Algorithm implementationKonstantin Ritt2012-06-102-286/+336
* Update the qunicodetables generator to deal with UCD 6.1 filesKonstantin Ritt2012-06-102-2/+10
* Add support for the x86intrin.h header on GCC systems.Thiago Macieira2012-06-091-0/+6
* Allow ISODate string without seconds in QTime::fromString().Mitch Curtis2012-06-081-0/+4
* Shift positions for lineBreakTypeKonstantin Ritt2012-06-072-6/+8
* QTextBoundaryFinder: Consider soft hyphen as line breaking opportunityKonstantin Ritt2012-06-072-5/+11
* Set the whiteSpace flag outside the grapheme and the line breaking loopKonstantin Ritt2012-06-071-7/+21
* Deprecate the use of QWeakPointer to track QObjects.Stephen Kelly2012-06-072-50/+26
* Rename QSystemLocale::fallbackLocale() to QSystemLocale::fallbackUiLocale()Mike FABIAN2012-06-066-8/+8
* Check LANGUAGE as well in QSystemLocale::fallbackLocaleMike FABIAN2012-06-061-0/+13
* Use LC_MESSAGES instead of LC_NUMERIC in QSystemLocale::fallbackLocale()Mike FABIAN2012-06-061-3/+1
* Remove references to QtSharedPointer::InternalRefCountThiago Macieira2012-06-061-4/+0
* Make QString("inf").toFloat() return inf instead of zero.Mitch Curtis2012-06-051-2/+10
* Rename QVector::realloc and QVector::free.Jędrzej Nowacki2012-06-051-13/+13
* Allow 24:00:00 for ISO dates in QDateTime::fromString().Mitch Curtis2012-06-051-2/+10
* Pashto uses Arabic script and is written right to leftMike FABIAN2012-06-021-0/+1
* Fix a bug in the case conversion codeLars Knoll2012-06-011-8/+4
* Fix the QVector build with C++11 initialiser listsThiago Macieira2012-06-012-5/+5
* Make QVector compile with QT_STRICT_ITERATORS againThiago Macieira2012-06-012-86/+92
* Allow compare QLatin1String to QLatin1StringKonstantin Ritt2012-06-011-17/+17
* Add missing QT_NO_CAST_FROM_ASCIIKonstantin Ritt2012-06-011-2/+2
* Get rid of MSVC compiler warnings from QVector codeFriedemann Kleint2012-06-011-2/+10
* Remove debugging code from QVectorJędrzej Nowacki2012-06-011-9/+1
* Fix crash in QStringBuilder when concatenating data-less QLatin1StringChris Adams2012-06-011-4/+8
* Remove the unnecessary comment about operator== not being necessaryThiago Macieira2012-05-312-9/+4
* Fix the confusion caused by the QT_ALWAYS_HAVE_xxx macrosThiago Macieira2012-05-313-6/+30
* Overhaul the qsimd_p.h: rename macros and update conditionalsThiago Macieira2012-05-312-16/+37
* Implement QVector with QArrayData interface.Jędrzej Nowacki2012-05-303-257/+272
* QTBF: fix the mandatory line breaks not being set in some casesKonstantin Ritt2012-05-301-4/+5
* Introduce QUnicodeToolsKonstantin Ritt2012-05-304-27/+49
* Remove unnecessary forward declaration in std namespaceBradley T. Hughes2012-05-291-6/+0
* QtCore: remove \link usagesGiuseppe D'Angelo2012-05-299-31/+26
* Clarify QByteArray::size() documentation.Mitch Curtis2012-05-261-1/+6
* Declare typeinfo-s for QLatin1String, QStringRef, and QCharRefKonstantin Ritt2012-05-251-0/+3
* Replace `const QCharRef &` with `QCharRef` where appropriateKonstantin Ritt2012-05-251-2/+2
* Replace `const QLatin1String &` with `QLatin1String` where appropriateKonstantin Ritt2012-05-255-87/+81
* Move QLatin1String up to QStringKonstantin Ritt2012-05-251-59/+82