summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* 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
* Centralize C-string and QByteArray string length calculationKonstantin Ritt2012-05-251-19/+19
* QString: get rid of public qStringComparisonHelper()Konstantin Ritt2012-05-252-84/+103
* Move ScriptSentinel enum from header to .cppKonstantin Ritt2012-05-252-1/+2
* Make QLocale "unload" the ICU libraries upon exitThiago Macieira2012-05-241-19/+53
* Use the QT_STRINGIFY macroThiago Macieira2012-05-241-7/+5
* Allow QHash randomization to be disabled by environment variableaavit2012-05-231-0/+11
* Deprecate {QString,QStringRef,QChar}::{to,from}AsciiThiago Macieira2012-05-224-27/+37
* Make QStringLiteral always choke on non-literalsThiago Macieira2012-05-211-1/+1
* QRegularExpression: Fix warnings about deprecated tr()-function.Friedemann Kleint2012-05-211-2/+2
* Get rid of ambiguous overload for xgetbv.Jan-Arve Saether2012-05-211-2/+2
* Compile fix: Do not rely on __cpuidex() for msvc2008Jan-Arve Saether2012-05-191-4/+5
* QRegExp: fix usage of uninitialized valuesGiuseppe D'Angelo2012-05-191-1/+1
* add some more widely-used QChar::SpecialCharacter enum valuesKonstantin Ritt2012-05-172-0/+8
* Correct a mistake about non-characters in the documentation.Thiago Macieira2012-05-161-2/+2
* QChar: add isSurrogate() and isNonCharacter() to the public APIKonstantin Ritt2012-05-163-46/+87
* QChar: add missing UCS-4 overloads, get rid of UCS-2 onesKonstantin Ritt2012-05-162-204/+219
* Add a QStringBuilder::toUtf8() functionThiago Macieira2012-05-112-0/+5
* Doc: Fix \sa usageMarius Storm-Olsen2012-05-113-9/+9
* Implement the move constructor for containers.Olivier Goffart2012-05-116-1/+7
* Change to/fromAscii to to/fromUtf8 in the QString conversionsThiago Macieira2012-05-112-60/+60
* fix QString::isRightToLeft() for SMP code pointsKonstantin Ritt2012-05-111-1/+9
* move the default text breaking algorithm impl from HarfBuzz to QtKonstantin Ritt2012-05-106-51/+484
* add some useful methods to QUnicodeTables::Konstantin Ritt2012-05-102-0/+39
* Merge branch 'docs-refactoring' into masterMarius Storm-Olsen2012-05-102-5/+5
|\
| * Doc: Move some remaining files over for modularization.Casper van Donderen2012-05-092-5/+5
* | Divehi is written right to leftLars Knoll2012-05-091-1/+2
* | Fix MSVC warnings about inconsistent DLL linkage.Friedemann Kleint2012-05-072-8/+8
|/
* Change QStringBuilder to use UTF-8 tooThiago Macieira2012-05-072-9/+34
* Change QString's default codec to be UTF-8Thiago Macieira2012-05-072-16/+51
* Reuse QArray initializer macro in QByteArrayJędrzej Nowacki2012-05-042-5/+8
* Replace QByteArrayData class by typedef.Jędrzej Nowacki2012-05-041-20/+1
* Add an assert simplifying debugging.Jędrzej Nowacki2012-05-041-0/+1
* stop ignoring unassigned codepointsKonstantin Ritt2012-05-042-6/+5
* add support for non-BMP ligaturesKonstantin Ritt2012-05-042-70/+176
* Always return uiLanguages in bcp47 formatLars Knoll2012-05-041-20/+18
* Change remaining uses of {to,from}Ascii to {to,from}Latin1 [QtCore]Thiago Macieira2012-05-041-3/+3
* Revert "[SIC] Make non-const the QRegExp methods that modify the internals"Thiago Macieira2012-05-032-6/+18