Re: [E-devel] elm : efl_thread example is using directly pthread

2012-03-20 Thread The Rasterman
On Wed, 21 Mar 2012 07:03:05 +0100 Vincent Torri said: > Hey > > why isn't efl_thread.c elm example using pthread and not ecore_thread ? there isnt' such a thing... unless u mean the 6 threading examples in elm docs? and yes - some use pthread. it's an example of how you can use normal threadin

[E-devel] elm : efl_thread example is using directly pthread

2012-03-20 Thread Vincent Torri
Hey why isn't efl_thread.c elm example using pthread and not ecore_thread ? Vincent -- This SF email is sponsosred by: Try Windows Azure free for 90 days Click Here http://p.sf.net/sfu/sfd2d-msazure

Re: [E-devel] E SVN: caro IN trunk/ecore: . src/lib/ecore_win32 src/lib/ecore_wince

2012-03-20 Thread Vincent Torri
On Wed, Mar 21, 2012 at 1:54 AM, Daniel Juyung Seo wrote: > Hello, > Why did you change xxx_focus_set() to xxx_focus()? > We have ecore_evas_focus_set, ecore_cocoa_window_focus_set, > elm_object_focus_set, evas_object_focus_set. > focus_set sounds right for consistency. because we have ecore_x_wi

Re: [E-devel] [Patch][Genlist] Tree effect bug fix

2012-03-20 Thread Daniel Juyung Seo
I got issue when I applied this patch. When I expanded items in the lower part, I got some blank items after auto scrolling. Can you please fix this? And I have one comment. Instead of this, > evas_object_resize(VIEW(it), it->item->w, it->item->h); > evas_object_move(VIEW(it), it->item->scrl_x, i

[E-devel] [Bug Report] when elm_list deletes its container.

2012-03-20 Thread Kim Shinwoo
Dear All, Hello. If the elm_list is contained in the container - can be popup, ctxpopup and so on - which has item with icon object such as a elm_radio and evas_object_del() is called in the item select callback, the application is crashed. If there is no icon on the elm_list item, the crash does

Re: [E-devel] Elementary and windowing specific calls

2012-03-20 Thread Tom Hacohen
On 20/03/12 15:25, Carsten Haitzler (The Rasterman) wrote: > sure - but thats a separate matter from getting the native window handle. as > such u want multiple apis here i believe as this allows you to determine WHAT > the native display system is - ie if u get "0" as an x window id.. its NOT > x.

Re: [E-devel] E SVN: caro IN trunk/ecore: . src/lib/ecore_win32 src/lib/ecore_wince

2012-03-20 Thread Michael Blumenkrantz
On Wed, 21 Mar 2012 09:54:21 +0900 Daniel Juyung Seo wrote: > Hello, > Why did you change xxx_focus_set() to xxx_focus()? > We have ecore_evas_focus_set, ecore_cocoa_window_focus_set, > elm_object_focus_set, evas_object_focus_set. > focus_set sounds right for consistency. > Thanks. > > Daniel Ju

Re: [E-devel] E SVN: caro IN trunk/ecore: . src/lib/ecore_win32 src/lib/ecore_wince

2012-03-20 Thread Daniel Juyung Seo
Hello, Why did you change xxx_focus_set() to xxx_focus()? We have ecore_evas_focus_set, ecore_cocoa_window_focus_set, elm_object_focus_set, evas_object_focus_set. focus_set sounds right for consistency. Thanks. Daniel Juyung Seo (SeoZ) On Tue, Mar 20, 2012 at 1:09 PM, Enlightenment SVN wrote: >

[E-devel] DNS in Ubuntu 12.04.

2012-03-20 Thread Sanjeev BA
Hi, I found the following info useful to fix my DNS issue in Ubuntu 12.04, today morning. http://www.stgraber.org/2012/02/24/dns-in-ubuntu-12-04/ Regards, Sanjeev -- This SF email is sponsosred by: Try Windows Azure free

Re: [E-devel] [patch] els_scroller

2012-03-20 Thread Sanjeev BA
In SVN : r69530 Thanks. On Tue, Mar 20, 2012 at 5:55 PM, Hyoyoung Chang wrote: > Dear all, > > At early calling gravity_set in els_scroller, segfault can be occurred. > because in smart_add, there's no gravity_set/get func ptr set. > This patch resolves the bug. > > Thanks > > >

Re: [E-devel] [Patch][elm_map] Map overlay color & grouping & route Fix

2012-03-20 Thread Daniel Juyung Seo
bluezery again!! SEPARATE THEM On Mar 20, 2012 7:11 PM, "Sanjeev BA" wrote: > Do you want all of these to go in as one patch ? > > On Tue, Mar 20, 2012 at 4:58 PM, Bluezery wrote: > > > Hello, > > > > This is patch for elm_map > > > > 1. Default and Class overlay can be set color by > > elm

Re: [E-devel] Elementary and windowing specific calls

2012-03-20 Thread The Rasterman
On Tue, 20 Mar 2012 11:06:18 +0200 Tom Hacohen said: > On 20/03/12 10:10, Carsten Haitzler (The Rasterman) wrote: > > reality is that the type of the return may vary from display system to > > display system - need to add more calls depending on display system and > > return the specific type/han

Re: [E-devel] [Patch][elm_map] Map overlay color & grouping & route Fix

2012-03-20 Thread Sanjeev BA
Do you want all of these to go in as one patch ? On Tue, Mar 20, 2012 at 4:58 PM, Bluezery wrote: > Hello, > > This is patch for elm_map > > 1. Default and Class overlay can be set color by > elm_map_overlay_color_set(). > 2. Fix test application for map API testing more. > 3. Fix grouping for

Re: [E-devel] Elementary and windowing specific calls

2012-03-20 Thread Vincent Torri
On Tue, Mar 20, 2012 at 9:09 AM, Carsten Haitzler wrote: > On Tue, 20 Mar 2012 07:25:04 +0200 Tom Hacohen said: > >> On 20/03/12 06:12, Vincent Torri wrote: >> > Hey >> > >> > in elm_win.c, at the bottom, there is a comment: >> > >> > /* windowing specific calls - shall we do this differently? */

Re: [E-devel] [Patch] Fix extraneous $(DISTDIR) in edje

2012-03-20 Thread The Rasterman
On Tue, 20 Mar 2012 14:35:00 +0900 Jérôme Pinot said: > Hi, > > There are 2 extraneous $(DISTDIR) in eet_snd_reader/Makefile.am which > makes the 'make DESTDIR=/foo install' put the lib in the wrong place. > > Attached is a patch that fix this issue. yeah - was trying to fix distcheck stuff...

Re: [E-devel] Elementary and windowing specific calls

2012-03-20 Thread Tom Hacohen
On 20/03/12 10:10, Carsten Haitzler (The Rasterman) wrote: > reality is that the type of the return may vary from display system to display > system - need to add more calls depending on display system and return the > specific type/handle there. Well, I want an abstraction layer. I don't care abo

Re: [E-devel] Elementary and windowing specific calls

2012-03-20 Thread Tom Hacohen
On 20/03/12 10:09, Carsten Haitzler (The Rasterman) wrote: > current we have no cross-platform way of doing this. > I know, and it's a pity, because it's useful. :) -- Tom. -- This SF email is sponsosred by: Try Windows

Re: [E-devel] Elementary and windowing specific calls

2012-03-20 Thread The Rasterman
On Tue, 20 Mar 2012 05:12:50 +0100 Vincent Torri said: > Hey > > in elm_win.c, at the bottom, there is a comment: > > /* windowing specific calls - shall we do this differently? */ > > as elm will be released soon, i would suggest that we think about that > question a bit, so that windows, mac

Re: [E-devel] Elementary and windowing specific calls

2012-03-20 Thread The Rasterman
On Tue, 20 Mar 2012 07:25:04 +0200 Tom Hacohen said: > On 20/03/12 06:12, Vincent Torri wrote: > > Hey > > > > in elm_win.c, at the bottom, there is a comment: > > > > /* windowing specific calls - shall we do this differently? */ > > > > as elm will be released soon, i would suggest that we thin

[E-devel] [patch] els_scroller

2012-03-20 Thread Hyoyoung Chang
Dear all, At early calling gravity_set in els_scroller, segfault can be occurred. because in smart_add, there's no gravity_set/get func ptr set. This patch resolves the bug. Thanks Index: elementary/src/lib/els_scroller.c === --- ele

Re: [E-devel] [patch] elm_genlist - bugfix at decorate mode

2012-03-20 Thread Daniel Juyung Seo
In SVN! Thanks! http://trac.enlightenment.org/e/changeset/69520 Daniel Juyung Seo (SeoZ) On Mon, Mar 19, 2012 at 11:48 AM, Hyoyoung Chang wrote: > Dear all, > > I found a bug in decorate mode that selection callback is called twice. > Because two _mouse_down callbacks are added to a genlist item

Re: [E-devel] [patch] elm_genlist - bugfix at flip_realize

2012-03-20 Thread Hyoyoung Chang
oops sorry. in diff, i did a mistakes it's refined version. On Tue, Mar 20, 2012 at 4:43 PM, Sanjeev BA wrote: > how does EINA_LIST_FOREACH(*source, l, key) work without initializing > *source ? > > On Tue, Mar 20, 2012 at 4:31 PM, Hyoyoung Chang wrote: > >> Dear all, >> >> I found a bug in _ite

Re: [E-devel] [patch] elm_genlist - bugfix at flip_realize

2012-03-20 Thread Sanjeev BA
how does EINA_LIST_FOREACH(*source, l, key) work without initializing *source ? On Tue, Mar 20, 2012 at 4:31 PM, Hyoyoung Chang wrote: > Dear all, > > I found a bug in _item_flip_realize. > It replaces previous string list without free. > this patch fixed for it. > > Thanks > > > ---

Re: [E-devel] [Patch][Genlist] Add the moved.after/before signal instead of moved

2012-03-20 Thread chanwook jung
I make a new patch. I did not remove moved signal just add moved,after/before and change to ",". Thanks Joey 2012/3/20 Hyoyoung Chang > It seems nice except signal separator is "." > How about change to "," from "."? other genlist signals uses "," as a > naming separator. > Also I think it's be

[E-devel] [patch] elm_genlist - bugfix at flip_realize

2012-03-20 Thread Hyoyoung Chang
Dear all, I found a bug in _item_flip_realize. It replaces previous string list without free. this patch fixed for it. Thanks Index: elementary/src/lib/elm_genlist.c === --- elementary/src/lib/elm_genlist.c(리비전 69518) +++ element

Re: [E-devel] [patch] elm_map - Bug fix

2012-03-20 Thread Bluezery
I resend map patch! Thanks for your comments! ! 2012/3/20 Bluezery : > 2012/3/19 Bluezery : >> 2012/3/19 Sanjeev BA : >>> I am looking into it. >> >> In removed/deprecated header, some APIs are removed. >> So those are not need to be patched. >> I resend modified patch. >> Thanks. > > Dear Sanjeev

Re: [E-devel] elm entry anchors broken

2012-03-20 Thread The Rasterman
On Tue, 20 Mar 2012 03:17:32 +0200 Tom Hacohen said: > On 20/03/12 03:10, Michael Blumenkrantz wrote: > > I've tried every entry test in the application. I have the latest revisions > > of everything. Anchor clicks do not work. > > > > I'm not gonna bother reporting any more bugs if the only repl