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 th

[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 al

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 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, that's why I sa

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 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. > > > > Author:    

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 wrote: > On Thu, 19 Apr 2012 09:57:01 +0300 > Tom Hacohen 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 h

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 Deve

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 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. there's a num

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] E SVN: cedric trunk/eina/src/lib

2012-04-19 Thread Michael Blumenkrantz
On Thu, 19 Apr 2012 11:19:52 +0300 Tom Hacohen wrote: > 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 c

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

2012-04-19 Thread Vincent Torri
On Thu, Apr 19, 2012 at 10:17 AM, Michael Blumenkrantz wrote: > On Thu, 19 Apr 2012 11:09:59 +0300 > Tom Hacohen 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

Re: [E-devel] E SVN: yoz IN trunk/elementary/src: bin lib

2012-04-19 Thread Daniel Juyung Seo
Oops you missed "MODE" in the enum. ex) ELM_CALENDAR_SELECT_ALWAYS -> ELM_CALENDAR_SELECT_MODE_ALWAYS We have ELM_OBJECT_SELECT_MODE_ALWAYS. So I think it'll good to sync with them. Thanks. Daniel Juyung Seo (SeoZ) On Thu, Apr 19, 2012 at 5:46 PM, Enlightenment SVN wrote: > Log: > elementary:

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 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 encapsulation ? not eve

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 --- a/p

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 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. Can we add > one

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) said: > On Thu, 19 Apr 2012 15:08:30 +0530 GOVINDARAJU SM 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 Genera

[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 o

Re: [E-devel] beta time

2012-04-19 Thread Vincent Torri
On Thu, Apr 19, 2012 at 4:07 PM, Carsten Haitzler 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 readme's etc. in > the

[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] Bug in Elementary File Selector with ampersand in filename

2012-04-19 Thread Kai Huuhko
Also in folder_only mode, any selected folder with utf-8 characters in it's name is not correctly passed to the "done" callback. Filenames seem to be ok, and utf-8 folders when they are higher up the file system hierarchy. 2012/4/19 Kai Huuhko : > Elementary File Selector does not handle correctly

Re: [E-devel] beta time

2012-04-19 Thread leif . middelschulte
Hey, I've found possible SEGVs in elm's fileselector. I wrote a patch, but am on a train right now and am writing this from my mobile. Both are related to strdup of NULL. See lines 247 and 1142 (r70280). Sorry for topposting.Carsten Haitzler (The Rasterman) schrieb am 19.04.12 16:07: it's time

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 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 > > Modified: >  trunk/ei

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

2012-04-19 Thread Cedric BAIL
On Thu, Apr 19, 2012 at 11:12 PM, Lucas De Marchi wrote: > On Thu, Apr 19, 2012 at 6:24 AM, Enlightenment SVN > wrote: >> Log: >> eina: disable log backtracking. >> >> >> Author:       cedric >> Date:         2012-04-19 02:24:04 -0700 (Thu, 19 Apr 2012) >> New Revision: 70327 >> Trac:         htt

Re: [E-devel] beta time

2012-04-19 Thread The Rasterman
On Thu, 19 Apr 2012 16:56:43 +0200 Vincent Torri said: > On Thu, Apr 19, 2012 at 4:07 PM, Carsten Haitzler > 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

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 : > 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 we

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

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 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 big co

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 ma

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 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 wrote: >> On 04/19/12 16:21, Daniel Ju

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

2012-04-19 Thread Sanjeev BA
In SVN r70346. Regards, Sanjeev On Thu, Apr 19, 2012 at 8:52 PM, Kai Huuhko wrote: > --- > .../elementary/elementary.c_elementary_slider.pxi | 12 > > 1 file changed, 12 insertions(+) > > > > --