[E-devel] Evas/FB/ARM problem

2007-03-20 Thread Massimiliano Calamelli
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi all, i've started to debug evas on my target device (ARM9) adding some printf to the code, and i've seen a strange thing. Here a cutpaste from device console, i try to explain before the text /sbin # sb_evas1 Evas inizializzato. Evas canvas

Re: [E-devel] Is efreet still coming?

2007-03-20 Thread Christopher Michael
Carsten Haitzler (The Rasterman) wrote: On Mon, 19 Mar 2007 10:02:18 -0400 dan sinclair [EMAIL PROTECTED] babbled: Christopher Michael wrote: Brian Mattern wrote: Loading .desktop files, finding icons and parsing / building menus all works. Executing desktops (and even downloading the files

Re: [E-devel] Is efreet still coming?

2007-03-20 Thread Peter Wehrfritz
Christopher Michael schrieb: Hi Guys :) I've been reading through the efreet code and it's not too shabby, so big (insert your favorite type) cookie to the authors there :) but before I jump head first into this porting nightmare I have a few remaining questions 1) Is it really

Re: [E-devel] Is efreet still coming?

2007-03-20 Thread Christopher Michael
Peter Wehrfritz wrote: Christopher Michael schrieb: Hi Guys :) I've been reading through the efreet code and it's not too shabby, so big (insert your favorite type) cookie to the authors there :) but before I jump head first into this porting nightmare I have a few remaining

Re: [E-devel] Is efreet still coming?

2007-03-20 Thread dan sinclair
Christopher Michael wrote: I've been reading through the efreet code and it's not too shabby, so big (insert your favorite type) cookie to the authors there :) but before I jump head first into this porting nightmare I have a few remaining questions 1) Is it really worth the effort

Re: [E-devel] Is efreet still coming?

2007-03-20 Thread The Rasterman
On Tue, 20 Mar 2007 08:13:35 -0400 Christopher Michael [EMAIL PROTECTED] babbled: Carsten Haitzler (The Rasterman) wrote: On Mon, 19 Mar 2007 10:02:18 -0400 dan sinclair [EMAIL PROTECTED] babbled: Christopher Michael wrote: Brian Mattern wrote: Loading .desktop files, finding icons

Re: [E-devel] Is efreet still coming?

2007-03-20 Thread The Rasterman
On Tue, 20 Mar 2007 09:23:37 -0400 dan sinclair [EMAIL PROTECTED] babbled: Christopher Michael wrote: I've been reading through the efreet code and it's not too shabby, so big (insert your favorite type) cookie to the authors there :) but before I jump head first into this porting

[E-devel] switching to pkg-config?

2007-03-20 Thread Tilman Sauerbeck
Hi, a few years ago, I proposed to use pkg-config instead of foo-config for the EFL. The suggestion was shot down quickly, because apparently there were some issues with libpng back then. I'd like to propose to use pkg-config again now. libpng is only required by evas and imlib2 AFAIK, and if

Re: [E-devel] switching to pkg-config?

2007-03-20 Thread The Rasterman
On Tue, 20 Mar 2007 16:54:43 +0100 Tilman Sauerbeck [EMAIL PROTECTED] babbled: Hi, a few years ago, I proposed to use pkg-config instead of foo-config for the EFL. The suggestion was shot down quickly, because apparently there were some issues with libpng back then. I'd like to propose to

Re: [E-devel] switching to pkg-config?

2007-03-20 Thread Tilman Sauerbeck
Carsten Haitzler [2007-03-21 01:10]: a few years ago, I proposed to use pkg-config instead of foo-config for the EFL. The suggestion was shot down quickly, because apparently there were some issues with libpng back then. I'd like to propose to use pkg-config again now. libpng is only

Re: [E-devel] switching to pkg-config?

2007-03-20 Thread The Rasterman
On Tue, 20 Mar 2007 17:14:55 +0100 Tilman Sauerbeck [EMAIL PROTECTED] babbled: Carsten Haitzler [2007-03-21 01:10]: a few years ago, I proposed to use pkg-config instead of foo-config for the EFL. The suggestion was shot down quickly, because apparently there were some issues with

Re: [E-devel] switching to pkg-config?

2007-03-20 Thread Tilman Sauerbeck
Carsten Haitzler [2007-03-21 01:24]: Carsten Haitzler [2007-03-21 01:10]: a few years ago, I proposed to use pkg-config instead of foo-config for the EFL. The suggestion was shot down quickly, because apparently there were some issues with libpng back then. I'd like to

[E-devel] Saving an Evas_List via EET

2007-03-20 Thread Nathan A. Smith
Hi guys, I am attempting to save a config file using EET. The data being save consist of a a struct with an Evas_List. I am having no luck getting this to work When I try it I get the following error (via gdb) Program received signal SIGSEGV, Segmentation fault. 0x2b8cecb4c16e in

[E-devel] forecast's popup, to popup on a click (configurable)...

2007-03-20 Thread Ravenlock
Hello, I, just this evening, started using the forecast module. I like it very much. However, I find that the popup... popping up on a hover is terribly annoying. Its annoying for me because I like to keep it in the upper right corner of my screen. Being there, every time I minimize a

Re: [E-devel] forecast's popup, to popup on a click (configurable)...

2007-03-20 Thread Виктор Кожухаров
В вт, 2007-03-20 в 22:07 -0500, Ravenlock написа: Hello, I, just this evening, started using the forecast module. I like it very much. However, I find that the popup... popping up on a hover is terribly annoying. Its annoying for me because I like to keep it in the upper right

Re: [E-devel] Saving an Evas_List via EET

2007-03-20 Thread The Rasterman
On Tue, 20 Mar 2007 17:59:24 -0400 Nathan A. Smith [EMAIL PROTECTED] babbled: chances are you didn't describe the data structure correctly to eet. you have said something is a string, when it isn't, or the pointer for that string is pointing to garbage Hi guys, I am attempting to save a