qt5base-lts/src
Konstantin Ritt 5e66c35a23 optimize QChar::decomposition()
* by not using QString::fromUtf16() as we know for sure that
  the data is 'raw' UCS-2;
* it's safe to avoid a check for > UNICODE_LAST_CODEPOINT
  as GET_DECOMPOSITION_INDEX macro already does a similar check

Change-Id: Ifb660efc51c664d06733ac8ed46d54278520da06
Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
2012-04-25 01:57:04 +02:00
..
3rdparty Fixed libjpeg compiler warning about macro redefinition. 2012-04-18 01:33:57 +02:00
concurrent Remove references to QT_NO_STL from QtConcurrent 2012-04-07 05:19:50 +02:00
corelib optimize QChar::decomposition() 2012-04-25 01:57:04 +02:00
dbus qdbusxml2cpp: fix build on Windows 2012-04-19 01:57:58 +02:00
gui Using QLatin1String instead of QLatin1Literal 2012-04-25 01:56:56 +02:00
modules Revert "List QtPrintSupport as a dependency of QtPlatformSupport." 2012-04-20 12:46:47 +02:00
network Fix tst_qtcpserver::serverAddress on Mac OSX 2012-04-24 15:58:26 +02:00
opengl Removed legacy pixmap and image cleanup hooks. 2012-04-19 16:57:08 +02:00
platformsupport Extend QUDeviceHelper to detect DRM graphics devices. 2012-04-19 08:48:18 +02:00
plugins Make NVDA read aloud stuff from a Qt app again. 2012-04-24 19:41:05 +02:00
printsupport PrintSupport - Remove Qt5 To-do Messages 2012-04-19 22:15:16 +02:00
sql QSqlQueryModel::setQuery() don't use deprecated reset() 2012-04-23 19:20:19 +02:00
testlib Add flag in testlib to disable committing the simulated touch 2012-04-24 19:36:55 +02:00
tools qdoc: Further changes to the QML specialization 2012-04-24 15:52:54 +02:00
widgets Using QLatin1String instead of QLatin1Literal 2012-04-25 01:56:56 +02:00
winmain replace uses of QMAKE_INCDIR_QT and QMAKE_LIBDIR_QT with module-specific variables 2012-03-08 18:57:56 +01:00
xml Doc: Fix most QDoc errors in QtXml. 2012-04-23 09:45:24 +02:00
qbase.pri Moved common module profiles to be feature profiles. 2011-06-05 14:47:14 +02:00
qt_install.pri Moved common module profiles to be feature profiles. 2011-06-05 14:47:14 +02:00
qt_targets.pri Moved common module profiles to be feature profiles. 2011-06-05 14:47:14 +02:00
src.pro Reintroduce testlib to widget free builds 2012-04-17 03:26:32 +02:00