Re: [E-devel] edje and event objects

2005-09-13 Thread Jose O Gonzalez
On Tue, 13 Sep 2005 09:18:14 -0500 Brian writes: > Jose O Gonzalez wrote: > > >On Mon, 12 Sep 2005 14:58:51 -0500 Brian writes: > > > > > >>Raster, > >> > >>I've been noticing that we often want to accept generic evas mouse > > >>events on edje objects (such as ibar icons, pager windows, pag

Re: [E-devel] Re: [PATCH] Pager mouse wheel desktop switching

2005-09-13 Thread Thomas Kuther
On Sun, 11 Sep 2005 23:47:07 -0400 Jonathan Turner <[EMAIL PROTECTED]> wrote: > A couple people pointed out I should add the patch as an attachment > instead. Sorry about that. > > This is the patch for pager switching via the mouse wheel, updated to > today's cvs. > > > Jonathan (giard) Very

Re: [E-devel] Re: E CVS: libs/ecore xcomputerman

2005-09-13 Thread Michael Jennings
On Tuesday, 13 September 2005, at 08:54:46 (-0500), Ibukun Olumuyiwa wrote: > Actually yes, this is a better idea. The only snag here is that it > would be inefficient. For sorting based on attributes other than > filename, the comparison function would have to fetch metadata for > each file it at

Re: [E-devel] edje and event objects

2005-09-13 Thread Brian Mattern
Jose O Gonzalez wrote: On Mon, 12 Sep 2005 14:58:51 -0500 Brian writes: Raster, I've been noticing that we often want to accept generic evas mouse events on edje objects (such as ibar icons, pager windows, pager desks, etc). So, we've been adding event objects and moving/resizing them a

Re: [E-devel] Re: E CVS: libs/ecore xcomputerman

2005-09-13 Thread Ibukun Olumuyiwa
Michael Jennings wrote: This was originally what I wanted to do actually -- implement a list-based quicksort (would require use of Ecore_Dlist). But it is much more efficient as it is, doing an insertion sort while actually inserting items into the list. Both approaches are too restrictive.

Re: [E-devel] Re: E CVS: libs/ecore xcomputerman

2005-09-13 Thread Michael Jennings
On Tuesday, 13 September 2005, at 01:45:46 (-0500), Ibukun Olumuyiwa wrote: > Try to see things from a regular user's POV for once, it might help. :) It has nothing to do with whether I'm a "regular user" or an irregular one. It's personal choice. > This was originally what I wanted to do actua

Re: [E-devel] Re: E CVS: libs/ecore xcomputerman

2005-09-13 Thread Solerman Kaplon
Ibukun Olumuyiwa escreveu: This was originally what I wanted to do actually -- implement a list-based quicksort (would require use of Ecore_Dlist). But it is much more efficient as it is, doing an insertion sort while actually inserting items into the list. I guess generally one just make th

Re: [E-devel] edje and event objects

2005-09-13 Thread Jose O Gonzalez
On Mon, 12 Sep 2005 14:58:51 -0500 Brian writes: > Raster, > > I've been noticing that we often want to accept generic evas mouse > events on edje objects (such as ibar icons, pager windows, pager > desks, > etc). So, we've been adding event objects and moving/resizing them > along > with t