----------------------------------------------------------- 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
_______________________________________________ Kde-frameworks-devel mailing list Kde-frameworks-devel@kde.org https://mail.kde.org/mailman/listinfo/kde-frameworks-devel