Re: [E-devel] UPDATE: Re: [e-users] E17 coding funds: ...

2006-08-02 Thread David Seikel
On Tue, 25 Jul 2006 09:48:36 +0900 Carsten Haitzler (The Rasterman) [EMAIL PROTECTED] wrote: On Fri, 14 Jul 2006 11:56:35 +0900 Carsten Haitzler (The Rasterman) [EMAIL PROTECTED] babbled: The person with the money power has been away for the past week and will not be back until the weekend.

Re: [E-devel] UPDATE: Re: [e-users] E17 coding funds: ...

2006-08-02 Thread The Rasterman
On Wed, 2 Aug 2006 16:48:56 +1000 David Seikel [EMAIL PROTECTED] babbled: On Tue, 25 Jul 2006 09:48:36 +0900 Carsten Haitzler (The Rasterman) [EMAIL PROTECTED] wrote: On Fri, 14 Jul 2006 11:56:35 +0900 Carsten Haitzler (The Rasterman) [EMAIL PROTECTED] babbled: The person with the

[E-devel] Fsel patch

2006-08-02 Thread BRUNEL Maxime
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, A patch for the fsel. This patch add a menu to rename and delete files in the fsel. But, i don't know refresh the smart when a file is removed. Regards, maxtoo. -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.3 (GNU/Linux)

Re: [E-devel] Edje grad objs

2006-08-02 Thread brian . mattern
I committed a large chunk of the code for edje grads last night. I added angle and spread to the fill block, and reused the rest of fill (origin, size) for the grad fill. Angle will be interpolated during transitions, as will fill. The other params (spectrum, and spread for now) flip at the

Re: [E-devel] Edje grad objs

2006-08-02 Thread [EMAIL PROTECTED]
I committed a large chunk of the code for edje grads last night. I added angle and spread to the fill block, and reused the rest of fill (origin, size) for the grad fill. Angle will be interpolated during transitions, as will fill. The other params (spectrum, and spread for now) flip at the

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

2006-08-02 Thread Sebastian Dransfeld
Enlightenment CVS wrote: Enlightenment CVS committal Author : shorne Project : e17 Module : apps/e Dir : e17/apps/e/src/bin Modified Files: e_widget_button.c Log Message: Allow the icon to be clicked by passing events. Why was this not done before? I identified

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

2006-08-02 Thread brian . mattern
On Wed, Aug 02, 2006 at 10:14:53PM -0400, Enlightenment CVS wrote: Author : moom Log Message: * Add evas_object_smart_parent_get() to get the smart parent of an Evas_Object * Add evas_object_smart_members_get() to get a list of the member objects of a smart object good call.

[E-devel] Network connection from a different thread

2006-08-02 Thread Andrew Sevcsik
Hi list. I tried to connect to a jabber server from a different thread, while i was in the ecore_evas main loop. I tried it in Ruby (XMPP4R and jabber4r libraries), and in C (Loudmouth library). Loudmouth has an implented connect function, wich is done in a different thread, and than calls a

[E-devel] Evas and the framebuffer

2006-08-02 Thread Jorge Luis Zapata Muga
Hi all, I have several ideas/issues with the framebuffer and evas (also ecore_fb): 1. The fb engine currently has some kind of library made by raster which in my opinion overlaps in some way with the ecore_fb approach. The engine_info has a vt and a fb parameter both integers, i guess it was used

Re: [E-devel] Network connection from a different thread

2006-08-02 Thread Stéphane Bauland
Andrew Sevcsik wrote: Hi list. I tried to connect to a jabber server from a different thread, while i was in the ecore_evas main loop. I tried it in Ruby (XMPP4R and jabber4r libraries), and in C (Loudmouth library). Loudmouth has an implented connect function, wich is done in a different

[E-devel] Evas and the framebuffer

2006-08-02 Thread [EMAIL PROTECTED]
Hi all, I have several ideas/issues with the framebuffer and evas (also ecore_fb): I send this to know your opinions before i do any changes to the current code. best regards, turran So, you'd like to change the semantics of the evas_fb engine