[E-devel] Evas box layout doesn't guarantee items' min size.

2016-02-24 Thread Conrad Um
I am trying to bring edje box and table to elm.box and elm.table to provide more features. Unlike table, each box can have its own layout function, so there are several issues to adopt edje box at once. So, if there are not significant differences between evas box layouts (builtin edje box uses th

Re: [E-devel] EFL interface change - Animator

2016-02-24 Thread Tom Hacohen
On 24/02/16 10:35, Tom Hacohen wrote: > On 04/02/16 15:58, marcel-hollerb...@t-online.de wrote: >> Hi, >> >> On Thu, Feb 04, 2016 at 03:48:17PM +, Tom Hacohen wrote: >>> On 04/02/16 15:18, Hermet Park wrote: my point is not EINA_UNUSED nor animator. As you mentioned, event_info

Re: [E-devel] embryo define checking

2016-02-24 Thread Mike Blumenkrantz
I am trying to avoid using the efl version defines because they don't indicate if it's the prerelease from git, meaning that the features aren't usable until the release occurs; not very helpful if I want a feature to be active now when it's supported. It seems like this should be something availa

Re: [E-devel] embryo define checking

2016-02-24 Thread The Rasterman
On Wed, 24 Feb 2016 17:44:42 + Mike Blumenkrantz said: > It's possible to #define constants in embryo, such as ones used for version > checking. I haven't found any reference for how to detect them in a script, > however. Any #if directive gets handled by epp during edje compilation, and > us

[E-devel] embryo define checking

2016-02-24 Thread Mike Blumenkrantz
It's possible to #define constants in embryo, such as ones used for version checking. I haven't found any reference for how to detect them in a script, however. Any #if directive gets handled by epp during edje compilation, and using other statements involving the constant will result in compile fa

Re: [E-devel] EFL interface change - Animator

2016-02-24 Thread Tom Hacohen
On 04/02/16 15:58, marcel-hollerb...@t-online.de wrote: > Hi, > > On Thu, Feb 04, 2016 at 03:48:17PM +, Tom Hacohen wrote: >> On 04/02/16 15:18, Hermet Park wrote: >>> my point is not EINA_UNUSED nor animator. >>> >>> As you mentioned, event_info is used for sometimes. >>> >>> How many scenari

Re: [E-devel] [EGIT] [core/efl] master 01/01: edje_cc: abort compile when unnamed part exists

2016-02-24 Thread The Rasterman
On Wed, 24 Feb 2016 13:53:48 +0900 (KST) Hermet Park said: > I think this changes edc grammar. > only one part may not need a part name. > and App edc will be broken after this patch. > > Do you really like it? i wrote edje_cc - i never intended or especterd people to NOt name parts. ihave NEVE