Review Request: Support decimal font sizes (such as 8.6 pt) in KFontDialog
Albert Astals Cid
aacid at kde.org
Tue Jul 14 21:47:17 BST 2009
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://reviewboard.kde.org/r/904/#review1596
-----------------------------------------------------------
You probably should use KGlobal::locale()->formatNumber instead of the QLocale function
- Albert
On 2009-06-28 19:46:29, Christoph Feck wrote:
>
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> http://reviewboard.kde.org/r/904/
> -----------------------------------------------------------
>
> (Updated 2009-06-28 19:46:29)
>
>
> Review request for kdelibs.
>
>
> Summary
> -------
>
> Changes KFontDialog and related classes (KFontChooser, KFontRequester) to support fractional font sizes (currently, only one decimal digit is supported, I guess this is sufficient to close the bug report).
>
> QFont already had support for fractional font sizes. Applications that do not use QFont::pointSizeF() but pointSize() will get the rounded size. Most applications, however, simply request a font, use it, or store it using KConfig, so they will support fractional font sizes transparently.
>
> There may be a need for a KFontSizeFAction class in KDE, but before I add anything to KDE, I better ask for a review :)
>
>
> This addresses bug 122618.
> https://bugs.kde.org/show_bug.cgi?id=122618
>
>
> Diffs
> -----
>
> /trunk/KDE/kdelibs/kdeui/fonts/kfontchooser.h 988883
> /trunk/KDE/kdelibs/kdeui/fonts/kfontchooser.cpp 988883
> /trunk/KDE/kdelibs/kdeui/fonts/kfontcombobox.cpp 988883
> /trunk/KDE/kdelibs/kdeui/fonts/kfontrequester.cpp 988883
>
> Diff: http://reviewboard.kde.org/r/904/diff
>
>
> Testing
> -------
>
>
> Thanks,
>
> Christoph
>
>
More information about the kde-core-devel
mailing list