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
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
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
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
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
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
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
В Втр, 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
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
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
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
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
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_
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
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
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
>>
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
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
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
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
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
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
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
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
24 matches
Mail list logo