Re: [E-devel] Summer of Code 2011 deadlines

2011-02-21 Thread Atton Jonathan
Add me as mentor 2011/2/21 Ian Caldwell > hello all, > Lets not forget the deadline for Google Summer of Code is fast approaching > if you would like to participate please. Add your Name As a Mentor and or > project ideas to the list. Also feel free to modify and or revise the > application. > P

Re: [E-devel] E SVN: discomfitor IN trunk/edje: . src src/bin src/bin/epp

2011-02-21 Thread Mike Blumenkrantz
On Mon, 21 Feb 2011 00:04:45 -0800 "Enlightenment SVN" wrote: > Log: > edje now uses (and installs if not previously found) epp as its default C > preprocessor, providing consistent output across all platforms and allowing > edje_cc to run on windows (vtorri!!) fallbacks exist to use old behavior

Re: [E-devel] [Patch] elm_map_user_agent_set and get

2011-02-21 Thread sangho park
always thanks for your good comments, but.. for me... it takes too much time to decipher your mail. :):):) 1. moved global value (hash) to widget structure. 2. fix stringshare bug 3. fix found | !found bug please review new patch. On Mon, Feb 21, 2011 at 3:55 PM, Carsten Haitzler wrote: > On Mo

Re: [E-devel] [Patch] elm_map_user_agent_set and get

2011-02-21 Thread David Seikel
On Mon, 21 Feb 2011 18:05:33 +0900 sangho park wrote: > always thanks for your good comments, but.. > for me... it takes too much time to decipher your mail. :):):) Ja mon, you need to learn rasterfarian. B-) -- A big old stinking pile of genius that no one wants coz there are too many silver

Re: [E-devel] Fwd: raw image format

2011-02-21 Thread michael bouchaud
Sure it was here :D. And I'll be happy if this go in ! 2011/2/19 Carsten Haitzler > On Fri, 11 Feb 2011 15:21:42 +0100 (CET) Vincent Torri < > vto...@univ-evry.fr> > said: > > fyi = i'm waiting on an updated patch - if you can provide one that > actually > detects libraw-lite as suggested below.

Re: [E-devel] [Patch] elm_map_user_agent_set and get

2011-02-21 Thread Sebastian Dransfeld
And BTW, eina_hash_set allways works for adding data to a hash, no need for hash_find -> add/set. Just use _set. S. On 02/21/2011 07:55 AM, Carsten Haitzler (The Rasterman) wrote: > On Mon, 21 Feb 2011 15:14:38 +0900 sangho park said: > > oh there it is. hmmm. i missed that. well i don't see a

[E-devel] Small bug in evas_textblock.

2011-02-21 Thread WooHyun Jung
Hello. All. I found one small bug in evas_textblock. For checking this bug ~ I recommend to do like following scenario. In Entry 3 of Elementary_test, 1. Push Clr Button for the bottom entry. 2. Input 'a' and input "Backspace" in the bottom entry. 3. Click the top entry.

Re: [E-devel] Small bug in evas_textblock.

2011-02-21 Thread Tom Hacohen
Dear WooHyun, I can confirm the issue, but I don't think your solution is valid, probably the more correct thing to do is set to 0 and return, but I don't think this will fix your issue, but it's just a correct thing to do :P Anyhow, will take a look tomorrow, I'm too tired atm. Thanks for the r

Re: [E-devel] E SVN: discomfitor IN trunk/edje: . src src/bin src/bin/epp

2011-02-21 Thread Vincent Torri
On Mon, 21 Feb 2011, Enlightenment SVN wrote: > Log: > edje now uses (and installs if not previously found) epp as its default C > preprocessor, providing consistent output across all platforms and allowing > edje_cc to run on windows (vtorri!!) > fallbacks exist to use old behavior if epp fa

Re: [E-devel] E SVN: discomfitor IN trunk/edje: . src src/bin src/bin/epp

2011-02-21 Thread Kim Woelders
On Mon, 21 Feb 2011 09:21:23 +0100, Mike Blumenkrantz wrote: > On Mon, 21 Feb 2011 00:04:45 -0800 > "Enlightenment SVN" wrote: > >> Log: >> edje now uses (and installs if not previously found) epp as its default >> C >> preprocessor, providing consistent output across all platforms and >>

Re: [E-devel] E SVN: watchwolf IN trunk/enki: data/themes/default src/bin

2011-02-21 Thread Atton Jonathan
old menu: http://watchwolf.fr/menu1.ogv new menu: http://watchwolf.fr/menu2.ogv 2011/2/21 Enlightenment SVN > Log: > enki: replace elm_menu by a edje menu (better for touch screen and small > screen) > > > > Author: watchwolf > Date: 2011-02-21 11:39:26 -0800 (Mon, 21 Feb 2011) > N

Re: [E-devel] E SVN: watchwolf IN trunk/enki: data/themes/default src/bin

2011-02-21 Thread Vincent Torri
On Mon, 21 Feb 2011, Atton Jonathan wrote: > old menu: http://watchwolf.fr/menu1.ogv > new menu: http://watchwolf.fr/menu2.ogv with both menu, the app is impressive ! Vincent > > 2011/2/21 Enlightenment SVN > >> Log: >> enki: replace elm_menu by a edje menu (better for touch screen and small

Re: [E-devel] [Patch] elm_map_user_agent_set and get

2011-02-21 Thread sangho park
oh.. I should have read the doxygen of eina_hash_set... and also eina_stringshare_replace... at this patch, I remove hash_find, and stringshare_add. thanks for good information~ > eina_hash_set allways works for adding data to a hash, no need for > hash_find -> add/set. Just use _set. Index: ele

Re: [E-devel] Small bug in evas_textblock.

2011-02-21 Thread WooHyun Jung
Oh. Right - return 0 is correct thing. But, why do you think - this solution will fix my issue ? I think - just returning 0 will be enough for this. From: tta...@gmail.com [mailto:tta...@gmail.com] On Behalf Of Tom Hacohen Sent: Tuesday, February 22, 2011 2:25 AM To: WooHyun Jung Cc: enlig

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

2011-02-21 Thread Vincent Torri
backport in 1.0 ? Vincent On Mon, 21 Feb 2011, Enlightenment SVN wrote: > Log: > Fix: ecore-file inotify fd would be duplicated in children > on fork. Have it detecti this on next monitor add and re-init > the inotify fd and fd handler. > > > > Author: raster > Date: 2011-02-21

Re: [E-devel] E SVN: discomfitor IN trunk/edje: . src src/bin src/bin/epp

2011-02-21 Thread Vincent Torri
On Mon, 21 Feb 2011, Enlightenment SVN wrote: > Log: > edje now uses (and installs if not previously found) epp as its default C > preprocessor, providing consistent output across all platforms and allowing > edje_cc to run on windows (vtorri!!) > fallbacks exist to use old behavior if epp fa