[E-devel] [PATCH][EDJE] Patch to remove the alpha from image header while saving if the alpha is set to 1 but the image is fully opaque

2012-04-19 Thread Rajeev Ranjan
Hi, First of all, thanks for your feedbacks about the previous implementation at eet level. Attached to the mail is a patch to set the alpha information for an image header to 0 with alpha present but all the texels being opaque. Continuing to our discussion, as suggested by many people in

Re: [E-devel] [Patch][elementary_test] test_list

2012-04-19 Thread Daniel Juyung Seo
Belated review. I have some comments. I just committed the fixed version but it'll be good for you to know. 1) two spaces between bt, and 4!!. elm_grid_pack(gd, bt, 4, 80, 20, 10); There were more than 10 instances of this. I fixed it. 2) internal function position I moved

Re: [E-devel] E SVN: cedric trunk/eina/src/lib

2012-04-19 Thread Tom Hacohen
On 19/04/12 03:25, Cedric BAIL wrote: Having a log post callback could be interesting, but I am wondering what else use it could have than current eina_log don't have. Do you have any use case in mind ? Yeah, that's why I said no comment I can't find a use case for it... The purpose of the

[E-devel] Introducing EFL Korean User Group

2012-04-19 Thread Daniel Juyung Seo
Dear all, this is Daniel Juyung Seo. I introduce EFL Korean User Group, http://efl.or.kr This group is not a big community or whatever as of now. It's a place to hold all Korean EFL materials together. The reason why we created this is that it is very hard to find Korean information for EFL and

Re: [E-devel] E SVN: cedric trunk/eina/src/lib

2012-04-19 Thread Michael Blumenkrantz
On Thu, 19 Apr 2012 09:57:01 +0300 Tom Hacohen tom.haco...@samsung.com wrote: On 19/04/12 03:25, Cedric BAIL wrote: Having a log post callback could be interesting, but I am wondering what else use it could have than current eina_log don't have. Do you have any use case in mind ? Yeah,

Re: [E-devel] E SVN: raster trunk/edje/src/bin

2012-04-19 Thread Daniel Juyung Seo
Oh unset feature? This might be useful. Daniel Juyung Seo (SeoZ) On Thu, Apr 19, 2012 at 12:35 PM, Enlightenment SVN no-re...@enlightenment.org wrote: Log: small improvement - allow part names of - to mean remove part name  itd and reset back to -1 - ie none. useful for to/to_x/to_y etc.

Re: [E-devel] E SVN: cedric trunk/eina/src/lib

2012-04-19 Thread Vincent Torri
On Thu, Apr 19, 2012 at 9:34 AM, Michael Blumenkrantz michael.blumenkra...@gmail.com wrote: On Thu, 19 Apr 2012 09:57:01 +0300 Tom Hacohen tom.haco...@samsung.com wrote: On 19/04/12 03:25, Cedric BAIL wrote: Having a log post callback could be interesting, but I am wondering what else use

Re: [E-devel] E SVN: cedric trunk/eina/src/lib

2012-04-19 Thread Tom Hacohen
On 19/04/12 10:34, Michael Blumenkrantz wrote: bottom line: this is a feature; we are in a feature freeze, and we have been for a month. it must be removed immediately. It seems you are correct. -- Tom. -- For

Re: [E-devel] E SVN: cedric trunk/eina/src/lib

2012-04-19 Thread Michael Blumenkrantz
On Thu, 19 Apr 2012 11:09:59 +0300 Tom Hacohen tom.haco...@samsung.com wrote: On 19/04/12 10:34, Michael Blumenkrantz wrote: bottom line: this is a feature; we are in a feature freeze, and we have been for a month. it must be removed immediately. It seems you are correct. -- Tom.

Re: [E-devel] E SVN: cedric trunk/eina/src/lib

2012-04-19 Thread Tom Hacohen
On 19/04/12 11:17, Michael Blumenkrantz wrote: there's a number of other commits which also have broken the freeze, but I'm still hopeful that, for the non-essential ones, the authors will acknowledge their fault and revert the commits. To be honest, I forgot about the freeze. -- Tom.

Re: [E-devel] How to use evas_object_layer_set() feature in EDC ?

2012-04-19 Thread The Rasterman
On Thu, 19 Apr 2012 04:47:42 + (GMT) Sumanth Krishna Mannam sumant...@samsung.com said: Samsung Enterprise Portal mySingle Hi Raster, Are you suggesting that all the objects of a group should be placed in a single layer, otherwise it will be a voilation of edje object

Re: [E-devel] How to use evas_object_layer_set() feature in EDC ?

2012-04-19 Thread GOVINDARAJU SM
Hi Raster, I think, Sumanth's question is about having EDC group with different Parts in different layer ( with in same canvas, Window ). In General EDC Group parts are layered based on the order its declared. Can we add one more property in EDC part description for Layer level ( similar to

[E-devel] [PATCH] python-elementary: Add callbacks for Slider drag start/stop

2012-04-19 Thread Kai Huuhko
--- .../elementary/elementary.c_elementary_slider.pxi | 12 1 file changed, 12 insertions(+) diff --git a/python-elementary/elementary/elementary.c_elementary_slider.pxi b/python-elementary/elementary/elementary.c_elementary_slider.pxi index 71cdf36..2804cfd 100644 ---

Re: [E-devel] How to use evas_object_layer_set() feature in EDC ?

2012-04-19 Thread The Rasterman
On Thu, 19 Apr 2012 15:08:30 +0530 GOVINDARAJU SM govi...@samsung.com said: Hi Raster, I think, Sumanth's question is about having EDC group with different Parts in different layer ( with in same canvas, Window ). In General EDC Group parts are layered based on the order its declared.

Re: [E-devel] How to use evas_object_layer_set() feature in EDC ?

2012-04-19 Thread The Rasterman
On Thu, 19 Apr 2012 22:50:51 +0900 Carsten Haitzler (The Rasterman) ras...@rasterman.com said: On Thu, 19 Apr 2012 15:08:30 +0530 GOVINDARAJU SM govi...@samsung.com said: Hi Raster, I think, Sumanth's question is about having EDC group with different Parts in different layer ( with in

[E-devel] beta time

2012-04-19 Thread The Rasterman
it's time for beta. i want everyone to hold back on svn for the next 24hrs to give it settling time until i mark out the beta tomorrow. don't make any changes that are anything but minor typos in documentation or readme's etc. in the next 12-18hrs or so can u look over NEWS, Changelog, README and

Re: [E-devel] beta time

2012-04-19 Thread Vincent Torri
On Thu, Apr 19, 2012 at 4:07 PM, Carsten Haitzler ras...@rasterman.com wrote: it's time for beta. i want everyone to hold back on svn for the next 24hrs to give it settling time until i mark out the beta tomorrow. don't make any changes that are anything but minor typos in documentation or

[E-devel] [PATCH] python-elementary: Add Fileselector folder_only_get/set

2012-04-19 Thread Kai Huuhko
--- .../elementary/elementary.c_elementary_fileselector.pxi | 10 ++ python-elementary/include/elementary/c_elementary.pxd| 10 ++ 2 files changed, 16 insertions(+), 4 deletions(-) diff --git a/python-elementary/elementary/elementary.c_elementary_fileselector.pxi

[E-devel] Bug in Elementary File Selector with ampersand in filename

2012-04-19 Thread Kai Huuhko
Elementary File Selector does not handle correctly file/foldernames with ampersands in them. This is not only cosmetic, in that everything after the ampersand is cut of, but also functional; the file or folder path is not properly passed to the callback function.

Re: [E-devel] E SVN: cedric IN trunk/eina: . src/lib

2012-04-19 Thread Lucas De Marchi
On Thu, Apr 19, 2012 at 6:24 AM, Enlightenment SVN no-re...@enlightenment.org wrote: Log: eina: disable log backtracking. Author:       cedric Date:         2012-04-19 02:24:04 -0700 (Thu, 19 Apr 2012) New Revision: 70327 Trac:         http://trac.enlightenment.org/e/changeset/70327

Re: [E-devel] beta time

2012-04-19 Thread The Rasterman
On Thu, 19 Apr 2012 16:56:43 +0200 Vincent Torri vincent.to...@gmail.com said: On Thu, Apr 19, 2012 at 4:07 PM, Carsten Haitzler ras...@rasterman.com wrote: it's time for beta. i want everyone to hold back on svn for the next 24hrs to give it settling time until i mark out the beta

Re: [E-devel] [Patch][elementary_test] test_list

2012-04-19 Thread Kim Shinwoo
Thanks for your response. Your review is always great. :) 2012/4/19 Daniel Juyung Seo seojuyu...@gmail.com: Belated review. I have some comments. I just committed the fixed version but it'll be good for you to know. 1) two spaces between bt, and 4!!. elm_grid_pack(gd, bt,  4,  80, 20, 10);

Re: [E-devel] Introducing EFL Korean User Group

2012-04-19 Thread Jérôme Pinot
On 04/19/12 16:21, Daniel Juyung Seo wrote: Dear all, this is Daniel Juyung Seo. I introduce EFL Korean User Group, http://efl.or.kr This group is not a big community or whatever as of now. It's a place to hold all Korean EFL materials together. The reason why we created this is that it is

Re: [E-devel] Introducing EFL Korean User Group

2012-04-19 Thread Hyoyoung Chang
I think it's not about nationality. just language. isn't it, guys? On Fri, Apr 20, 2012 at 11:29 AM, Jérôme Pinot ngc...@gmail.com wrote: On 04/19/12 16:21, Daniel Juyung Seo wrote: Dear all, this is Daniel Juyung Seo. I introduce EFL Korean User Group, http://efl.or.kr This group is not a

Re: [E-devel] Introducing EFL Korean User Group

2012-04-19 Thread Daniel Juyung Seo
Wow.. 10 years in Korea! That's great. I've tried ePeriodique before :) But I didn't notice it supports Korean though. Interesting. Did you translate that by yourself? Btw, the Korean User Group is not limited to foreigners. It is just a blob of links about EFL information written in Korean. We

Re: [E-devel] Introducing EFL Korean User Group

2012-04-19 Thread Daniel Juyung Seo
Yes right. It's about the language not the nationality. Daniel Juyung Seo (SeoZ) On Fri, Apr 20, 2012 at 11:38 AM, Hyoyoung Chang hyoyo...@gmail.com wrote: I think it's not about nationality. just language. isn't it, guys? On Fri, Apr 20, 2012 at 11:29 AM, Jérôme Pinot ngc...@gmail.com wrote: