<div class="gmail_quote">2010/5/2 Ingo Klöcker <span dir="ltr"><<a href="mailto:kloecker@kde.org">kloecker@kde.org</a>></span><br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div><div></div><div class="h5">On Saturday 01 May 2010, Andriy Rysin wrote:<br>
> 2010/5/1 Ingo Klöcker <<a href="mailto:kloecker@kde.org">kloecker@kde.org</a>><br>
><br>
> > On Friday 30 April 2010, Andriy Rysin wrote:<br>
> > > 2010/4/29 Aaron J. Seigo <<a href="mailto:aseigo@kde.org">aseigo@kde.org</a>><br>
> > ><br>
> > > > On April 25, 2010, Andriy Rysin wrote:<br>
> > > > > drawing the text I need to find a way to leave the taskbar<br>
> > > > > background (but this was also the problem before).<br>
> > > ><br>
> > > > looking at the code in Flags, i think i can see the problem:<br>
> > > > you probably just<br>
> > > > need to fill the pixmap first with Qt::transparent so the<br>
> > > > background is, well,<br>
> > > > transparent :) then you can paint the text, flag, etc over top<br>
> > > > of that.<br>
> > ><br>
> > > yep, I found it today and already pushed the code for<br>
> > > transparency The problem with text over the flag is that it's<br>
> > > hard to find the right way to paint readable text with all the<br>
> > > possible flag colors and their combination. So for now it'll be<br>
> > > either text or flag, so far the early feedback was pretty<br>
> > > positive.<br>
> ><br>
> > Drawing a dark outline around white text usually is a good solution<br>
> > for this problem. To get something like an outline which also<br>
> > looks good for small fonts you could draw the text in black, then<br>
> > blur it and then draw the text in white over the blurred black<br>
> > text.<br>
><br>
> That's very similar to what was done before, though as flags are<br>
> quite different in size/colors/darkness, the white text was drawn with<br>
> black one shifted 1px for a shadow, plus flags had to be dimmed<br>
> otherwise text was not readable anyway. Even though the final text<br>
> image was more or less readable on most flags it was quite ugly both<br>
> code- and look-wise...<br>
> I'm really starting to like "flag-only"/"text-only" solution  better.<br>
<br>
</div></div>You are probably right. Did you think about putting the text into a<br>
tooltip in case of showing the flags only?<br><br></blockquote><div>Yes, the tooltip is always set whether it's text or icon shown. The systray had a tooltip before and I've just added tooltip for plasma applet. For some reason though tooltip does not appear in lockdlg in screenlocker. :(<br>
<br>Andriy<br><br></div></div>