Re: [E-devel] battery-module: run an command on alarm

2006-06-22 Thread Stephan Wezel
Am Thu, 22 Jun 2006 08:11:54 +0900 schrieb Carsten Haitzler (The Rasterman) [EMAIL PROTECTED]: On Wed, 21 Jun 2006 23:00:30 +0200 Stephan Wezel [EMAIL PROTECTED] babbled: Hi, i have written a patch with which the battery-module can run an command on alarm. E.g when the battery drops

Re: [E-devel] Edje transition: works only in one direction

2006-06-22 Thread Simon TRENY
Hi Sevcsik You should send the whole .edc code and the images so we could compile the animation and test by ourselves. Regards, Simon TRENY MoOm Le Thu, 22 Jun 2006 17:33:19 +0200, Andrew Sevcsik [EMAIL PROTECTED] a _crit : Hi list. I have these programs: program { /*Programs that

[E-devel] possible memory leak in tclock

2006-06-22 Thread Stephan Wezel
Hi, i have maybe found an memory leak in tclock(and maybe also in other modules). in the _fill_data function (e_mod_config.c:41ff) the strings for the time and date format(from the Config_Item struct) are duplicated via the strdup function. in _basic_apply_data (e_mod_config.c:120ff) the

Re: [E-devel] taskbar 0.1.3

2006-06-22 Thread Sthithaprajna Garapaty
Hey Morten,I merged your diff and stuck everything in cvs.I was working on my own branch of the module when you sent me the diff, so I had to manually merge things in.I left out the indentation parts and let the official e indenter thing take care of things. Other than that, please let me know if

Re: [E-devel] taskbar 0.1.3

2006-06-22 Thread Morten Nilsen
Sthithaprajna Garapaty wrote: Hey Morten, I merged your diff and stuck everything in cvs. I was working on my own branch of the module when you sent me the diff, so I had to manually merge things in. I left out the indentation parts and let the official e indenter thing take care of

Re: [E-devel] ETK without X possible?

2006-06-22 Thread Nathan Ingersoll
Are you moving the evas object returned from the ewl embed? I'll try to write up a similar test case and add it to ewl_embed for an example (and debugging if there's an issue). Thanks, Nathan On 6/22/06, Michael 'Mickey' Lauer [EMAIL PROTECTED] wrote: Am Dienstag, den 20.06.2006, 23:26 -0500

[E-devel] mem module failed

2006-06-22 Thread ZigsMcKenzie
I noticed the mem module was failing to update it's values. Apparently _mem_cb_check is returning 0 instead of 1 now. I think this makes ecore free the timer in _ecore_timer_call. - Zigs Index: e_mod_main.c === RCS file:

Re: [E-devel] mem module failed

2006-06-22 Thread Christopher Michael
ZigsMcKenzie wrote: I noticed the mem module was failing to update it's values. Apparently _mem_cb_check is returning 0 instead of 1 now. I think this makes ecore free the timer in _ecore_timer_call. - Zigs