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

Rajeesh K Nambiar rajeeshknambiar at gmail.com
Wed Jul 29 08:59:13 UTC 2015



> On July 29, 2015, 8:40 a.m., David Faure wrote:
> > src/kcharselectdata.cpp, line 594
> > <https://git.reviewboard.kde.org/r/124515/diff/2/?file=388521#file388521line594>
> >
> >     Maybe add Q_ASSERT(categoryCode != 0), because if the file contains 0, the '--' will give 255 :-)

Added Q_ASSERT in the commit.


- Rajeesh


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


On July 29, 2015, 8:58 a.m., Rajeesh K Nambiar wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://git.reviewboard.kde.org/r/124515/
> -----------------------------------------------------------
> 
> (Updated July 29, 2015, 8:58 a.m.)
> 
> 
> 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/20150729/d0639dd9/attachment-0001.html>


More information about the Kde-frameworks-devel mailing list