[E-devel] What are E_Manager/Container/Zone ?

2007-02-04 Thread Simon TRENY
Hi everyone, I'm writing a module for e17 and I have some difficulties to understand the differences between E_Manager, E_Container and E_Zone. It seems E_Manager contains several E_Containers which contain several E_Zones. E_Zone seems to be divided in several E_Desk's (the virtual desktops) so

[E-devel] ibar dnd

2007-02-04 Thread Aleksej Struk
Hi there, I've noticed the following behaviour of dnd in ibar. When I start dragging the icon, the drop position of the icon is shown. When I stop dragging, the icon is basically copied to a new place, and the old icon, the icon I drag, stays in place. Does anyone can confirm the same? sndev

Re: [E-devel] What are E_Manager/Container/Zone ?

2007-02-04 Thread Sebastian Dransfeld
Simon TRENY wrote: Hi everyone, I'm writing a module for e17 and I have some difficulties to understand the differences between E_Manager, E_Container and E_Zone. It seems E_Manager contains several E_Containers which contain several E_Zones. E_Zone seems to be divided in several E_Desk's

[E-devel] fm2 fix

2007-02-04 Thread Stark, Thomas
Hi, attached a little patch which corrects the file:// handling in the _e_fm2_icon_desktop_url_eval function. This avoids links like: AdobeReader.desktop - ///home/thomas/.e/e/applications/all/AdobeReader.desktop Bye, Thomas -- Stark, Thomas [EMAIL PROTECTED] ---

Re: [E-devel] What are E_Manager/Container/Zone ?

2007-02-04 Thread Simon TRENY
Thanks, things are a lot clearer now :) There is just one thing that I still don't understand. Why the E_Desks are contained by a E_Zone and not by a E_Manager directly? I thought that when you join two physical screens with xinerama, they both share the same virtual desktops no? (I never used

[E-devel] [PATCH] Add bgr 565 convert support to evas

2007-02-04 Thread Lars Munch
Hi The attached patch adds 16bpp BGR 565 Converter Support to evas. Please apply. -- Lars Munch Index: configure.in === RCS file: /var/cvs/e/e17/libs/evas/configure.in,v retrieving revision 1.199 diff -p -u -r1.199 configure.in

Re: [E-devel] What are E_Manager/Container/Zone ?

2007-02-04 Thread Sebastian Dransfeld
Simon TRENY wrote: Thanks, things are a lot clearer now :) There is just one thing that I still don't understand. Why the E_Desks are contained by a E_Zone and not by a E_Manager directly? I thought that when you join two physical screens with xinerama, they both share the same virtual

Re: [E-devel] Can't undertand engrave api

2007-02-04 Thread DaveMDS
Brian Mattern ha scritto: On Sun, Feb 04, 2007 at 04:54:44AM +0100, DaveMDS wrote: Hi all, Have two problem with engrave: 1. What is the state2 and value2 param in: engrave_program_action_set(ep, action,state,state2,value,value2)?? State/Value is the state to set in the target(s) in a

[E-devel] edje_decc patch

2007-02-04 Thread DaveMDS
Hallo, here's a patch for edje_decc that create a file called default.edc in the decompiled source dir. The file contents is only a line that include the main edc file. If the default.edc file exist none is created With this patch I can open edj file from edje_editor (engrave run edje_decc and