Re: [E-devel] [Patch][elm_map] Fix zoom rotated coordinates bug

2012-01-09 Thread Bluezery
After consideration, I think that elm_map_utils_size_get() and elm_map_utils_region_get() is not needed for users. because only functions related to geographic coordinates are only concern of users. And converting func. from canvas to geo is needed for finding exact geo-coordinates in canvas area.

[E-devel] [PATCH] fix build error of ecore_imf_xim when using --disable-xim option

2012-01-09 Thread Jihoon Kim
Hello, EFL developers. When building ecore with --disable-xim option, build error occurs. This patch will solve this build error problem. Would you please review and apply in svn? Index: src/modules/immodules/xim/ecore_imf_xim.c

[E-devel] [patch] elm_map - bugfix small errors

2012-01-09 Thread Hyoyoung Chang
Dear all After run map menu in elementary_test, i found some minor errors 1. some passing data ptr is wrong at obj_rotate_zoom 2. clipped part isn't set by rect thanks Index: elementary/src/lib/elm_map.c === ---

Re: [E-devel] E SVN: kakaroto trunk/edje/src/lib

2012-01-09 Thread Bruno Dilly
On Sun, Jan 8, 2012 at 2:32 PM, Cedric BAIL cedric.b...@free.fr wrote: On Sun, Jan 8, 2012 at 3:47 PM, ChunEon Park her...@naver.com wrote: I think both are no problems if it has a documentation. But your patch may break applications already released. It will be better to apply your patch when

Re: [E-devel] E SVN: kakaroto trunk/edje/src/lib

2012-01-09 Thread Cedric BAIL
On Mon, Jan 9, 2012 at 2:06 PM, Bruno Dilly bdi...@profusion.mobi wrote: On Sun, Jan 8, 2012 at 2:32 PM, Cedric BAIL cedric.b...@free.fr wrote: On Sun, Jan 8, 2012 at 3:47 PM, ChunEon Park her...@naver.com wrote: I think both are no problems if it has a documentation. But your patch may break

Re: [E-devel] E SVN: kakaroto trunk/edje/src/lib

2012-01-09 Thread Bruno Dilly
On Mon, Jan 9, 2012 at 11:26 AM, Cedric BAIL cedric.b...@free.fr wrote: On Mon, Jan 9, 2012 at 2:06 PM, Bruno Dilly bdi...@profusion.mobi wrote: On Sun, Jan 8, 2012 at 2:32 PM, Cedric BAIL cedric.b...@free.fr wrote: On Sun, Jan 8, 2012 at 3:47 PM, ChunEon Park her...@naver.com wrote: I think

Re: [E-devel] E SVN: kakaroto trunk/edje/src/lib

2012-01-09 Thread Cedric BAIL
On Mon, Jan 9, 2012 at 3:46 PM, Bruno Dilly bdi...@profusion.mobi wrote: On Mon, Jan 9, 2012 at 11:26 AM, Cedric BAIL cedric.b...@free.fr wrote: On Mon, Jan 9, 2012 at 2:06 PM, Bruno Dilly bdi...@profusion.mobi wrote: On Sun, Jan 8, 2012 at 2:32 PM, Cedric BAIL cedric.b...@free.fr wrote: On

Re: [E-devel] E SVN: kakaroto trunk/edje/src/lib

2012-01-09 Thread Bruno Dilly
On Mon, Jan 9, 2012 at 12:56 PM, Cedric BAIL cedric.b...@free.fr wrote: On Mon, Jan 9, 2012 at 3:46 PM, Bruno Dilly bdi...@profusion.mobi wrote: On Mon, Jan 9, 2012 at 11:26 AM, Cedric BAIL cedric.b...@free.fr wrote: On Mon, Jan 9, 2012 at 2:06 PM, Bruno Dilly bdi...@profusion.mobi wrote: On

Re: [E-devel] E SVN: kakaroto trunk/edje/src/lib

2012-01-09 Thread Sachiel
2012/1/9 Bruno Dilly bdi...@profusion.mobi: Ok, but don't you trust the edj file will have a swallow with name X ? It's easy to break an application changing the edj if you want to do so. The application has to define a certain policy for the theme, designers can't just go crazy and do

Re: [E-devel] E SVN: kakaroto trunk/edje/src/lib

2012-01-09 Thread Cedric BAIL
On Mon, Jan 9, 2012 at 5:07 PM, Bruno Dilly bdi...@profusion.mobi wrote: On Mon, Jan 9, 2012 at 12:56 PM, Cedric BAIL cedric.b...@free.fr wrote: On Mon, Jan 9, 2012 at 3:46 PM, Bruno Dilly bdi...@profusion.mobi wrote: On Mon, Jan 9, 2012 at 11:26 AM, Cedric BAIL cedric.b...@free.fr wrote: On

Re: [E-devel] easy_e17.sh + git

2012-01-09 Thread Brian 'morlenxus' Miculcy
Hi, could you please drop me a patch file so that i can merge this into the original script? Would be nice to have a single script instead of a lot of forkes. ;) Kind regards, Brian 'morlenxus' Miculcy On 01/06/2012 07:18 PM, Jérémy Zurcher wrote: Hello, I've seen a few words about e moving

Re: [E-devel] E SVN: kakaroto trunk/edje/src/lib

2012-01-09 Thread Bruno Dilly
On Mon, Jan 9, 2012 at 2:13 PM, Cedric BAIL cedric.b...@free.fr wrote: On Mon, Jan 9, 2012 at 5:07 PM, Bruno Dilly bdi...@profusion.mobi wrote: On Mon, Jan 9, 2012 at 12:56 PM, Cedric BAIL cedric.b...@free.fr wrote: On Mon, Jan 9, 2012 at 3:46 PM, Bruno Dilly bdi...@profusion.mobi wrote: On

[E-devel] About places, e17 release and the e file manager

2012-01-09 Thread Davide Andreoli
First of all Hi to everyone!! I have been lot of time far from the e world, mainly because I have changed 2 different jobs (and the house were I live) in the last year. But I'm more 'stable' now, so it's time to make some sane E related works :) In the last week I spent my nights reading the past

Re: [E-devel] E SVN: kakaroto trunk/edje/src/lib

2012-01-09 Thread Youness Alaoui
Bruno, while your example is valid, it's not how it will usually be. Most of the time people will use animations, which are bound to keyboard/mouse events. In my code for example, I can scroll a list using the arrow keys, but if you press the arrow twice, then two signals are sent, thus canceling

Re: [E-devel] About places, e17 release and the e file manager

2012-01-09 Thread Michael Blumenkrantz
On Mon, 9 Jan 2012 22:43:12 +0100 Davide Andreoli d...@gurumeditation.it wrote: First of all Hi to everyone!! I have been lot of time far from the e world, mainly because I have changed 2 different jobs (and the house were I live) in the last year. But I'm more 'stable' now, so it's time to

Re: [E-devel] easy_e17.sh + git

2012-01-09 Thread P Purkayastha
On Tuesday, January 10, 2012 12:14:34 AM UTC+8, Brian 'morlenxus' Miculcy wrote: Hi, could you please drop me a patch file so that i can merge this into the original script? Would be nice to have a single script instead of a lot of forkes. ;) Kind regards, Brian 'morlenxus' Miculcy

Re: [E-devel] [patch] elm_gen{list, grid} - adding item_class management functions

2012-01-09 Thread Daniel Juyung Seo
On Fri, Jan 6, 2012 at 11:34 PM, Gustavo Sverzut Barbieri barbi...@profusion.mobi wrote: On Fri, Jan 6, 2012 at 6:48 AM, Hyoyoung Chang hyoyo...@gmail.com wrote: Dear all This patch introduces four new apis about elm_gen{list, grid} item class managements. itc_add function makes a new

[E-devel] [Patch][Notify] Remove Unnecessary Code

2012-01-09 Thread cnook
Dear All, Hello~ I have attached a patch for removing unnecessary code in the elm_notify. There is no swallow area for the parent In the notify.edc also. Even if the removed line is necessary, then it will cause an improper result. So it should be removed definitely and absolutely! Please review