summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge "Merge remote-tracking branch 'origin/api_changes'" into refs/staging/m...Lars Knoll2012-05-034-125/+47
|\
| * Merge remote-tracking branch 'origin/api_changes'Lars Knoll2012-05-034-125/+47
| |\
| | * Migrate QString over to QArrayDataJoão Abecasis2012-04-242-82/+32
| | * Make QStringLiteral and QByteArrayLiteral always return the real typesThiago Macieira2012-04-233-43/+15
* | | Work around std::wstring not being defined on Android.Robin Burchell2012-05-031-0/+9
* | | Remove references to to/fromAscii in QString and QByteArray main docsThiago Macieira2012-05-033-137/+123
|/ /
* | Simplify the size of the QVarLengthArray buffer.Thiago Macieira2012-05-031-2/+1
* | Fix the QByteArray overloads to QString::fromXXXXThiago Macieira2012-05-031-18/+35
* | Restructure how we initialize hash nodes a littleLars Knoll2012-05-012-15/+14
* | Fix MinGW-w64 compilationJonathan Liu2012-04-301-3/+3
* | [SIC] Make non-const the QRegExp methods that modify the internalsThiago Macieira2012-04-282-18/+6
* | fix build with mingwKonstantin Ritt2012-04-271-17/+17
* | get rid of Q_*_EXPORT_INLINE macrosKonstantin Ritt2012-04-261-8/+8
* | Fix C++11 compilationOlivier Goffart2012-04-261-6/+6
* | Add detection code for AVX2, HLE, RTM and AES to qsimd.cppThiago Macieira2012-04-252-17/+39
* | Replace the x86 XGETBV instruction with its opcode bytesThiago Macieira2012-04-251-1/+1
* | Update the x86 feature-detection code, unifying x86 and x86-64Thiago Macieira2012-04-251-125/+113
* | optimize QChar::decomposition()Konstantin Ritt2012-04-251-27/+32
* | Fix locale issue on unix systemsStephen Röttger2012-04-241-0/+2
* | qunicodetables generator: improve the output and the generated codeKonstantin Ritt2012-04-242-29/+33
* | workaround issue where casing diff overflows signed shortKonstantin Ritt2012-04-243-11/+39
* | QChar: reduce code duplication by inlining some methodsKonstantin Ritt2012-04-242-96/+80
* | QLocale: Clean up QLocalePrivate implementationJohn Layt2012-04-246-322/+332
* | Use the Q_PROCESSOR_* macros in qsimd.cppThiago Macieira2012-04-231-3/+3
* | Fix MSVC conversion warnings in new bytearray code.Friedemann Kleint2012-04-203-12/+13
* | mingw: fix a lot of annoying warningsKonstantin Ritt2012-04-204-166/+166
* | Fixed QSimd WindowsCE buildBjoern Breitmeyer2012-04-191-1/+8