Review Request 124515: KCharselect: Fix unicode category and use boundingRect for width calculation

Rajeesh K Nambiar rajeeshknambiar at gmail.com
Tue Jul 28 17:56:23 UTC 2015


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/124515/
-----------------------------------------------------------

Review request for KDE Frameworks and David Faure.


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
-----

  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/20150728/696d3a8d/attachment.html>


More information about the Kde-frameworks-devel mailing list