Re: [E-devel] elementary progressbar

2009-07-02 Thread The Rasterman
On Wed, 1 Jul 2009 15:48:15 +0200 michael bouchaud said: > Maybee to represent a step by step evenment. An exemple a progressbar with > 42 steps. (step 0 to 42) > the min are useless but max, I don't think so. > Maybee replace it with another function like elm_progressbar_max_set, > elm_progressb

Re: [E-devel] elementary progressbar

2009-07-02 Thread michael bouchaud
Maybee to represent a step by step evenment. An exemple a progressbar with 42 steps. (step 0 to 42) the min are useless but max, I don't think so. Maybee replace it with another function like elm_progressbar_max_set, elm_progressbar_rate_set or elm_progressbar_scale_set. What do you think about thi

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

2009-07-02 Thread Jose Gonzalez
Brian Mattern wrote: > 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 > wit

Re: [E-devel] enlightenment.org in IE7

2009-07-02 Thread andres
> The dev site seems better (it at least has a doctype and validated > minus 1 simple error), but it's using an HTML doctype. Wake up people, > it's 2009, HTML is DEAD! No it isn't. Google.com, Apple.com and most other relevant business declare HTML in their doctypes. Except from Microsoft.com

Re: [E-devel] Efreet: low-priority magics?

2009-07-02 Thread Nick Hughart
On Thu, 02 Jul 2009 16:24:58 +0700 Mikhail Gusarov wrote: > > Twas brillig at 00:04:48 02.07.2009 UTC-05 when [email protected] did > gyre and gimble: > > NH> Efreet does not follow any of this new specification to my > NH> knowledge so updating it would probably help solve the problem > NH>

Re: [E-devel] Efreet: low-priority magics?

2009-07-02 Thread Mikhail Gusarov
Twas brillig at 00:04:48 02.07.2009 UTC-05 when [email protected] did gyre and gimble: NH> Efreet does not follow any of this new specification to my NH> knowledge so updating it would probably help solve the problem you NH> describe. Hmm, updating what? Efreet, specification or mime-type de

Re: [E-devel] enlightenment.org in IE7

2009-07-02 Thread The Rasterman
On Thu, 2 Jul 2009 00:18:31 -0500 Nick Hughart said: > I'll throw my 2c into the mix. > The current e.org is completely fubar with respect to standards. It > doesn't even contain a doctype. I won't go any further on how much of html does not REQUIRE a doctype. plain html has existed ever since

[E-devel] [PATCH] fixes sample code in Eet.h

2009-07-02 Thread Hanspeter Portner
hi the serialize sample code in Eet.h does not work. I've added eet_init and eet_shutdown for the sake of completeness I've added it to the other sample too, although it seems to work without it hanspeter Index: Eet.h === --- Eet.