Review Request 124515: KCharselect: Fix unicode category and use boundingRect for width calculation
Rajeesh K Nambiar
rajeeshknambiar at gmail.com
Wed Jul 29 08:31:40 UTC 2015
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/124515/
-----------------------------------------------------------
(Updated July 29, 2015, 8:31 a.m.)
Review request for KDE Frameworks and David Faure.
Changes
-------
Fixed the issues. Thanks for the review!
Repository: kwidgetsaddons
Description
-------
1. Qt4 to Qt5 change introduced QChar::Category enum change (starting from 0 instead of previous value 1). KCharSelectData::category() calculates integer value from binary kcharselect-data and casts to QChar::Category and gets confused, causing non-printable/control characters to be displayed. Fix this.
2. Christoph Feck suggests to use QFontMetrics::boundingRect() instead of width() for calculating column width. Fixes the Bengali Virama AU sign being cut on the right side issue observed during testing.
Diffs (updated)
-----
src/kcharselect.cpp e988711
src/kcharselectdata.cpp 5d89470
Diff: https://git.reviewboard.kde.org/r/124515/diff/
Testing
-------
Tested Latin - basic, supplement-1, extended; South Asian - Bengali, Malayalam. Works fine, see screenshots as well.
File Attachments
----------------
KCharSelect-proper Unicode category
https://git.reviewboard.kde.org/media/uploaded/files/2015/07/28/62ccf8d8-e442-491b-926e-3e5a4f14b12e__kcharselect-unicode-category.png
Thanks,
Rajeesh K Nambiar
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20150729/7820602c/attachment-0001.html>
More information about the Kde-frameworks-devel
mailing list