Re: [E-devel] [Efl-technical-documentation] Site statistics

2017-12-21 Thread Pierre Couderc
On 12/19/2017 07:05 AM, Pierre Couderc wrote: I am glad to have developed my first application under efl (eegrep = multidimensional grep). With legacy API. Thanks for all your comments. I am glad that you all encourage my choice... ;)

[E-devel] Magic fail in Unified shutdown

2017-12-21 Thread Andrew Williams
Hi, In the last few days I have started seeing magic fails in the shutdown of some examples. Such as the following: ERR<18036>:ecore lib/ecore/ecore.c:790 _ecore_magic_fail() *** ECORE ERROR: Ecore Magic Check Failed!!! *** IN FUNCTION: ecore_main_fd_handler_del() ERR<18036>:ecore lib/ecore/ecore

[E-devel] Focus,Changed

2017-12-21 Thread Andrew Williams
Hi, Stumbling upon the efl_ui_focus_object.eo defintion: focus,changed : bool; [[Emitted if the focus state has changed]] I am unsure what the purpose of the bool is. My guess is that it's what the focussed value used to be or has become. Following the docs it implies a relation to whet

[E-devel] Weekly news from the automated build and QA front

2017-12-21 Thread Stefan Schmidt
Hello. Summary: o EFL coverity issues again raise faster as we can fix them o Patch backlogs keeps going down This should give everyone an overview over what has happened in the last week on the QA front. The numbers in parentheses reflect the values from last week to give you a trend. CI: o Ov

[E-devel] efl_add causing confusion

2017-12-21 Thread Andrew Williams
Hi, This is now well documented ( https://www.enlightenment.org/develop/tutorials/c/eo-refcount.md) but the more I use efl_add the more I feel it is confusing especially to new developers. In the current model (if I understand it correctly) 1) child = efl_add(klass, parent) means the child must N

Re: [E-devel] efl_add causing confusion

2017-12-21 Thread Andrew Williams
P.S. if the loss of temporary handles with efl_add is not met with efl_added it would be possible to add a new macro along the lines of: efl_add_scope(klass, parent) { ... statements ... } whereby the scope of the variable is valid only within that block. On Thu, 21 Dec 2017 at 13:15 Andrew Willi

Re: [E-devel] Focus,Changed

2017-12-21 Thread marcel-hollerbach
Hi, On Thu, Dec 21, 2017 at 12:19:41PM +, Andrew Williams wrote: > Hi, > > Stumbling upon the efl_ui_focus_object.eo defintion: > > focus,changed : bool; [[Emitted if the focus state has changed]] > The now active property. > I am unsure what the purpose of the bool is. My guess

Re: [E-devel] Focus,Changed

2017-12-21 Thread Andrew Williams
Hi, I'm sorry but seriously? "Well, common or not is nothing that counts here IMO." In an exercise such as this consistency is one of the most important concepts. No? Andy On Thu, 21 Dec 2017 at 18:11 wrote: > Hi, > > On Thu, Dec 21, 2017 at 12:19:41PM +, Andrew Williams wrote: > > Hi, > >

Re: [E-devel] Focus,Changed

2017-12-21 Thread Cedric Bail
> Original Message > Subject: Re: [E-devel] Focus,Changed > Local Time: December 21, 2017 10:11 AM > UTC Time: December 21, 2017 6:11 PM > From: marcel-hollerb...@t-online.de > To: Enlightenment developer list > > Hi, > > On Thu, Dec 21, 2017 at 12:19:41PM +, Andrew Williams

Re: [E-devel] Focus,Changed

2017-12-21 Thread marcel-hollerbach
Hello, On Thu, Dec 21, 2017 at 06:17:58PM +, Andrew Williams wrote: > Hi, > > I'm sorry but seriously? > "Well, common or not is nothing that counts here IMO." Yep, seriously. If something is not common, but something new that makes life easier, why should i not use it ? > > In an exercise

Re: [E-devel] efl_add causing confusion

2017-12-21 Thread Cedric Bail
Hi, > Original Message > Subject: Re: [E-devel] efl_add causing confusion > Local Time: December 21, 2017 9:02 AM > UTC Time: December 21, 2017 5:02 PM > From: a...@andywilliams.me > To: Enlightenment developer list > > P.S. if the loss of temporary handles with efl_add is not m

Re: [E-devel] Focus,Changed

2017-12-21 Thread marcel-hollerbach
On Thu, Dec 21, 2017 at 01:20:48PM -0500, Cedric Bail wrote: > > Original Message > > Subject: Re: [E-devel] Focus,Changed > > Local Time: December 21, 2017 10:11 AM > > UTC Time: December 21, 2017 6:11 PM > > From: marcel-hollerb...@t-online.de > > To: Enlightenment developer lis

Re: [E-devel] Focus,Changed

2017-12-21 Thread Cedric Bail
> Original Message > Subject: Re: [E-devel] Focus,Changed > Local Time: December 21, 2017 10:34 AM > UTC Time: December 21, 2017 6:34 PM > From: marcel-hollerb...@t-online.de > To: Enlightenment developer list > > On Thu, Dec 21, 2017 at 01:20:48PM -0500, Cedric Bail wrote: > >>>

Re: [E-devel] Focus,Changed

2017-12-21 Thread Carsten Haitzler
On Thu, 21 Dec 2017 18:17:58 + Andrew Williams said: > Hi, > > I'm sorry but seriously? > "Well, common or not is nothing that counts here IMO." > > In an exercise such as this consistency is one of the most important > concepts. > No? > Andy well in C bu5hm4n makes a point - you'd have to

Re: [E-devel] Focus,Changed

2017-12-21 Thread Carsten Haitzler
On Thu, 21 Dec 2017 19:34:44 +0100 marcel-hollerb...@t-online.de said: > On Thu, Dec 21, 2017 at 01:20:48PM -0500, Cedric Bail wrote: > > > Original Message > > > Subject: Re: [E-devel] Focus,Changed > > > Local Time: December 21, 2017 10:11 AM > > > UTC Time: December 21, 2017 6

Re: [E-devel] efl_add causing confusion

2017-12-21 Thread Carsten Haitzler
On Thu, 21 Dec 2017 13:29:05 -0500 Cedric Bail said: > Hi, > > > Original Message > > Subject: Re: [E-devel] efl_add causing confusion > > Local Time: December 21, 2017 9:02 AM > > UTC Time: December 21, 2017 5:02 PM > > From: a...@andywilliams.me > > To: Enlightenment develope

Re: [E-devel] efl_add causing confusion

2017-12-21 Thread Carsten Haitzler
On Thu, 21 Dec 2017 13:15:26 + Andrew Williams said: > Hi, > > This is now well documented ( > https://www.enlightenment.org/develop/tutorials/c/eo-refcount.md) but the > more I use efl_add the more I feel it is confusing especially to new > developers. > > In the current model (if I unders