Review Request: Show wallpaper resolution if possible in selection dialog
Aaron Seigo
aseigo at kde.org
Mon Jan 19 22:06:53 CET 2009
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://reviewboard.vidsolbach.de/r/332/#review330
-----------------------------------------------------------
Ship it!
there's a number of lines like this:
if( m_model ) {
that should be:
if (m_model) {
otherwise, looks grand.
trunk/KDE/kdebase/workspace/plasma/wallpapers/image/backgroundlistmodel.cpp
<http://reviewboard.vidsolbach.de/r/332/#comment276>
the else is a bit redundant =)
- Aaron
On 2009-01-19 10:07:16, Beat Wolf wrote:
>
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> http://reviewboard.vidsolbach.de/r/332/
> -----------------------------------------------------------
>
> (Updated 2009-01-19 10:07:16)
>
>
> Review request for Plasma.
>
>
> Summary
> -------
>
> Partially solves the wish: http://bugs.kde.org/show_bug.cgi?id=177087
> If possible, shows the resolution of a wallpaper. For wallpaper packages, the best resolution the package can provide will be shown
>
> In the screenshot, only the last wallpaper is a single image where the resolution can be shown.
>
> Update:
> updated diff with the suggestion, don't have time to take a screenshot, but all the resolutions are shown
>
> Update2:
> added correct screenshot
>
> Update3:
> implemented the proposed updates. The patch is now much faster indeed.
>
>
> Diffs
> -----
>
> trunk/KDE/kdebase/workspace/plasma/wallpapers/image/backgroundlistmodel.cpp
> trunk/KDE/kdebase/workspace/plasma/wallpapers/image/backgroundpackage.h
> trunk/KDE/kdebase/workspace/plasma/wallpapers/image/backgroundpackage.cpp
> trunk/KDE/kdebase/workspace/plasma/wallpapers/image/backgrounddelegate.h
> trunk/KDE/kdebase/workspace/plasma/wallpapers/image/backgrounddelegate.cpp
> trunk/KDE/kdebase/workspace/plasma/wallpapers/image/backgroundlistmodel.h
> trunk/KDE/kdebase/workspace/plasma/wallpapers/image/image.cpp
>
> Diff: http://reviewboard.vidsolbach.de/r/332/diff
>
>
> Testing
> -------
>
>
> Screenshots
> -----------
>
>
> http://reviewboard.vidsolbach.de/r/332/s/106/
>
>
> Thanks,
>
> Beat
>
>
More information about the Plasma-devel
mailing list