Re: [E-devel] FW: FW: FW: FW: FW: Propose a Eina_Path

2016-11-14 Thread The Rasterman
On Tue, 15 Nov 2016 12:03:14 +0900 (KST) Hermet Park said: > As considering further, we'd rather avoid path interface for the optimization > point. > > Current downside of the evas_vg, it needs to copy the path data to the ector, > since both ector and evas_vg inherit

Re: [E-devel] FW: FW: FW: FW: FW: Propose a Eina_Path

2016-11-14 Thread Cedric BAIL
On Mon, Nov 14, 2016 at 7:03 PM, Hermet Park wrote: > As considering further, we'd rather avoid path interface for the optimization > point. I don't see any performance issue as most of the math and cost is into the computation of the curve not setting a string/combo of

[E-devel] FW: FW: FW: FW: FW: Propose a Eina_Path

2016-11-14 Thread Hermet Park
As considering further, we'd rather avoid path interface for the optimization point. Current downside of the evas_vg, it needs to copy the path data to the ector, since both ector and evas_vg inherit gfx_shape. But If the path is an independent instance, it's possible that evas_vg just pass

Re: [E-devel] FW: FW: FW: FW: Propose a Eina_Path

2016-11-14 Thread The Rasterman
On Mon, 14 Nov 2016 22:54:15 + Andrew Williams said: > Rect seems to mirror quite well the path discussion I think - a data > structure vs a graphical context... > > I see now how a non-gfx rectangle helps communicate data but can the > graphical react not extend data

[EGIT] [core/efl] master 01/01: efreet: make mime type evaluation way faster by using mmap.

2016-11-14 Thread Cedric BAIL
cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=6da2fbc9c432e3c845cdc0a3e647eeb27d582c33 commit 6da2fbc9c432e3c845cdc0a3e647eeb27d582c33 Author: Cedric BAIL Date: Mon Nov 14 15:16:32 2016 -0800 efreet: make mime type

Re: [E-devel] drm page flip/animators etc.

2016-11-14 Thread The Rasterman
On Mon, 14 Nov 2016 16:06:13 -0600 Derek Foreman said: > On 13/11/16 07:15 PM, Carsten Haitzler (The Rasterman) wrote: > > On Sun, 13 Nov 2016 13:53:04 +0900 Carsten Haitzler (The Rasterman) > > said: > > > > oh... i now see the same issues with

Re: [E-devel] FW: FW: FW: FW: Propose a Eina_Path

2016-11-14 Thread Cedric BAIL
On Mon, Nov 14, 2016 at 3:20 AM, Hermet Park wrote: > Eina_Rectangle => A data structure. > Evas_Rectangle => A drawing primitive. > > Sorry, but I thought rect is a bit digressed to this topic. > > I'm not a negative even though path is not going in Eina. > > But let's

Re: [E-devel] FW: FW: FW: FW: Propose a Eina_Path

2016-11-14 Thread Andrew Williams
Rect seems to mirror quite well the path discussion I think - a data structure vs a graphical context... I see now how a non-gfx rectangle helps communicate data but can the graphical react not extend data structure type rect so they are more interoperable? Additionally it is strange to define

[EGIT] [core/efl] master 01/01: ecore_drm2: Follow direct crtc sets with a page flip

2016-11-14 Thread Derek Foreman
derekf pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=8368f6e1d269fb19781ed00d7bba636a703512df commit 8368f6e1d269fb19781ed00d7bba636a703512df Author: Derek Foreman Date: Mon Nov 14 16:39:03 2016 -0600 ecore_drm2: Follow

Re: [E-devel] drm page flip/animators etc.

2016-11-14 Thread Derek Foreman
On 13/11/16 07:15 PM, Carsten Haitzler (The Rasterman) wrote: > On Sun, 13 Nov 2016 13:53:04 +0900 Carsten Haitzler (The Rasterman) > said: > > oh... i now see the same issues with redraw/animator/whatever on nouveau as i > did on the rpi... so this is definitely

[EGIT] [core/efl] master 01/01: ecore_evas_drm: Fix bugs in pending tracking

2016-11-14 Thread Derek Foreman
derekf pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=20f52cd60703d8e3fc1496117a2c8cf9119b6284 commit 20f52cd60703d8e3fc1496117a2c8cf9119b6284 Author: Derek Foreman Date: Mon Nov 14 14:30:11 2016 -0600 ecore_evas_drm: Fix

[EGIT] [core/efl] master 01/01: ecore_evas_drm: Use timestamp from pageflip event for animator time

2016-11-14 Thread Derek Foreman
derekf pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=bf7814aca01e9589062eedcd0d7807b4f3f90ce2 commit bf7814aca01e9589062eedcd0d7807b4f3f90ce2 Author: Derek Foreman Date: Mon Nov 14 14:12:58 2016 -0600 ecore_evas_drm: Use

[EGIT] [core/efl] master 01/01: ecore_evas: fix evas_changed call

2016-11-14 Thread Derek Foreman
derekf pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=2480b4bb22aa9c8141e605561549dd7f848dc1ce commit 2480b4bb22aa9c8141e605561549dd7f848dc1ce Author: Derek Foreman Date: Mon Nov 14 14:03:16 2016 -0600 ecore_evas: fix

[EGIT] [core/efl] master 04/04: ecore: introduce adjusting main loop time on animator.

2016-11-14 Thread Cedric BAIL
cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=8215d9832c3ae0e2889a528b08f8b462fb90cd69 commit 8215d9832c3ae0e2889a528b08f8b462fb90cd69 Author: Cedric BAIL Date: Mon Nov 14 11:53:01 2016 -0800 ecore: introduce

[EGIT] [core/efl] master 03/04: efl_ui_clock: fix use when no module is present.

2016-11-14 Thread Cedric BAIL
cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=9f5c37cda744328f53b301572d0ea2b3842b2f39 commit 9f5c37cda744328f53b301572d0ea2b3842b2f39 Author: Cedric BAIL Date: Mon Nov 14 11:22:39 2016 -0800 efl_ui_clock: fix use

[EGIT] [core/efl] master 02/04: elementary: implement destructor in atspi mixin

2016-11-14 Thread Lukasz Stanislawski
cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=93b509d66450418e66cf36ca06add65100f3afb2 commit 93b509d66450418e66cf36ca06add65100f3afb2 Author: Lukasz Stanislawski Date: Mon Nov 14 11:10:57 2016 -0800

[EGIT] [core/efl] master 01/04: evas focus: Do not allow two objects focused by the same seat.

2016-11-14 Thread Guilherme Iscaro
cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=883d41f0062b947c1d8793b5c6f9c586e20f484b commit 883d41f0062b947c1d8793b5c6f9c586e20f484b Author: Guilherme Iscaro Date: Mon Nov 14 10:24:47 2016 -0800 evas focus: Do not

Re: [E-devel] [EGIT] [core/efl] master 07/12: docs: efl_network*: add missing documentation

2016-11-14 Thread Gustavo Sverzut Barbieri
Yeah, likely copy & pasta ;) Em segunda-feira, 14 de novembro de 2016, Stefan Schmidt < ste...@osg.samsung.com> escreveu: > Hello. > > On 11/11/16 15:53, Gustavo Sverzut Barbieri wrote: > > Efl_network won't be in our API, only efl_net. So don't worry > > > > I go through all eo files right now.

[EGIT] [tools/clouseau] master 03/03: clouseau_data: use EET_COMPRESSION instead of EINA_TRUE

2016-11-14 Thread Marcel Hollerbach
bu5hm4n pushed a commit to branch master. http://git.enlightenment.org/tools/clouseau.git/commit/?id=e53de2b36c911885fab3e59adcae849a7d6dfcb6 commit e53de2b36c911885fab3e59adcae849a7d6dfcb6 Author: Marcel Hollerbach Date: Mon Nov 14 13:43:53 2016 +0100

[EGIT] [tools/clouseau] master 01/03: clouseau: lets bring back highlight in offline mode

2016-11-14 Thread Marcel Hollerbach
bu5hm4n pushed a commit to branch master. http://git.enlightenment.org/tools/clouseau.git/commit/?id=9083738d1087486cb98e24ddf76dcd6c2a520e68 commit 9083738d1087486cb98e24ddf76dcd6c2a520e68 Author: Marcel Hollerbach Date: Sun Nov 13 19:59:40 2016 +0100

[EGIT] [tools/clouseau] master 02/03: clouseau_data: use stream not file

2016-11-14 Thread Marcel Hollerbach
bu5hm4n pushed a commit to branch master. http://git.enlightenment.org/tools/clouseau.git/commit/?id=e4628336220f3d3f23c4fe2b13734881ed81be1d commit e4628336220f3d3f23c4fe2b13734881ed81be1d Author: Marcel Hollerbach Date: Mon Nov 14 13:41:46 2016 +0100

[EGIT] [core/efl] master 01/01: Eet: initialize descriptor class correctly

2016-11-14 Thread Daniel Zaoui
jackdanielz pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=ee5a1d28f13f3f43737d31490f4b5428ce469dbe commit ee5a1d28f13f3f43737d31490f4b5428ce469dbe Author: Daniel Zaoui Date: Mon Nov 14 13:24:29 2016 +0200 Eet: initialize

[E-devel] FW: FW: FW: FW: Propose a Eina_Path

2016-11-14 Thread Hermet Park
Eina_Rectangle => A data structure. Evas_Rectangle => A drawing primitive. Sorry, but I thought rect is a bit digressed to this topic. I'm not a negative even though path is not going in Eina. But let's consider more realitic position. I think path is unlike to an interface but it's more to

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

2016-11-14 Thread Stefan Schmidt
Hello. Summary: o Fairly calm week in terms of changes here. o Coverity catched up on EFL as well now and we got 8 new defects. If you added some code lately please have a look and see if they found issues in your code and fix them. This should give everyone an overview over what has happened

Re: [E-devel] EDD 2017 location discussion - Vote opened

2016-11-14 Thread Stefan Schmidt
Hello. On 04/11/16 11:48, Stefan Schmidt wrote: > Hello. > > After gettign more feedback and proposals here I put out a vote: > > https://phab.enlightenment.org/V27 > > Let us know what makes sense to you! We got feedback and preferences form 15 people so far which is great and already gives a

Re: [E-devel] [EGIT] [core/efl] master 07/12: docs: efl_network*: add missing documentation

2016-11-14 Thread Stefan Schmidt
Hello. On 11/11/16 15:53, Gustavo Sverzut Barbieri wrote: > Efl_network won't be in our API, only efl_net. So don't worry > I go through all eo files right now. No matter if they are public API or not. And efl_network* had a lot more gaps to fill up compared to efl_net* :D I know that they are

Re: [E-devel] EFL packaging on Debian

2016-11-14 Thread Stefan Schmidt
Hello. On 11/11/16 14:34, Ross Vandegrift wrote: > On Thu, Nov 10, 2016 at 11:06:04AM +0100, Stefan Schmidt wrote: >> I did my monthly packaging update again and was hoping this moved to >> unstable by now. It is still in experimental only as far as I can see. >> Is there an automatic way this

Re: [E-devel] Schedule discussion for 1.19

2016-11-14 Thread Stefan Schmidt
Hello. On 14/11/16 02:55, Gyuyoung Kim wrote: > Hello Stefan, > > I wanna start to prepare EWebKit 1.19 version soon. Please let me know when > EFL 1.19 candidate is prepared. > > I will make EWebKit 1.19 based on the candidates. Great to hear! We have not finalized the 1.19 schedule yet. The

Re: [E-devel] FW: FW: FW: Propose a Eina_Path

2016-11-14 Thread Andrew Williams
I think that even if a shape is not going to be rendered it is still a graphical concept. In most frameworks I can find it is in a graphics, geometry or gui namespace. Eina is already becoming ambiguous in its purpose and adding shapes in there seems confusing. Is it just me who is confused that