Re: [E-devel] about ERROR macro in evas_common.h

2009-09-22 Thread Vincent Torri
On Wed, 23 Sep 2009, Vincent Torri wrote: > > > On Tue, 22 Sep 2009, Gustavo Sverzut Barbieri wrote: > >> On Tue, Sep 22, 2009 at 8:01 PM, Vincent Torri wrote: >>> >>> Hey, >>> >>> ERROR is a macro that is already defined in Windows headers. Why isn't >>> there a namespace ? namespace are for t

Re: [E-devel] about ERROR macro in evas_common.h

2009-09-22 Thread Vincent Torri
On Tue, 22 Sep 2009, Gustavo Sverzut Barbieri wrote: > On Tue, Sep 22, 2009 at 8:01 PM, Vincent Torri wrote: >> >> Hey, >> >> ERROR is a macro that is already defined in Windows headers. Why isn't >> there a namespace ? namespace are for that : avoid duplicating names. > > it should be internal

Re: [E-devel] [Fwd: corruption on 16bit]

2009-09-22 Thread The Rasterman
On Mon, 21 Sep 2009 12:38:31 +0200 Arno Schuring said: > Hello list, > > I've already sent this to -users, but have not gotten any meaningful > responses. When I switch my desktop to 16 bit depth, I can see > corruption in the shelves and E menu > (http://img338.imageshack.us/img338/3853/e1716bi

Re: [E-devel] about ERROR macro in evas_common.h

2009-09-22 Thread Gustavo Sverzut Barbieri
On Tue, Sep 22, 2009 at 8:01 PM, Vincent Torri wrote: > > Hey, > > ERROR is a macro that is already defined in Windows headers. Why isn't > there a namespace ? namespace are for that : avoid duplicating names. it should be internal and as a macro no real need to namespace it as it will not end in

Re: [E-devel] E SVN: urandom trunk/E-MODULES-EXTRA/bling/src

2009-09-22 Thread hannes.janet...@gmail.com
Hm, looks not that good with the event for cm activation. It would be the responsibility of the cm to send a client message that it acquired the cm selection. xcompmgr does not. also it's pretty much work as one has to listen to client messages, then remember the window which got the selection and

Re: [E-devel] [Patch] Edje and Lua

2009-09-22 Thread Jaime Thomas
On Mon, Sep 21, 2009 at 1:20 PM, Atton Jonathan wrote: > It seems like the message function in a lua script isn't called when we send > a message from a C program. > > lua script: > lua_script { >            function init (ed) >            print 'init' >            end > >            function mess

[E-devel] about ERROR macro in evas_common.h

2009-09-22 Thread Vincent Torri
Hey, ERROR is a macro that is already defined in Windows headers. Why isn't there a namespace ? namespace are for that : avoid duplicating names. Vincent -- Come build with us! The BlackBerry® Developer Conference in S

Re: [E-devel] Implementing default gadcon client size for EFM toolbar

2009-09-22 Thread victor
В Втр, 22/09/2009 в 20:40 +0200, hannes.janet...@gmail.com пишет: > Hello Victor, > I'm not the one to ask for accepting edje changes. Anyway, I think > this could be handled with using min_size of the edje group. If I > recall correct the only problem with adding gadgets to toolbar were > that the

Re: [E-devel] Elementary genlist item selection behaviour

2009-09-22 Thread Treviño
Gustavo Sverzut Barbieri wrote: > On Tue, Sep 22, 2009 at 6:14 AM, Nicolas Aguirre > > What do you think if I add these 3 new functions in elm_genlist ? > > > > EAPI Elm_Genlist_Item *elm_genlist_hilighted_item_get(const Evas_Object > > *obj); > > EAPI void > > elm_genlist_item_hilighted_set(Elm_G

Re: [E-devel] E SVN: urandom trunk/E-MODULES-EXTRA/bling/src

2009-09-22 Thread Viktor Kojouharov
On Tue, 2009-09-22 at 19:27 +0200, hannes.janet...@gmail.com wrote: > On Tue, Sep 22, 2009 at 1:26 PM, Viktor Kojouharov > wrote: > > On Tue, 2009-09-22 at 10:57 +0200, Dave Andreoli wrote: > >> > >> > >> 2009/9/22 Viktor Kojouharov > >> Chances arde small that 2 composite managers (one o

Re: [E-devel] Implementing default gadcon client size for EFM toolbar

2009-09-22 Thread hannes.janet...@gmail.com
Hello Victor, I'm not the one to ask for accepting edje changes. Anyway, I think this could be handled with using min_size of the edje group. If I recall correct the only problem with adding gadgets to toolbar were that they were smaller than the appropriate size for the gadget. I'll have a look in

[E-devel] [PATCH] ecore: fix tslib touchscreen detection

2009-09-22 Thread Marc Andre Tanner
Hi, I am trying to compile just the minimum requirements for elementary with framebuffer support. During this I found some problems in ecore's tslib detection code. The following patches should fix them. [ Note: I am in no way an expert - and don't want to become one - in configure an

[E-devel] [PATCH 1/2] ecore/configure: fix usage of ECORE_CHECK_TSLIB (touchscreen detection)

2009-09-22 Thread Marc Andre Tanner
Signed-off-by: Marc Andre Tanner --- configure.ac |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/configure.ac b/configure.ac index 87abb8f..999a333 100644 --- a/configure.ac +++ b/configure.ac @@ -877,7 +877,7 @@ ECORE_CHECK_MODULE([SDL], [${want_ecore_sdl}], [${ecore_

[E-devel] [PATCH 2/2] ecore/configure: fix ECORE_CHECK_TSLIB

2009-09-22 Thread Marc Andre Tanner
The code was setting _ecore_have_ts but checking _ecore_have_tslib. Signed-off-by: Marc Andre Tanner --- m4/ecore_check_options.m4 | 10 +- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/m4/ecore_check_options.m4 b/m4/ecore_check_options.m4 index 03aa740..b8c6db8 100644

[E-devel] [Fwd: corruption on 16bit]

2009-09-22 Thread Arno Schuring
Hello list, I've already sent this to -users, but have not gotten any meaningful responses. When I switch my desktop to 16 bit depth, I can see corruption in the shelves and E menu (http://img338.imageshack.us/img338/3853/e1716bit.png). Has anyone else seen this or can anyone reproduce this? Regul

Re: [E-devel] E SVN: urandom trunk/E-MODULES-EXTRA/bling/src

2009-09-22 Thread hannes.janet...@gmail.com
On Tue, Sep 22, 2009 at 1:26 PM, Viktor Kojouharov wrote: > On Tue, 2009-09-22 at 10:57 +0200, Dave Andreoli wrote: >> >> >> 2009/9/22 Viktor Kojouharov >>         Chances arde small that 2 composite managers (one of tghem >>         bling) will be running at the same time. And if you disable >>

[E-devel] ELM genlist segv

2009-09-22 Thread Atton Jonathan
hello, I have a segv at line 1067 of genlist.c (it = NULL). "It" can not be init as eina_list_foreach() return a data equals to NULL. As the code is complex and I don't understand it, I can't fix it :) The problem seems coming after an elm_genlist_update(). Maybe I update an item which is not y

Re: [E-devel] E SVN: cedric IN trunk/evas: . src/bin src/lib src/lib/canvas src/lib/cserve src/lib/engines/common src/lib/engines/common_16 src/lib/include src/modules/engines/cairo_x11 src/modules/en

2009-09-22 Thread Mathieu Taillefumier
Hello, Herewith the patch that corrects some of my mistakes since I did not try the -fvisibility=hidden option. The compilation is fine now with this patch (except the e_nm module which is not activated by default). Really sorry for this break. Of course it should be applied to the svn trunk

Re: [E-devel] Elementary genlist item selection behaviour

2009-09-22 Thread Gustavo Sverzut Barbieri
On Tue, Sep 22, 2009 at 6:14 AM, Nicolas Aguirre wrote: > Hi guys, > > in Enna, I use elementary since a while now, and I have a little > problem that I would like to fix. I explain : > In enna's file browser, I use genlist to display files. The item > selection can be done either with mouse or wi

Re: [E-devel] E SVN: urandom trunk/E-MODULES-EXTRA/bling/src

2009-09-22 Thread Viktor Kojouharov
On Tue, 2009-09-22 at 10:57 +0200, Dave Andreoli wrote: > > > 2009/9/22 Viktor Kojouharov > Chances arde small that 2 composite managers (one of tghem > bling) will be running at the same time. And if you disable > bling, then it will be preferrable if that config option

Re: [E-devel] E SVN: cedric IN trunk/evas: . src/bin src/lib src/lib/canvas src/lib/cserve src/lib/engines/common src/lib/engines/common_16 src/lib/include src/modules/engines/cairo_x11 src/modules/en

2009-09-22 Thread Viktor Kojouharov
On Tue, 2009-09-22 at 09:37 +0200, Mathieu Taillefumier wrote: > Hello, > > I'm not able to compile evas with -fvisibility=hidden: > > > > evas_cserve_main.o: In function `main': > > evas_cserve_main.c:(.text+0x4b7a): undefined reference to > > `_evas_log_dom_global' > > > It is my fault WRN ma

[E-devel] Elementary genlist item selection behaviour

2009-09-22 Thread Nicolas Aguirre
Hi guys, in Enna, I use elementary since a while now, and I have a little problem that I would like to fix. I explain : In enna's file browser, I use genlist to display files. The item selection can be done either with mouse or with keyboard/remote control. To select items with keyboard I select t

Re: [E-devel] E SVN: urandom trunk/E-MODULES-EXTRA/bling/src

2009-09-22 Thread Dave Andreoli
2009/9/22 Viktor Kojouharov > Chances arde small that 2 composite managers (one of tghem bling) will be > running at the same time. And if you disable bling, then it will be > preferrable if that config option is turned off. I can't think of a single > use case where this will cause problems. On

Re: [E-devel] E SVN: cedric IN trunk/evas: . src/bin src/lib src/lib/canvas src/lib/cserve src/lib/engines/common src/lib/engines/common_16 src/lib/include src/modules/engines/cairo_x11 src/modules/en

2009-09-22 Thread Mathieu Taillefumier
Hello, I'm not able to compile evas with -fvisibility=hidden: evas_cserve_main.o: In function `main': evas_cserve_main.c:(.text+0x4b7a): undefined reference to `_evas_log_dom_global' It is my fault WRN macros was used only one time that is why the compiler is complaining (I picked the one d