Re: [E-devel] E SVN: devilhorns trunk/e/src/modules/conf_wallpaper

2009-11-17 Thread Christopher Michael
Enlightenment SVN wrote: > Log: > Don't need vw/vh here as they are never used. > > Trying to track down why the list of wallpapers does not scroll so if > someone knows this code better, by all means, jump in :) > Should have mentioned, the ONLINE list (list of wallpapers returned from

[E-devel] Trac Ticket: #461: Evas Textblock Invalid Read (Reported by valgrind)

2009-11-17 Thread Brian Wang
Hello all, Since the trac does not get much traffic, I think I'd try here. Thanks for cedric's looking at the problem. :-) Ticket URL: http://trac.enlightenment.org/e/ticket/461 Index: src/lib/engines/common/evas_font_main.c === ---

Re: [E-devel] elm_label problem with specific text

2009-11-17 Thread Brian Wang
On Wed, Nov 18, 2009 at 10:51 AM, Gustavo Sverzut Barbieri wrote: > On Wed, Nov 18, 2009 at 12:37 AM, Brian Wang > wrote: >> On Sat, Nov 14, 2009 at 1:21 PM, Brian Wang >> wrote: >>> On Sat, Nov 14, 2009 at 1:44 AM, Gustavo Sverzut Barbieri >>> wrote: On Fri, Nov 13, 2009 at 3:13 PM, Bri

Re: [E-devel] elm_label problem with specific text

2009-11-17 Thread Gustavo Sverzut Barbieri
On Wed, Nov 18, 2009 at 12:37 AM, Brian Wang wrote: > On Sat, Nov 14, 2009 at 1:21 PM, Brian Wang wrote: >> On Sat, Nov 14, 2009 at 1:44 AM, Gustavo Sverzut Barbieri >> wrote: >>> On Fri, Nov 13, 2009 at 3:13 PM, Brian Wang >>> wrote: On Fri, Nov 13, 2009 at 8:12 PM, Gustavo Sverzut Barbi

Re: [E-devel] [e-users] Enlightenment working with top-tier electronics maker

2009-11-17 Thread Tom Haste
Will it be named "EFL" or some other mess like "Super-Go-Action hypercomputer language"? And congrats on getting it out there! Its certainly ready for it. Good job all! -Toma On 11/18/09, Carsten Haitzler wrote: > On Wed, 18 Nov 2009 02:02:21 +0100 Steven Le Roux > said: > > what company it is.

Re: [E-devel] elm_label problem with specific text

2009-11-17 Thread Brian Wang
On Sat, Nov 14, 2009 at 1:21 PM, Brian Wang wrote: > On Sat, Nov 14, 2009 at 1:44 AM, Gustavo Sverzut Barbieri > wrote: >> On Fri, Nov 13, 2009 at 3:13 PM, Brian Wang >> wrote: >>> On Fri, Nov 13, 2009 at 8:12 PM, Gustavo Sverzut Barbieri >>> wrote: On Fri, Nov 13, 2009 at 4:49 AM, Brian

Re: [E-devel] Enlightenment working with top-tier electronics maker

2009-11-17 Thread Steven Le Roux
What a great news Raster ! A S*ms*ng TV with an EFL mediacenter would be my dreamt TV ! Hopefully we now have UPnP support ;). If this electronic producer could listen, producing IP fridge, IP and all connected machine in a kitchen for example... Do you have any idea on the sponsoring ? this is

Re: [E-devel] Enlightenment working with top-tier electronics maker

2009-11-17 Thread Gustavo Sverzut Barbieri
On Tue, Nov 17, 2009 at 11:07 PM, Carsten Haitzler wrote: > On Wed, 18 Nov 2009 06:42:36 +0600 Mikhail Gusarov > said: > >> >> Twas brillig at 11:38:15 18.11.2009 UTC+11 when ras...@rasterman.com did gyre >> and gimble: >> >>  CHR> We >> >> Please define "we". > > Several of the core E developers

Re: [E-devel] Enlightenment working with top-tier electronics maker

2009-11-17 Thread The Rasterman
On Wed, 18 Nov 2009 02:02:21 +0100 Steven Le Roux said: what company it is... is yet to be announced or determined. what products... you'll have to wait and see. :) keep your eyes peeled. > What a great news Raster ! > > A S*ms*ng TV with an EFL mediacenter would be my dreamt TV ! Hopefully > w

Re: [E-devel] Enlightenment working with top-tier electronics maker

2009-11-17 Thread The Rasterman
On Wed, 18 Nov 2009 06:42:36 +0600 Mikhail Gusarov said: > > Twas brillig at 11:38:15 18.11.2009 UTC+11 when ras...@rasterman.com did gyre > and gimble: > > CHR> We > > Please define "we". Several of the core E developers. -- - Codito, ergo sum - "I code, therefore I am" --

Re: [E-devel] Enlightenment working with top-tier electronics maker

2009-11-17 Thread Mikhail Gusarov
Twas brillig at 11:38:15 18.11.2009 UTC+11 when ras...@rasterman.com did gyre and gimble: CHR> We Please define "we". -- http://fossarchy.blogspot.com/ pgpi4tKquYu4K.pgp Description: PGP signature -- Let Crystal

[E-devel] Enlightenment working with top-tier electronics maker

2009-11-17 Thread The Rasterman
We are working with a top-5 electronics producer (one of the largest in the world, who produces millions of mobile phones, televisions, sound systems and more per year) to bring Enlightenment and especially it's deep technology to their products. In fact not just working with this manufacturer, but

Re: [E-devel] Patch for eina_module.c - Adding eina_module_find() function.

2009-11-17 Thread Gustavo Sverzut Barbieri
eina_module.h i suppose :-) On Tue, Nov 17, 2009 at 4:46 PM, Fabiano Fidêncio wrote: > Wrong function type. This is ok now. > And added the function header in edje_module.h > > []'s > -- > Fabiano Fidêncio > ProFUSION embedded systems > http://www.profusion.mobi > > --

Re: [E-devel] Patch for eina_module.c - Adding eina_module_find() function.

2009-11-17 Thread Fabiano Fidêncio
Wrong function type. This is ok now. And added the function header in edje_module.h []'s -- Fabiano Fidêncio ProFUSION embedded systems http://www.profusion.mobi --- eina_module.c_bkp 2009-11-17 14:37:47.597794569 -0200 +++ eina_module.c 2009-11-17 16:02:14.274720194 -0200 @@ -547,6 +547,37 @@ }

[E-devel] Patch for eina_module.c - Adding eina_module_find() function.

2009-11-17 Thread Fabiano Fidêncio
Hey Guys! I had to implement an eina_module_find(). This function receive an array and a module name and returns the module (if he's exists in list) or NULL if not. If it is useful for something, please apply. :-) -- Fabiano Fidêncio ProFUSION embedded systems http://www.profusion.mobi --- eina