[E-devel] erss patch

2005-05-21 Thread Denis Klykvin
Hi. I few modify misc/erss , and now it can be sticky. Patch is attached. -- With Best Wishes, Denis Klykvin JID:[EMAIL PROTECTED] erss.patch Description: Binary data pgpunRBLAVdIj.pgp Description: PGP signature

Re: [E-devel] erss patch

2005-05-21 Thread Alexandre BERAUD
> I few modify misc/erss , and now it can be sticky. > Patch is attached. That's useful. I also noticed two bugs: 1) when erss checks the website again the window disappears but erss keeps on running in background 2) when lauching two erss processes and then switching to another virtual desktop, w

Re: [E-devel] Focus police

2005-05-21 Thread Boldin Pavel
Carsten Haitzler (The Rasterman) $B'a'Z'j'V'd(B: (B (B>On Fri, 20 May 2005 01:53:19 +0500 Boldin Pavel <[EMAIL PROTECTED]> (B>babbled: (B> (B> (B> (B>>Hi all again :). (B>> (B>>This is my patch to implement focus policy. (B>> (B>>Patch not against latest CVS, but i think it is easy t

[E-devel] Mandriva integration

2005-05-21 Thread Austin Acton
Hello everyone, I'm currently in the process on integrating e17 and some apps into Mandriva Linux for inclusion with the next release. It will probably not make the CD distribution, but will be installable through rpmdrake or with a simple "urpmi e" and/or "urpmi entrance". It will be installabl

[E-devel] [PATCH] evas: support framebuffers with alpha channel

2005-05-21 Thread Clement Vasseur
Add support for 32-bit framebuffers (eg: set-top box OSD). Transparent surfaces are really transparent now. diff -ru evas.orig/src/lib/engines/fb/evas_outbuf.c evas/src/lib/engines/fb/evas_outbuf.c --- evas.orig/src/lib/engines/fb/evas_outbuf.c 2005-05-21 18:37:54.0 +0200 +++ evas/src/lib/

[E-devel] [PATCH] embryo: fix 'packed' attribute location

2005-05-21 Thread Clement Vasseur
This patch fixes the following warnings: embryo_cc_amx.h:74: warning: ‘packed’ attribute ignored embryo_cc_amx.h:111: warning: ‘packed’ attribute ignored embryo_cc_amx.h:135: warning: ‘packed’ attribute ignored diff -ru embryo.orig/src/bin/embryo_cc_amx.h embryo/src/bin/embryo_cc_amx.h --- embryo.

[E-devel] [PATCH] ecore: fix some warnings

2005-05-21 Thread Clement Vasseur
This patch fixes some warnings in ecore_dbus and ecore_x. diff -ru ecore.orig/src/bin/ecore_evas_test_app.c ecore/src/bin/ecore_evas_test_app.c --- ecore.orig/src/bin/ecore_evas_test_app.c 2005-05-22 00:07:21.0 +0200 +++ ecore/src/bin/ecore_evas_test_app.c 2005-05-22 00:19:45.0 +020

[E-devel] [PATCH] evas: fix some warnings

2005-05-21 Thread Clement Vasseur
Some more warnings hunting. diff -ru evas.orig/src/lib/Evas.h evas/src/lib/Evas.h --- evas.orig/src/lib/Evas.h 2005-05-21 19:20:05.0 +0200 +++ evas/src/lib/Evas.h 2005-05-21 19:23:20.0 +0200 @@ -263,9 +263,9 @@ Evas_Modifier *modifiers; Evas_Lock *locks; - char

Re: [E-devel] segfault on evas_object_bottom_get(), evas_object_top_get()

2005-05-21 Thread syfou
that is entirely bizarre. what backtraces do you get? I do not know precisely what you need: is there some kind of tracing facility beside setting the info.debug flag via the evas_engine_info_set() call that I missed? Anyway, compiling test.c[1], I just get this segfault output[2]. Running i

Re: [E-devel] segfault on evas_object_bottom_get(), evas_object_top_get()

2005-05-21 Thread syfou
gdb? :) Ok. I confirmed that, stepping though the test program using gdb, I get the same segfault[1] than previously [2]. that's weird - i read the code and i am baffled how obj2 could be "wrong" :( Does this mean you cannot reproduce this? If it's the case, how can I help? I just tried t

[E-devel] Re: [Mono-devel-list] EFL-Sharp

2005-05-21 Thread Miguel de Icaza
Hello Nigel, > The EFL-Sharp project has been started on sourceforge: > efl-sharp.sourceforge.net > > The C# version of the Enlightenment Foundation Libraries. > Code is in CVS, though it is very little at this point. > > There are 3 developers so far, and we are looking for more. > We also have

Re: [E-devel] elitaire - an efl based solitaire

2005-05-21 Thread Daniel Kozlowski
Well i said this before but i don't think it made it out there is a small compile error on my computer when i attempted to make the program it was fixed by changing line 912 from this m = eli_card->eli->velocity * 0.02 / sqrt( pow( to_x - from_x, 2) + pow( to_y - from_y ,2)); to this m = eli_

Re: [E-devel] enlightenment-remote crashes

2005-05-21 Thread pekinese
hmm.. Yes new ecore and evas installed over an older installation of ecore and evas Enlightenment_remote crashes enlightenment-rmote -bg-set crashes too only enlightenment_remote -h doesn't crash ot > What are you telling enlightenment-remote to do when you are running it? > Does it crash E d

Re: [E-devel] enlightenment-remote crashes

2005-05-21 Thread pekinese
Yes, I installed older version of ecore and evas and then I installed new ones over it crashes in all cases (-bg-set too) exept -h )) > What are you telling enlightenment-remote to do when you are running it? > Does it crash E doing anything, or just doing -bg-set? > > > How fresh is the Ecore

[E-devel] e17 memory/net load modules

2005-05-21 Thread Ed Presutti
Are the CPU/NET load modules created by Holger Hanrath going to be merged into the e_utils CVS? If not, does anyone know where I can snag a copy of those modules to do some testing? Thanks, Ed -- Hardware, n.: The parts of a computer system that can be kicked. ---

Re: [E-devel] Patch for focus settings

2005-05-21 Thread The Rasterman
On Fri, 20 May 2005 11:18:15 +0200 "Tamas Morvai" <[EMAIL PROTECTED]> babbled: (B (B> (B> Hi all, (B> (B> I made a little patch for setting the focus like in e16. (B> It can only be configured at compile time, but if this patch is ok I (B> intend to (B> make it configurable via ipc. (B

Re: [E-devel] enlightenment-remote crashes

2005-05-21 Thread The Rasterman
On Thu, 19 May 2005 14:59:34 +0400 pekinese <[EMAIL PROTECTED]> babbled: (B (B> (B> hmm.. Yes new ecore and evas installed over an older installation of ecore and (B> evas Enlightenment_remote crashes (B> enlightenment-rmote -bg-set crashes too (B> (B> only enlightenment_remote -h doesn't

Re: [E-devel] segfault on evas_object_bottom_get(), evas_object_top_get()

2005-05-21 Thread The Rasterman
On Mon, 09 May 2005 00:24:27 -0400 (EDT) [EMAIL PROTECTED] babbled: (B (B> > that is entirely bizarre. what backtraces do you get? (B> (B> I do not know precisely what you need: is there some kind of tracing (B> facility beside setting the info.debug flag via the evas_engine_info_set() (B>

Re: [E-devel] e17 memory/net load modules

2005-05-21 Thread The Rasterman
On Fri, 20 May 2005 12:24:24 -0500 Ed Presutti <[EMAIL PROTECTED]> babbled: (B (B> Are the CPU/NET load modules created by Holger Hanrath going to be (B> merged into the e_utils CVS? (B> (B> If not, does anyone know where I can snag a copy of those modules to do (B> some testing? (B (Byes

Re: [E-devel] Mandriva integration

2005-05-21 Thread The Rasterman
On Sat, 21 May 2005 15:10:29 -0400 Austin Acton <[EMAIL PROTECTED]> (Bbabbled: (B (B> Hello everyone, (B> (B> I'm currently in the process on integrating e17 and some apps into (B> Mandriva Linux for inclusion with the next release. It will probably (B> not make the CD distribution, but wi

Re: [E-devel] segfault on evas_object_bottom_get(), evas_object_top_get()

2005-05-21 Thread The Rasterman
On Mon, 09 May 2005 00:50:41 -0400 (EDT) [EMAIL PROTECTED] babbled: (B (B> > gdb? :) (B> (B> Ok. I confirmed that, stepping though the test program using gdb, I get (B> the same segfault[1] than previously [2]. (B> (B> > that's weird - i read the code and i am baffled how obj2 could be "w

Re: [E-devel] cpu/net load module

2005-05-21 Thread The Rasterman
On 20 May 2005 14:09:11 +0200 Holger Hanrath <[EMAIL PROTECTED]> babbled: (B (B> Carsten Haitzler (The Rasterman) <[EMAIL PROTECTED]> writes: (B> (B> > On 19 May 2005 12:31:51 +0200 Holger Hanrath <[EMAIL PROTECTED]> babbled: (B> > (B> > hmm - it'd be nice if you could make it work the way

Re: [E-devel] Re: [Mono-devel-list] EFL-Sharp

2005-05-21 Thread The Rasterman
On Tue, 10 May 2005 21:49:48 -0400 Miguel de Icaza <[EMAIL PROTECTED]> babbled: (B (B> Hello Nigel, (B> (B> > The EFL-Sharp project has been started on sourceforge: (B> > efl-sharp.sourceforge.net (B> > (B> > The C# version of the Enlightenment Foundation Libraries. (B> > Code is in CVS,

Re: [E-devel] Focus police

2005-05-21 Thread The Rasterman
On Sat, 21 May 2005 20:45:55 +0500 Boldin Pavel <[EMAIL PROTECTED]> (Bbabbled: (B (B> Carsten Haitzler (The Rasterman) $B'a'Z'j'V'd(B: (B> (B> >On Fri, 20 May 2005 01:53:19 +0500 Boldin Pavel <[EMAIL PROTECTED]> (B> >babbled: (B> > (B> > (B> > (B> >>Hi all again :). (B> >> (B> >>Th

Re: [E-devel] [PATCH] evas: remove trailing whitespaces

2005-05-21 Thread The Rasterman
On Sat, 21 May 2005 20:22:04 +0200 Clement Vasseur <[EMAIL PROTECTED]> (Bbabbled: (B (B> This patch removes the trailing whitespaces from the source code. This is only (B> (B> a cosmetic change. If this one is accepted, I am willing to provide similar (B> patches for the other EFL libraries