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

2007-07-09 Thread Andre Magalhaes
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). Probably other projects (modules) do the same. Maybe some helper functions in evas to retrieve the rgba compon

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

2007-07-09 Thread Andre Magalhaes
On 7/10/07, Gustavo Sverzut Barbieri <[EMAIL PROTECTED]> wrote: On 7/10/07, Gustavo Sverzut Barbieri <[EMAIL PROTECTED]> wrote: > On 7/9/07, Andre Magalhaes <[EMAIL PROTECTED]> wrote: > > Hi, > > > > On 7/9/07, Gustavo Sverzut Barbieri <[EMAIL PROTECTED]> wrote: > > > On 7/9/07, Andre Magalhaes <

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

2007-07-09 Thread Gustavo Sverzut Barbieri
On 7/10/07, Gustavo Sverzut Barbieri <[EMAIL PROTECTED]> wrote: > On 7/9/07, Andre Magalhaes <[EMAIL PROTECTED]> wrote: > > Hi, > > > > On 7/9/07, Gustavo Sverzut Barbieri <[EMAIL PROTECTED]> wrote: > > > On 7/9/07, Andre Magalhaes <[EMAIL PROTECTED]> wrote: > > > > Hey Raster, > > > > > > > > On 7

Re: [E-devel] E CVS: libs/evas raster

2007-07-09 Thread Gustavo Sverzut Barbieri
On 7/9/07, Enlightenment CVS <[EMAIL PROTECTED]> wrote: > + * EVAS_COLORSPACE_RGB565_A5P: > + * > + * In the process of being implemented in 1 engine only. This may change. > + * > + * This is a pointer to image data for 16-bit half-word pixel data in 16bpp > + * RGB 565 format (5 bits red, 6 bits

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

2007-07-09 Thread Gustavo Sverzut Barbieri
On 7/9/07, Andre Magalhaes <[EMAIL PROTECTED]> wrote: > Hi, > > On 7/9/07, Gustavo Sverzut Barbieri <[EMAIL PROTECTED]> wrote: > > On 7/9/07, Andre Magalhaes <[EMAIL PROTECTED]> wrote: > > > Hey Raster, > > > > > > On 7/9/07, The Rasterman Carsten Haitzler <[EMAIL PROTECTED]> wrote: > > > > On Fri,

[E-devel] E FM Mime patch

2007-07-09 Thread Nick Hughart
I have slightly integrated the new efreet_mime stuff into e_fm. For now it is fairly simple and I have just wrapped efreet_mime_globs_type_get inside of e_fm_mime_filename_get and removed a lot of duplicated code. More can be done, but figured this would be an easier patch to get in for now.

[E-devel] [PATCH] etk + exhibit

2007-07-09 Thread Andre Magalhaes
Hi, I found some minor bugs in etk+exhibit while playing with them yesterday. Attached there are 2 patches to fix the bugs The etk patch fixes a bug when reparenting a widget on an etk_box, _etk_box_child_remove is freeing the newly created cell. The exhibit patch fixes a bug where comment and

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

2007-07-09 Thread dan sinclair
On 9-Jul-07, at 8:13 PM, Hisham Mardam Bey wrote: > On 7/9/07, Jorge Luis Zapata Muga <[EMAIL PROTECTED]> wrote: >> Hi all, >> >> I want to reply before this thread ends discussing only the "how >> do we >> patch projects" topic, as it is just a small part of the real >> problem. >> I've seen

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

2007-07-09 Thread Hisham Mardam Bey
On 7/9/07, Jorge Luis Zapata Muga <[EMAIL PROTECTED]> wrote: > Hi all, > > I want to reply before this thread ends discussing only the "how do we > patch projects" topic, as it is just a small part of the real problem. > I've seen other devs and myself complaining on how things work on > e-land, fr

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

2007-07-09 Thread Andre Magalhaes
Ooops, Forgot to attach the modified patch. On 7/9/07, Andre Magalhaes <[EMAIL PROTECTED]> wrote: Hi, On 7/9/07, Gustavo Sverzut Barbieri <[EMAIL PROTECTED]> wrote: > On 7/9/07, Andre Magalhaes <[EMAIL PROTECTED]> wrote: > > Hey Raster, > > > > On 7/9/07, The Rasterman Carsten Haitzler <[EMAIL

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

2007-07-09 Thread Andre Magalhaes
Hi, On 7/9/07, Gustavo Sverzut Barbieri <[EMAIL PROTECTED]> wrote: > On 7/9/07, Andre Magalhaes <[EMAIL PROTECTED]> wrote: > > Hey Raster, > > > > On 7/9/07, The Rasterman Carsten Haitzler <[EMAIL PROTECTED]> wrote: > > > On Fri, 6 Jul 2007 18:00:08 -0300 "Andre Magalhaes" <[EMAIL PROTECTED]> > >

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

2007-07-09 Thread Gustavo Sverzut Barbieri
On 7/9/07, Andre Magalhaes <[EMAIL PROTECTED]> wrote: > Hey Raster, > > On 7/9/07, The Rasterman Carsten Haitzler <[EMAIL PROTECTED]> wrote: > > On Fri, 6 Jul 2007 18:00:08 -0300 "Andre Magalhaes" <[EMAIL PROTECTED]> > > babbled: > > > > > Hi all, > > > > > > As this is my first post here, let me i

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

2007-07-09 Thread David Seikel
This is a pet peeve of mine, so I'll just vent some steam. B-) On Mon, 9 Jul 2007 01:50:44 +0300 "Hisham Mardam Bey" <[EMAIL PROTECTED]> wrote: > So what if we have an API break? We can take care of it - we have not > even made a stable release yet! If a developer takes the time to > improve som

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

2007-07-09 Thread Andre Magalhaes
Hey Raster, On 7/9/07, The Rasterman Carsten Haitzler <[EMAIL PROTECTED]> wrote: On Fri, 6 Jul 2007 18:00:08 -0300 "Andre Magalhaes" <[EMAIL PROTECTED]> babbled: > Hi all, > > As this is my first post here, let me introduce myself. I am Andre > Moreira Magalhaes, aka andrunko, and I work for IN

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

2007-07-09 Thread dan sinclair
David Seikel wrote: > On Mon, 9 Jul 2007 19:29:37 +0900 Carsten Haitzler (The Rasterman) > <[EMAIL PROTECTED]> wrote: > >> On Sun, 8 Jul 2007 20:05:30 -0400 dan sinclair <[EMAIL PROTECTED]> >> babbled: >> >> > On 8-Jul-07, at 7:51 PM, Carsten Haitzler (The Rasterman) wrote: >> > > >> > > Maybe we

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

2007-07-09 Thread David Seikel
On Mon, 9 Jul 2007 19:29:37 +0900 Carsten Haitzler (The Rasterman) <[EMAIL PROTECTED]> wrote: > On Sun, 8 Jul 2007 20:05:30 -0400 dan sinclair <[EMAIL PROTECTED]> > babbled: > > > On 8-Jul-07, at 7:51 PM, Carsten Haitzler (The Rasterman) wrote: > > > > > > Maybe we need to have official IRC logs?

Re: [E-devel] E CVS: apps/e devilhorns

2007-07-09 Thread Gustavo Sverzut Barbieri
On 7/9/07, Enlightenment CVS <[EMAIL PROTECTED]> wrote: > @@ -534,12 +535,14 @@ > if (menu->entries) > { > Efreet_Menu *entry; > - > + shouldn't we avoid trailing white spaces and these kind of changes? Both emacs and vi have highlights for trailing white spaces, I guess that oth

Re: [E-devel] Bugzilla

2007-07-09 Thread dan sinclair
They changed the simple search so it requires a keyword. But, you can click search, Advanced Search tab, then just hit search and it will give everything. (You can then save this search at the bottom of the list and it will be added into your footer where you can just click the link) dan Zach

[E-devel] Bugzilla

2007-07-09 Thread Zachary Goldberg
This may have been discussed previously or I may just be dumb, but is there no way to simply view a list of the most recent bugs? I have some free time figured i would browse bugzilla, maybe find something i can fix, but Apparently i cannot simply browse; Or i just can't find the link? -- Zachar

Re: [E-devel] E-Mail, available from google svn

2007-07-09 Thread Alexander Griesser
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Massimiliano Calamelli wrote: > Hi devs, i'm here to announce that i've publiched my code under Google > Projects, here's the link: > http://code.google.com/p/e-mail/ > > Note that the project is in very alpha stage, and atm it works like an > "MH ma

[E-devel] [EMAIL PROTECTED]: PATCH: profiles dialog module]

2007-07-09 Thread Brian 'morlenxus' Miculcy
Seems that the files are stripped away... third try. Once again: This module makes the enlightenment_remote options for creating, selecting and deleting a profile available in the config panel. Hope it get's in this time... Greets, Brian 'morlenxus' Miculcy MAINTAINERCLEANFILES = Makefile.in MO

[E-devel] PATCH: profiles dialog module

2007-07-09 Thread Brian 'morlenxus' Miculcy
Wops, forgot to attach the files. Once again: This module makes the enlightenment_remote options for creating, selecting and deleting a profile available in the config panel. Hope it get's in this time... Greets, Brian 'morlenxus' Miculcy

[E-devel] PATCH: profiles dialog module

2007-07-09 Thread Brian 'morlenxus' Miculcy
Once again: This module makes the enlightenment_remote options for creating, selecting and deleting a profile available in the config panel. Hope it get's in this time... Greets, Brian 'morlenxus' Miculcy - This SF.net emai

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

2007-07-09 Thread The Rasterman
On Mon, 9 Jul 2007 03:05:59 +0300 "Hisham Mardam Bey" <[EMAIL PROTECTED]> babbled: > What happens when we have "biggish" patches on Evas or Ecore? I > remember Jorge (turran) had a lot of work that was held off up until > after E is to be released. This is what I want to get to. When you are > too

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

2007-07-09 Thread The Rasterman
On Sun, 8 Jul 2007 20:05:30 -0400 dan sinclair <[EMAIL PROTECTED]> babbled: > On 8-Jul-07, at 7:51 PM, Carsten Haitzler (The Rasterman) wrote: > > > > Maybe we need to have official IRC logs? Maybe add a #ecode channel > > whose ONLY > > purpose is discussion of code, design, direction ideas etc

Re: [E-devel] [PATCH] Fix layer issues with smart objects.

2007-07-09 Thread The Rasterman
On Thu, 05 Jul 2007 10:06:41 +1000 Brett Nash <[EMAIL PROTECTED]> babbled: thanks! definite boo boo there. in cvs. > With the `new' managed smart objects, layer changes are not causing the > object to be marked as dirty. This fixes that problem. > --- > src/lib/canvas/evas_layer.c |2 +- >

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

2007-07-09 Thread The Rasterman
On Fri, 6 Jul 2007 18:00:08 -0300 "Andre Magalhaes" <[EMAIL PROTECTED]> babbled: > Hi all, > > As this is my first post here, let me introduce myself. I am Andre > Moreira Magalhaes, aka andrunko, and I work for INdT in Brazil. hey andre :) > Now let's go to the point. I am working on a project

Re: [E-devel] Conf dialogs... modules?!

2007-07-09 Thread The Rasterman
On Sun, 8 Jul 2007 10:39:28 +0200 Brian 'morlenxus' Miculcy <[EMAIL PROTECTED]> babbled: > I also suggest to have module categories, as we already use the > module.desktop files for the icons, we should use it for the categories. > This way we wouldn't have a long list, we instead have the modules

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

2007-07-09 Thread Jorge Luis Zapata Muga
Hi all, I want to reply before this thread ends discussing only the "how do we patch projects" topic, as it is just a small part of the real problem. I've seen other devs and myself complaining on how things work on e-land, from how the ideas are discussed (design) to how they are implemented (imp

[E-devel] E-Mail, available from google svn

2007-07-09 Thread Massimiliano Calamelli
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi devs, i'm here to announce that i've publiched my code under Google Projects, here's the link: http://code.google.com/p/e-mail/ Note that the project is in very alpha stage, and atm it works like an "MH mailbox browser", and no more. No sending/re

Re: [E-devel] exporting Epsilon_Plugin structure

2007-07-09 Thread Peter Wehrfritz
Vincent Torri schrieb: > The plugin uses Imlib_Image which is a void *. So I can replace it by a > void * in Epsilon_Plugin. But Ecore_List is a typedef on a struct. Do you > prefer a void * and I cast in Epsilon.c, or do I include Ecore_Data.h in > Epsilon.h ? > What about to rename epsilon_

Re: [E-devel] exporting Epsilon_Plugin structure

2007-07-09 Thread Vincent Torri
The plugin uses Imlib_Image which is a void *. So I can replace it by a void * in Epsilon_Plugin. But Ecore_List is a typedef on a struct. Do you prefer a void * and I cast in Epsilon.c, or do I include Ecore_Data.h in Epsilon.h ? Vincent On Sun, 8 Jul 2007, Nathan Ingersoll wrote: > I don't