Re: [E-devel] beta EFL 1.0.0???

2010-09-24 Thread Vincent Torri
On Fri, 24 Sep 2010, Carsten Haitzler (The Rasterman) wrote: i have crazy plans to throw out a beta of EFL this weekend? any objections? anyone who has stuff to get in to beta - get it in (fixes that is for stuff). pending issues/bugs - make sure they are brought up and yelled about loudly

Re: [E-devel] beta EFL 1.0.0???

2010-09-24 Thread Michael Blumenkrantz
On Fri, 24 Sep 2010 09:54:49 +0200 (CEST) Vincent Torri vto...@univ-evry.fr wrote: On Fri, 24 Sep 2010, Carsten Haitzler (The Rasterman) wrote: i have crazy plans to throw out a beta of EFL this weekend? any objections? anyone who has stuff to get in to beta - get it in (fixes that is

Re: [E-devel] E SVN: discomfitor trunk/ecore/src/lib/ecore_con

2010-09-24 Thread David Seikel
On Thu, 23 Sep 2010 23:54:49 -0700 Enlightenment SVN no-re...@enlightenment.org wrote: Log: add session ticket support for gnutls, also add extremely detailed handshake error messages Author: discomfitor Date: 2010-09-23 23:54:49 -0700 (Thu, 23 Sep 2010) New Revision: 52675

[E-devel] rfc: ecore_con additions proposal

2010-09-24 Thread Chidambar 'ilLogict' Zinnoury
Hello. I'm planning to add support for the SCTP protocol[1] in ecore_con at some point in the near future (after I'm finished with my current playground - more about it real soon), but as API is being frozen, I thought I'd better send this now. SCTP is a modern protocol with some great

[E-devel] use of Eina_Bool in ecore_evas

2010-09-24 Thread Vincent Torri
Hey, in ecore_evas, there are plenty of calls that can use Eina_Bool instead of int: ecore_evas_engine_type_supported_get ecore_evas_app_comp_sync_set ecore_evas_app_comp_sync_get all the _set functions that have an 'on' parameter and their _get too. Should we modify them before beta ?

Re: [E-devel] Edje API removal.

2010-09-24 Thread Sachiel
On Thu, Sep 23, 2010 at 10:08 PM, Carsten Haitzler ras...@rasterman.com wrote: On Thu, 23 Sep 2010 09:23:27 -0300 Iván Briano (Sachiel) sachi...@gmail.com said: this should be fixed to work again as it was intended to... g. what removed it. i KNOW it worked. i implemented it and had it

Re: [E-devel] use of Eina_Bool in ecore_evas

2010-09-24 Thread Sachiel
On Fri, Sep 24, 2010 at 8:57 AM, Vincent Torri vto...@univ-evry.fr wrote: Hey, in ecore_evas, there are plenty of calls that can use Eina_Bool instead of int: ecore_evas_engine_type_supported_get ecore_evas_app_comp_sync_set ecore_evas_app_comp_sync_get all the _set functions that have

Re: [E-devel] beta EFL 1.0.0???

2010-09-24 Thread Lucas De Marchi
On Thu, Sep 23, 2010 at 10:19 PM, Carsten Haitzler ras...@rasterman.com wrote: i have crazy plans to throw out a beta of EFL this weekend? any objections? anyone who has stuff to get in to beta - get it in (fixes that is for stuff). pending issues/bugs - make sure they are brought up and yelled

Re: [E-devel] Edje API removal.

2010-09-24 Thread The Rasterman
On Fri, 24 Sep 2010 09:00:32 -0300 Iván Briano (Sachiel) sachi...@gmail.com said: On Thu, Sep 23, 2010 at 10:08 PM, Carsten Haitzler ras...@rasterman.com wrote: On Thu, 23 Sep 2010 09:23:27 -0300 Iván Briano (Sachiel) sachi...@gmail.com said: this should be fixed to work again as it was

Re: [E-devel] use of Eina_Bool in ecore_evas

2010-09-24 Thread The Rasterman
On Fri, 24 Sep 2010 09:04:39 -0300 Iván Briano (Sachiel) sachi...@gmail.com said: On Fri, Sep 24, 2010 at 8:57 AM, Vincent Torri vto...@univ-evry.fr wrote: Hey, in ecore_evas, there are plenty of calls that can use Eina_Bool instead of int: ecore_evas_engine_type_supported_get

Re: [E-devel] use of Eina_Bool in ecore_evas

2010-09-24 Thread Vincent Torri
On Fri, 24 Sep 2010, Carsten Haitzler (The Rasterman) wrote: On Fri, 24 Sep 2010 09:04:39 -0300 Iván Briano (Sachiel) sachi...@gmail.com said: On Fri, Sep 24, 2010 at 8:57 AM, Vincent Torri vto...@univ-evry.fr wrote: Hey, in ecore_evas, there are plenty of calls that can use Eina_Bool

Re: [E-devel] Edje API removal.

2010-09-24 Thread Sachiel
On Fri, Sep 24, 2010 at 9:29 AM, Carsten Haitzler ras...@rasterman.com wrote: On Fri, 24 Sep 2010 09:00:32 -0300 Iván Briano (Sachiel) sachi...@gmail.com said: On Thu, Sep 23, 2010 at 10:08 PM, Carsten Haitzler ras...@rasterman.com wrote: On Thu, 23 Sep 2010 09:23:27 -0300 Iván Briano

Re: [E-devel] Edje API removal.

2010-09-24 Thread The Rasterman
On Fri, 24 Sep 2010 09:42:43 -0300 Iván Briano (Sachiel) sachi...@gmail.com said: On Fri, Sep 24, 2010 at 9:29 AM, Carsten Haitzler ras...@rasterman.com wrote: On Fri, 24 Sep 2010 09:00:32 -0300 Iván Briano (Sachiel) sachi...@gmail.com said: On Thu, Sep 23, 2010 at 10:08 PM, Carsten

Re: [E-devel] use of Eina_Bool in ecore_evas

2010-09-24 Thread Christopher Michael
On 09/24/2010 08:30 AM, Carsten Haitzler (The Rasterman) wrote: On Fri, 24 Sep 2010 09:04:39 -0300 Iván Briano (Sachiel)sachi...@gmail.com said: On Fri, Sep 24, 2010 at 8:57 AM, Vincent Torrivto...@univ-evry.fr wrote: Hey, in ecore_evas, there are plenty of calls that can use Eina_Bool

Re: [E-devel] use of Eina_Bool in ecore_evas

2010-09-24 Thread The Rasterman
On Fri, 24 Sep 2010 11:51:59 -0400 Christopher Michael cpmicha...@comcast.net said: On 09/24/2010 08:30 AM, Carsten Haitzler (The Rasterman) wrote: On Fri, 24 Sep 2010 09:04:39 -0300 Iván Briano (Sachiel)sachi...@gmail.com said: On Fri, Sep 24, 2010 at 8:57 AM, Vincent

Re: [E-devel] use of Eina_Bool in ecore_evas

2010-09-24 Thread Christopher Michael
On 09/24/2010 12:55 PM, Carsten Haitzler (The Rasterman) wrote: On Fri, 24 Sep 2010 11:51:59 -0400 Christopher Michaelcpmicha...@comcast.net said: On 09/24/2010 08:30 AM, Carsten Haitzler (The Rasterman) wrote: On Fri, 24 Sep 2010 09:04:39 -0300 Iván Briano (Sachiel)sachi...@gmail.com said: