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

2011-08-01 Thread Nicolas Aguirre
2011/8/2 [email protected] : > hmm, the difference between shaped and argb mode is that in the first > case a shaped rgb window + input only window is used while for the > argb window input shape is set. no idea why the shaped window might > not be drawn (if shape rects are calculated and

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

2011-08-01 Thread [email protected]
is this the expected output? ./configure --enable-ecore-x-xcb --disable-ecore-evas-opengl-x11 Ecore_X (XCB backend): yes ... Software X11...: yes (Xlib=yes) (XCB=no) OpenGL X11.: no ... I would guess that ecore-evas should use xcb (at least to draw shaped

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

2011-08-01 Thread [email protected]
On Tue, Aug 2, 2011 at 6:15 AM, Christopher Michael wrote: > 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

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

2011-08-01 Thread [email protected]
On Tue, Aug 2, 2011 at 6:27 AM, Christopher Michael wrote: > 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

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

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

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 wrote: > On Mon,  1 Aug 2011 12:41:57 -0700 > "Enlightenment SVN" wrote: > >> Log: >> Let's return from Bizarro world. Things working backwards may be fun, but >> they are a bit confusing. >> >> Author:

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 > wrote: >>> On Mon, Aug 1, 2011 at 5:01 AM, Boris Faurewrote: I'll rewrite the patch to make ecore_xcb work with both xcb<1.7 and xcb>

Re: [E-devel] genlist bug

2011-08-01 Thread Mike Blumenkrantz
On Tue, 2 Aug 2011 10:00:51 +0900 Daniel Juyung Seo 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 ellipsis is just

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 09:37:27 +0900 Daniel Juyung Seo 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 "elm/genlist/item_compress/blarblar/default" > 3. Ca

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 enhanc

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" wrote: > On 31/07/11 16:15, Carsten Haitzler (The Rasterman) wrote: >> when using form makefiles and we have $(top_srcdir) and other such fun in t

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 >> wrote: On Mon, Aug 1, 2011 at 5:01 AM, Boris Faure wrote: > I'll rewrite the patch to make ecore_xcb work with both xcb< 1.7 and > xc

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" 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 gets pushed al

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 > wrote: >>> On Mon, Aug 1, 2011 at 5:01 AM, Boris Faurewrote: 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 p

[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 Boris Faure
On Mon, Aug 1, 2011 at 21:59, Christopher Michael wrote: >> On Mon, Aug 1, 2011 at 5:01 AM, Boris Faure  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 as it will build for both ..

[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 Christopher Michael
On 08/01/2011 03:36 PM, Lucas De Marchi wrote: > On Mon, Aug 1, 2011 at 5:01 AM, Boris Faure wrote: >> On Mon, Aug 1, 2011 at 01:16, Christopher Michael >> wrote: >>> On 07/30/2011 06:36 PM, Boris Faure wrote: On Tue, Jul 12, 2011 at 01:10, Christopher Michael wrote: […]

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" 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: 61961 > Trac:

Re: [E-devel] Ecore XCB

2011-08-01 Thread Lucas De Marchi
On Mon, Aug 1, 2011 at 5:01 AM, Boris Faure wrote: > On Mon, Aug 1, 2011 at 01:16, Christopher Michael > wrote: >> On 07/30/2011 06:36 PM, Boris Faure wrote: >>> >>> On Tue, Jul 12, 2011 at 01:10, Christopher Michael >>>  wrote: >>> […] 2) It may not build on your system (tho it builds

[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] NULL pointer dereferencing in evas' image preload

2011-08-01 Thread Cedric BAIL
On Sun, Jul 31, 2011 at 10:32 AM, Cedric BAIL wrote: > On Sun, Jul 31, 2011 at 3:10 AM, Leif Middelschulte > wrote: >> Hello all, >> >> Apparently I'm facing a bug in evas' async image preloading mechanisms. >> >> I can reproduce it by simply running 'shotgun' (an app many of you >> already know)

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

2011-08-01 Thread Sachiel
2011/8/1 Enlightenment SVN : > 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. > > Author:       cedri

Re: [E-devel] Build error in ecore

2011-08-01 Thread The Rasterman
On Mon, 1 Aug 2011 13:36:20 +0200 libernux 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 don't know what fi

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 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 Porte d'Orleans and we wi

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

2011-08-01 Thread Gustavo Sverzut Barbieri
On Mon, Aug 1, 2011 at 8:16 AM, michael bouchaud wrote: > 2011/8/1 michael bouchaud >> >> 2011/8/1 Gustavo Sverzut Barbieri >>> >>> On Wed, Jul 27, 2011 at 11:15 AM, Gustavo Sverzut Barbieri >>> wrote: >>> > >>> > On Wed, Jul 27, 2011 at 10:41 AM, michael bouchaud >>> > wrote: >>> > > 2011/7/2

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

2011-08-01 Thread Gustavo Sverzut Barbieri
On Mon, Aug 1, 2011 at 10:15 AM, Cedric BAIL wrote: > On Mon, Aug 1, 2011 at 3:13 PM, Gustavo Sverzut Barbieri > wrote: >> On Mon, Aug 1, 2011 at 8:16 AM, michael bouchaud >> wrote: >>> 2011/8/1 michael bouchaud 2011/8/1 Gustavo Sverzut Barbieri > > On Wed, Jul 27, 2011 at 11

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

2011-08-01 Thread Cedric BAIL
On Mon, Aug 1, 2011 at 3:13 PM, Gustavo Sverzut Barbieri wrote: > On Mon, Aug 1, 2011 at 8:16 AM, michael bouchaud > wrote: >> 2011/8/1 michael bouchaud >>> >>> 2011/8/1 Gustavo Sverzut Barbieri On Wed, Jul 27, 2011 at 11:15 AM, Gustavo Sverzut Barbieri wrote: > > On W

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, A

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 important

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

2011-08-01 Thread michael bouchaud
2011/8/1 michael bouchaud > 2011/8/1 Gustavo Sverzut Barbieri > >> On Wed, Jul 27, 2011 at 11:15 AM, Gustavo Sverzut Barbieri >> wrote: >> > >> > On Wed, Jul 27, 2011 at 10:41 AM, michael bouchaud >> > wrote: >> > > 2011/7/27 Cedric BAIL >> > >> >> > >> On Tue, Jul 26, 2011 at 10:53 PM, Gusta

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 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 again we ask "isz eina

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 wrote: > On Mon, Aug 1, 2011 at 11:57 AM, libernux wrote: >> Op Mon, 1 Aug 2011 11:43:11 +0200 >> Cedric BAIL schreef:

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

2011-08-01 Thread michael bouchaud
2011/8/1 Gustavo Sverzut Barbieri > On Wed, Jul 27, 2011 at 11:15 AM, Gustavo Sverzut Barbieri > wrote: > > > > On Wed, Jul 27, 2011 at 10:41 AM, michael bouchaud > > wrote: > > > 2011/7/27 Cedric BAIL > > >> > > >> On Tue, Jul 26, 2011 at 10:53 PM, Gustavo Sverzut Barbieri > > >> wrote: > >

Re: [E-devel] Build error in ecore

2011-08-01 Thread Cedric BAIL
On Mon, Aug 1, 2011 at 11:57 AM, libernux wrote: > Op Mon, 1 Aug 2011 11:43:11 +0200 > Cedric BAIL schreef: >> On Mon, Aug 1, 2011 at 11:19 AM, libernux >> wrote: >> > I'm getting an error when building the latest ecore. >> > Could somebody have a look into this. >> > >> > Making all in bin >> >

Re: [E-devel] Build error in ecore

2011-08-01 Thread libernux
Op Mon, 1 Aug 2011 11:43:11 +0200 Cedric BAIL schreef: > On Mon, Aug 1, 2011 at 11:19 AM, libernux > 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-

Re: [E-devel] Build error in ecore

2011-08-01 Thread Cedric BAIL
On Mon, Aug 1, 2011 at 11:19 AM, libernux 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 > ../../src/lib/ec

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 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] [PATCH] ecore: Add basic thread safety

2011-08-01 Thread Cedric BAIL
On Fri, Jul 29, 2011 at 3:44 AM, Mike McCormack 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 need more than tha

[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] Ecore XCB

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

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 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. > > bit_count =

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

2011-08-01 Thread Jiyoun Park
Hello. There is some bug cause memory crash in evas_image_load_file_head_bmp function. The problem is occurred below case. bit_count = 32(has alpha) & comp= 0(no compression) 980 line: pixend = pix +(w*h) But pix already pointed the end of surface, so pixend address is wrong. So I modi