Re: Questions about Plasma Activities

2009-01-12 Thread Aaron J. Seigo
On Saturday 10 January 2009, Virtual Sky Solutions wrote: > that KDE has, but what does it matter if I want a black / grey checkerboard > vs. a white / grey? this brings us to the next set of questions: Where do we put this configuration option, how do we label it, what do we let the user set

Re: Review Request: an overlay effect element for framesvg

2009-01-12 Thread Aaron J. Seigo
On Sunday 11 January 2009, Marco Martin wrote: > never scaled, position depending on applet name (eeeh, code for this is not > overly pretty and probably can't be, i know :/) tiled it can't be based on applet name. that will tie themes much, much too tightly to a specific set of applets and will

Re: Review Request: an overlay effect element for framesvg

2009-01-12 Thread Nuno Pinheiro
A Monday 12 January 2009 16:47:30, Aaron J. Seigo escreveu: > On Sunday 11 January 2009, Marco Martin wrote: > > never scaled, position depending on applet name (eeeh, code for this is > > not overly pretty and probably can't be, i know :/) tiled > > it can't be based on applet name. that will tie

Re: Review Request: an overlay effect element for framesvg

2009-01-12 Thread Aaron J. Seigo
On Monday 12 January 2009, Nuno Pinheiro wrote: > A Monday 12 January 2009 16:47:30, Aaron J. Seigo escreveu: > > On Sunday 11 January 2009, Marco Martin wrote: > > > never scaled, position depending on applet name (eeeh, code for this is > > > not overly pretty and probably can't be, i know :/) ti

Re: Review Request: an overlay effect element for framesvg

2009-01-12 Thread Nuno Pinheiro
A Monday 12 January 2009 17:10:44, Aaron J. Seigo escreveu: > On Monday 12 January 2009, Nuno Pinheiro wrote: > > A Monday 12 January 2009 16:47:30, Aaron J. Seigo escreveu: > > > On Sunday 11 January 2009, Marco Martin wrote: > > > > never scaled, position depending on applet name (eeeh, code for

Re: Review Request: an overlay effect element for framesvg

2009-01-12 Thread Aaron J. Seigo
On Monday 12 January 2009, Nuno Pinheiro wrote: > > define "randomly" > > The idea for this case was that plasmoid A gets the same exact look every > time but the bg of plasmoid A is diferent from plasmoid B. does it matter what the widget is (e.g. "digital-clock") or just that it's the same for

Re: Review Request: an overlay effect element for framesvg

2009-01-12 Thread Nuno Pinheiro
A Monday 12 January 2009 17:32:57, Aaron J. Seigo escreveu: > On Monday 12 January 2009, Nuno Pinheiro wrote: > > > define "randomly" > > > > The idea for this case was that plasmoid A gets the same exact look every > > time but the bg of plasmoid A is diferent from plasmoid B. > > does it matter w

Re: Questions about Plasma Activities

2009-01-12 Thread Virtual Sky Solutions
Would it make sense to add another heading under the "Desktop" dialog? Right now I see Deskopt Effects, Mulitiple Desktops, Screen Saver, and Launch Feedback. How about adding something for the ZUI? If not, what about adding a new section under the "Look & Feel" heading? Just two thoughts off of

Re: Review Request: an overlay effect element for framesvg

2009-01-12 Thread Marco Martin
On Monday 12 January 2009, Aaron J. Seigo wrote: > On Monday 12 January 2009, Nuno Pinheiro wrote: > > > define "randomly" > > > > The idea for this case was that plasmoid A gets the same exact look every > > time but the bg of plasmoid A is diferent from plasmoid B. > > does it matter what the wid

Help with python plasmoid

2009-01-12 Thread Cristo Bolaños
Hello, I'm trying to do a very simple python plasmoid in order to show a Plasma.Label, but when I try to run it, I get an error: Traceback (most recent call last): File "/usr/share/kde4/apps/plasma_scriptengine_python/pyappletscript.py", line 54, in init self.pyapplet.init() File "/usr/sh

Re: Help with python plasmoid

2009-01-12 Thread Gökmen GÖKSEL
> Hello, Hi !, > I'm trying to do a very simple python plasmoid in order to show a > Plasma.Label, but when I try to run it, I get an error: It will be done if you change your init method like this; def init(self): # first of all we need a layout.. self.la

Re: Review Request: an overlay effect element for framesvg

2009-01-12 Thread Aaron J. Seigo
On Monday 12 January 2009, Marco Martin wrote: > On Monday 12 January 2009, Aaron J. Seigo wrote: > > On Monday 12 January 2009, Nuno Pinheiro wrote: > > > > define "randomly" > > > > > > The idea for this case was that plasmoid A gets the same exact look > > > every time but the bg of plasmoid A i

Re: Review Request: an overlay effect element for framesvg

2009-01-12 Thread Aaron J. Seigo
On Monday 12 January 2009, Marco Martin wrote: > On Monday 12 January 2009, Aaron J. Seigo wrote: > > * random position whenever a widget is created. this would result in > > every widget having a (potentially) unique position, and this position > > would change between launches of plasma. > > hmm,

Re: Review Request: an overlay effect element for framesvg

2009-01-12 Thread Aaron J. Seigo
On Monday 12 January 2009, Nuno Pinheiro wrote: > A Monday 12 January 2009 17:32:57, Aaron J. Seigo escreveu: > > * random position whenever a widget is *first* created. this would result > > in every widget having a (potentially) unique position, but the position > > would remain constant between

Re: Help with python plasmoid

2009-01-12 Thread Cristo Bolaños
Thank you for help, it works right :) On Mon, Jan 12, 2009 at 7:40 PM, Gökmen GÖKSEL wrote: > > Hello, > Hi !, > > > I'm trying to do a very simple python plasmoid in order to show a > > Plasma.Label, but when I try to run it, I get an error: > It will be done if you change your init method like

Re: Review Request: an overlay effect element for framesvg

2009-01-12 Thread Marco Martin
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.vidsolbach.de/r/325/ --- (Updated 2009-01-12 14:13:21.430508) Review request for Plasma. Summary -

Re: Review Request: an overlay effect element for framesvg

2009-01-12 Thread Marco Martin
On Monday 12 January 2009, Aaron J. Seigo wrote: > On Monday 12 January 2009, Marco Martin wrote: > > On Monday 12 January 2009, Aaron J. Seigo wrote: > > > * random position whenever a widget is created. this would result in > > > every widget having a (potentially) unique position, and this posit

Re: Review Request: an overlay effect element for framesvg

2009-01-12 Thread Aaron J. Seigo
On Monday 12 January 2009, Marco Martin wrote: > if the possible positions are not that much (lets say something like on the > 4 corners) maybe using a single pixmap for caching would still be possible? > or maybe just if the position is consistent across instances the impact on > cache would still

Re: Review Request: an overlay effect element for framesvg

2009-01-12 Thread Nuno Pinheiro
A Monday 12 January 2009 22:55:11, Aaron J. Seigo escreveu: > On Monday 12 January 2009, Marco Martin wrote: > > if the possible positions are not that much (lets say something like on > > the 4 corners) maybe using a single pixmap for caching would still be > > possible? or maybe just if the posit