Re: [E-devel] [PATCH] notify immodule to know the cursor location

2011-08-01 Thread Jihoon Kim
Thanks, Raster. In the current edje_entry, there are some bugs related to sequence and miss to call '_edje_entry_imf_cursor_info_set()'. Cursor geometry information should be transferred after ecore_imf_context_focus_in API is called. This patch will resolve those bugs. Would you please apply

Re: [E-devel] [Patch] evas_image_load_bmp memory bug fix

2011-08-01 Thread The Rasterman
On Mon, 01 Aug 2011 16:25:49 +0900 Jiyoun Park jy0703.p...@samsung.com said: ooh good catch! could be more minimal a fix though. in svn (minimal fix.diff). :) Hello. There is some bug cause memory crash in evas_image_load_file_head_bmp function. The problem is occurred below case.

Re: [E-devel] Ecore XCB

2011-08-01 Thread Boris Faure
On Mon, Aug 1, 2011 at 01:16, Christopher Michael cpmicha...@comcast.net wrote: On 07/30/2011 06:36 PM, Boris Faure wrote: On Tue, Jul 12, 2011 at 01:10, Christopher Michael cpmicha...@comcast.net  wrote: […] 2) It may not build on your system (tho it builds on all boxes I have tried so

[E-devel] Build error in ecore

2011-08-01 Thread libernux
Hello, I'm getting an error when building the latest ecore. Could somebody have a look into this. Making all in bin make[4]: Map '/home/bstrik/arche17/ecore-svn/src/ecore-build/src/bin' wordt binnengegaan CCLD ecore_test ../../src/lib/ecore/.libs/libecore.so: undefined reference to ===

Re: [E-devel] [PATCH] ecore: Add basic thread safety

2011-08-01 Thread Cedric BAIL
On Fri, Jul 29, 2011 at 3:44 AM, Mike McCormack mj.mccorm...@samsung.com wrote: On 07/28/2011 10:35 PM, Cedric BAIL wrote: As I don't want the grumpy guy that don't help. You now have ecore_main_loop_thread_safe_call that should be the base for your patch. And I am still not convinced that we

Re: [E-devel] [PATCH] ecore: Add basic thread safety

2011-08-01 Thread Cedric BAIL
On Mon, Aug 1, 2011 at 4:33 AM, Mike McCormack mj.mccorm...@samsung.com wrote: On 07/29/2011 05:56 PM, Cedric BAIL wrote: Then take that pseudo example : Eina_Bool _timer_in_main_loop(void *data) {    ;     lock_data_mutex();     if (!data_was_deleted)       {        free(data);    

Re: [E-devel] Build error in ecore

2011-08-01 Thread Cedric BAIL
On Mon, Aug 1, 2011 at 11:19 AM, libernux libernu...@gmail.com wrote: I'm getting an error when building the latest ecore. Could somebody have a look into this. Making all in bin make[4]: Map '/home/bstrik/arche17/ecore-svn/src/ecore-build/src/bin' wordt binnengegaan  CCLD   ecore_test

Re: [E-devel] Build error in ecore

2011-08-01 Thread libernux
Op Mon, 1 Aug 2011 11:43:11 +0200 Cedric BAIL cedric.b...@free.fr schreef: On Mon, Aug 1, 2011 at 11:19 AM, libernux libernu...@gmail.com wrote: I'm getting an error when building the latest ecore. Could somebody have a look into this. Making all in bin make[4]: Map

Re: [E-devel] Build error in ecore

2011-08-01 Thread Cedric BAIL
On Mon, Aug 1, 2011 at 11:57 AM, libernux libernu...@gmail.com wrote: Op Mon, 1 Aug 2011 11:43:11 +0200 Cedric BAIL cedric.b...@free.fr schreef: On Mon, Aug 1, 2011 at 11:19 AM, libernux libernu...@gmail.com wrote: I'm getting an error when building the latest ecore. Could somebody have a

Re: [E-devel] European Tour -- BEERS?

2011-08-01 Thread michael bouchaud
2011/8/1 Gustavo Sverzut Barbieri barbi...@profusion.mobi On Wed, Jul 27, 2011 at 11:15 AM, Gustavo Sverzut Barbieri barbi...@profusion.mobi wrote: On Wed, Jul 27, 2011 at 10:41 AM, michael bouchaud michael.bouch...@gmail.com wrote: 2011/7/27 Cedric BAIL cedric.b...@free.fr On

Re: [E-devel] Build error in ecore

2011-08-01 Thread Daniel Juyung Seo
Did you run $ sudo ldconfig ? If so, you may have multiple eina installations. Find and remove old ones. Daniel Juyung Seo (SeoZ) On Mon, Aug 1, 2011 at 7:05 PM, Cedric BAIL cedric.b...@free.fr wrote: On Mon, Aug 1, 2011 at 11:57 AM, libernux libernu...@gmail.com wrote: Op Mon, 1 Aug 2011

Re: [E-devel] Build error in ecore

2011-08-01 Thread The Rasterman
On Mon, 1 Aug 2011 19:48:34 +0900 Daniel Juyung Seo seojuyu...@gmail.com said: ldconfig is runtime. his problem is compile time. he has multiple installs of eina with one of them older or the eina he has is old, despite what he says. this is *ALWAYS* the case with these issues. always. tim and

Re: [E-devel] European Tour -- BEERS?

2011-08-01 Thread michael bouchaud
2011/8/1 michael bouchaud michael.bouch...@gmail.com 2011/8/1 Gustavo Sverzut Barbieri barbi...@profusion.mobi On Wed, Jul 27, 2011 at 11:15 AM, Gustavo Sverzut Barbieri barbi...@profusion.mobi wrote: On Wed, Jul 27, 2011 at 10:41 AM, michael bouchaud michael.bouch...@gmail.com wrote:

Re: [E-devel] Build error in ecore

2011-08-01 Thread libernux
I don't know what fixed it but after ditching the old svn-tree of eina and ecore and building them after getting a complete new tree fixed it. I think I've made a mistake somewhere. I'm going to sit in the corner and shame myself. Sorry to have you kept busy with my problem. You have more

Re: [E-devel] E SVN: raster trunk/elementary/src/lib

2011-08-01 Thread Daniel Juyung Seo
Man, this is done by you 3 years ago. (not blaming, I was just curious) http://trac.enlightenment.org/e/changeset/36487/trunk/TMP/st/elementary/src/lib/elm_win.c But it was working before. It looks like elm_win sub objects eval was affected by something else :( Daniel Juyung Seo (SeoZ) On Mon,

Re: [E-devel] European Tour -- BEERS?

2011-08-01 Thread Cedric BAIL
On Mon, Aug 1, 2011 at 3:13 PM, Gustavo Sverzut Barbieri barbi...@profusion.mobi wrote: On Mon, Aug 1, 2011 at 8:16 AM, michael bouchaud michael.bouch...@gmail.com wrote: 2011/8/1 michael bouchaud michael.bouch...@gmail.com 2011/8/1 Gustavo Sverzut Barbieri barbi...@profusion.mobi On Wed,

Re: [E-devel] European Tour -- BEERS?

2011-08-01 Thread Gustavo Sverzut Barbieri
On Mon, Aug 1, 2011 at 10:15 AM, Cedric BAIL cedric.b...@free.fr wrote: On Mon, Aug 1, 2011 at 3:13 PM, Gustavo Sverzut Barbieri barbi...@profusion.mobi wrote: On Mon, Aug 1, 2011 at 8:16 AM, michael bouchaud michael.bouch...@gmail.com wrote: 2011/8/1 michael bouchaud

Re: [E-devel] European Tour -- BEERS?

2011-08-01 Thread Gustavo Sverzut Barbieri
On Mon, Aug 1, 2011 at 8:16 AM, michael bouchaud michael.bouch...@gmail.com wrote: 2011/8/1 michael bouchaud michael.bouch...@gmail.com 2011/8/1 Gustavo Sverzut Barbieri barbi...@profusion.mobi On Wed, Jul 27, 2011 at 11:15 AM, Gustavo Sverzut Barbieri barbi...@profusion.mobi wrote: On

Re: [E-devel] European Tour -- BEERS?

2011-08-01 Thread Guillaume Friloux
Be carefull about what he said i can catch you On 01/08/2011 15:15, Cedric BAIL wrote: On Mon, Aug 1, 2011 at 3:13 PM, Gustavo Sverzut Barbieri barbi...@profusion.mobi wrote: I'll leave at 18:45, so sure I can visit you. Maybe 10am is a good hour? If you want i can catch you at 10am at

Re: [E-devel] Build error in ecore

2011-08-01 Thread The Rasterman
On Mon, 1 Aug 2011 13:36:20 +0200 libernux libernu...@gmail.com said: no problems. i just need to, every now and again, say this, so we can shortcut the solution for people - i.e. dont ask us for the solution - we cant provide it. the solution is somewhere local and you need to dig around :) I

Re: [E-devel] E SVN: cedric trunk/emotion/src/modules/gstreamer

2011-08-01 Thread Sachiel
2011/8/1 Enlightenment SVN no-re...@enlightenment.org: Log: emotion: forgotten file. You are doing this far too often lately. Since breaking SVN is no longer of your exclusivity, maybe we can start saying hey, I pulled off a cedric last night every time we forget to add a new file to SVN.

Re: [E-devel] NULL pointer dereferencing in evas' image preload

2011-08-01 Thread Cedric BAIL
On Sun, Jul 31, 2011 at 10:32 AM, Cedric BAIL cedric.b...@free.fr wrote: On Sun, Jul 31, 2011 at 3:10 AM, Leif Middelschulte leif.middelschu...@gmail.com wrote: Hello all, Apparently I'm facing a bug in evas' async image preloading mechanisms. I can reproduce it by simply running 'shotgun'

[E-devel] e16-1.0.9

2011-08-01 Thread Kim Woelders
e16-1.0.9 is available for download: http://sourceforge.net/projects/enlightenment/files/ e16-1.0.9: - Enable having background files with whitespace in name. - Add GNOME3 gdm/gnome-session support. - Fix potential placement breakage when there are windows with struts. - Compositor: Fix rendering

Re: [E-devel] Ecore XCB

2011-08-01 Thread Lucas De Marchi
On Mon, Aug 1, 2011 at 5:01 AM, Boris Faure bill...@gmail.com wrote: On Mon, Aug 1, 2011 at 01:16, Christopher Michael cpmicha...@comcast.net wrote: On 07/30/2011 06:36 PM, Boris Faure wrote: On Tue, Jul 12, 2011 at 01:10, Christopher Michael cpmicha...@comcast.net  wrote: […] 2) It may

Re: [E-devel] E SVN: sachiel trunk/elementary/src/lib

2011-08-01 Thread Mike Blumenkrantz
On Mon, 1 Aug 2011 12:41:57 -0700 Enlightenment SVN no-re...@enlightenment.org wrote: Log: Let's return from Bizarro world. Things working backwards may be fun, but they are a bit confusing. Author: sachiel Date: 2011-08-01 12:41:56 -0700 (Mon, 01 Aug 2011) New Revision:

Re: [E-devel] Ecore XCB

2011-08-01 Thread Christopher Michael
On 08/01/2011 03:36 PM, Lucas De Marchi wrote: On Mon, Aug 1, 2011 at 5:01 AM, Boris Faurebill...@gmail.com wrote: On Mon, Aug 1, 2011 at 01:16, Christopher Michael cpmicha...@comcast.net wrote: On 07/30/2011 06:36 PM, Boris Faure wrote: On Tue, Jul 12, 2011 at 01:10, Christopher Michael

[E-devel] genlist bug

2011-08-01 Thread Mike Blumenkrantz
Hey SeoZ, new bug in genlist: try making an item with a super long label/sublabel and then adding a swallow.end icon. the icon gets pushed all the way to the end of the label, usually off the canvas. -- Mike Blumenkrantz Zentific: Coding in binary since '10.

Re: [E-devel] Ecore XCB

2011-08-01 Thread Boris Faure
On Mon, Aug 1, 2011 at 21:59, Christopher Michael cpmicha...@comcast.net wrote: On Mon, Aug 1, 2011 at 5:01 AM, Boris Faurebill...@gmail.com  wrote: I'll rewrite the patch to make ecore_xcb work with both xcb  1.7 and xcb= 1.7 so that it's fine for everyone. New patch sounds good :) as long

[E-devel] segfault when calling edje_shutdown() before ecore_evas_shutdown()

2011-08-01 Thread Rafael Antognolli
Hello guys, I was working on an example and had the problem cited in the subject. Since I just didn't look at the code, I'm just giving the backtrace and valgrind log: GNU gdb (Gentoo 7.2 p1) 7.2 Copyright (C) 2010 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later

Re: [E-devel] Ecore XCB

2011-08-01 Thread Christopher Michael
On 08/01/2011 05:02 PM, Boris Faure wrote: On Mon, Aug 1, 2011 at 21:59, Christopher Michael cpmicha...@comcast.net wrote: On Mon, Aug 1, 2011 at 5:01 AM, Boris Faurebill...@gmail.comwrote: I'll rewrite the patch to make ecore_xcb work with both xcb1.7 and xcb= 1.7 so that it's fine

Re: [E-devel] genlist bug

2011-08-01 Thread Daniel Juyung Seo
yay~ what genlist item style did you use? i will catch you in irc soon. Daniel Juyung Seo (SeoZ) On Aug 2, 2011 5:53 AM, Mike Blumenkrantz m...@zentific.com wrote: Hey SeoZ, new bug in genlist: try making an item with a super long label/sublabel and then adding a swallow.end icon. the icon

Re: [E-devel] Ecore XCB

2011-08-01 Thread Christopher Michael
On 08/01/2011 07:23 PM, Christopher Michael wrote: On 08/01/2011 05:02 PM, Boris Faure wrote: On Mon, Aug 1, 2011 at 21:59, Christopher Michael cpmicha...@comcast.net wrote: On Mon, Aug 1, 2011 at 5:01 AM, Boris Faurebill...@gmail.com wrote: I'll rewrite the patch to make ecore_xcb work with

Re: [E-devel] header size...

2011-08-01 Thread Daniel Juyung Seo
so the topic has been changed successfully :) i prefer separating edc as well though. Daniel Juyung Seo (SeoZ) On Jul 31, 2011 10:19 PM, Tom Hacohen tom.haco...@partner.samsung.com wrote: On 31/07/11 16:15, Carsten Haitzler (The Rasterman) wrote: when using form makefiles and we have

Re: [E-devel] genlist bug

2011-08-01 Thread Daniel Juyung Seo
As I told you in irc, horizontal expanding is a genlist's default behavior. To meet your needs, 1. We need to create another item style which supports ellipsis. 2. Name it as elm/genlist/item_compress/blarblar/default 3. Call elm_genlist_compress_mode_set() API. This is bothersome. I can enhance

Re: [E-devel] genlist bug

2011-08-01 Thread Mike Blumenkrantz
On Tue, 2 Aug 2011 09:37:27 +0900 Daniel Juyung Seo seojuyu...@gmail.com wrote: As I told you in irc, horizontal expanding is a genlist's default behavior. To meet your needs, 1. We need to create another item style which supports ellipsis. 2. Name it as

Re: [E-devel] genlist bug

2011-08-01 Thread Daniel Juyung Seo
We have elm_genlist_item_item_class_set() to change the item class of an item on the fly. But still I don't like managing many styles. I already maintains hundreds of styles and gonna get crazy. Supporting ellipsis is just one line change in edc. (change min of textblock to 0) So I'm planning to

Re: [E-devel] genlist bug

2011-08-01 Thread Mike Blumenkrantz
On Tue, 2 Aug 2011 10:00:51 +0900 Daniel Juyung Seo seojuyu...@gmail.com wrote: We have elm_genlist_item_item_class_set() to change the item class of an item on the fly. But still I don't like managing many styles. I already maintains hundreds of styles and gonna get crazy. Supporting

Re: [E-devel] Ecore XCB

2011-08-01 Thread Christopher Michael
In Svn, but had to modify it a bit. Thanks dh On 08/01/2011 05:02 PM, Boris Faure wrote: On Mon, Aug 1, 2011 at 21:59, Christopher Michael cpmicha...@comcast.net wrote: On Mon, Aug 1, 2011 at 5:01 AM, Boris Faurebill...@gmail.comwrote: I'll rewrite the patch to make ecore_xcb work with

Re: [E-devel] E SVN: sachiel trunk/elementary/src/lib

2011-08-01 Thread Daniel Juyung Seo
THIS IS AWESOME! Daniel Juyung Seo (SeoZ) On Tue, Aug 2, 2011 at 4:40 AM, Mike Blumenkrantz m...@zentific.com wrote: On Mon,  1 Aug 2011 12:41:57 -0700 Enlightenment SVN no-re...@enlightenment.org wrote: Log: Let's return from Bizarro world. Things working backwards may be fun, but they

Re: [E-devel] Engage and XCB are on a boat

2011-08-01 Thread Christopher Michael
On 07/29/2011 09:39 AM, Nicolas Aguirre wrote: Hi, When i activated XCB support in ecore and evas, engage is not usable anymore. When i click on engage bar the E desktop menu is displayed. It's like if engage doesn't take focus when mouse entered the window. There is no zoom animation on