qt6-bb10/src
Konstantin Ritt 09bc8e2cb8 QFontMetrics/QRawFont: Optimize SMP code points handling a bit
Calling QString::fromUcs4() for the single UCS-4 -encoded character is quite suboptimal
since the BOM detections and the resulting QString aren't really used;
all we need is to split the UCS-4 code point into the UCS-2 surrogate pair.

Change-Id: Ia5b68312909bf551cf2493d9e2752a7d7d837fb9
Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
2012-06-14 05:22:11 +02:00
..
3rdparty Namespace the bundled zlib symbols, to avoid clash with user zlib 2012-06-08 00:53:10 +02:00
concurrent QtConcurrent: Remove QMutex kept for BC reasons. 2012-05-30 01:54:45 +02:00
corelib Compile. 2012-06-14 03:03:38 +02:00
dbus Avoid accessing QObjectPrivate::currentSender directly from QtDBus 2012-06-01 12:03:39 +02:00
gui QFontMetrics/QRawFont: Optimize SMP code points handling a bit 2012-06-14 05:22:11 +02:00
modules Revert "List QtPrintSupport as a dependency of QtPlatformSupport." 2012-04-20 12:46:47 +02:00
network Partial fix for WebKit compilation on Windows 2012-06-13 23:24:08 +02:00
opengl Remove unused isGLWidget variable. 2012-06-01 13:06:56 +02:00
platformsupport evdevmouse: send correct event position for wheel events 2012-06-10 09:39:36 +02:00
plugins Introduce QPA API for size grip handling. 2012-06-14 03:05:41 +02:00
printsupport QtPrintSupport - Add CUPS printer and options queries to plugin 2012-06-09 01:46:36 +02:00
sql Remove QFactoryInterface from sql drivers 2012-06-07 21:18:36 +02:00
testlib Use UTF-8 in the QtTest data and benchmark tags 2012-06-09 10:45:01 +02:00
tools QDoc: Check if index file was already inserted in list. 2012-06-14 03:03:38 +02:00
widgets Introduce QPA API for size grip handling. 2012-06-14 03:05:41 +02:00
winmain Fix tabs/whitespaces 2012-05-03 16:11:58 +02:00
xml QtXml: remove \link usages 2012-05-29 11:35:21 +02:00
qbase.pri
qt_install.pri
qt_targets.pri
src.pro Remove widgets lib dependency on platformsupport. 2012-06-08 04:47:59 +02:00