Re: [E-devel] I cannot run Wizard in any way

2009-06-04 Thread The Rasterman
On Thu, 4 Jun 2009 07:08:03 +0200 Luca De Marini said: > 2009/6/4 Carsten Haitzler > > > On Wed, 3 Jun 2009 22:41:05 +0200 Luca De Marini < > > luca.darkmas...@gmail.com> > > said: > > > > > Beside the fact that the module has a BIG RED advise not to use it, I > > even > > > tried it, the wizar

[E-devel] [PATCH] Ecore timer - bug adding a timer from an idler finished

2009-06-04 Thread Rafael Antognolli
Hi guys, I've just found a bug when you try to add a timer from inside an idler that that is finishing. Attached is a test case that exemplifies the error (in python, but the error appeared to me in C), and a patch to fix it too. Please, could someone take a look at it? Regards, -- Rafael Antogn

Re: [E-devel] [PATCH] Eina init/shutdown fixes

2009-06-04 Thread Andre Dieb
Fixes the same thing for the remaining modules. On Thu, Jun 4, 2009 at 1:46 PM, Andre Dieb wrote: > Fixes init error handling on eina_array, eina_main and eina_stringshare. > > -- > André Dieb Martins > > Embedded Systems and Pervasive Computing Lab (Embedded) > Electrical Engineering Department

Re: [E-devel] e16-1.0.0, e16-themes-1.0.0, e16keyedit-0.6, and more e16 themes

2009-06-04 Thread Kim Woelders
On Thu, 04 Jun 2009 04:47:07 +0200, Nick Hughart wrote: > > Does this mean e16 is done and you're going to help with e17 now? :) > Done?!? Yeah, about as done as 0.16.8.16 would have been :) /Kim -- OpenSolaris 2009.06

[E-devel] [PATCH] Eina init/shutdown fixes

2009-06-04 Thread Andre Dieb
Fixes init error handling on eina_array, eina_main and eina_stringshare. -- André Dieb Martins Embedded Systems and Pervasive Computing Lab (Embedded) Electrical Engineering Department (DEE) Center of Electrical Engineering and Informatics (CEEI) Federal University of Campina Grande (UFCG) Blog

[E-devel] [Linux-2.6.30] E-MODULES-EXTRA/wlan: Link Quality has changed from /100 to /70

2009-06-04 Thread Sedat Dilek
Hi, today I had a talk on IRC with Johannes Berg @ #linux-wireless (see attachment). I was whole the time wondering why Light-WLAN was showing 50/60 as Link Quality with an iwl3945 kernel-module under 2.6.30-rcX. When switching to Linux-kernel 2.6.29 Light-WLAN was reporting 80/90 as value. So, I

[E-devel] [PATCH] Fix eina mempool leak, init error handling, remove consumed TODO msg

2009-06-04 Thread Andre Dieb
With this patch, the only leaks left that I detected are these: ==20488== 20 bytes in 1 blocks are still reachable in loss record 1 of 3 ==20488==at 0x4025092: calloc (vg_replace_malloc.c:397) ==20488==by 0x4233085: (within /lib/tls/i686/cmov/libdl-2.9.so) ==20488==by 0x4232B20: dlopen

[E-devel] [PATCH] Add checks to eina_module_new

2009-06-04 Thread Andre Dieb
Check if malloc failed, if the file exists/can be accessed and set the appropriate error codes. -- André Dieb Martins Embedded Systems and Pervasive Computing Lab (Embedded) Electrical Engineering Department (DEE) Center of Electrical Engineering and Informatics (CEEI) Federal University of Camp