Re: [E-devel] ecore_file_download() always abort after 30 seconds

2012-02-26 Thread Davide Andreoli
2012/2/26 Carsten Haitzler ras...@rasterman.com On Sat, 25 Feb 2012 22:50:59 +0100 Davide Andreoli d...@gurumeditation.it said: Please give a try at ecore/src/examples/ecore_file_download_example.c All the download will fail after 30 seconds, with return status=0 seems we are hitting

Re: [E-devel] ecore_file_download() always abort after 30 seconds

2012-02-26 Thread Davide Andreoli
2012/2/25 Vincent Torri vincent.to...@gmail.com On Sat, Feb 25, 2012 at 10:50 PM, Davide Andreoli d...@gurumeditation.it wrote: Please give a try at ecore/src/examples/ecore_file_download_example.c All the download will fail after 30 seconds, with return status=0 seems we are hitting

[E-devel] LDFLAGS with -Wl,-z,defs

2012-02-26 Thread Thanatermesis
Aparently if you add the option -Wl,-z,defs to your LDFLAGS, there's some libs that doesn't compile, like evas and e_dbus, there's some logs: evas: .libs/module_la-evas_engine.o: In function `gl_lib_init': evas_engine.c:(.text+0x2912): undefined reference to `dlopen' edbus: $ make V=1 make

Re: [E-devel] ecore_file_download() always abort after 30 seconds

2012-02-26 Thread Bluezery
2012/2/27 Davide Andreoli d...@gurumeditation.it: 2012/2/26 Carsten Haitzler ras...@rasterman.com On Sat, 25 Feb 2012 22:50:59 +0100 Davide Andreoli d...@gurumeditation.it said: Please give a try at ecore/src/examples/ecore_file_download_example.c All the download will fail after 30

Re: [E-devel] [Qustion][Windows] Cannot execute elementary_test.exe

2012-02-26 Thread Kim Shinwoo
Hey dear, please refer to the following information. Breakpoint 1, eet_string_match (s1=0x490ba5 Address 0x490ba5 out of bounds, s2=0x639db184 edje/file) at eet_lib.c:334 334 return !strcmp(s1, s2); (gdb) up #1 0x6fdc1e00 in find_node_by_name (name=0x639db184 edje/file, ef=value

Re: [E-devel] ecore_file_download() always abort after 30 seconds

2012-02-26 Thread The Rasterman
On Sun, 26 Feb 2012 16:38:40 +0100 Davide Andreoli d...@gurumeditation.it said: 2012/2/26 Carsten Haitzler ras...@rasterman.com On Sat, 25 Feb 2012 22:50:59 +0100 Davide Andreoli d...@gurumeditation.it said: Please give a try at ecore/src/examples/ecore_file_download_example.c

Re: [E-devel] [Qustion][Windows] Cannot execute elementary_test.exe

2012-02-26 Thread The Rasterman
On Mon, 27 Feb 2012 11:24:29 +0900 Kim Shinwoo kimcinoo@gmail.com said: Hey dear, please refer to the following information. Breakpoint 1, eet_string_match (s1=0x490ba5 Address 0x490ba5 out of bounds, s2=0x639db184 edje/file) at eet_lib.c:334 334 return !strcmp(s1, s2);

Re: [E-devel] E SVN: xhell trunk/elementary/src/lib

2012-02-26 Thread Daniel Juyung Seo
On Sat, Feb 25, 2012 at 2:58 AM, Enlightenment SVN no-re...@enlightenment.org wrote: Log: elementary/elm_photocam: add multi-touch zoom gesture Author:       xhell Date:         2012-02-24 09:58:29 -0800 (Fri, 24 Feb 2012) New Revision: 68426 Trac:        

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

2012-02-26 Thread ChunEon Park
Should it be fixed? If then, the title visible states would be corrupted. I intended to recover the title visible state for all pages. -Regards, Hermet- -Original Message- From: Enlightenment SVNlt;no-re...@enlightenment.orggt; To:

Re: [E-devel] LDFLAGS with -Wl,-z,defs

2012-02-26 Thread The Rasterman
On Sun, 26 Feb 2012 20:13:45 +0100 Thanatermesis thanatermesis.e...@gmail.com said: compiles now. :) Aparently if you add the option -Wl,-z,defs to your LDFLAGS, there's some libs that doesn't compile, like evas and e_dbus, there's some logs: evas: .libs/module_la-evas_engine.o: In

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

2012-02-26 Thread The Rasterman
On Mon, 27 Feb 2012 14:06:38 +0900 ChunEon Parkher...@naver.com said: aaahbug was a different one- i just hid it. fixed now. title visibility was always enabled when u change style.. pretty wrong imho. Should it be fixed? If then, the title visible states would be corrupted. I intended to

Re: [E-devel] new evas compile warnings

2012-02-26 Thread The Rasterman
On Sat, 25 Feb 2012 03:28:40 -0500 Michael Blumenkrantz michael.blumenkra...@gmail.com said: Making all in gl_x11 CC module_la-evas_engine.lo CC module_la-evas_x_main.lo evas_engine.c: In function '_sym_init': evas_engine.c:519:115: warning: assignment from incompatible pointer

Re: [E-devel] elev8: Function/parameter/class naming scheme

2012-02-26 Thread The Rasterman
On Sat, 25 Feb 2012 15:27:46 +0900 Daniel Juyung Seo seojuyu...@gmail.com said: i shall continue to go eeww Good topic. Agreed on my side :) elev8 is for JavaScript programmer and EFL background is not needed to use elev8. Here we go CamelCase! Daniel Juyung Seo (SeoZ) On

Re: [E-devel] elev8: Function/parameter/class naming scheme

2012-02-26 Thread Michael Blumenkrantz
On Mon, 27 Feb 2012 15:44:01 +0900 Carsten Haitzler (The Rasterman) ras...@rasterman.com wrote: On Sat, 25 Feb 2012 15:27:46 +0900 Daniel Juyung Seo seojuyu...@gmail.com said: i shall continue to go eeww +2 Good topic. Agreed on my side :) elev8 is for JavaScript

Re: [E-devel] suggest new api for elm_entry's copy paste behavior

2012-02-26 Thread 김대성
Dear. All elementary library developers. I deprecated old apis(elm_entry_cnp_textonly_set/get) in this patch. Please review this patch once again. Best regards. -Original Message- From: Carsten Haitzlerlt;ras...@rasterman.comgt; To: Enlightenment developer