[E-devel] [PATCH] e17: add thinkpad to temperature module

2011-01-16 Thread Lars Munch
This adds thinkpad support to the temperature module. The temperature is accessible through the thinkpad_acpi kernel module. Signed-off-by: Lars Munch l...@segv.dk --- src/modules/temperature/e_mod_main_private.h |3 ++- src/modules/temperature/tempget.c|9 + 2 files

Re: [E-devel] [PATCH] e17: add thinkpad to temperature module

2011-01-16 Thread Mike Blumenkrantz
On Sun, 16 Jan 2011 13:51:56 +0100 Lars Munch l...@segv.dk wrote: This adds thinkpad support to the temperature module. The temperature is accessible through the thinkpad_acpi kernel module. Signed-off-by: Lars Munch l...@segv.dk in -- Mike Blumenkrantz Zentific: NULL pointer dereferences

[E-devel] patch for ecore function used to change the backlight property

2011-01-16 Thread mathieu . taillefumier
Hello, I wrote three additional functions allowing us yo change the backlight properties of the screes supporting it. I discover that the functions are already declared in the headers files but the code was not added so far. The patch is simple and should be directly applied in the directory

Re: [E-devel] patch for ecore function used to change the backlight property

2011-01-16 Thread Mike Blumenkrantz
On Sun, 16 Jan 2011 16:18:10 +0100 (CET) mathieu.taillefum...@free.fr wrote: Hello, I wrote three additional functions allowing us yo change the backlight properties of the screes supporting it. I discover that the functions are already declared in the headers files but the code was not

Re: [E-devel] patch for ecore function used to change the backlight property

2011-01-16 Thread Vincent Torri
On Sun, 16 Jan 2011, Mike Blumenkrantz wrote: On Sun, 16 Jan 2011 16:18:10 +0100 (CET) mathieu.taillefum...@free.fr wrote: Hello, I wrote three additional functions allowing us yo change the backlight properties of the screes supporting it. I discover that the functions are already

Re: [E-devel] patch for ecore function used to change the backlight property

2011-01-16 Thread mathieu . taillefumier
I will wait then. Resubmission in one week. Mathieu - Mail Original - De: Vincent Torri vto...@univ-evry.fr À: Mike Blumenkrantz m...@zentific.com Cc: mathieu taillefumier mathieu.taillefum...@free.fr, enlightenment-devel@lists.sourceforge.net Envoyé: Dimanche 16 Janvier 2011 16h42:10

Re: [E-devel] E SVN: maxerba IN trunk/E-MODULES-EXTRA: deskshow everything-mpris everything-mpris/po everything-pidgin everything-pidgin/po everything-tracker everything-tracker/po everything-wallpape

2011-01-16 Thread Leif Middelschulte
Hi, nice to see that the German translations get some love as well. See a fix for a typo within context. BR, Leif 2011/1/16 Enlightenment SVN no-re...@enlightenment.org: Log: updating german translations Author:       maxerba Date:         2011-01-16 11:41:28 -0800 (Sun, 16 Jan 2011) New

[E-devel] ecore_file_download with user-agent setting

2011-01-16 Thread sangho park
Dear all, I have a question about ecore_file_download(). how can I set 'user-agent' with ecore_file_download()? some web server denies curl request without user-agent setting, but I can't find APIs to set user agent. is there already APIs for that? or can I contribute some APIs? BR.

Re: [E-devel] ecore_file_download with user-agent setting

2011-01-16 Thread The Rasterman
On Mon, 17 Jan 2011 14:00:24 +0900 sangho park gouach...@gmail.com said: there is no api to set one. Dear all, I have a question about ecore_file_download(). how can I set 'user-agent' with ecore_file_download()? some web server denies curl request without user-agent setting, but I can't

[E-devel] [PATCH] elm_transit

2011-01-16 Thread ChunEon Park
Hi, This is hermet. Here is a minor patch for elm_transit (indentation removed unuseful calls - evas_map_smooth_set) Please review then apply it. Thanks. Index: src/lib/elm_transit.c === --- src/lib/elm_transit.c