Re: [E-devel] eina_file...

2011-08-11 Thread Cedric BAIL
On Thu, Aug 11, 2011 at 12:41 AM, Mike Blumenkrantz wrote: > Any reason why this is read-only instead of read-write? Because we never needed to write anything in any of the EFL library. You know, most of the time, we just merge code that are already in the EFL and used. -- Cedric BAIL -

Re: [E-devel] eina_file...

2011-08-11 Thread Mike Blumenkrantz
On Thu, 11 Aug 2011 10:03:10 +0200 Cedric BAIL wrote: > On Thu, Aug 11, 2011 at 12:41 AM, Mike Blumenkrantz wrote: > > Any reason why this is read-only instead of read-write? > > Because we never needed to write anything in any of the EFL library. > You know, most of the time, we just merge cod

[E-devel] error in python-bindings for evas

2011-08-11 Thread libernux
Hello enlighted developers, Can someone please look at the python-bindings for evas because i get an error (maybe due to the api-renaming): warning: /home/bstrik/arche17/python-evas-svn/src/python-evas-build/evas/evas.c_evas_object.pxi:1134:54: local variable 'a' referenced before assignment Er

Re: [E-devel] error in python-bindings for evas

2011-08-11 Thread Boris Faure
What version of python are you using? -- Boris Faure -- Get a FREE DOWNLOAD! and learn more about uberSVN rich system, user administration capabilities and model configuration. Take the hassle out of deploying and man

Re: [E-devel] error in python-bindings for evas

2011-08-11 Thread libernux
Op Thu, 11 Aug 2011 10:51:42 +0200 Boris Faure schreef: > What version of python are you using? > > I'm using python 2.7 -- Get a FREE DOWNLOAD! and learn more about uberSVN rich system, user administration capabilit

Re: [E-devel] E SVN: raster IN trunk/e/src: bin modules/conf_theme

2011-08-11 Thread Vincent Torri
usee eina_str_sufix() instead ? Vincent On Thu, 11 Aug 2011, Enlightenment SVN wrote: > Log: > ... allow non edj files as wallpapers... if u try. :) > > > > Author: raster > Date: 2011-08-11 03:39:37 -0700 (Thu, 11 Aug 2011) > New Revision: 62340 > Trac: http://trac.enligh

Re: [E-devel] E SVN: raster IN trunk/e/src: bin modules/conf_theme

2011-08-11 Thread The Rasterman
On Thu, 11 Aug 2011 12:48:52 +0200 (CEST) Vincent Torri said: probably eina_str_has_extension now i look at it > > usee eina_str_sufix() instead ? > > Vincent > > On Thu, 11 Aug 2011, Enlightenment SVN wrote: > > > Log: > > ... allow non edj files as wallpapers... if u try. :) > > > > > > >

Re: [E-devel] E SVN: raster IN trunk/e/src: bin modules/conf_theme

2011-08-11 Thread Gustavo Barbieri
Raster never uses what he didn't write :-D that's discrimination!!! Sent from my iPhone On 11/08/2011, at 13:08, Carsten Haitzler wrote: > On Thu, 11 Aug 2011 12:48:52 +0200 (CEST) Vincent Torri > said: > > probably eina_str_has_extension now i look at it > >> >> usee eina_str_sufix() instead

Re: [E-devel] error in python-bindings for evas

2011-08-11 Thread Gustavo Barbieri
This is still in the Cython, not python... So need its version Sent from my iPhone On 11/08/2011, at 11:41, libernux wrote: > Op Thu, 11 Aug 2011 10:51:42 +0200 > Boris Faure schreef: > >> What version of python are you using? >> >> > > I'm using python 2.7 > >

Re: [E-devel] error in python-bindings for evas

2011-08-11 Thread libernux
Op Thu, 11 Aug 2011 13:52:42 +0200 Gustavo Barbieri schreef: > This is still in the Cython, not python... So need its version > > Sent from my iPhone > > On 11/08/2011, at 11:41, libernux wrote: > > > Op Thu, 11 Aug 2011 10:51:42 +0200 > > Boris Faure schreef: > > > >> What version of python

[E-devel] Old commit r56332

2011-08-11 Thread Cedric BAIL
Hi, With that commit, it is now required that E17 wait for Efreet to spawn a process before starting. Couldn't it be possible to just check if we have a cache, start with it and later handle the event if something did change ? And why can't we start with an empty cache ? Thanks, -- Cedric BAI

Re: [E-devel] E SVN: raster IN trunk/e/src: bin modules/conf_theme

2011-08-11 Thread The Rasterman
On Thu, 11 Aug 2011 13:50:37 +0200 Gustavo Barbieri said: hey - i didn't even know it existed. every time i write a few lines of code do u expect me to go reading all the efl headers in case something is there? > Raster never uses what he didn't write :-D that's discrimination!!! > > Sent from

Re: [E-devel] E SVN: cedric trunk/e/src/bin

2011-08-11 Thread Daniel Juyung Seo
Well, why the default backlight is 0.0? It's too dark. >> value "backlight.normal" double: 0.0; >> value "backlight.dim" double: 0.3; >> value "backlight.transition" double: 0.5; Daniel Juyung Seo (SeoZ) On Thu, Aug 11, 2011 at 1:35 AM, michael bouchaud wrote: > hum this patch fixes nothing, an

Re: [E-devel] E SVN: cedric trunk/e/src/bin

2011-08-11 Thread The Rasterman
On Thu, 11 Aug 2011 21:20:37 +0900 Daniel Juyung Seo said: that's a mistake in the config. it should have been 1.0. > Well, why the default backlight is 0.0? > It's too dark. > > >> value "backlight.normal" double: 0.0; > >> value "backlight.dim" double: 0.3; > >> value "backlight.transition" d

[E-devel] [Patch] evas_ojbect_textblock, ellipsis handling

2011-08-11 Thread cnook
Dear All, Hi! I have got a problem, when I used evas_object_textblock with edje. I am using the following style for textblock which has width 380. style { name: "tle_style"; base: "font=MYFONT:style=Medium font_size=24 align=center color=#ff wrap=mixed ellipsis=1.0";

Re: [E-devel] [Patch] evas_ojbect_textblock, ellipsis handling

2011-08-11 Thread Tom Hacohen
On 11/08/11 15:59, cnook wrote: > Dear All, Hi! > > I have got a problem, when I used evas_object_textblock with edje. > I am using the following style for textblock which has width 380. > > style { name: "tle_style"; >base: "font=MYFONT:style=Medium font_size=24 align=c

Re: [E-devel] E SVN: raster IN trunk/e/src: bin modules/conf_theme

2011-08-11 Thread Gustavo Barbieri
The obvious repetitive string manipulation is all in eina. Extension, prefix, suffix, split at delimiter to an array, join array using delimiter were all done. Sent from my iPhone On 11/08/2011, at 14:12, Carsten Haitzler wrote: > On Thu, 11 Aug 2011 13:50:37 +0200 Gustavo Barbieri > said: > >

Re: [E-devel] Ethumb "exists" problems

2011-08-11 Thread Cedric BAIL
On Wed, Aug 10, 2011 at 11:47 PM, Gustavo Sverzut Barbieri wrote: > On Tue, Aug 9, 2011 at 5:33 PM, Cedric BAIL wrote: >> On Tue, Aug 9, 2011 at 2:22 PM, Gustavo Sverzut Barbieri >> wrote: >> > Hi all, particularly cedric. I was to do the bindings for the new >> > ethumb_client_exists() API and

Re: [E-devel] Old commit r56332

2011-08-11 Thread Sebastian Dransfeld
On 08/11/2011 02:12 PM, Cedric BAIL wrote: > Hi, > > With that commit, it is now required that E17 wait for Efreet to > spawn a process before starting. Couldn't it be possible to just check > if we have a cache, start with it and later handle the event if > something did change ? And why can't

Re: [E-devel] E SVN: cedric trunk/e/src/bin

2011-08-11 Thread michael bouchaud
2011/8/11 Carsten Haitzler > On Thu, 11 Aug 2011 21:20:37 +0900 Daniel Juyung Seo > > said: > > that's a mistake in the config. it should have been 1.0. > > > Well, why the default backlight is 0.0? > > It's too dark. > > > > >> value "backlight.normal" double: 0.0; > > >> value "backlight.dim"

Re: [E-devel] E SVN: raster IN trunk/e/src: bin modules/conf_theme

2011-08-11 Thread Mike Blumenkrantz
On Thu, 11 Aug 2011 03:39:37 -0700 "Enlightenment SVN" wrote: > Log: > ... allow non edj files as wallpapers... if u try. :) > > > > Author: raster > Date: 2011-08-11 03:39:37 -0700 (Thu, 11 Aug 2011) > New Revision: 62340 > Trac: http://trac.enlightenment.org/e/chang

Re: [E-devel] E SVN: discomfitor trunk/e/src/bin

2011-08-11 Thread Vincent Torri
eina suffix or whatever eina function to detect suffi ? Vincent On Thu, 11 Aug 2011, Enlightenment SVN wrote: > Log: > fix segv > > > Author: discomfitor > Date: 2011-08-11 14:39:10 -0700 (Thu, 11 Aug 2011) > New Revision: 62362 > Trac: http://trac.enlightenment.org/e/chan

[E-devel] elm version

2011-08-11 Thread Mike Blumenkrantz
heyo, let's do another arbitrary elm version bump soon. packages are getting stale, users are confused, api is breaking, etc. -- Mike Blumenkrantz Zentific: Coding in binary since '10. -- Get a FREE DOWNLOAD! and learn

Re: [E-devel] elm version

2011-08-11 Thread michael bouchaud
Hum why not, elementary need an evas version still not released. So it's time to switch :D 2011/8/11 Mike Blumenkrantz > heyo, > > let's do another arbitrary elm version bump soon. packages are getting > stale, > users are confused, api is breaking, etc. > > -- > Mike Blumenkrantz > Zentific: C

Re: [E-devel] elm version

2011-08-11 Thread David Seikel
On Fri, 12 Aug 2011 00:11:37 +0200 michael bouchaud wrote: > Hum why not, elementary need an evas version still not released. > So it's time to switch :D > > 2011/8/11 Mike Blumenkrantz > > > heyo, > > > > let's do another arbitrary elm version bump soon. packages are > > getting stale, > > u

Re: [E-devel] Old commit r56332

2011-08-11 Thread Cedric BAIL
On Thu, Aug 11, 2011 at 9:08 PM, Sebastian Dransfeld wrote: > On 08/11/2011 02:12 PM, Cedric BAIL wrote: >>     With that commit, it is now required that E17 wait for Efreet to >> spawn a process before starting. Couldn't it be possible to just check >> if we have a cache, start with it and later

Re: [E-devel] error in python-bindings for evas

2011-08-11 Thread libernux
Op Thu, 11 Aug 2011 13:56:09 +0200 libernux schreef: To answer my own question, I digged a little deeper and i've found the problem: http://trac.enlightenment.org/e/browser/trunk/BINDINGS/python/python-evas/evas/evas.c_evas_object_smart.pxi - 507 raise ValueError("Callback %s was not registered

Re: [E-devel] E SVN: raster trunk/evas/src/modules/loaders/gif

2011-08-11 Thread Mike Blumenkrantz
On Thu, 11 Aug 2011 19:34:34 -0700 "Enlightenment SVN" wrote: > Log: > how about you actuallyl fix the code correctly rather than break it? > > > > Author: raster > Date: 2011-08-11 19:34:34 -0700 (Thu, 11 Aug 2011) > New Revision: 62369 > Trac: http://trac.enlightenm

[E-devel] HEADER SIZE POLL RESULTS

2011-08-11 Thread Mike Blumenkrantz
POLL OVER. Results: 2 votes: #1 - LEAVE AS-IS, CONTINUE ADDING DOCS TO Elementary.h 9 votes: #2 - SPLIT INTO WIDGET HEADERS SIMILAR TO EINA 5 votes: #3 - OTHER (put docs back in C files) Executive Summary: WINNER - #2 (SPLIT INTO WIDGET HEADERS SIMILAR TO EINA) -- Mike Blumenkrantz Zentific: Cod

Re: [E-devel] HEADER SIZE POLL RESULTS

2011-08-11 Thread ChunEon Park
yay! then we can go on? Let's run together for the best moment! -Regards, Hermet- -Original Message- From: "Mike Blumenkrantz" To: enlightenment-de...@lists.sourceforge.netenlightenment-devellists.sourceforge.net Cc: Sent: 11-08

Re: [E-devel] HEADER SIZE POLL RESULTS

2011-08-11 Thread Daniel Juyung Seo
yay! keep rockin Daniel Juyung Seo (SeoZ) 2011/8/12 ChunEon Park : > yay! then we can go on? > > > Let's run together for the best moment! > -Regards, Hermet- > > -Original Message- > From: "Mike Blumenkrantz" > To: > enlightenment-

Re: [E-devel] E SVN: mike_m trunk/ecore/src/lib/ecore

2011-08-11 Thread Vincent Torri
it seems to me that if eina is not build with threading support, there is not a lot of thread safety in ecore Vincent On Thu, 11 Aug 2011, Enlightenment SVN wrote: > Log: > ecore: Use eina locks for _ecore_lock() > > Always count lock calls too. > > Signed-off-by: Mike McCormack > > Author:

[E-devel] [Patch] elc_ctxpoup, find largest area based on horizontal or not

2011-08-11 Thread cnook
Dear All, Hi! Previously, the ctxpopup have used only direction up or down if there is no enough area to display. So, there was some dead codes and TODO list for this.. By using wd->horizontal, we can decide between "up/down" and "left/right" If elc_ctxpopup is horizontal, "up/down" is more prope

[E-devel] [Patch] elm_diskselector, modify improper code

2011-08-11 Thread cnook
Dear All, Hi! There were come codes in _del_pre_hook() that just don't make sense. Please refer to the attached patch. Sincerely, Shinwoo Kim. Index: src/lib/elm_diskselector.c === --- src/lib/elm_diskselector.c (revision 62370) +++

Re: [E-devel] HEADER SIZE POLL RESULTS

2011-08-11 Thread Tom Hacohen
On 12/08/11 07:08, Mike Blumenkrantz wrote: > POLL OVER. > > Results: > 2 votes: #1 - LEAVE AS-IS, CONTINUE ADDING DOCS TO Elementary.h > 9 votes: #2 - SPLIT INTO WIDGET HEADERS SIMILAR TO EINA > 5 votes: #3 - OTHER (put docs back in C files) > > Executive Summary: > WINNER - #2 (SPLIT INTO WIDGE

Re: [E-devel] [Patch] new APIs about page

2011-08-11 Thread Jaehwan Kim
Thank you for your advice. I added more docs and @see. and I added the example code in Elementary.h.in Please check the attachment. Thanks. --- Original Message --- Sender : Carsten Haitzler Date : 2011-08-08 16:19 (GMT+09:00) Title : Re: [E-devel] [Patch] new APIs about page On Wed, 03