Re: javascript animations

2010-04-29 Thread Aaron J. Seigo
On April 28, 2010, Aaron J. Seigo wrote: > here is how it currently works in trunk: i've started to document this here: http://techbase.kde.org/Development/Tutorials/Plasma/JavaScript/Animations it's very much a work in progress. i've also put a blurb on the themes page about js animations that

Re: using plasma for KDevelop dashboard

2010-04-29 Thread Aaron J. Seigo
On April 29, 2010, Aleix Pol wrote: > forget about it :). Actually, IIRC it's possible to have groups inside > groups in KConfig files so this would be another way to separe :). yes, that's what i was referring to :) -- Aaron J. Seigo humru othro a kohnu se GPG Fingerprint: 8B8B 2209 0C6F 7C47 B

Re: using plasma for KDevelop dashboard

2010-04-29 Thread Aleix Pol
On Thu, Apr 29, 2010 at 8:51 PM, Aaron J. Seigo wrote: > On April 29, 2010, Aleix Pol wrote: > > Does it make a difference? > > not so much from the libplasma side. but sharing config files is a great > way > to lead to unexpected naming collisions. if avoidable, that would be nice. > > if it isn

Re: Spacing in a plasma applet

2010-04-29 Thread Aaron J. Seigo
On April 29, 2010, Alessandro Diaferia wrote: thanks for fwd'ing it on, Alessandro ... > 2010/4/30 Jesús Fernández > > > Hi, I'm developing an applet (plasmoid) using the python bindings. > > I use a QGraphicsLinearLayout and I add IconWidgets to it. > > As I'd like the applet to live either in

Re: Spacing in a plasma applet

2010-04-29 Thread Alessandro Diaferia
2010/4/30 Jesús Fernández > Hi, I'm developing an applet (plasmoid) using the python bindings. > I use a QGraphicsLinearLayout and I add IconWidgets to it. > As I'd like the applet to live either in a horizontal or vertical panel, > I'm checking the orientation of the parent containment to set th

Re: using plasma for KDevelop dashboard

2010-04-29 Thread Aaron J. Seigo
On April 29, 2010, Aleix Pol wrote: > Does it make a difference? not so much from the libplasma side. but sharing config files is a great way to lead to unexpected naming collisions. if avoidable, that would be nice. if it isn't possible, then we probably want to look into being able to define

Re: using plasma for KDevelop dashboard

2010-04-29 Thread Aleix Pol
On Thu, Apr 29, 2010 at 6:04 PM, Aaron J. Seigo wrote: > On April 29, 2010, Aleix Pol wrote: > > plasma-desktop-appletsrc) so that we can use the project file to store > such > > information (it's important to specify our own because we want that to be > > versioned with the project). > > can it

Re: system tray work

2010-04-29 Thread Aaron J. Seigo
On April 29, 2010, Marco Martin wrote: > On Thursday 29 April 2010, Aaron J. Seigo wrote: > > this really has little to do with the system tray work, though, other > > than the icon. > > probably it has to do a little (window not being raised on top and opening > more copies sounds pretty much at

Subject: Re: javascript animations

2010-04-29 Thread Adenilson Cavalcanti
plasma-devel@kde.org Subject: Re: javascript animations Aaron >we now have themable animation support in libplasma. one of the things >we've >been dreaming of since the original Animator class was born has come true Glad to know that I helped to make dreams come true (plus it provides a heck of

Re: system tray work

2010-04-29 Thread Marco Martin
On Thursday 29 April 2010, Aaron J. Seigo wrote: > > > * increased consistency in interaction; i really dislike krandr's > > > window now > > > > the icon, context menu or the kcm than gets open? > > the icon is the obvious one but i know that will be worked on. it's more > the rest of the intera

Re: using plasma for KDevelop dashboard

2010-04-29 Thread Aaron J. Seigo
On April 29, 2010, Aleix Pol wrote: > plasma-desktop-appletsrc) so that we can use the project file to store such > information (it's important to specify our own because we want that to be > versioned with the project). can it be a file inside the project, or does it have to be the project file

Re: system tray work

2010-04-29 Thread Aaron J. Seigo
On April 29, 2010, Marco Martin wrote: > that i icon, is the most fixed, always there icon of all, since the systray > is usually at the right side it stays indeed always fixed (apart when the > expander appears/disappears) > if the important area is at right, i fear it would appear way too jumpy,

Re: system tray work

2010-04-29 Thread Marco Martin
On Thursday 29 April 2010, Aaron J. Seigo wrote: > hey all .. > > so the system tray is really shaping up pretty nicely these days, thanks > mostly to the work of marco, frederik and aurelien. woo! :) > > i just committed some changes to the layout of things that i'd like to get > some feedback o

using plasma for KDevelop dashboard

2010-04-29 Thread Aleix Pol
Hi again! I was talking yesterday with some of you on IRC about the requirements we would have in KDevelop to get to use Plasma for our future Project Dashboard. Well I was thinking of it again and I found a new requirement :P. It would be nice if we could specify our own KConfig instance to be use