> On June 23, 2012, 12:56 p.m., Mark Gaiser wrote:
> > Just wondering. Do you have blur disabled? Otherwise the widget explorer 
> > misses that.
> 
> Aurélien Gâteau wrote:
>     Yes, for some reason blur does not work here. I don't think it is a 
> problem of the widget explorer.

Just did a little bit of code diving. It's not blurred because it's using a 
QGraphicsWidget. That's not a QWidget based item thus no top level one and that 
is why it's not blurred. The same is true for plasmoids btw. They are just 
visible inside a scene and till this moment there isn't a good way (with good 
performance) to blur the background. That will change with QML 2 and the 
shaders :) Another reason why i can't wait for Qt 5. So for now it looks like 
we just have to live with it.


- Mark


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://git.reviewboard.kde.org/r/105329/#review15040
-----------------------------------------------------------


On June 25, 2012, 12:15 p.m., Aurélien Gâteau wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> http://git.reviewboard.kde.org/r/105329/
> -----------------------------------------------------------
> 
> (Updated June 25, 2012, 12:15 p.m.)
> 
> 
> Review request for Plasma, KDE Usability and Marco Martin.
> 
> 
> Description
> -------
> 
> I made a few changes to make widget explorer nicer in vertical mode
> 
> - Fix cropped list items.
> - Make buttons use full width.
> - Move "Get new widgets" and action buttons to the bottom so that:
>   - different label alignments do not look odd (category button vs others)
>   - category button is closer to the list it controls
> 
> Additionally it would be much better if tooltips could appear on the right 
> (or left) of the current list item instead of on top of it because it easily 
> gets in the way, but I don't know how to do this. Any idea? An alternative 
> would be to just drop the tooltip, it currently does more harm than good imo.
> 
> There is also something weird going on with the backgrounds: the "after" 
> screenshots use a opaque background, but that is not part of the patch and I 
> don't understand what makes the code pick the opaque or transparent 
> background. It should be fixed to use the opaque background, again, any idea 
> where that bug could be?
> 
> 
> Diffs
> -----
> 
>   
> libs/plasmagenericshell/widgetsexplorer/package/contents/ui/AppletDelegate.qml
>  68fad80 
>   libs/plasmagenericshell/widgetsexplorer/package/contents/ui/main.qml 
> 4beecec 
>   plasma/desktop/shell/activitymanager/package/contents/ui/main.qml 1886529 
> 
> Diff: http://git.reviewboard.kde.org/r/105329/diff/
> 
> 
> Testing
> -------
> 
> - Looks better in vertical mode.
> - No regression in horizontal mode.
> 
> 
> Screenshots
> -----------
> 
> before-after
>   http://git.reviewboard.kde.org/r/105329/s/611/
> 
> 
> Thanks,
> 
> Aurélien Gâteau
> 
>

_______________________________________________
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel

Reply via email to