Re: [E-devel] [Patch] Ecore exe - check kill() return value.

2011-04-17 Thread Vincent Torri
On Sun, 17 Apr 2011, Tom Hacohen wrote: If it's needed/important, we can possibly add "ecore_exe_pause_" or something like that :P or using eina_error ? Vincent -- Tom. On Fri, 2011-04-15 at 23:59 +0900, Carsten Haitzler wrote: On Fri, 15 Apr 2011 15:30:04 +0200 "Clément Battin" said:

[E-devel] [Patch] genlist "mode" feature

2011-04-17 Thread Daniel Juyung Seo
Dear all, I introduce a new concept to genlist. I named it "genlist mode" after I discussed it with raster. Using this feature, one can activate/deactivate any mode(effect) to an item. The mode is defined in genlist item edc. You can watch a sample video on youtube. http://www.youtube.com/watch?v=

Re: [E-devel] [Patch] Ecore exe - check kill() return value.

2011-04-17 Thread Mike McCormack
On 04/17/2011 03:44 PM, Tom Hacohen wrote: > If it's needed/important, we can possibly add > "ecore_exe_pause_" or something like that :P That would be nicer than an "errno" style thing. Global error values have re-entrancy and thread-safety issues. In libc it's thread local. EFL returns void i

Re: [E-devel] [Patch] Ecore exe - check kill() return value.

2011-04-17 Thread Vincent Torri
On Mon, 18 Apr 2011, Mike McCormack wrote: > On 04/17/2011 03:44 PM, Tom Hacohen wrote: >> If it's needed/important, we can possibly add >> "ecore_exe_pause_" or something like that :P > > That would be nicer than an "errno" style thing. Global error values have > re-entrancy and thread-safety

Re: [E-devel] [Patch] genlist "mode" feature

2011-04-17 Thread Daniel Juyung Seo
Any suggestion about API or anything? According to the youtube video, it looks like this feature is related to the effect. So I thought using elm_genlist_item_effect_mode_set() will be fine before. But it is not. Because the effect is described in edc. There is nothing to do with effect in genlis

Re: [E-devel] [Patch] elm_map name(address) feature

2011-04-17 Thread The Rasterman
On Fri, 15 Apr 2011 17:57:52 +0900 sangho park said: sounds sensible. > that sounds good!! > I'll start to design the geographic solution... > First.. I'll make cool turn-by-turn navi using the solution. > > could you help me :D? > > On Fri, Apr 15, 2011 at 5:48 PM, Atton Jonathan > wrote: >

Re: [E-devel] [Patch] Ecore exe - check kill() return value.

2011-04-17 Thread Mike McCormack
On 04/18/2011 03:14 PM, Vincent Torri wrote: > > > On Mon, 18 Apr 2011, Mike McCormack wrote: > >> On 04/17/2011 03:44 PM, Tom Hacohen wrote: >>> If it's needed/important, we can possibly add >>> "ecore_exe_pause_" or something like that :P >> >> That would be nicer than an "errno" style thing.

Re: [E-devel] [Review] [Patch] Evas - OpenGL and Evas: eng_window_use (Bug Patch)

2011-04-17 Thread The Rasterman
On Wed, 13 Apr 2011 12:23:22 +0900 "Sung W. Park" said: that patch seems wrong. if you are changing target window... and you have a previous window.. it flushes the gl render queue for the previous window target (or if the flush/use of the window) is flushed. you move the flush to AFTER setting t