[E-devel] elementary progressbar

2009-06-30 Thread michael bouchaud
Hi everybody, I'm be back with a new patch for progressbar in elementary. This time the progressbar can do: horizontal, vertical and invert display. I don't modify the call to change the position of the dragable object (I don't have find the time to do it yersteday, sorry Gustavo). I will take look

[E-devel] [PATCH] External parts in Edje

2009-06-30 Thread Brian Mattern
Hey everyone, I've attached a patch that implements a new edje part type: EXTERNAL. The basic idea is as follows: An application (or library) can implement swallowable widgets that are keyed by a type name. By implementing a few callbacks and registering with edje, the app can allow a themer to

Re: [E-devel] elementary progressbar

2009-06-30 Thread The Rasterman
On Tue, 30 Jun 2009 17:27:52 +0200 michael bouchaud said: > Hi everybody, I'm be back with a new patch for progressbar in elementary. > This time the progressbar can do: horizontal, vertical and invert display. > I don't modify the call to change the position of the dragable object (I > don't hav

Re: [E-devel] elementary progressbar

2009-06-30 Thread Marco Trevisan (TreviƱo)
michael bouchaud wrote: > Hi everybody, I'm be back with a new patch for progressbar in elementary. > This time the progressbar can do: horizontal, vertical and invert display. > I don't modify the call to change the position of the dragable object (I > don't have find the time to do it yersteday,