Re: [E-devel] Problem with edje and its way of dispatching mouse, * signals

2007-07-17 Thread Brian Mattern
On Wed, Jul 18, 2007 at 12:56:17AM -0300, Gustavo Sverzut Barbieri wrote: > On 7/18/07, Brian Mattern <[EMAIL PROTECTED]> wrote: >> On Tue, Jul 17, 2007 at 06:15:51PM -0300, Gustavo Sverzut Barbieri wrote: >> > Notice that edje property is no_mouse_grab, because then we can keep >> > compatibility

Re: [E-devel] Issue with Emotion

2007-07-17 Thread The Rasterman
On Wed, 11 Jul 2007 13:27:48 +0200 Fabio Strozzi <[EMAIL PROTECTED]> babbled: > -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? o

Re: [E-devel] Nightly builds - Was: Is this a community project?

2007-07-17 Thread The Rasterman
On Tue, 17 Jul 2007 10:14:58 +1000 David Seikel <[EMAIL PROTECTED]> babbled: > Attached is the result of a first cut at a nightly build script. Early > days, baby steps, don't pick over the little details. We can start > with the basics and work up to more features later. > > For now I can run

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

2007-07-17 Thread The Rasterman
On Mon, 16 Jul 2007 15:27:44 -0300 "Andre Magalhaes" <[EMAIL PROTECTED]> babbled: excellent. will track from bugzilla from now on - first i need to clean out my mailbox mess. > Added to bugzilla: > > http://bugzilla.enlightenment.org/show_bug.cgi?id=105 (evas patch) > http://bugzilla.enlightenme

Re: [E-devel] Problem with edje and its way of dispatching mouse, * signals

2007-07-17 Thread Gustavo Sverzut Barbieri
On 7/18/07, Lars Munch <[EMAIL PROTECTED]> wrote: > On Tue, Jul 17, 2007 at 06:15:51PM -0300, Gustavo Sverzut Barbieri wrote: > > On 7/14/07, Gustavo Sverzut Barbieri <[EMAIL PROTECTED]> wrote: > > Ok, it turned out to be easy to extend this with mouse_grab idea, I'd > > like some review on these p

Re: [E-devel] Problem with edje and its way of dispatching mouse, * signals

2007-07-17 Thread Lars Munch
On Tue, Jul 17, 2007 at 06:15:51PM -0300, Gustavo Sverzut Barbieri wrote: > On 7/14/07, Gustavo Sverzut Barbieri <[EMAIL PROTECTED]> wrote: > Ok, it turned out to be easy to extend this with mouse_grab idea, I'd > like some review on these patches, but I've tested them together with > an etk applic

Re: [E-devel] Problem with edje and its way of dispatching mouse, * signals

2007-07-17 Thread Gustavo Sverzut Barbieri
On 7/18/07, Brian Mattern <[EMAIL PROTECTED]> wrote: > On Tue, Jul 17, 2007 at 06:15:51PM -0300, Gustavo Sverzut Barbieri wrote: > > Notice that edje property is no_mouse_grab, because then we can keep > > compatibility with existent .edj files. > > > > I don't like evas_object_mouse_grab_set() ver

Re: [E-devel] Problem with edje and its way of dispatching mouse, * signals

2007-07-17 Thread Brian Mattern
On Tue, Jul 17, 2007 at 06:15:51PM -0300, Gustavo Sverzut Barbieri wrote: > Notice that edje property is no_mouse_grab, because then we can keep > compatibility with existent .edj files. > > I don't like evas_object_mouse_grab_set() very much, it looks like > mouse will be immediately grab, which i

Re: [E-devel] Problem with edje and its way of dispatching mouse, * signals

2007-07-17 Thread Gustavo Sverzut Barbieri
On 7/14/07, Gustavo Sverzut Barbieri <[EMAIL PROTECTED]> wrote: On 7/14/07, Lars Munch <[EMAIL PROTECTED]> wrote: > Hi Gustavo > > On Fri, Jul 13, 2007 at 07:53:58PM -0300, Gustavo Sverzut Barbieri > wrote: > > Ok, reading evas docs it's really the expected behavior, at least it's > > documented:

Re: [E-devel] image loading questions

2007-07-17 Thread Eric Wasylishen
Cool, glad to hear you guys think memory loading is a sane idea! haha, that is funny that we came up with the same plan, CodeWarrior. I'll try to come on IRC sometime again to disucss it further. :) On 7/16/07, Cedric BAIL <[EMAIL PROTECTED]> wrote: > On Monday 16 July 2007 12:26:51 Hisham Mardam

[E-devel] Deprecating Ecore_Desktop

2007-07-17 Thread dan sinclair
All, We've had Efreet in CVS for a while now and it seems to be working well. Taking a look at the other apps in CVS the only one still using Ecore_Desktop that I noticed was Engage. Can the Engage maintainer please update the app to use Efreet so we can move Ecore_Desktop over into proto? Th