[EGIT] [core/efl] master 01/02: efl_ui_position_manager_grid: avoid zero division case

2019-11-28 Thread WooHyun Jung
bu5hm4n pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=62e470130c7005e85f5e1c7e039c352f31bad8b3 commit 62e470130c7005e85f5e1c7e039c352f31bad8b3 Author: WooHyun Jung Date: Fri Nov 29 04:15:48 2019 + efl_ui_position_manager_grid: avoid zero divisi

[EGIT] [core/efl] master 02/02: here comes a new example

2019-11-28 Thread Marcel Hollerbach
bu5hm4n pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=74b4b354f534c5d44514f4c5969259920be43719 commit 74b4b354f534c5d44514f4c5969259920be43719 Author: Marcel Hollerbach Date: Wed Sep 18 21:47:08 2019 +0200 here comes a new example Reviewed

[EGIT] [core/efl] master 01/01: vector cache: skip animation update as possible.

2019-11-28 Thread Hermet Park
hermet pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=d05c2169a89bb17f0ab985ea01f48ca26b2218c1 commit d05c2169a89bb17f0ab985ea01f48ca26b2218c1 Author: Hermet Park Date: Fri Nov 29 11:18:15 2019 +0900 vector cache: skip animation update as possible.

[EGIT] [core/efl] master 01/01: evas vector: operate cached vector file data per evas instances.

2019-11-28 Thread Hermet Park
hermet pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=153b5cffd80748aa913a3fa7da0337167496ad10 commit 153b5cffd80748aa913a3fa7da0337167496ad10 Author: Hermet Park Date: Fri Nov 29 10:48:59 2019 +0900 evas vector: operate cached vector file data per

Re: [E-devel] Memory free questions when using EFL

2019-11-28 Thread Jing
OK, Carsten, please help to check my code flow, Is there anything wrong? Please advise, thanks. 在 2019-11-29 05:16:23,"Carsten Haitzler" 写道: >On Thu, 28 Nov 2019 20:14:53 +0800 (CST) Jing said: > >> Thanks Carsten, >> >> >> I did not find edje_object_del(), did you mean evas_object_del()? >

Re: [E-devel] Memory free questions when using EFL

2019-11-28 Thread Carsten Haitzler
On Thu, 28 Nov 2019 20:14:53 +0800 (CST) Jing said: > Thanks Carsten, > > > I did not find edje_object_del(), did you mean evas_object_del()? sorry - my typo. evas_object_del(); > Here is my code flow: > //enter: > obj = edje_object_add(evas) > edje_object_file_set(obj, file , grup) > evas_o

[EGIT] [core/efl] master 01/01: docs: nitpicking

2019-11-28 Thread Xavi Artigas
xartigas pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=7c79ca674d7583b19a0c03e3763c69c943056884 commit 7c79ca674d7583b19a0c03e3763c69c943056884 Author: Xavi Artigas Date: Thu Nov 28 18:13:47 2019 +0100 docs: nitpicking We should not refer

[EGIT] [core/enlightenment] master 01/01: todo - add clipboard

2019-11-28 Thread Carsten Haitzler
raster pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=2c5c243b9eab8938c23c6f2a690be01b2d7490d4 commit 2c5c243b9eab8938c23c6f2a690be01b2d7490d4 Author: Carsten Haitzler (Rasterman) Date: Wed Nov 27 20:23:20 2019 + todo - add clipboard -

Re: [E-devel] EDD 2019 wrap up: news post, meeting minutes, recordings

2019-11-28 Thread Jonathan Aquilina
Hey Stefan can help with rendering of the videos if need be least I can do to contribute back to the community Regards, Jonathan Aquilina Owner managing director Phone (356) 20330099 Mobile (356) 79957942 Email sa...@eagleeyet.net From: Stefan Schmidt Sent: Thu

[EGIT] [website/www-content] master 01/01: Wiki page 2019-11-26-e-dev-days-2019.txt changed with summary [Added attendees names and phab links.] by Xavi Artigas

2019-11-28 Thread Xavi Artigas
WWW-www.enlightenment.org pushed a commit to branch master. http://git.enlightenment.org/website/www-content.git/commit/?id=a5b73ce5680864276c941cf8c8947ecb51cf339b commit a5b73ce5680864276c941cf8c8947ecb51cf339b Author: Xavi Artigas Date: Thu Nov 28 06:19:57 2019 -0800 Wiki page 2019-11-

Re: [E-devel] EDD2019: Thank you all and pictures

2019-11-28 Thread Xavi Artigas
> > what about tagging the photo to know who is who ? > Done :) ___ enlightenment-devel mailing list enlightenment-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Re: [E-devel] Memory free questions when using EFL

2019-11-28 Thread michael bouchaud
Yes he means evas_object_del as edje_object_add return an Evas_Object pointer. And edje_object_del doesn't exists as it's an evas_object. :) Le jeu. 28 nov. 2019 à 13:15, Jing a écrit : > Thanks Carsten, > > > I did not find edje_object_del(), did you mean evas_object_del()? > > > Here is my co

[E-devel] EDD 2019 wrap up: news post, meeting minutes, recordings

2019-11-28 Thread Stefan Schmidt
Hello. We had some good and useful time last weekend at EDD. Xavi did a litle write up with pretty pictures for our website. Go and have a read: https://www.enlightenment.org/news/2019-11-26-e-dev-days-2019.txt Many, many things have been talked about. We tried to capture at least a little o

Re: [E-devel] Memory free questions when using EFL

2019-11-28 Thread Jing
Thanks Carsten, I did not find edje_object_del(), did you mean evas_object_del()? Here is my code flow: //enter: obj = edje_object_add(evas) edje_object_file_set(obj, file , grup) evas_object_show(obj ) evas_object_move() evas_object_resize() evas_object_focus_set() evas_object_layer_set() //ex

Re: [E-devel] Help with an obscure edje_cc error: Compiling script code not clean.

2019-11-28 Thread Carsten Haitzler
On Thu, 28 Nov 2019 20:29:49 +1030 Simon Lees said: > > > On 11/28/19 7:55 PM, Carsten Haitzler (The Rasterman) wrote: > > On Tue, 26 Nov 2019 11:25:33 +1030 Simon Lees said: > > > >> Hi All, > >> > >> I had the following very descriptive error compiling a theme, anyone got > >> ideas on debu

Re: [E-devel] EDD2019: Thank you all and pictures

2019-11-28 Thread Vincent Torri
On Thu, Nov 28, 2019 at 12:16 PM Xavi Artigas wrote: > > Hi people, > > We made it to the enlightenment.org news front page! > https://www.enlightenment.org/news :P > what about tagging the photo to know who is who ? Vincent ___ enlightenment-devel ma

Re: [E-devel] EDD2019: Thank you all and pictures

2019-11-28 Thread Xavi Artigas
Hi people, We made it to the enlightenment.org news front page! https://www.enlightenment.org/news :P Xavi On Tue, 26 Nov 2019 at 12:11, Xavi Artigas wrote: > Hi people, > > First off, thank you all for coming to Barcelona. I hope you enjoyed your > stay :) > > I am planning on writing a news

[EGIT] [website/www-content] master 01/01: Wiki page 2019-11-26-e-dev-days-2019.txt changed with summary [created] by Xavi Artigas

2019-11-28 Thread Xavi Artigas
WWW-www.enlightenment.org pushed a commit to branch master. http://git.enlightenment.org/website/www-content.git/commit/?id=bb724d728e99b840ac8af7cdd2588111bf269474 commit bb724d728e99b840ac8af7cdd2588111bf269474 Author: Xavi Artigas Date: Thu Nov 28 03:11:08 2019 -0800 Wiki page 2019-11-

[EGIT] [core/efl] master 01/01: ecore_win32: fix compose event field

2019-11-28 Thread Vincent Torri
raster pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=9acab812ee02f5a2f30544d0eeacc521200e7ac1 commit 9acab812ee02f5a2f30544d0eeacc521200e7ac1 Author: Vincent Torri Date: Thu Nov 28 11:06:24 2019 + ecore_win32: fix compose event field S

[EGIT] [core/efl] master 01/01: Efl.Canvas.Text: Further update docs

2019-11-28 Thread Xavi Artigas
xartigas pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=92d2cc7ae362275f2a7512778e1f0fa994cdc946 commit 92d2cc7ae362275f2a7512778e1f0fa994cdc946 Author: Xavi Artigas Date: Thu Nov 28 11:08:11 2019 +0100 Efl.Canvas.Text: Further update docs --- src/

[EGIT] [core/efl] master 01/01: Efl.Canvas.Text: Update docs

2019-11-28 Thread Xavi Artigas
xartigas pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=dfe0c7b110fa038611ae38a8a1fba78e14550d76 commit dfe0c7b110fa038611ae38a8a1fba78e14550d76 Author: Xavi Artigas Date: Thu Nov 28 11:03:55 2019 +0100 Efl.Canvas.Text: Update docs --- src/lib/evas

[EGIT] [core/efl] master 01/01: ci: ensure we still test ephysics in all enabled build job

2019-11-28 Thread Stefan Schmidt
stefan pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=3ae44245e8d0668b503291da9dce838e662d0a3b commit 3ae44245e8d0668b503291da9dce838e662d0a3b Author: Stefan Schmidt Date: Thu Nov 28 08:52:22 2019 +0100 ci: ensure we still test ephysics in all enabl

Re: [E-devel] Help with an obscure edje_cc error: Compiling script code not clean.

2019-11-28 Thread Simon Lees
On 11/28/19 7:55 PM, Carsten Haitzler (The Rasterman) wrote: > On Tue, 26 Nov 2019 11:25:33 +1030 Simon Lees said: > >> Hi All, >> >> I had the following very descriptive error compiling a theme, anyone got >> ideas on debugging it (i'm already running edje_cc with the -v flag) >> >> edje_cc: W

Re: [E-devel] EDD2019: Thank you all and pictures

2019-11-28 Thread The Rasterman
On Tue, 26 Nov 2019 12:11:00 +0100 Xavi Artigas said: > Hi people, > > First off, thank you all for coming to Barcelona. I hope you enjoyed your > stay :) > > I am planning on writing a news article for our site, and also use it as a > blog post for the Samsung Open Source Group blog... which s

Re: [E-devel] Help with an obscure edje_cc error: Compiling script code not clean.

2019-11-28 Thread The Rasterman
On Tue, 26 Nov 2019 11:25:33 +1030 Simon Lees said: > Hi All, > > I had the following very descriptive error compiling a theme, anyone got > ideas on debugging it (i'm already running edje_cc with the -v flag) > > edje_cc: Wrote 4160 bytes ( 4Kb) for "edje/images/1134" image > entry "O/i

Re: [E-devel] Memory free questions when using EFL

2019-11-28 Thread The Rasterman
On Thu, 28 Nov 2019 15:43:17 +0800 (CST) Jing said: > Thanks Hermet for you reply. > > > In my test, i find that if i call function edje_object_file_set(Edje_Object > *obj, const char *file, const char *group), even i call > evas_object_del(Edje_Object *obj); to delete the obj, the memory of m

[EGIT] [core/efl] master 01/01: Polish text interface methods

2019-11-28 Thread Ali Alzyod
woohyun pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=7bdb63d045cf3377abb7966d018da10c4e8d6b13 commit 7bdb63d045cf3377abb7966d018da10c4e8d6b13 Author: Ali Alzyod Date: Thu Nov 28 16:55:26 2019 +0900 Polish text interface methods Summary: