Re: [E-devel] Elm: alpha x transparency, incorrect getters for inline windows

2011-10-14 Thread The Rasterman
On Tue, 4 Oct 2011 13:01:40 -0300 Gustavo Sverzut Barbieri barbi...@profusion.mobi said: Hi all, When we have inlined windows, the alpha_set will apply to win-img_obj. But on alpha_get it will query from win-ee, what's the reasoning in it? Who did it (Raster?), could envision more

Re: [E-devel] Multitouch Not working

2011-10-14 Thread HariHara Sudhan
OK thank you :) I think we have it all figured out. Thanks again for the help! Regards HariHaraSudhan On Fri, Oct 14, 2011 at 6:38 AM, Park Sung-Jin input.hac...@gmail.com wrote: Hi :) You can find an multitouch version of evdev implementation on the following:

Re: [E-devel] Question about event propagation routine of elm_scroller

2011-10-14 Thread The Rasterman
On Thu, 13 Oct 2011 02:19:09 + (GMT) EunMi Lee eunmi15@samsung.com said: h. this is actually an interesting one. evas has some cool mechanisms that are used to make events reroute all over the place. what scroller does is this in objects stacking: = scroller --- --- - --

Re: [E-devel] [patch] elm_scroller - add gravity functionality

2011-10-14 Thread The Rasterman
On Tue, 11 Oct 2011 19:38:09 +0900 Hyoyoung Chang hyoyoung.ch...@samsung.com said: reviewed! in svn it goes! :) good stuff! Dear developers. I made a gravity features for stopping scroller. Elm_scroller's fixed when child's growing lower. However if scroller's child is growing upper,

Re: [E-devel] elm_segment_control patch for enable/disable issue fix.

2011-10-14 Thread The Rasterman
On Fri, 14 Oct 2011 06:20:00 + (GMT) PRINCE KUMAR DUBEY prince.du...@samsung.com said: thanks! short and simple! in svn! :) Hi , Can someone review and commit the attached segment control patch. Change Description: [Issue-Fixed] After disable, on enabling, the

Re: [E-devel] Question about event propagation routine of elm_scroller

2011-10-14 Thread EunMi Lee
Thank you for your explaination :) I understand why scroller always gets event firstly. so, evas_object_propagate_events_set(scroller's content obj, EINA_FALSE) and event_flags |= EVAS_EVENT_FLAG_ON_HOLD in the scroller's content obj will not work! I'm sorry about that T_T I have to find other

Re: [E-devel] two small fixes for mail module

2011-10-14 Thread Lucas De Marchi
Hi On Thu, Oct 13, 2011 at 6:27 PM, Tomas Cech tc...@suse.cz wrote: Hi, On Wed, Oct 12, 2011 at 01:06:01AM +0200, Tomas Cech wrote: Hi, there are two small issues with mail module. Patches attached. Is there any problem with applying these two patches? I believe they're trivial enough

Re: [E-devel] two small fixes for mail module

2011-10-14 Thread Lucas De Marchi
On Tue, Oct 11, 2011 at 8:06 PM, Tomas Cech tc...@suse.cz wrote: Hi, there are two small issues with mail module. Patches attached. in svn. Thanks Lucas De Marchi -- All the data continuously generated in your IT

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

2011-10-14 Thread Gustavo Sverzut Barbieri
I'm on the road (actually about to get into a plane), would you apply this to EWS engine as well? It's basically a copy of buffer with few changes On Friday, October 14, 2011, Enlightenment SVN no-re...@enlightenment.org wrote: Log: 1. make inline image ee buffer non-alpha by default. thats the

Re: [E-devel] e17 segfault on fresh install

2011-10-14 Thread Jim Kukunas
On Fri, Oct 14, 2011 at 03:18:48PM +1100, Jochen Schröder wrote: Hi all, I just rebuild all of EFL and E17 gives me a segfault when starting with a clean config directory. Seems to be related to the recent sse3 work. What is your compiler version and CFLAGS? The parameters to _mm_set_epi32

Re: [E-devel] e17 segfault on fresh install

2011-10-14 Thread Tom Hacohen
On 14/10/11 19:20, Jim Kukunas wrote: What is your compiler version and CFLAGS? The parameters to _mm_set_epi32 look reasonable. The only reason I could imagine this failing is if your compiler isn't aligning things properly. It's the sse3 issue all over again. As you can see, his CPU

Re: [E-devel] e17 segfault on fresh install

2011-10-14 Thread Jim Kukunas
On Sat, Oct 15, 2011 at 12:54:00AM +0200, Tom Hacohen wrote: On 14/10/11 19:20, Jim Kukunas wrote: What is your compiler version and CFLAGS? The parameters to _mm_set_epi32 look reasonable. The only reason I could imagine this failing is if your compiler isn't aligning things properly.

Re: [E-devel] e17 segfault on fresh install

2011-10-14 Thread The Rasterman
On Fri, 14 Oct 2011 16:16:44 -0700 Jim Kukunas james.t.kuku...@linux.intel.com said: On Sat, Oct 15, 2011 at 12:54:00AM +0200, Tom Hacohen wrote: On 14/10/11 19:20, Jim Kukunas wrote: What is your compiler version and CFLAGS? The parameters to _mm_set_epi32 look reasonable. The only

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

2011-10-14 Thread The Rasterman
On Fri, 14 Oct 2011 10:01:19 -0300 Gustavo Sverzut Barbieri barbi...@profusion.mobi said: done :) I'm on the road (actually about to get into a plane), would you apply this to EWS engine as well? It's basically a copy of buffer with few changes On Friday, October 14, 2011, Enlightenment SVN

Re: [E-devel] e_config_dialog

2011-10-14 Thread The Rasterman
On Fri, 7 Oct 2011 02:55:19 +0200 Leif Middelschulte leif.middelschu...@gmail.com said: 2011/10/6 Christopher Michael cpmicha...@comcast.net: On 10/06/2011 10:10 AM, Leif Middelschulte wrote: Dear ladies and gents, especially devilhorns (as I was told) as many of you know, I'm writing

Re: [E-devel] Question about event propagation routine of elm_scroller

2011-10-14 Thread The Rasterman
On Fri, 14 Oct 2011 11:08:16 + (GMT) EunMi Lee eunmi15@samsung.com said: Thank you for your explaination :) I understand why scroller always gets event firstly. so, evas_object_propagate_events_set(scroller's content obj, EINA_FALSE) and event_flags |= EVAS_EVENT_FLAG_ON_HOLD in the

Re: [E-devel] e17 segfault on fresh install

2011-10-14 Thread Vincent Torri
On Sat, 15 Oct 2011, Tom Hacohen wrote: On 14/10/11 19:20, Jim Kukunas wrote: What is your compiler version and CFLAGS? The parameters to _mm_set_epi32 look reasonable. The only reason I could imagine this failing is if your compiler isn't aligning things properly. It's the sse3 issue

Re: [E-devel] e17 segfault on fresh install

2011-10-14 Thread Jochen Schröder
On 10/15/2011 01:37 PM, Carsten Haitzler (The Rasterman) wrote: On Fri, 14 Oct 2011 16:16:44 -0700 Jim Kukunas james.t.kuku...@linux.intel.com said: On Sat, Oct 15, 2011 at 12:54:00AM +0200, Tom Hacohen wrote: On 14/10/11 19:20, Jim Kukunas wrote: What is your compiler version and CFLAGS?

Re: [E-devel] e17 segfault on fresh install

2011-10-14 Thread David Seikel
On Sat, 15 Oct 2011 16:13:07 +1100 Jochen Schröder cycoma...@gmail.com wrote: On 10/15/2011 01:37 PM, Carsten Haitzler (The Rasterman) wrote: On Fri, 14 Oct 2011 16:16:44 -0700 Jim Kukunas james.t.kuku...@linux.intel.com said: On Sat, Oct 15, 2011 at 12:54:00AM +0200, Tom Hacohen wrote: