Review Request: Support decimal font sizes (such as 8.6 pt) in KFontDialog
Christoph Feck
christoph at maxiom.de
Tue Jul 14 22:20:20 BST 2009
> On 2009-07-14 20:51:35, Omer F. USTA wrote:
> > why _k_size_value_slot's param is not qreal instead of double ?
KDoubleNumInput emits valueChanged(double), so the slot should match that signature.
- Christoph
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://reviewboard.kde.org/r/904/#review1599
-----------------------------------------------------------
On 2009-07-14 21:18:55, Christoph Feck wrote:
>
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> http://reviewboard.kde.org/r/904/
> -----------------------------------------------------------
>
> (Updated 2009-07-14 21:18:55)
>
>
> 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 996700
> /trunk/KDE/kdelibs/kdeui/fonts/kfontchooser.cpp 996700
> /trunk/KDE/kdelibs/kdeui/fonts/kfontcombobox.cpp 996700
> /trunk/KDE/kdelibs/kdeui/fonts/kfontrequester.cpp 996700
>
> Diff: http://reviewboard.kde.org/r/904/diff
>
>
> Testing
> -------
>
>
> Thanks,
>
> Christoph
>
>
More information about the kde-core-devel
mailing list