Wallpaper plugins in default rendering mode

2010-07-29 Thread Will Stephenson
I've been looking at a bug in the Image plugin where dropping an image file on the desktop when the Image wallpaper plugin is not in use causes Image to start up in Slideshow mode. This is because Containment tries to set the default rendering mode using an empty string, whereas Image's logic fall

Re: toolbox (and applethandle?) architecture rewamp

2010-07-29 Thread Marco Martin
On Thu, Jul 29, 2010 at 6:46 PM, Giulio Camuffo wrote: > In data giovedì 29 luglio 2010 18:09:10, Marco Martin ha scritto: >> if this works out, i would like to try it for applet handles as well >> in the future (in this case there wouldn't be a dependency from >> corona, but a DesktopContainment

Re: toolbox (and applethandle?) architecture rewamp

2010-07-29 Thread Marco Martin
On Thu, Jul 29, 2010 at 8:28 PM, Aaron J. Seigo wrote: > On July 29, 2010, Marco Martin wrote: >> * toolboxes would become plugins (the desktop and panel ones would >> live in workspace if enough assumptions can be removed from >> containment, otherwise will stay there as fallbacks) >> * the coron

Re: toolbox (and applethandle?) architecture rewamp

2010-07-29 Thread Aaron J. Seigo
On July 29, 2010, Marco Martin wrote: > * toolboxes would become plugins (the desktop and panel ones would > live in workspace if enough assumptions can be removed from > containment, otherwise will stay there as fallbacks) > * the corona would have a read only property (maybe a public getter > and

Re: toolbox (and applethandle?) architecture rewamp

2010-07-29 Thread Giulio Camuffo
In data giovedì 29 luglio 2010 18:09:10, Marco Martin ha scritto: > if this works out, i would like to try it for applet handles as well > in the future (in this case there wouldn't be a dependency from > corona, but a DesktopContainment could set a different plugin for > instance, but that's anoth

toolbox (and applethandle?) architecture rewamp

2010-07-29 Thread Marco Martin
Hi all, there are some problems in how toolboxes work now, that i think can be reconduced to the fact the actual toolbox implementation depends solely on the containment, rather that the shell itself. an example is the newspaper has its own toolbox, shared with sal, this causes two problems: now,

Re: Grouping Desktop moved to kdereview

2010-07-29 Thread Burkhard Lück
Am Donnerstag, 29. Juli 2010, um 11:11:30 schrieb Giulio Camuffo: > In data mercoledì 28 luglio 2010 10:35:20, Burkhard Lück ha scritto: > > Am Freitag, 23. Juli 2010, um 00:51:49 schrieb Giulio Camuffo: > > > Hi all KDE devs, > > > > > > I've moved to kdereview/plasma/containments/ Grouping Deskt

Re: Grouping Desktop moved to kdereview

2010-07-29 Thread Giulio Camuffo
In data mercoledì 28 luglio 2010 10:35:20, Burkhard Lück ha scritto: > Am Freitag, 23. Juli 2010, um 00:51:49 schrieb Giulio Camuffo: > > Hi all KDE devs, > > > > I've moved to kdereview/plasma/containments/ Grouping Desktop, my pet > > project which I've been working on these last months. > > It

Re: [PATCH] Suppress errors in Python AppletScripts

2010-07-29 Thread Thomas Olsen
On Wednesday 28 July 2010 01:18:22 Aaron J. Seigo wrote: > On July 27, 2010, Luca Beltrame wrote: > > Let me know if it's OK. > > in the patch, is > > + > PythonAppletScript.importer.unregister_top_level(self.pluginName) > > the proper indentation for that line? (not a pythonista, so