Re: Desktop Slideshow Settings

2010-12-08 Thread Aaron J. Seigo
On Tuesday, December 7, 2010, Steven Sroka wrote: > In kdebase/workspace/libs/plasmagenericshell/backgrounddialog.cpp, what > happens in BackgroundDialog::saveConfig() specifically? > > In general, I know that the wallpaper/mouse settings are saved and the last > 'if' statement forces the wallpape

RE: Desktop Slideshow Settings

2010-12-07 Thread Steven Sroka
the last 'if' statement *specifically* do? Steve From: ase...@kde.org To: plasma-devel@kde.org Subject: Re: Desktop Slideshow Settings Date: Sun, 5 Dec 2010 23:01:33 -0800 On Sunday, December 5, 2010, Steven Sroka wrote: > add at the very beginning of BackgroundDialog::saveCon

Re: Desktop Slideshow Settings

2010-12-05 Thread Aaron J. Seigo
On Sunday, December 5, 2010, Steven Sroka wrote: > add at the very beginning of BackgroundDialog::saveConfig(),if( > !hasChanged() ) { return;}orif( hasChanged() ) { //the existing code that > is run when a setting is changed.} yes, that would work. it would still mean the wallpaper would reload i

RE: Desktop Slideshow Settings

2010-12-05 Thread Steven Sroka
sktop Slideshow Settings Date: Mon, 6 Dec 2010 00:42:01 -0500 On Sunday, December 5, 2010, Steven Sroka wrote: > I'm assuming the settingsChanged() signal is emitted twice, once by 'Apply' > and once by 'OK'. Is there anyway to stop the signal from emitting from >

RE: Desktop Slideshow Settings

2010-12-05 Thread Steven Sroka
On Sunday, December 5, 2010, Steven Sroka wrote: > I'm assuming the settingsChanged() signal is emitted twice, once by 'Apply' > and once by 'OK'. Is there anyway to stop the signal from emitting from > the 'OK' button if the settings aren't changed (because the 'Apply' button > has already emitte

Re: Desktop Slideshow Settings

2010-12-05 Thread Aaron J. Seigo
On Sunday, December 5, 2010, Steven Sroka wrote: > I'm assuming the settingsChanged() signal is emitted twice, once by 'Apply' > and once by 'OK'. Is there anyway to stop the signal from emitting from > the 'OK' button if the settings aren't changed (because the 'Apply' button > has already emitted

Re: Desktop Slideshow Settings

2010-12-05 Thread Aaron J. Seigo
On Sunday, December 5, 2010, Steven Sroka wrote: > I'm assuming the settingsChanged() signal is emitted twice, once by 'Apply' > and once by 'OK'. Is there anyway to stop the signal from emitting from > the 'OK' button if the settings aren't changed (because the 'Apply' button > has already emitted

RE: Desktop Slideshow Settings

2010-12-05 Thread Steven Sroka
l and done all the necessary work)? From: ase...@kde.org To: plasma-devel@kde.org Subject: Re: Desktop Slideshow Settings Date: Mon, 29 Nov 2010 16:07:03 -0800 On Monday, November 29, 2010, Steven Sroka wrote: > Pic of window and buttons attached. I think it is created in image.cpp aha. t

Re: Desktop Slideshow Settings

2010-11-29 Thread Aaron J. Seigo
On Monday, November 29, 2010, Steven Sroka wrote: > Pic of window and buttons attached. I think it is created in image.cpp aha. the ok/apply/cancel buttons. (this is one time when a picture was only worth 5 words. ;) those are handled automatically by KConfigDialog. when the settingsChanged sig

Re: Desktop Slideshow Settings

2010-11-29 Thread Aaron J. Seigo
On Monday, November 29, 2010, Steven Sroka wrote: > I'm trying to change some configurations with the KDE desktop sideshow, but > I can't figure out where the code is to control the buttons on the window, which buttons on which window? -- Aaron J. Seigo humru othro a kohnu se GPG Fingerprint: 8B

Desktop Slideshow Settings

2010-11-29 Thread Steven Sroka
I'm trying to change some configurations with the KDE desktop sideshow, but I can't figure out where the code is to control the buttons on the window, funny enough. The code is here: http://websvn.kde.org/trunk/KDE/kdebase/workspace/plasma/generic/wallpapers/image/