Re: [E-devel] Small lua patch.

2010-05-19 Thread The Rasterman
On Mon, 17 May 2010 12:05:37 -0300 Eduardo Felipe said: in svn > Hi folks! > > I know raster is working on rewriting lua, but still the timer API had > a minor usability issue that I would like to see solved. > Upon creating a timer, it's callback must return an int, otherwise it > would panic.

Re: [E-devel] where does elemenetary_test load default.edj into memory

2010-05-19 Thread The Rasterman
On Tue, 18 May 2010 16:28:36 +0800 wh tu said: > Hi Rasterman and Vincent, > > Thanks for your quick reply. > > I will look at the elm_theme.c. If this is not so time -consuming for you > could you tell me the startup processes when elementary_test run? u.. it does... stuff! lots and lots

Re: [E-devel] udev testers still needed!

2010-05-19 Thread Vincent Torri
On Thu, 20 May 2010, Vincent Torri wrote: > > > On Thu, 20 May 2010, David Seikel wrote: > >> I should stop replying to this list shortly after waking up. Apologies >> to Michael for sending this direct to you instead of the list. >> >> On Wed, 19 May 2010 04:15:52 -0400 Michael Blumenkrantz >>

Re: [E-devel] Elementary GenList example problem

2010-05-19 Thread The Rasterman
On Wed, 19 May 2010 08:24:09 +0200 Atton Jonathan said: it is indeed a shortcut. i could use printf with %p instead - but i was just avoidng adding a full struct/object there that would normally be the case when querying values from it. is imply used the pointer itself as a quick shortcut to keep

Re: [E-devel] udev testers still needed!

2010-05-19 Thread Vincent Torri
On Thu, 20 May 2010, David Seikel wrote: > I should stop replying to this list shortly after waking up. Apologies > to Michael for sending this direct to you instead of the list. > > On Wed, 19 May 2010 04:15:52 -0400 Michael Blumenkrantz > wrote: > >> udev support is gradually making its way

Re: [E-devel] E SVN: raster IN trunk/ecore: po src/lib/ecore_evas

2010-05-19 Thread The Rasterman
On Thu, 20 May 2010 06:18:34 +0200 (CEST) Vincent Torri said: > > > > +static void * > > +_ecore_evas_buffer_pix_alloc(void *data, int size) > > +{ > > + return malloc(size); > > +} > > + > > +static void * > > +_ecore_evas_buffer_pix_free(void *data, void *pix) > > +{ > > + free(pix); > >

Re: [E-devel] E SVN: raster IN trunk/ecore: po src/lib/ecore_evas

2010-05-19 Thread Vincent Torri
> +static void * > +_ecore_evas_buffer_pix_alloc(void *data, int size) > +{ > + return malloc(size); > +} > + > +static void * > +_ecore_evas_buffer_pix_free(void *data, void *pix) > +{ > + free(pix); > +} what about inlining those functions ? Vincent --

Re: [E-devel] Ecore Input Method

2010-05-19 Thread Sachiel
On Wed, May 19, 2010 at 7:33 PM, Daniele Ricci wrote: > On Tue, May 18, 2010 at 23:01, Eduardo Lima (Etrunko) > wrote: >> Try taking a look on the code of that plugin, hope that helps. >> > > The first search took me right there. I hoped that was not the only > source of information about this.

Re: [E-devel] Ecore Input Method

2010-05-19 Thread Daniele Ricci
On Tue, May 18, 2010 at 23:01, Eduardo Lima (Etrunko) wrote: > Try taking a look on the code of that plugin, hope that helps. > The first search took me right there. I hoped that was not the only source of information about this. In the meanwhile I will ask on IRC, someone must know something abo

Re: [E-devel] udev testers still needed!

2010-05-19 Thread David Seikel
I should stop replying to this list shortly after waking up. Apologies to Michael for sending this direct to you instead of the list. On Wed, 19 May 2010 04:15:52 -0400 Michael Blumenkrantz wrote: > udev support is gradually making its way into e17 as a (superior) > alternative to hal, and I ne

Re: [E-devel] udev testers still needed!

2010-05-19 Thread Sachiel
On Wed, May 19, 2010 at 2:39 PM, wrote: > The batery is low popup needs some work since it does the same thing in > all modes.  I'll probably add a check that prevents it from popping up > if the battery % is higher than 90 or something similar. > No, that's a workaround to some other problem. A

Re: [E-devel] udev testers still needed!

2010-05-19 Thread Mike
The batery is low popup needs some work since it does the same thing in all modes. I'll probably add a check that prevents it from popping up if the battery % is higher than 90 or something similar. If you can give me a udev readout (udevadm info --path=PATH_TO_BATTERY --query=property) of your b

Re: [E-devel] udev testers still needed!

2010-05-19 Thread Tom Haste
t...@hackb0x:~/e/trunk/eeze$ eeze_udev_test For my first trick, I will find all of your keyboards and return their syspaths. Found keyboard: /sys/devices/platform/i8042/serio0/input/input4/event4 Next, I will find all of your mice and print the corresponding manufacturer. Found mouse /sys/devices

[E-devel] udev testers still needed!

2010-05-19 Thread Michael Blumenkrantz
udev support is gradually making its way into e17 as a (superior) alternative to hal, and I need more testers to tell me when stuff breaks! So far I've written in support for illume2 and the battery module. If you use these and you have udev, you should be firing up eeze and building e with --ena