[E-devel] [Patch] Change backlight on mouse scroll

2011-06-19 Thread P Purkayastha
Hi, I am just attaching a small patch, mostly taken from mixer module, which allows one to change the backlight via mouse scroll on the gadget. ( Hope the attachment doesn't get stripped off :S ) --- src/modules/backlight/e_mod_main.c.old 2011-06-18 09:58:28.065248818 +0800 +++ src/mod

[E-devel] about removing trailing whitespaces

2011-06-19 Thread Vincent Torri
Hey another idea about trailing whitespaces : what about adding a rule in the toplevel Makefile.am, named for example remove-ws, that call find with a sed expression. I've found this: sed 's/[ \t]*$//' in that webpage : http://www.cyberciti.biz/tips/delete-leading-spaces-from-front-of-each-w

Re: [E-devel] about removing trailing whitespaces

2011-06-19 Thread Albin Tonnerre
On Sun, 19 Jun 2011 12:38 +0200, Vincent Torri wrote : > > Hey > > another idea about trailing whitespaces : what about adding a rule in the > toplevel Makefile.am, named for example remove-ws, that call find with a > sed expression. > > I'll add it to Evil and test it a bit, and if nobody com

Re: [E-devel] about removing trailing whitespaces

2011-06-19 Thread Vincent Torri
On Sun, 19 Jun 2011, Albin Tonnerre wrote: > On Sun, 19 Jun 2011 12:38 +0200, Vincent Torri wrote : >> >> Hey >> >> another idea about trailing whitespaces : what about adding a rule in the >> toplevel Makefile.am, named for example remove-ws, that call find with a >> sed expression. >> >> I'll

Re: [E-devel] about removing trailing whitespaces

2011-06-19 Thread Mathieu Taillefumier
Hey, >> another idea about trailing whitespaces : what about adding a rule in the >> toplevel Makefile.am, named for example remove-ws, that call find with a >> sed expression. >> >> I'll add it to Evil and test it a bit, and if nobody complains, i'll add >> it to the EFL + e. > > While it is nice

Re: [E-devel] Backlight improvements

2011-06-19 Thread Mathieu Taillefumier
Hei, Also, many userspace applications can work with that. Mplayer (and other mediaplayers) for example regularly sends events to keep xscreensaver disabled, thus keeping everything like it should be while watching a movie without manually disabling the behaviour. This, like all the things rast

[E-devel] [Patch] ELM GLView updates

2011-06-19 Thread Sung W. Park
Hi all, Upon reviewing the elm_glview, I've realized a few issues and mistakes that i've made originally so I've made some changes/ updates to elm_glview 1.)  GL Resource Deletion in ELM_GLView In order to delete GL resources, the current approach simply registered a delete callback to the GLVie

Re: [E-devel] [Patch][Evil] add some variables on evil_langinfo

2011-06-19 Thread Vincent Torri
Hey On Fri, 17 Jun 2011, cnook wrote: > Dear All, > > Hello~ > I add some enumeration variables for building on Windows. > > And.. One question, > nl_langinfo(CODESET) gives return value properly on MinGW? nl_langinfo is not defined on Windows. I never really tested that code... Note that ther

Re: [E-devel] [Patch][Evil] add some variables on evil_langinfo

2011-06-19 Thread Vincent Torri
On Mon, 20 Jun 2011, Vincent Torri wrote: > > Hey > > On Fri, 17 Jun 2011, cnook wrote: > >> Dear All, >> >> Hello~ >> I add some enumeration variables for building on Windows. >> >> And.. One question, >> nl_langinfo(CODESET) gives return value properly on MinGW? > > nl_langinfo is not define

Re: [E-devel] E SVN: raster trunk/evas/src/lib/cache

2011-06-19 Thread The Rasterman
On Fri, 3 Jun 2011 00:33:37 -0300 Rafael Antognolli said: well color me pretty. i forgot about this email... found it.. and fixed in svn now :) > On Thu, Jun 2, 2011 at 4:09 AM, Cedric BAIL wrote: > > On Wed, Jun 1, 2011 at 9:27 PM, Rafael Antognolli > > wrote: > >> On Thu, Sep 9, 2010 at 4:08

Re: [E-devel] EFL Windows Installer

2011-06-19 Thread Mike McCormack
On 06/17/2011 07:09 PM, Lionel Orry wrote: > that said, if someone can clearly confirm whether glib is a dependency > (optional > or mandatory) for any EFL lib, I would gladly appreciate since I'm not 100% > sure > either. glib is a dependency of ecore if you want the ecore main loop to integra