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
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
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
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
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
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,
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
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
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