Re: [E-devel] efl 1.0.0 - ATTENTION

2010-08-14 Thread vtorri
Quoting "Carsten Haitzler (The Rasterman)" : > On Sat, 14 Aug 2010 18:33:35 +0200 (CEST) Vincent Torri > said: > >> > thought we were about there. i asked - you did not disagree or provide any >> > information. what do you expect me to do? i did the right thing. i asked. >> > you replied. you gav

Re: [E-devel] Insecure SVG loader test

2010-08-14 Thread vtorri
Quoting Albin Tonnerre : > On Sat, 14 Aug 2010 23:46 +0200, Joerg Sonnenberger wrote : >> On Sat, Aug 14, 2010 at 11:35:13PM +0200, Albin Tonnerre wrote: >> > - If efreet returns an SVG icon when SVG rendering is not >> compiled in evas, >> >then you get no icon where an xpm icon (which coul

Re: [E-devel] efl 1.0.0 - ATTENTION

2010-08-14 Thread Michael Blumenkrantz
On Sun, 15 Aug 2010 10:30:10 +1000 Carsten Haitzler (The Rasterman) wrote: > well i'm almost willing to say all the eina threadsafe stuff should probably > be removed for efl 1.0.0 due to its immaturity. it's not small nad this will > piss stu off - but most of efl has had years of godo testing

Re: [E-devel] [PATCH] efreet and icon loading

2010-08-14 Thread The Rasterman
On Sun, 15 Aug 2010 00:40:44 +0200 Joerg Sonnenberger said: in svn - tested it and it seems to work fine. nothing has broken. > Hi all, > attached patch fixes two issues: > > (1) If using a non-default prefix, share/pixmaps should be checked > before the hard-coded /usr/share/pixmaps fallback.

Re: [E-devel] ecore's poll file manager

2010-08-14 Thread The Rasterman
On Sat, 14 Aug 2010 22:26:51 +0200 Joerg Sonnenberger said: tnx muchly! in svn it is! (bugfix - allowed) > Hi all, > attached is a small bugfix for ecore. If the to-be-monitored path > doesn't exist, the poll monitor currently tries to remove an item from a > list which was never hooked up. > >

Re: [E-devel] ecore_con threaded recv/send support

2010-08-14 Thread Michael Blumenkrantz
On Sat, 14 Aug 2010 09:42:43 -0400 Michael Blumenkrantz wrote: > Hi, > > Was going to commit this, but cedric/bluebugs/etc suggested I send it here > first to get a look over. > > Attached is a patch which implements full threading support for ecore_con. > When the ECORE_CON_USE_THREADS flag is

Re: [E-devel] Insecure SVG loader test

2010-08-14 Thread The Rasterman
On Sun, 15 Aug 2010 00:17:40 +0200 Albin Tonnerre said: > On Sat, 14 Aug 2010 23:46 +0200, Joerg Sonnenberger wrote : > > On Sat, Aug 14, 2010 at 11:35:13PM +0200, Albin Tonnerre wrote: > > > - If efreet returns an SVG icon when SVG rendering is not compiled in > > > evas, then you get no icon w

Re: [E-devel] efl 1.0.0 - ATTENTION

2010-08-14 Thread The Rasterman
On Sat, 14 Aug 2010 18:33:35 +0200 (CEST) Vincent Torri said: > > thought we were about there. i asked - you did not disagree or provide any > > information. what do you expect me to do? i did the right thing. i asked. > > you replied. you gave no list of things you are working on that need to be

Re: [E-devel] efl 1.0.0 - ATTENTION

2010-08-14 Thread The Rasterman
On Sat, 14 Aug 2010 17:17:51 +0200 Cedric BAIL said: > On Sat, Aug 14, 2010 at 3:35 PM, Carsten Haitzler > wrote: > > On Sat, 14 Aug 2010 17:27:59 +0300 Tom Hacohen said: > >> Hey raster, > >> > >> What's the scheduled date of the end of the freeze? > > > > ummm probably no longer than 24-48hrs

Re: [E-devel] [PATCH] evas BMP loader - fix for 32-bit BMP files saved by GIMP

2010-08-14 Thread The Rasterman
On Sun, 15 Aug 2010 01:19:32 +0800 Brian Wang said: > > sure - though it's once thing being a paining program (gimp) and getting a > > bmp load of a totally blank bmp wrong and being a generic library that loads > > images generically for any purpose. gimp can afford to get it wrong without > > m

[E-devel] [PATCH] efreet and icon loading

2010-08-14 Thread Joerg Sonnenberger
Hi all, attached patch fixes two issues: (1) If using a non-default prefix, share/pixmaps should be checked before the hard-coded /usr/share/pixmaps fallback. This basically restores symmetry with the other cases like share/icons. (2) Do a fallback lookup if the theme is not valid or faked. This

Re: [E-devel] Insecure SVG loader test

2010-08-14 Thread Albin Tonnerre
On Sat, 14 Aug 2010 23:46 +0200, Joerg Sonnenberger wrote : > On Sat, Aug 14, 2010 at 11:35:13PM +0200, Albin Tonnerre wrote: > > - If efreet returns an SVG icon when SVG rendering is not compiled in evas, > >then you get no icon where an xpm icon (which could have been rendered > >correct

Re: [E-devel] Insecure SVG loader test

2010-08-14 Thread Joerg Sonnenberger
On Sat, Aug 14, 2010 at 11:35:13PM +0200, Albin Tonnerre wrote: > - If efreet returns an SVG icon when SVG rendering is not compiled in evas, >then you get no icon where an xpm icon (which could have been rendered >correctly) might have existed. OK > - Since there is no way to ask evas

Re: [E-devel] Insecure SVG loader test

2010-08-14 Thread Albin Tonnerre
On Sat, 14 Aug 2010 23:13 +0200, Joerg Sonnenberger wrote : > hi all, > in src/bin/e_main.c there is this wonderful gem _e_main_test_svg_loader. > Writting a hard-coded XML file to a known location is just asking for > trouble. It basically means that anyone with write access to /tmp can > make the

[E-devel] Insecure SVG loader test

2010-08-14 Thread Joerg Sonnenberger
hi all, in src/bin/e_main.c there is this wonderful gem _e_main_test_svg_loader. Writting a hard-coded XML file to a known location is just asking for trouble. It basically means that anyone with write access to /tmp can make the E17 user overwrite a file with permissions of the user. It also creat

[E-devel] ecore's poll file manager

2010-08-14 Thread Joerg Sonnenberger
Hi all, attached is a small bugfix for ecore. If the to-be-monitored path doesn't exist, the poll monitor currently tries to remove an item from a list which was never hooked up. Joerg $NetBSD$ --- src/lib/ecore_file/ecore_file_monitor_poll.c.orig 2010-08-14 16:48:51.0 + +++ src/li

Re: [E-devel] efl 1.0.0 - ATTENTION

2010-08-14 Thread Tom Hacohen
On Sat, Aug 14, 2010 at 6:17 PM, Cedric BAIL wrote: > But that's not the only thing I dont consider ready for alpha. Eina > received a lot of path recently, and I didn't have time to review it > (and I don't know who wrote eina_strbuf.c but it lack a proper test > and coverage is 0). Same goes fo

[E-devel] Setting twice the same icon file to an elm_icon object makes it disappear

2010-08-14 Thread Daniele Ricci
Hi, i'm simply forwarding the ticket URL, just to be sure that a fix will make its way in time before the 1.0 release. http://trac.enlightenment.org/e/ticket/569 -- daniele_athome -- This SF.net email is sponsored by

Re: [E-devel] efl 1.0.0 - ATTENTION

2010-08-14 Thread Sebastian Dransfeld
Cedric BAIL wrote: > But that's not the only thing I dont consider ready for alpha. Eina > received a lot of path recently, and I didn't have time to review it > (and I don't know who wrote eina_strbuf.c but it lack a proper test > and coverage is 0). Same goes for Ecore, received too much stuff >

Re: [E-devel] [PATCH] evas BMP loader - fix for 32-bit BMP files saved by GIMP

2010-08-14 Thread Brian Wang
On Sat, Aug 14, 2010 at 9:11 PM, Carsten Haitzler wrote: > On Sat, 14 Aug 2010 21:06:33 +0800 Brian Wang > said: > >> On Sat, Aug 14, 2010 at 6:24 PM, Carsten Haitzler >> wrote: >> > On Wed, 11 Aug 2010 10:27:58 +0800 Brian Wang >> > said: >> > >> >> Hello raster, >> >> >> >> I stole some time

Re: [E-devel] efl 1.0.0 - ATTENTION

2010-08-14 Thread Vincent Torri
On Sat, 14 Aug 2010, Carsten Haitzler (The Rasterman) wrote: > On Sat, 14 Aug 2010 16:16:45 +0200 (CEST) Vincent Torri > said: > > why did it need a date? i asked what is left blocking? you stayed mum about it > for a week. i didn't ask for your own task schedule and dates - simply "what > is t

Re: [E-devel] efl 1.0.0 - ATTENTION

2010-08-14 Thread Tom Hacohen
On Sat, Aug 14, 2010 at 6:17 PM, Cedric BAIL wrote: > > I would really like to see this week as a freeze week. I mean, time > for API review, time to fix a bunch of bugs and see if we are really > ok to support that API/file format for a long time. Maybe I am > misunderstanding, but when we say a

Re: [E-devel] elm_theme doxygen fix.

2010-08-14 Thread Lucas De Marchi
On Wed, Aug 11, 2010 at 11:39 AM, Daniel Juyung Seo wrote: > Dear all, > this is Daniel Juyung Seo. > > I found one doxygen mistyping in elm_theme.c > elm_theme_extension_add() uses eina_list_append() not eina_list_prepend(). > So it should be changed to 'Appends'. In svn. thanks. Lucas De Mar

Re: [E-devel] efl 1.0.0 - ATTENTION

2010-08-14 Thread Cedric BAIL
On Sat, Aug 14, 2010 at 3:35 PM, Carsten Haitzler wrote: > On Sat, 14 Aug 2010 17:27:59 +0300 Tom Hacohen said: >> Hey raster, >> >> What's the scheduled date of the end of the freeze? > > ummm probably no longer than 24-48hrs or so from freeze start - less if i can > get stuff done and cleaned u

Re: [E-devel] efl 1.0.0 - ATTENTION

2010-08-14 Thread Michael Blumenkrantz
On Sat, 14 Aug 2010 18:00:28 +0300 Tom Hacohen wrote: > On Sat, Aug 14, 2010 at 4:35 PM, Carsten Haitzler wrote: > > > ummm probably no longer than 24-48hrs or so from freeze start - less if i > > can > > get stuff done and cleaned up nicely. of course "shit can happen" :) > > > > > Oh, that's b

Re: [E-devel] efl 1.0.0 - ATTENTION

2010-08-14 Thread Tom Hacohen
On Sat, Aug 14, 2010 at 4:35 PM, Carsten Haitzler wrote: > ummm probably no longer than 24-48hrs or so from freeze start - less if i > can > get stuff done and cleaned up nicely. of course "shit can happen" :) > > Oh, that's barely a freeze :P -- Tom. ---

Re: [E-devel] efl 1.0.0 - ATTENTION

2010-08-14 Thread The Rasterman
On Sat, 14 Aug 2010 17:27:59 +0300 Tom Hacohen said: > Hey raster, > > What's the scheduled date of the end of the freeze? ummm probably no longer than 24-48hrs or so from freeze start - less if i can get stuff done and cleaned up nicely. of course "shit can happen" :) -- - Codito

Re: [E-devel] efl 1.0.0 - ATTENTION

2010-08-14 Thread The Rasterman
On Sat, 14 Aug 2010 16:16:45 +0200 (CEST) Vincent Torri said: > >> i'm back home on monday and i have plenty of things to do in eina. Mostly > >> fixes, mostly related to windows, but also new features (also for > >> windows). > >> > >> Seriously, announcing such alpha release *just* for the day

Re: [E-devel] efl 1.0.0 - ATTENTION

2010-08-14 Thread Tom Hacohen
Hey raster, What's the scheduled date of the end of the freeze? Thanks, Tom. -- This SF.net email is sponsored by Make an app they can't live without Enter the BlackBerry Developer Challenge http://p.sf.net/sfu/RIM-dev2

Re: [E-devel] efl 1.0.0 - ATTENTION

2010-08-14 Thread Vincent Torri
On Sat, 14 Aug 2010, Carsten Haitzler (The Rasterman) wrote: > On Sat, 14 Aug 2010 14:11:57 +0200 (CEST) Vincent Torri > said: > >> >> >> On Sat, 14 Aug 2010, Carsten Haitzler (The Rasterman) wrote: >> >>> What: the march to EFL 1.0.0 - first stage "ALPHA" >>> Covers: eina evas ecore embryo edj

Re: [E-devel] [PATCH] evas BMP loader - fix for 32-bit BMP files saved by GIMP

2010-08-14 Thread The Rasterman
On Sat, 14 Aug 2010 21:06:33 +0800 Brian Wang said: > On Sat, Aug 14, 2010 at 6:24 PM, Carsten Haitzler > wrote: > > On Wed, 11 Aug 2010 10:27:58 +0800 Brian Wang > > said: > > > >> Hello raster, > >> > >> I stole some time and made an app for showing bitmaps in bmpsuite.zip. > >>  Please see t

Re: [E-devel] E SVN: raster IN trunk/ecore: . src/lib/ecore

2010-08-14 Thread Lucas De Marchi
On Sat, Aug 14, 2010 at 8:19 AM, Enlightenment SVN wrote: >  static int >  _ecore_main_select(double timeout) >  { > @@ -625,18 +848,10 @@ >    FD_ZERO(&exfds); > >    /* call the prepare callback for all handlers */ > +   _ecore_main_prepare_handlers(); >  #ifndef HAVE_EPOLL >    EINA_INLIST_FORE

[E-devel] ecore_con threaded recv/send support

2010-08-14 Thread Michael Blumenkrantz
Hi, Was going to commit this, but cedric/bluebugs/etc suggested I send it here first to get a look over. Attached is a patch which implements full threading support for ecore_con. When the ECORE_CON_USE_THREADS flag is passed in server_connect/add, it enables threaded serving mode. In this mode,

Re: [E-devel] efl 1.0.0 - ATTENTION

2010-08-14 Thread Joerg Sonnenberger
On Sat, Aug 14, 2010 at 08:36:57PM +1000, Carsten Haitzler wrote: > What: the march to EFL 1.0.0 - first stage "ALPHA" > Covers: eina evas ecore embryo edje efreet e_dbus > Extras: eet (going to 1.4.0 to be in sync with efl 1.0.0) > > it's been a while coming. but it's pretty much about time to go

Re: [E-devel] efl 1.0.0 - ATTENTION

2010-08-14 Thread The Rasterman
On Sat, 14 Aug 2010 14:11:57 +0200 (CEST) Vincent Torri said: > > > On Sat, 14 Aug 2010, Carsten Haitzler (The Rasterman) wrote: > > > What: the march to EFL 1.0.0 - first stage "ALPHA" > > Covers: eina evas ecore embryo edje efreet e_dbus > > Extras: eet (going to 1.4.0 to be in sync with efl

Re: [E-devel] [PATCH] evas BMP loader - fix for 32-bit BMP files saved by GIMP

2010-08-14 Thread Brian Wang
On Sat, Aug 14, 2010 at 6:24 PM, Carsten Haitzler wrote: > On Wed, 11 Aug 2010 10:27:58 +0800 Brian Wang > said: > >> Hello raster, >> >> I stole some time and made an app for showing bitmaps in bmpsuite.zip. >>  Please see the PNG screenshot disguised in txt as attached.  All >> bitmaps are sho

Re: [E-devel] efl 1.0.0 - ATTENTION

2010-08-14 Thread Vincent Torri
On Sat, 14 Aug 2010, Michael Blumenkrantz wrote: > Having threadsafe data types is useful for anyone using threads. Out > of the people I've asked, nobody has been against adding threadsafe > operations; > the opposite, everyone has been pro threadsafety as desktop cpus are gaining > more core

Re: [E-devel] efl 1.0.0 - ATTENTION

2010-08-14 Thread Michael Blumenkrantz
On Sat, 14 Aug 2010 14:13:06 +0200 (CEST) Vincent Torri wrote: > > > On Sat, 14 Aug 2010, Vincent Torri wrote: > > > > > > > On Sat, 14 Aug 2010, Carsten Haitzler (The Rasterman) wrote: > > > >> What: the march to EFL 1.0.0 - first stage "ALPHA" > >> Covers: eina evas ecore embryo edje efreet

Re: [E-devel] efl 1.0.0 - ATTENTION

2010-08-14 Thread Vincent Torri
On Sat, 14 Aug 2010, Vincent Torri wrote: > > > On Sat, 14 Aug 2010, Carsten Haitzler (The Rasterman) wrote: > >> What: the march to EFL 1.0.0 - first stage "ALPHA" >> Covers: eina evas ecore embryo edje efreet e_dbus >> Extras: eet (going to 1.4.0 to be in sync with efl 1.0.0) >> >> it's been

Re: [E-devel] efl 1.0.0 - ATTENTION

2010-08-14 Thread Vincent Torri
On Sat, 14 Aug 2010, Carsten Haitzler (The Rasterman) wrote: > What: the march to EFL 1.0.0 - first stage "ALPHA" > Covers: eina evas ecore embryo edje efreet e_dbus > Extras: eet (going to 1.4.0 to be in sync with efl 1.0.0) > > it's been a while coming. but it's pretty much about time to go to

Re: [E-devel] efl 1.0.0 - ATTENTION

2010-08-14 Thread The Rasterman
On Sat, 14 Aug 2010 20:36:57 +1000 Carsten Haitzler (The Rasterman) said: oops - forgot. this means eeze as well for 1.0.0. (yes looking at you stu!) > What: the march to EFL 1.0.0 - first stage "ALPHA" > Covers: eina evas ecore embryo edje efreet e_dbus > Extras: eet (going to 1.4.0 to be in sy

[E-devel] efl 1.0.0 - ATTENTION

2010-08-14 Thread The Rasterman
What: the march to EFL 1.0.0 - first stage "ALPHA" Covers: eina evas ecore embryo edje efreet e_dbus Extras: eet (going to 1.4.0 to be in sync with efl 1.0.0) it's been a while coming. but it's pretty much about time to go to 1.0.0. so what i'm doing is calling a freeze in about 12 hours from now)

Re: [E-devel] 8bpp xcb evas engine

2010-08-14 Thread The Rasterman
On Wed, 28 Jul 2010 12:54:01 +0200 Alexander Kerner said: in svn! :) > On Wed, Jul 28, 2010 at 09:15:19AM +0900, Carsten Haitzler wrote: > > On Wed, 21 Jul 2010 00:19:57 +0200 Alexander Kerner > > said: > > > > > Hi all, > > > > > > I've implemented the 8bpp grayscale evas engine. It is based

Re: [E-devel] [PATCH] evas BMP loader - fix for 32-bit BMP files saved by GIMP

2010-08-14 Thread The Rasterman
On Wed, 11 Aug 2010 10:27:58 +0800 Brian Wang said: > Hello raster, > > I stole some time and made an app for showing bitmaps in bmpsuite.zip. > Please see the PNG screenshot disguised in txt as attached. All > bitmaps are shown (properly, i think). gqview seems a bit weaker than > evas. :-)

Re: [E-devel] ecore-gtk integration patch

2010-08-14 Thread The Rasterman
On Thu, 29 Jul 2010 19:56:16 +0900 Mike McCormack said: nice optional thingy -> in svn. tnx! > Hi All, > > This patch implements the ecore main loop in terms of the GTK main loop, so > ecore is a layer on top of glib. > > Compared the the current glib integration in ecore, this has the added >

[E-devel] eina types and thread safety

2010-08-14 Thread Vincent Torri
Hey Can someone explain me the interest of having the eina data types thread safe ? For me, there is no reason until they are used in the EFL and thread safety is then a requirement (for a reason or another) So, i'm wondering if we should have thread safety in them. It adds more complexity f

Re: [E-devel] E SVN: raster trunk/edje/src/lib

2010-08-14 Thread Cedric BAIL
On Sat, Aug 14, 2010 at 6:03 AM, Enlightenment SVN wrote: > Log: >  cedric! :) Nah ! > Author:       raster > Date:         2010-08-13 21:03:33 -0700 (Fri, 13 Aug 2010) > New Revision: 51108 > > Modified: >  trunk/edje/src/lib/edje_load.c > > Modified: trunk/edje/src/lib/edje_loa