Re: [E-devel] [Patch] edje_cc : group_inherit feature

2011-09-15 Thread Jaehwan Kim
Dear Cedric Thanks for your review. ^^ > In fact, you change to much thing that shouldn't in your patch. As an > example you are modifying > st_collections_group_parts_part_repeat_events when it's not related at > all to the current patch. Please only change the function that should. Indeed, It

Re: [E-devel] Scrolled_Entry Object and Events Handler

2011-09-15 Thread Ralph Sennhauser
On Thu, 15 Sep 2011 08:51:29 +0900 Daniel Juyung Seo wrote: > 55255 is way old. latest version is 63400. > to grt the full support of lastest features, please update it. > 55255 is the latest snapshot, there is nothing to upgrade to ;) > Daniel Juyung Seo (SeoZ) > On Sep 15, 2011 7:20 AM, "Paul

Re: [E-devel] non-deterministic behaviour in elementary

2011-09-15 Thread wagner frederic
On Wed, Sep 14, 2011 at 02:05:53AM +0900, Daniel Juyung Seo wrote: > yeah.. see this. > http://docs.enlightenment.org/auto/elementary/group__Win.html#ga505d6bd217e5ee01e82b548ec35986eb > >> all of the resize objects in the window should have their > >> evas_object_size_hint_weight_set() set to EVA

Re: [E-devel] [Patch] edje_cc : group_inherit feature

2011-09-15 Thread Cedric BAIL
Hi Jaehwan, 2011/9/15 Jaehwan Kim : > Thanks for your review. ^^ Thanks for your work :-) >> In fact, you change to much thing that shouldn't in your patch. As an >> example you are modifying >> st_collections_group_parts_part_repeat_events when it's not related at >> all to the current patch. P

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

2011-09-15 Thread Daniel Juyung Seo
belated.. but thanks for the fix raster. Daniel Juyung Seo (SeoZ) On Sun, Sep 4, 2011 at 12:46 PM, Enlightenment SVN wrote: > Log: > it might be good to test changes to eina_prefix (that didnt require an >  eina_init before). > > > > Author:       raster > Date:         2011-09-03 20:46:58 -0700

Re: [E-devel] Scrolled_Entry Object and Events Handler

2011-09-15 Thread Paulo Benatto
Hi, I did a simple example of my problem. When the focus is in the Button, every Key has _UP and _DOWN events... but, when the focus is in my Entry, I receive only _UP events. Try to compile and run the code below. I would like to receive _UP and _DOWN in my _input_event_cb independently where is

Re: [E-devel] Scrolled_Entry Object and Events Handler

2011-09-15 Thread michael bouchaud
2011/9/15 Paulo Benatto > Hi, > > I did a simple example of my problem. When the focus is in the Button, > every > Key has _UP and _DOWN events... but, when the focus is in my Entry, I > receive only _UP events. Try to compile and run the code below. I would > like > to receive _UP and _DOWN in m

Re: [E-devel] Scrolled_Entry Object and Events Handler

2011-09-15 Thread michael bouchaud
2011/9/15 michael bouchaud > 2011/9/15 Paulo Benatto > >> Hi, >> >> I did a simple example of my problem. When the focus is in the Button, >> every >> Key has _UP and _DOWN events... but, when the focus is in my Entry, I >> receive only _UP events. Try to compile and run the code below. I would

Re: [E-devel] Scrolled_Entry Object and Events Handler

2011-09-15 Thread Paulo Benatto
Hey Michael, It was what I wanted, worked everything, When you come to brazil, I will pay a beer to you! hehehehe thank you for your help. =) 2011/9/15 michael bouchaud > 2011/9/15 michael bouchaud > > > 2011/9/15 Paulo Benatto > > > >> Hi, > >> > >> I did a simple example of my problem. W

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

2011-09-15 Thread Gustavo Sverzut Barbieri
Use safety checks for null/invalid parameters Container get should return ls path, no? AFAIR other iterators do it. How about the helper to set/get string, float and interger values? They can convert to string or just store using some standard binary representation that is platform independent.

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

2011-09-15 Thread Cedric BAIL
On Thu, Sep 15, 2011 at 3:07 PM, Gustavo Sverzut Barbieri wrote: > Use safety checks for null/invalid parameters Yep, will do. Forgot about that macro. > Container get should return ls path, no? AFAIR other iterators do it. I didn't know, so why not the path. > How about the helper to set/get

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

2011-09-15 Thread Gustavo Sverzut Barbieri
On Thursday, September 15, 2011, Cedric BAIL wrote: > On Thu, Sep 15, 2011 at 3:07 PM, Gustavo Sverzut Barbieri > wrote: >> Use safety checks for null/invalid parameters > > Yep, will do. Forgot about that macro. > >> Container get should return ls path, no? AFAIR other iterators do it. > > I did

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

2011-09-15 Thread Vincent Torri
On Thu, 15 Sep 2011, Enlightenment SVN wrote: > Log: > eina: add XAttr support to eina. I guess that I have to add Windows support... Vincent > > > Author: cedric > Date: 2011-09-15 05:39:40 -0700 (Thu, 15 Sep 2011) > New Revision: 63408 > Trac: http://trac.enlightenment

Re: [E-devel] [Patch] edje_cc : group_inherit feature

2011-09-15 Thread Gustavo Sverzut Barbieri
On Thu, Sep 15, 2011 at 5:01 AM, Cedric BAIL wrote: > >>>     1. Delete - The part, description, program can be deleted. > > > >> I don't know if this is really usefull as all the object model I know > >> don't provide this kinde of feature. Do you have a use case for that ? > >> Or maybe you know

Re: [E-devel] E SVN: antognolli trunk/PROTO/epdf/src/lib/poppler

2011-09-15 Thread Rafael Antognolli
Oops... forgot it, sorry. Done now. On Tue, Sep 13, 2011 at 6:55 PM, Vincent Torri wrote: > > > On Tue, 13 Sep 2011, Enlightenment SVN wrote: > >> Log: >> epdf/poppler: Return correct page size. > > changelog + author > > Vincent > >> >>  Return the page size used by the render function (inside p

Re: [E-devel] How to set up input method module

2011-09-15 Thread Jihoon Kim
Hello, Devin. I built your code and ran, but there was no problem in my environment. If you can use gdb, please register break point 'xim_imf_module_create' and run. If gdb doesn't stop at 'xim_imf_module_create' func, it's problem that xim module is not loaded. Thanks. -Original Message---

Re: [E-devel] How to set up input method module

2011-09-15 Thread Devin
Hi Jihoon, Thanks for the reply. Tried and gdb did not stop at 'xim_imf_module_create', apparently xim module is not loaded.. How do I make it loading? Regards, Deqing At 2011-09-16 09:11:27,"Jihoon Kim" wrote: >Hello, Devin. > >I built your code and ran, but there was no problem in my env

Re: [E-devel] Lib ICU Integration

2011-09-15 Thread Govindaraju SM
Dear Tom, -Original Message- From: Tom Hacohen Sent: Wednesday, September 14, 2011 2:15 PM To: Enlightenment developer list Cc: Govindaraju SM ; Sumanth Subject: Re: [E-devel] Lib ICU Integration On 14/09/11 05:39, Govindaraju SM wrote: > Hello All, > > We are considering lib ICU integra

Re: [E-devel] [Patch] edje_cc : group_inherit feature

2011-09-15 Thread Jaehwan Kim
Dear Cedric Hello^^ >> In fact, you change to much thing that shouldn't in your patch. As an >> example you are modifying >> st_collections_group_parts_part_repeat_events when it's not related at >> all to the current patch. Please only change the function that should. > > Indeed, It is necessar

Re: [E-devel] How to set up input method module

2011-09-15 Thread Jihoon Kim
Hi, Devin. At first, you should check the module path. If you build EFL libraries with "-g -O0" option, register break point at 'eina_module_list_get'. In my case, gdb shows the log like below Breakpoint 2, eina_module_list_get (array=0x0, path=0x268640 "/usr/local/lib/ecore/immod ules",