[digikam] [Bug 337243] Tool-Tips ignoring custom font size setting.

2018-01-18 Thread Paul
https://bugs.kde.org/show_bug.cgi?id=337243

--- Comment #20 from Paul  ---
@All

Thanks :)

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 337243] Tool-Tips ignoring custom font size setting.

2018-01-17 Thread Wolfgang Bauer
https://bugs.kde.org/show_bug.cgi?id=337243

--- Comment #19 from Wolfgang Bauer  ---
(In reply to Maik Qualmann from comment #18)
> We could generally reduce the font size by 1, which would restore the old
> behavior. What do you make of it?

Hm, that would also be done with a custom set size, wouldn't it?
Probably unexpected behaviour then, I'd say...

As mentioned, please disregard my concerns, I just wanted to make sure that it
didn't get in by mistake.

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 337243] Tool-Tips ignoring custom font size setting.

2018-01-17 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=337243

--- Comment #18 from Maik Qualmann  ---
Created attachment 109954
  --> https://bugs.kde.org/attachment.cgi?id=109954=edit
fontsize-1.patch

We could generally reduce the font size by 1, which would restore the old
behavior. What do you make of it?

Maik

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 337243] Tool-Tips ignoring custom font size setting.

2018-01-17 Thread Wolfgang Bauer
https://bugs.kde.org/show_bug.cgi?id=337243

--- Comment #17 from Wolfgang Bauer  ---
(In reply to Maik Qualmann from comment #16)
> The font size previously did not correspond to the set system font size
> (font "general" under Plasma). Therefore, I think the current behavior is
> correct. The font size can now be selected smaller.

Right, it used HTML's "-1" whatever that led too.
But I thought I'd mention it, just in case... ;-)

Although, maybe it would be better to use font "small" than general in that
case? Just an idea.
But I don't mind really.

Thanks for fixing this though.

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 337243] Tool-Tips ignoring custom font size setting.

2018-01-17 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=337243

--- Comment #16 from Maik Qualmann  ---
The font size previously did not correspond to the set system font size (font
"general" under Plasma). Therefore, I think the current behavior is correct.
The font size can now be selected smaller.

Maik

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 337243] Tool-Tips ignoring custom font size setting.

2018-01-17 Thread Wolfgang Bauer
https://bugs.kde.org/show_bug.cgi?id=337243

Wolfgang Bauer  changed:

   What|Removed |Added

 CC||wba...@tmo.at

--- Comment #15 from Wolfgang Bauer  ---
I tested the patch, and the custom font size is now respected.

But it seems to "break" the default case, the font size is now bigger than
before if "system font" is selected.
Is this intended?

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 337243] Tool-Tips ignoring custom font size setting.

2018-01-17 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=337243

Maik Qualmann  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
  Latest Commit||https://commits.kde.org/dig
   ||ikam/cdc4659165008995bc60d6
   ||ac6fabe482928b8aef
   Version Fixed In||5.9.0
 Resolution|--- |FIXED

--- Comment #14 from Maik Qualmann  ---
Git commit cdc4659165008995bc60d6ac6fabe482928b8aef by Maik Qualmann.
Committed on 17/01/2018 at 18:09.
Pushed by mqualmann into branch 'master'.

fix font size in the tooltips
FIXED-IN: 5.9.0

M  +2-1NEWS
M  +27   -14   libs/widgets/itemview/ditemtooltip.cpp

https://commits.kde.org/digikam/cdc4659165008995bc60d6ac6fabe482928b8aef

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 337243] Tool-Tips ignoring custom font size setting.

2018-01-17 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=337243

--- Comment #13 from caulier.gil...@gmail.com ---
Maik,

This is a regression here.

I'm sure that in older version, tooltip font settings has work properly. I
don't know when this regression appears.

It can be easy to customize the font size in tooltip CSS.

Gilles

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 337243] Tool-Tips ignoring custom font size setting.

2018-01-17 Thread Paul
https://bugs.kde.org/show_bug.cgi?id=337243

--- Comment #12 from Paul  ---
Created attachment 109931
  --> https://bugs.kde.org/attachment.cgi?id=109931=edit
Comparison of Tool-Tip Fonts

(In reply to Maik Qualmann from comment #11)

> Is the font too small for you?
It is not entirely a case of simply being too small, but one of overall
readability. (see attached screen shot comparing 4 differing fonts)  

I'm currently using KDE/Plasma5 with the "General" font set to Noto-Sans 8
Regular.  I do not wish to change that, it's that font upon which it seems
digiKam uses when set to "System Font".

When using noto-sans 8, yes, I find the Tool-Tip text too small, particularly
the italic text. As the (digiKam) font size setting is ignored the only way to
obtain (slightly) larger / more readable text is to experiment with differing
fonts; not a very elegant solution.

The ability to set the tool-tip font size, is IMHO a necessity :)


> Any size from the font dialog is not possible, unless we use CSS. 
Then that should either be implemented, or if not, the size setting option
should be removed completely, however, I assume that is not possible... So
perhaps a note on the settings page against "Tool-Tip Settings" "Tool-Tip Font"
to the effect that size can't be changed.

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 337243] Tool-Tips ignoring custom font size setting.

2018-01-16 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=337243

Maik Qualmann  changed:

   What|Removed |Added

 CC||metzping...@gmail.com

--- Comment #11 from Maik Qualmann  ---
The font size is hardcoded in the HTML document for the tooltips. In principle,
there are only sizes 1-7 for the HTML  element. Any size from the
font dialog is not possible, unless we use CSS. Is the font too small for you?

Maik

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 337243] Tool-Tips ignoring custom font size setting.

2018-01-15 Thread Paul
https://bugs.kde.org/show_bug.cgi?id=337243

Paul  changed:

   What|Removed |Added

 Status|RESOLVED|UNCONFIRMED
 Resolution|WORKSFORME  |---

--- Comment #10 from Paul  ---
Re-opening as this is still a problem using digiKam 5.7.0 and not thought to be
a distribution specific bug.

Further details:
https://forums.opensuse.org/showthread.php/529098-digiKam-Unable-to-change-tooltip-font-size

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 337243] Tool-Tips ignoring custom font size setting.

2017-08-10 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=337243

caulier.gil...@gmail.com changed:

   What|Removed |Added

  Component|setup   |Setup-Tooltips

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 337243] Tool-Tips ignoring custom font size setting.

2017-07-15 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=337243

caulier.gil...@gmail.com changed:

   What|Removed |Added

  Component|general |setup

-- 
You are receiving this mail because:
You are watching all bug changes.