


Plasma 4 Extensions by matasvada 42 comments
I added the following code at the beginning of PrettyIcon::paintWidget:
p->setRenderHint ( QPainter::SmoothPixmapTransform );
p->setRenderHint ( QPainter::Antialiasing );
Anti aliasing needs some more rendering performance but I can't feel any difference on my laptop.
Thx for your great work!
GermanTux - Apr 07 2008

Plasma 4 Extensions by matasvada 42 comments
const QRectF rect = adjustToMargins(geometry());
through:
const QRectF rect = geometry();
And now it works an the desktop but not on the panel. Does it work in trunk kde in the panel? - Apr 07 2008

Plasma 4 Extensions by matasvada 42 comments
the next Problem is:
prettylayout.cpp:109: error: ‘adjustToMargins’ was not declared in this scope
Thx
GermanTux - Apr 07 2008

Plasma 4 Extensions by GermanTux83 35 comments
that will conflict with the dynamic governors view of the clock rate. See the first or the third screen shot. If this would be activated the clock rate view needs to be deactivated. I evaluate this for the future 0.4 release. Thanks for you comment.
MfG
GermanTux - Apr 06 2008

Plasma 4 Extensions by GermanTux83 35 comments

Plasma 4 Extensions by GermanTux83 35 comments
sorry, but I can't reproduce the problem. Appears it in the plasmoidviewer too?
Jörg - Feb 19 2008

Plasma 4 Extensions by GermanTux83 35 comments
Greetz
Jörg - Jan 21 2008