Re: [E-devel] E SVN: barbieri trunk/e/src/bin

2008-11-13 Thread Gustavo Sverzut Barbieri
On Thu, Nov 13, 2008 at 7:32 PM, Enlightenment SVN <[EMAIL PROTECTED]> wrote: > Log: > powersave todo: reduce timer precision. > > Author: barbieri > Date: 2008-11-13 13:32:05 -0800 (Thu, 13 Nov 2008) > New Revision: 37613 > > Modified: > trunk/e/src/bin/e_powersave.h > > Modified:

Re: [E-devel] ecore timer precision

2008-11-13 Thread Gustavo Sverzut Barbieri
On Thu, Nov 13, 2008 at 10:10 AM, Iván Briano (Sachiel) <[EMAIL PROTECTED]> wrote: > On Thu, Nov 13, 2008 at 9:22 AM, Gustavo Sverzut Barbieri > <[EMAIL PROTECTED]> wrote: >> Hi guys, >> >> Attached is a patch to add configurable precision for ecore timers, an >> idea that I got at ELC-E from vario

Re: [E-devel] RFC: enlightenment_start -locked

2008-11-13 Thread Gustavo Sverzut Barbieri
Sorry, my machine lost *.patch mime type from /etc/mime.types On Thu, Nov 13, 2008 at 10:07 AM, Iván Briano (Sachiel) <[EMAIL PROTECTED]> wrote: > On Thu, Nov 13, 2008 at 8:41 AM, Gustavo Sverzut Barbieri > <[EMAIL PROTECTED]> wrote: >> On Wed, Nov 12, 2008 at 6:41 AM, The Rasterman Carsten Haitzl

Re: [E-devel] ecore timer precision

2008-11-13 Thread Iván Briano (Sachiel)
On Thu, Nov 13, 2008 at 9:22 AM, Gustavo Sverzut Barbieri <[EMAIL PROTECTED]> wrote: > Hi guys, > > Attached is a patch to add configurable precision for ecore timers, an > idea that I got at ELC-E from various power saving talks and also > after looking at my machine's powertop results with some e

Re: [E-devel] RFC: enlightenment_start -locked

2008-11-13 Thread Iván Briano (Sachiel)
On Thu, Nov 13, 2008 at 8:41 AM, Gustavo Sverzut Barbieri <[EMAIL PROTECTED]> wrote: > On Wed, Nov 12, 2008 at 6:41 AM, The Rasterman Carsten Haitzler > <[EMAIL PROTECTED]> wrote: >> On Tue, 11 Nov 2008 17:28:42 -0200 "Gustavo Sverzut Barbieri" >> <[EMAIL PROTECTED]> babbled: >> >>> On Tue, Nov 11,

Re: [E-devel] evas_smart_class_new usage

2008-11-13 Thread Gustavo Sverzut Barbieri
On Wed, Nov 12, 2008 at 4:39 PM, Tim Felgentreff <[EMAIL PROTECTED]> wrote: > Hi, could anybody enlighten me on how to properly use > evas_smart_class_new? > A week ago I send in a patch for Rage which replaced evas_smart_new > calls. I simply created an evas_smart_class with the fields filled so >

[E-devel] ecore timer precision

2008-11-13 Thread Gustavo Sverzut Barbieri
Hi guys, Attached is a patch to add configurable precision for ecore timers, an idea that I got at ELC-E from various power saving talks and also after looking at my machine's powertop results with some effects running. Since timers can be delayed by the system itself, for example under heavy loa

[E-devel] [Patch] Show more color classes in the color conf dialog

2008-11-13 Thread Viktor Kojouharov
This patch makes the color conf dialog show more color classes, than the "default" ones. Unfortunately, it doesn't list all available classes, since edje_color_class_list() doesn't list all color classes used by a theme (I think it lists only the classes that are so far encountered). Index: src/mod

[E-devel] [Patch] More color classes for the default theme

2008-11-13 Thread Viktor Kojouharov
This patch adds a few more color classes to the default e17 theme. Index: data/themes/default.edc === --- data/themes/default.edc (revision 37601) +++ data/themes/default.edc (working copy) @@ -206,6 +206,7 @@ * rest is rel

Re: [E-devel] RFC: enlightenment_start -locked

2008-11-13 Thread Gustavo Sverzut Barbieri
On Wed, Nov 12, 2008 at 6:41 AM, The Rasterman Carsten Haitzler <[EMAIL PROTECTED]> wrote: > On Tue, 11 Nov 2008 17:28:42 -0200 "Gustavo Sverzut Barbieri" > <[EMAIL PROTECTED]> babbled: > >> On Tue, Nov 11, 2008 at 7:05 AM, The Rasterman Carsten Haitzler >> <[EMAIL PROTECTED]> wrote: >> > On Sat, 8

Re: [E-devel] use ecore_evas_alpha_set every time composite is in use

2008-11-13 Thread Viktor Kojouharov
On Thu, 2008-11-13 at 10:09 +1100, Carsten Haitzler wrote: > On Wed, 12 Nov 2008 12:34:22 +0100 Viktor Kojouharov <[EMAIL PROTECTED]> > babbled: > > > the current policy within E code is that ecore_evas_alpha_set is only > > called when the window is shaped. The usual practice for figuring this >