[E-devel] Issue with Emotion

2007-07-11 Thread Fabio Strozzi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi all, every time I call emotion_object_audio_volume_get(emotion) just after - or close in time to - emotion_object_play_set(emotion, 0), emotion (evas? or ecore?) blocks unexpectedly. The attached file reproduces this behaviour (for me, at least)

Re: [E-devel] Support custom click area for Evas_Object

2007-07-11 Thread Andre Magalhaes
Hi Raster, Any news on this? BR Andrunko On 7/10/07, Andre Magalhaes <[EMAIL PROTECTED]> wrote: > I was looking into etk/ewl code and i saw that they are using > evas_object_image_data_get in some places and they are assuming that > the data is always in RGBA format (as it was before). Proba

Re: [E-devel] [PATCH] to temperature module for powerbook (RFC)

2007-07-11 Thread PaulTT
On 6/15/07, David Seikel <[EMAIL PROTECTED]> wrote: > On Thu, 14 Jun 2007 19:01:37 +0200 "Paul T.Threshold" > <[EMAIL PROTECTED]> wrote: > > > i made this little patch to enable temperature reading on my > > powerbook... here the thermostat module is therm_adt746x and uses > > files in /sys/devices

Re: [E-devel] Support custom click area for Evas_Object

2007-07-11 Thread The Rasterman
On Wed, 11 Jul 2007 10:56:28 -0300 "Andre Magalhaes" <[EMAIL PROTECTED]> babbled: You'll need to wait until Friday :) No time right now. > Hi Raster, > > Any news on this? > > BR > Andrunko > > On 7/10/07, Andre Magalhaes <[EMAIL PROTECTED]> wrote: > > I was looking into etk/ewl code and i saw

Re: [E-devel] Support custom click area for Evas_Object

2007-07-11 Thread Andre Magalhaes
np, take your time :-) On 7/11/07, The Rasterman Carsten Haitzler <[EMAIL PROTECTED]> wrote: On Wed, 11 Jul 2007 10:56:28 -0300 "Andre Magalhaes" <[EMAIL PROTECTED]> babbled: You'll need to wait until Friday :) No time right now. > Hi Raster, > > Any news on this? > > BR > Andrunko > > On 7/10

Re: [E-devel] [PATCH] to temperature module for powerbook (RFC)

2007-07-11 Thread The Rasterman
On Wed, 11 Jul 2007 17:05:02 +0200 PaulTT <[EMAIL PROTECTED]> babbled: > On 6/15/07, David Seikel <[EMAIL PROTECTED]> wrote: > > On Thu, 14 Jun 2007 19:01:37 +0200 "Paul T.Threshold" > > <[EMAIL PROTECTED]> wrote: > > > > > i made this little patch to enable temperature reading on my > > > powerbo

Re: [E-devel] [PATCH] to temperature module for powerbook (RFC)

2007-07-11 Thread David Seikel
On Thu, 12 Jul 2007 00:37:43 +0900 Carsten Haitzler (The Rasterman) <[EMAIL PROTECTED]> wrote: > On Wed, 11 Jul 2007 17:05:02 +0200 PaulTT <[EMAIL PROTECTED]> babbled: > > > On 6/15/07, David Seikel <[EMAIL PROTECTED]> wrote: > > > On Thu, 14 Jun 2007 19:01:37 +0200 "Paul T.Threshold" > > > <[EMA

Re: [E-devel] Support custom click area for Evas_Object

2007-07-11 Thread Andre Magalhaes
Hi again, So i wrote a new version of the patch supporting stride. The new patch adds a new public method evas_object_image_stride_get that returns the row stride of the image. In etk/ewl there are some places that make use of image_data directly as if it was a 32 bits ARGB data. These codes can

Re: [E-devel] Support custom click area for Evas_Object

2007-07-11 Thread Gustavo Sverzut Barbieri
On 7/11/07, Andre Magalhaes <[EMAIL PROTECTED]> wrote: > Hi again, > > So i wrote a new version of the patch supporting stride. The new patch > adds a new public method evas_object_image_stride_get that returns the > row stride of the image. In etk/ewl there are some places that make > use of image

Re: [E-devel] Enna 0.2.0 released

2007-07-11 Thread Dave
Hey, your apps is very good, and with gl acceleration is super. The only thing I miss is the video playback: also without gl i see only a fixed rose box (and no audio) where the video should be :( Any idea about the problem? I really want to use enna everyday but I need the video capability. Thi

Re: [E-devel] [PATCH] to temperature module for powerbook (RFC)

2007-07-11 Thread David Seikel
On Thu, 12 Jul 2007 02:51:42 +1000 David Seikel <[EMAIL PROTECTED]> wrote: > On Thu, 12 Jul 2007 00:37:43 +0900 Carsten Haitzler (The Rasterman) > <[EMAIL PROTECTED]> wrote: > > > On Wed, 11 Jul 2007 17:05:02 +0200 PaulTT <[EMAIL PROTECTED]> > > babbled: > > > > > On 6/15/07, David Seikel <[EMAI

[E-devel] website url rewrite

2007-07-11 Thread Chady Kassouf
Hi, In order to make the new website's URLs easier to use, I'd like to propose using mod_rewrite and having some rewrite rules to make the URIs more readable. Something along the lines of: #RewriteEngine On #RewriteCond %{REQUEST_FILENAME} !-f #RewriteCond %{REQUEST_FILENAME} !-d #RewriteRule ^

[E-devel] Re : Enna 0.2.0 released

2007-07-11 Thread Nicolas Aguirre
Hi Dave, For video playback I use emotion with xine backend. As I can see i your log, this backend is installed. So the issue could be an uninstalled codec for xine. Could you test the video that you want to play with emotion_test ? emotion_test -xine /media/500GB/Hunter X Hunter/Hunter X Hunte