[E-devel] Eina value optional

2016-01-12 Thread Jean-Philippe André
Hi Felipe, You added the optional type to eina value. I'm not sure what it's point is. I understand an optional value can be empty (ie. void and not "nil" or 0 or whatever). But I don't understand why this couldn't be implemented inside all standard values. Add an "empty" property to them.

[E-devel] EFL and friends 1.17.0 beta 1

2016-01-12 Thread Stefan Schmidt
A bunch of fresh new tarballs with our latest work waiting for your testing before we can go into the final stages of releases. = EFL, Elementary and friends 1.17 beta1 tarballs = One week after our alpa1 tarballs we just released our first beta tarballs. Please grab and test. == Download ==

Re: [E-devel] [EGIT] [core/elementary] master 02/03: popup: add popup default align config for other profiles.

2016-01-12 Thread Andrew Williams
Hi, Would this maybe be resolved by bumping the elementary config version and moving the 0.5 default setting to a new minor revision? src/lib/elm_config.c Just a thought,

Re: [E-devel] Merging Efl and elementary

2016-01-12 Thread David Seikel
Hmm, no one else commented, so I will. On Mon, 11 Jan 2016 16:42:45 -0800 Cedric BAIL wrote: > As we are moving forward with a stable API for binding, one of the > main "weirdness" that is still exposed is that you need to actually > require two differents library to use

Re: [E-devel] Merging Efl and elementary

2016-01-12 Thread Simon Lees
On 01/12/2016 09:41 PM, Stefan Schmidt wrote: > Hello. > > On 12/01/16 01:42, Cedric BAIL wrote: >> Hello, >> >> As we are moving forward with a stable API for binding, one of the >> main "weirdness" that is still exposed is that you need to actually >> require two differents library to use efl.

Re: [E-devel] Enlightenment Developer Days 2016

2016-01-12 Thread Stefan Schmidt
Hello. On 11/01/16 21:24, Stefan Schmidt wrote: > Hello. > > After the voting for the best date concluded the May 14th to 16th we can > now move forward with the planning. > > Due to the tight timing from last year we want to plan this all a bit in > advance to allow for VISA process, travel and

Re: [E-devel] Work items for 1.17

2016-01-12 Thread Tom Hacohen
On 12/01/16 10:32, Stefan Schmidt wrote: > Hello. > > Additionally to the other items here I have been running sparse and > smatch on the code. Its a lot of noise so I'm not pasting the whole logs > here but only some issues that might be worthwhile to look at. Keep in > mind that these checkers

Re: [E-devel] Adding support for head mounted displays.

2016-01-12 Thread David Seikel
On Tue, 12 Jan 2016 21:42:39 +1000 David Seikel wrote: > I'm gonna start writing up some notes about this on phab now. Or > rather, likely spend most of the night figuring out which of the > dozens of phab tools to use for this. lol >

Re: [E-devel] Adding support for head mounted displays.

2016-01-12 Thread David Seikel
On Tue, 12 Jan 2016 21:57:12 +1000 David Seikel wrote: > On Tue, 12 Jan 2016 21:42:39 +1000 David Seikel > wrote: > > > I'm gonna start writing up some notes about this on phab now. Or > > rather, likely spend most of the night figuring out which of the >

Re: [E-devel] EFL + Elementary ABI report v1.17.0 alpha1

2016-01-12 Thread Tom Hacohen
On 05/01/16 16:05, Tom Hacohen wrote: > Hey, > > Here again, the new EFL + Elementary ABI reports. > > As usual: > https://devs.enlightenment.org/~tasn/abi/ > > -- > Tom. Updated to beta1. Thanks to Stefan for reminding me. :) -- Tom.

Re: [E-devel] Adding support for head mounted displays.

2016-01-12 Thread David Seikel
I'm gonna start writing up some notes about this on phab now. Or rather, likely spend most of the night figuring out which of the dozens of phab tools to use for this. lol -- A big old stinking pile of genius that no one wants coz there are too many silver coated monkeys in the world.

Re: [E-devel] Merging Efl and elementary

2016-01-12 Thread Stefan Schmidt
Hello. On 12/01/16 01:42, Cedric BAIL wrote: > Hello, > > As we are moving forward with a stable API for binding, one of the > main "weirdness" that is still exposed is that you need to actually > require two differents library to use efl. Also the only reason why we > haven't merged elementary

Re: [E-devel] Work items for 1.17

2016-01-12 Thread Stefan Schmidt
Hello. Additionally to the other items here I have been running sparse and smatch on the code. Its a lot of noise so I'm not pasting the whole logs here but only some issues that might be worthwhile to look at. Keep in mind that these checkers could get things wrong and it turns out being a

Re: [E-devel] Merging Efl and elementary

2016-01-12 Thread Stefan Schmidt
Hello. On 12/01/16 11:33, David Seikel wrote: > Hmm, no one else commented, so I will. > > On Mon, 11 Jan 2016 16:42:45 -0800 Cedric BAIL > wrote: > >> Also the only reason why we haven't merged elementary so far as been >> because it still depend on webkit-efl and

Re: [E-devel] Work items for 1.17

2016-01-12 Thread Stefan Schmidt
Hello. On 07/01/16 17:11, Stefan Schmidt wrote: > New APIs with missing test cases: > - These are coming from the beta1 ABI report. I checked if there is a corresponding text case for it manually and if not list it here. Ecore_Evas.h ecore_evas_cocoa_window_get

Re: [E-devel] Merging Efl and elementary

2016-01-12 Thread The Rasterman
On Tue, 12 Jan 2016 20:33:34 +1000 David Seikel said: > Hmm, no one else commented, so I will. > > On Mon, 11 Jan 2016 16:42:45 -0800 Cedric BAIL > wrote: > > > As we are moving forward with a stable API for binding, one of the > > main "weirdness" that