--===============0233998420== Content-Type: multipart/alternative; boundary="===============3157795436768622067==" --===============3157795436768622067== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://svn.reviewboard.kde.org/r/5705/#review8452 ----------------------------------------------------------- Ship it! looks good, inc the tooltips, just fix up the braces situation before commi= tting. thanks :) /trunk/KDE/kdebase/workspace/plasma/generic/wallpapers/image/image.cpp braces /trunk/KDE/kdebase/workspace/plasma/generic/wallpapers/image/image.cpp braces /trunk/KDE/kdebase/workspace/plasma/generic/wallpapers/image/image.cpp braces - Aaron On 2010-10-30 22:50:25, Jeremy Whiting wrote: > = > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > http://svn.reviewboard.kde.org/r/5705/ > ----------------------------------------------------------- > = > (Updated 2010-10-30 22:50:25) > = > = > Review request for Plasma and Davide Bettio. > = > = > Summary > ------- > = > Prompted by bug https://bugs.kde.org/show_bug.cgi?id=3D253360 and my own = itch at not having the ability to easly add ~/.kde/share/wallpaper/ to the = slideshow, I added these two checkboxes from this wishlist bug. Let me kno= w if you think the tooltips should be reworded I just took an initial stab = at them. > = > = > Diffs > ----- > = > /trunk/KDE/kdebase/workspace/plasma/generic/wallpapers/image/image.h 11= 90748 = > /trunk/KDE/kdebase/workspace/plasma/generic/wallpapers/image/image.cpp = 1190748 = > /trunk/KDE/kdebase/workspace/plasma/generic/wallpapers/image/slideshowc= onfig.ui 1190748 = > = > Diff: http://svn.reviewboard.kde.org/r/5705/diff > = > = > Testing > ------- > = > I works quite well actually. I still think we need to disable the apply = and ok buttons when no checkbox is checked and no paths are in the listbox,= but we work around that by putting the system folder in the list if there = are no folders in the kconfig. > = > = > Thanks, > = > Jeremy > = > --===============3157795436768622067== Content-Type: text/html; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable
This is an automatically generated e-mail. To reply, visit: http://svn.reviewb= oard.kde.org/r/5705/

Ship it!

looks good=
, inc the tooltips, just fix up the braces situation before committing. tha=
nks :)

= =
/trunk/KDE/kdebase/workspace/plasma/generic/wallpapers/image/i= mage.cpp (Diff revision 2)
void Image::systemCheckBoxToggled(bool checked)
260
    if (checked)
261
        m_dirs << KStandardDirs::installPath("wallpaper");
262
    else
263
        m_dirs.removeAll(KStandardDirs::installPath(&=
quot;wallpaper"));
braces

= =
/trunk/KDE/kdebase/workspace/plasma/generic/wallpapers/image/i= mage.cpp (Diff revision 2)
void Image::systemCheckBoxToggled(bool checked)
269
    if (checked)
270
        m_dirs << KGlobal::dirs()->saveLocation("wallpaper"=
);
271
    else
272
        m_dirs.removeAll(KGlobal::dirs()->=
saveLocation("wallpaper"));
braces

= =
/trunk/KDE/kdebase/workspace/plasma/generic/wallpapers/image/i= mage.cpp (Diff revision 2)
void Image::removeDir()
389
    if (m_uiSlideshow.m_systemCheckBox->isChecked())
390
        m_dirs << KStandardDirs::installPath("wallpaper");
391
    if (m_uiSlideshow.m_downloadedCheckBox->isChecked())
392
        m_dirs << KGlobal::dirs()->saveLocation("wallpaper"=
);
braces

- Aaron


On October 30th, 2010, 10:50 p.m., Jeremy Whiting wrote:

Review request for Plasma and Davide Bettio.
By Jeremy Whiting.

Updated 2010-10-30 22:50:25

Descripti= on

Prompted by bug https://bugs.kde.org/show_bug.cgi?id=3D25336=
0 and my own itch at not having the ability to easly add ~/.kde/share/wallp=
aper/ to the slideshow, I added these two checkboxes from this wishlist bug=
.  Let me know if you think the tooltips should be reworded I just took an =
initial stab at them.

Testing <= /h1>
I works quite well actually.  I still think we need to disab=
le the apply and ok buttons when no checkbox is checked and no paths are in=
 the listbox, but we work around that by putting the system folder in the l=
ist if there are no folders in the kconfig.

Diffs=

  • /trunk/KDE/kdebase/workspace/plasma/generic/wallpapers/image/image.h <= span style=3D"color: grey">(1190748)
  • /trunk/KDE/kdebase/workspace/plasma/generic/wallpapers/image/image.cpp= (1190748)
  • /trunk/KDE/kdebase/workspace/plasma/generic/wallpapers/image/slideshow= config.ui (1190748)

View Diff

--===============3157795436768622067==-- --===============0233998420== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasma-devel --===============0233998420==--