Re: [E-devel] The IMPOSSIBLE HAPPEN!

2011-11-16 Thread Cedric BAIL
On Thu, Nov 17, 2011 at 4:07 AM, Mike McCormack wrote: > Running elementary_test and clicking on the button test this morning gives a > crash sometimes. > > Eina thread debugging on & using gmainloop. After a quick look in evas_common_rgba_image_scalecache_do, we do have an issue there. The imag

Re: [E-devel] [e-users] New EFL release cycle 1.1/1.5 ALPHA

2011-11-16 Thread Youness Alaoui
Humm.. the PS3 toolchain doesn't have pthreads and it all works fine without it. Make sure you also add --disable-async-render --disable-pipe-render --disable-async-preload just in case... (in my case, it doesn't detect pthread at all, in your case, you seem to force disable it). On Wed, Nov 16, 2

[E-devel] [Patch][Ecore][Win] Changing key name and composer for Shift, Control, Alt

2011-11-16 Thread Kim Shinwoo
Dear All, Hello~ This is Shinwoo Kim (Previously I have used cnook, kimci...@gmail.com for contribution) The key compose and name have been different with xlib. So I have changed the value of Shift, Control, and Alt. Moreover, the attached patch is able to distinguish between Shift_L and Shift_R

Re: [E-devel] [Patch][Ecore][Win32] Resolving the issue of "mouse-down inside and mouse-up outside"

2011-11-16 Thread Kim Shinwoo
Wow, Thanks for all of your responses! I have thought only Mr. Vincent (default Raster) is interested in EFL on Windows. @Mrs. Youness Alaoui and Sebastian Dransfeld I referred to _ecore_mouse_move(); in xlib/ecore_x_events.c. So I thought the free(ev); is necessary one. Anyhow, I see your point a

Re: [E-devel] E SVN: billiob IN trunk/elementary: doc doc/widgets src/bin src/edje_externals src/examples src/lib

2011-11-16 Thread ChunEon Park
Why? does it required? then we need to change below also. elm_object_content_part_set/get/unset, elm_object_item_text_part_set/get/unset, elm_object_item_content_part_set/get/unset -Regards, Hermet- -Original Message- From: "Enlightenment SVN"

[E-devel] The IMPOSSIBLE HAPPEN!

2011-11-16 Thread Mike McCormack
Running elementary_test and clicking on the button test this morning gives a crash sometimes. Eina thread debugging on & using gmainloop. thanks, Mike mike@mike-desktop:~/git/e/evas$ gdb elementary_test GNU gdb (Ubuntu/Linaro 7.2-1ubuntu11) 7.2 Copyright (C) 2010 Free Software Foundation, In

Re: [E-devel] sound api "plan"

2011-11-16 Thread Gustavo Sverzut Barbieri
On Tue, Nov 15, 2011 at 10:59 PM, Carsten Haitzler wrote: > > On Tue, 15 Nov 2011 11:28:28 -0200 Gustavo Sverzut Barbieri > said: > > > On Tue, Nov 15, 2011 at 6:42 AM, Carsten Haitzler > > wrote: > > > On Tue, 15 Nov 2011 04:13:32 -0200 Gustavo Sverzut Barbieri > > > said: > > > > > >> I reall

Re: [E-devel] [Patch][Ecore][Win32] Resolving the issue of "mouse-down inside and mouse-up outside"

2011-11-16 Thread Sebastian Dransfeld
On 11/16/2011 01:43 PM, cnook wrote: > Dear All, Hello~ > > I think you (especially Mr. Vincent, Raster) know this issue. > > If user mouse-down on the one of items in elementary_test, > move(drag) the mouse to the outside of window, and mouse-up, > > Then.. it works improperly.. For example.. > Y

Re: [E-devel] [e-users] New EFL release cycle 1.1/1.5 ALPHA

2011-11-16 Thread David Seikel
On Wed, 16 Nov 2011 18:31:40 +1000 David Seikel wrote: > On Wed, 16 Nov 2011 15:20:24 +0900 Carsten Haitzler (The Rasterman) > wrote: > > > > > We'd like to announce a new release cycle alpha release of several > > Enlightenment components > > > > http://download.enlightenment.org/releases/e

Re: [E-devel] E SVN: raster IN trunk: e_dbus ecore edje eet eeze efreet eina embryo evas evas/m4 evas_generic_loaders expedite

2011-11-16 Thread Vincent Torri
On Wed, 16 Nov 2011, Carsten Haitzler (The Rasterman) wrote: > On Wed, 16 Nov 2011 11:49:01 +0100 (CET) Vincent Torri > said: > >> >> >> On Wed, 16 Nov 2011, Carsten Haitzler (The Rasterman) wrote: >> >>> On Wed, 16 Nov 2011 07:38:19 +0100 (CET) Vincent Torri >>> said: >>> On Tu

Re: [E-devel] [Patch][Ecore][Win32] Resolving the issue of "mouse-down inside and mouse-up outside"

2011-11-16 Thread Vincent Torri
On Wed, 16 Nov 2011, cnook wrote: > Dear All, Hello~ > > I think you (especially Mr. Vincent, Raster) know this issue. > > If user mouse-down on the one of items in elementary_test, > move(drag) the mouse to the outside of window, and mouse-up, > > Then.. it works improperly.. For example.. > Y

Re: [E-devel] [Patch][Ecore][Win32] Resolving the issue of "mouse-down inside and mouse-up outside"

2011-11-16 Thread Youness Alaoui
Hi, Thank you for the patch! I had a quick look, I don't know anything about the Set/ReleaseCapture, so I don't know if that's good or not and I can't comment on it. I noticed though you added a free callback in your code for the event, but it's not needed since ecore will free the event itself.

Re: [E-devel] [e-users] New EFL release cycle 1.1/1.5 ALPHA

2011-11-16 Thread David Seikel
On Wed, 16 Nov 2011 22:11:53 +1000 David Seikel wrote: > Almost forgot - I never did see any fix for the lua signal issue. > > I've poked at it twice and not gotten anywhere. I don't know enough > about the edje signal and message processing system. Given the > symptoms - that lua gets it's ow

[E-devel] [Patch][Ecore][Win32] Resolving the issue of "mouse-down inside and mouse-up outside"

2011-11-16 Thread cnook
Dear All, Hello~ I think you (especially Mr. Vincent, Raster) know this issue. If user mouse-down on the one of items in elementary_test, move(drag) the mouse to the outside of window, and mouse-up, Then.. it works improperly.. For example.. You can scroll the list of elementary_test without mo

Re: [E-devel] [e-users] New EFL release cycle 1.1/1.5 ALPHA

2011-11-16 Thread David Seikel
Almost forgot - I never did see any fix for the lua signal issue. I've poked at it twice and not gotten anywhere. I don't know enough about the edje signal and message processing system. Given the symptoms - that lua gets it's own signals, not those from anywhere else - it's likely there is an i

Re: [E-devel] RFC - New elm_entry function (rev: 65169)

2011-11-16 Thread Boris Faure
and add an #ifdef ELM_YES_I_KNOW_WHAT_I_M_DOING_AND_I_WILL_ACCEPT_THE_CONSEQUENCES_AND_ONLY_BLAME_MYSELF #endif around the prototype in the header file. -- Boris Faure -- RSA(R) Conference 2012 Save $700 by Nov 18 Regis

Re: [E-devel] RFC - New elm_entry function (rev: 65169)

2011-11-16 Thread The Rasterman
On Wed, 16 Nov 2011 11:51:38 +0100 Boris Faure said: > You should remove the const and add big warnings on both the > documentation and the code. (my tags lead me to the code, i prefer > reading the code than the doc). warnings as bigger than boris! -- - Codito, ergo sum - "I code

Re: [E-devel] E SVN: raster IN trunk: e_dbus ecore edje eet eeze efreet eina embryo evas evas/m4 evas_generic_loaders expedite

2011-11-16 Thread The Rasterman
On Wed, 16 Nov 2011 11:49:01 +0100 (CET) Vincent Torri said: > > > On Wed, 16 Nov 2011, Carsten Haitzler (The Rasterman) wrote: > > > On Wed, 16 Nov 2011 07:38:19 +0100 (CET) Vincent Torri > > said: > > > >> > >> > >> On Tue, 15 Nov 2011, Enlightenment SVN wrote: > >> > >>> Log: > >>> update

Re: [E-devel] RFC - New elm_entry function (rev: 65169)

2011-11-16 Thread Boris Faure
You should remove the const and add big warnings on both the documentation and the code. (my tags lead me to the code, i prefer reading the code than the doc). -- Boris Faure -- RSA(R) Conference 2012 Save $700 by Nov 18

Re: [E-devel] E SVN: raster IN trunk: e_dbus ecore edje eet eeze efreet eina embryo evas evas/m4 evas_generic_loaders expedite

2011-11-16 Thread Vincent Torri
On Wed, 16 Nov 2011, Carsten Haitzler (The Rasterman) wrote: > On Wed, 16 Nov 2011 07:38:19 +0100 (CET) Vincent Torri > said: > >> >> >> On Tue, 15 Nov 2011, Enlightenment SVN wrote: >> >>> Log: >>> update release candidate trees to their release version in preparation >>> for alpha >> >> so,

Re: [E-devel] Facebook : Enligthenment France

2011-11-16 Thread Philippe Caseiro
On 16 November 2011 01:35, Gustavo Sverzut Barbieri wrote: > On Tue, Nov 15, 2011 at 8:00 PM, Eduardo Lima (Etrunko) > wrote: >> On Tue, Nov 15, 2011 at 7:41 PM, Cedric BAIL wrote: >>> In svn ! Nothing from Brazil btw ? >>> >> >> We're not social! > > http://www.facebook.com/enlightenment.br > >

Re: [E-devel] New EFL release cycle 1.1/1.5 ALPHA

2011-11-16 Thread Tom Hacohen
On 16/11/11 11:28, Carsten Haitzler (The Rasterman) wrote: > expeTIE... typo in news item... fixed now! :) We should add a fuzzy-mode to svn and apache. I don't want to have to read the whole damn word to decide what it's about, first, last, middle letters and length are more than enough. -- To

Re: [E-devel] E SVN: raster trunk/expedite

2011-11-16 Thread The Rasterman
On Wed, 16 Nov 2011 07:48:37 +0100 Stefan Schmidt said: > Hello. > > On Tue, 2011-11-15 at 22:13, Enlightenment SVN wrote: > > Log: > > fix to 1.0.0 not 0.1.0 for expedite alpha! > > > > > > > > Author: raster > > Date: 2011-11-15 22:13:09 -0800 (Tue, 15 Nov 2011) > > New Re

Re: [E-devel] E SVN: raster IN trunk: e_dbus ecore edje eet eeze efreet eina embryo evas evas/m4 evas_generic_loaders expedite

2011-11-16 Thread The Rasterman
On Wed, 16 Nov 2011 07:38:19 +0100 (CET) Vincent Torri said: > > > On Tue, 15 Nov 2011, Enlightenment SVN wrote: > > > Log: > > update release candidate trees to their release version in preparation > > for alpha > > so, I have to update evil and make these EFL depend on evil 1.0.0 ? you wa

Re: [E-devel] New EFL release cycle 1.1/1.5 ALPHA

2011-11-16 Thread The Rasterman
On Wed, 16 Nov 2011 07:40:14 +0100 Jonathan Armani said: no problems! if you find issues, please report and we'lll fix and do a beta or whatever is appropriate :) > Thanks ! > > On Wed, Nov 16, 2011 at 7:20 AM, Carsten Haitzler > wrote: > > > > We'd like to announce a new release cycle alpha r

Re: [E-devel] New EFL release cycle 1.1/1.5 ALPHA

2011-11-16 Thread The Rasterman
On Wed, 16 Nov 2011 10:15:15 +0200 Tom Hacohen said: > On 16/11/11 09:35, Mike Blumenkrantz wrote: > > we have our first bug! > > > > Nah, on purpose. Expedite is also getting a release. expeTIE... typo in news item... fixed now! :) -- - Codito, ergo sum - "I code, therefore I am"

Re: [E-devel] [e-users] New EFL release cycle 1.1/1.5 ALPHA

2011-11-16 Thread David Seikel
On Wed, 16 Nov 2011 15:20:24 +0900 Carsten Haitzler (The Rasterman) wrote: > > We'd like to announce a new release cycle alpha release of several > Enlightenment components > > http://download.enlightenment.org/releases/eina-1.1.0-alpha.tar.gz > http://download.enlightenment.org/releases/eina-

Re: [E-devel] New EFL release cycle 1.1/1.5 ALPHA

2011-11-16 Thread Tom Hacohen
On 16/11/11 09:35, Mike Blumenkrantz wrote: > we have our first bug! > Nah, on purpose. Expedite is also getting a release. -- Tom. -- RSA(R) Conference 2012 Save $700 by Nov 18 Register now http://p.sf.net/sfu/rsa-sfdev

Re: [E-devel] FOSDEM 2012

2011-11-16 Thread Philippe Caseiro
Hello Like I said we are welcome on Cross Desktop Room for FOSDEM 2012. The call for talks are going to be opened soon, so I need to know who whants to give a talk and about what. Please contact me by email or register yourself in the Wiki page. http://trac.enlightenment.org/e/wiki/FOSD