[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 --- src/modules/temperature/e_mod_main_private.h |3 ++- src/modules/temperature/tempget.c|9 + 2 files changed, 11 i

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 wrote: > This adds thinkpad support to the temperature module. The temperature is > accessible through the thinkpad_acpi kernel module. > > Signed-off-by: Lars Munch in -- Mike Blumenkrantz Zentific: NULL pointer dereferences now 50% off! ---

[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 s

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 >>

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" À: "Mike Blumenkrantz" Cc: "mathieu taillefumier" , enlightenment-devel@lists.sourceforge.net Envoyé: Dimanche 16 Janvier 2011 16h42:10 GMT +01:00 Amsterdam / Berlin / Berne / Rome / Stockholm /

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

2011-01-16 Thread Leif Middelschulte
Hey, cool you've implemented this feature. I only implemented the edid property. I hope you were able to copy'n'paste from it. My driver doesn't support brightness control via randr, so I could not test anything regarding it. As Mike and Vincent already said, I guess it will have to move on top o

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 : > Log: > updating german translations > > Author:       maxerba > Date:         2011-01-16 11:41:28 -0800 (Sun, 16 Jan 2011) > New Revision: 56199 > Tr

[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 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 > find APIs 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 (revisio