[EGIT] [e16/e16] master 04/07: Fix timer havoc in obscure situations

2019-04-26 Thread Kim Woelders
kwo pushed a commit to branch master. http://git.enlightenment.org/e16/e16.git/commit/?id=e05a7293c618b2d87a833a7c6ec60d082e4615d2 commit e05a7293c618b2d87a833a7c6ec60d082e4615d2 Author: Kim Woelders Date: Sun Apr 21 21:05:40 2019 +0200 Fix timer havoc in obscure situations Not

[EGIT] [e16/e16] master 05/07: GSOD: Better keyboard grab

2019-04-26 Thread Kim Woelders
kwo pushed a commit to branch master. http://git.enlightenment.org/e16/e16.git/commit/?id=84616e4617842e23ff804da0fb6a7f9deafe23c7 commit 84616e4617842e23ff804da0fb6a7f9deafe23c7 Author: Kim Woelders Date: Thu Apr 25 08:41:29 2019 +0200 GSOD: Better keyboard grab XGrabKeyboard()

[EGIT] [e16/e16] master 03/07: Fix potential memory leak in _ScreenInitXrandr()

2019-04-26 Thread Kim Woelders
kwo pushed a commit to branch master. http://git.enlightenment.org/e16/e16.git/commit/?id=d77444f16d4595e543cbfa5d7a8db8d1f68fad17 commit d77444f16d4595e543cbfa5d7a8db8d1f68fad17 Author: Kim Woelders Date: Sun Apr 21 19:45:30 2019 +0200 Fix potential memory leak in _ScreenInitXrandr()

[EGIT] [e16/e16] master 01/07: configure.ac: Drop check for unused wctype.h

2019-04-26 Thread Kim Woelders
kwo pushed a commit to branch master. http://git.enlightenment.org/e16/e16.git/commit/?id=7dd27583aae8493041d768090b2ea3c34fb61abb commit 7dd27583aae8493041d768090b2ea3c34fb61abb Author: Kim Woelders Date: Sun Apr 7 06:39:41 2019 +0200 configure.ac: Drop check for unused wctype.h ---

[EGIT] [e16/e16] master 02/07: Use pkg-config some more

2019-04-26 Thread Kim Woelders
kwo pushed a commit to branch master. http://git.enlightenment.org/e16/e16.git/commit/?id=4d8f1511548bcd568d03b7772eb2cffc0f2f commit 4d8f1511548bcd568d03b7772eb2cffc0f2f Author: Kim Woelders Date: Sat Aug 29 20:28:32 2009 +0200 Use pkg-config some more --- configure.ac| 86

[EGIT] [e16/e16] master 06/07: GSOD: Only react to shown buttons

2019-04-26 Thread Kim Woelders
kwo pushed a commit to branch master. http://git.enlightenment.org/e16/e16.git/commit/?id=fc567497a931636856517541ae080ff3a1eff64b commit fc567497a931636856517541ae080ff3a1eff64b Author: Kim Woelders Date: Thu Apr 25 08:42:07 2019 +0200 GSOD: Only react to shown buttons --- src/alert.c

[EGIT] [core/efl] master 05/07: ecore: protect efl_model_properties_get from accesing NULL pointer when Model parent is not a Efl.BooleanModel.

2019-04-26 Thread Cedric BAIL
cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=eb8511ce7bc68615fcc837031e66336cbc18dcdd commit eb8511ce7bc68615fcc837031e66336cbc18dcdd Author: Cedric BAIL Date: Thu Apr 18 09:42:37 2019 -0700 ecore: protect efl_model_properties_get from

[EGIT] [core/efl] master 06/07: ecore: use new infrastructure for Efl.CompositeModel to only have one Model object represent its data at any point in time.

2019-04-26 Thread Cedric BAIL
cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=13b230029df72120191bbd837b065e2610a3c3ed commit 13b230029df72120191bbd837b065e2610a3c3ed Author: Cedric BAIL Date: Thu Apr 18 09:57:53 2019 -0700 ecore: use new infrastructure for

[EGIT] [core/efl] master 04/07: ecore: fix efl_model_property_ready_get to actually return the right future when the data is not ready.

2019-04-26 Thread Cedric BAIL
cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=8872e4845802633a39faaeed3d9af7d94b8cb96e commit 8872e4845802633a39faaeed3d9af7d94b8cb96e Author: Cedric BAIL Date: Thu Apr 18 09:35:48 2019 -0700 ecore: fix efl_model_property_ready_get to

[EGIT] [core/efl] master 02/07: ecore: add infrastructure to create children Model once and avoid duplicated view of the same data.

2019-04-26 Thread Cedric BAIL
cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=d9d5846db68f19c17af444e3485f5f0d4f3cd35f commit d9d5846db68f19c17af444e3485f5f0d4f3cd35f Author: Cedric BAIL Date: Thu Apr 18 09:31:14 2019 -0700 ecore: add infrastructure to create children

[EGIT] [core/efl] master 07/07: ecore: properly handle CHILD_ADDED and CHILD_REMOVED from source for Efl.CompositeModel

2019-04-26 Thread Cedric BAIL
cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=78563a395e1d9140eb6a67e7e7f9aff34af10e4b commit 78563a395e1d9140eb6a67e7e7f9aff34af10e4b Author: Cedric BAIL Date: Thu Apr 18 13:37:28 2019 -0700 ecore: properly handle CHILD_ADDED and

[EGIT] [core/efl] master 03/07: ecore: allow multiple Efl.ViewModel of the same source thanks to new infrastructure.

2019-04-26 Thread Cedric BAIL
cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=fcd5eb755b7c97ae157ab860f284a9716d549555 commit fcd5eb755b7c97ae157ab860f284a9716d549555 Author: Cedric BAIL Date: Thu Apr 18 09:34:46 2019 -0700 ecore: allow multiple Efl.ViewModel of the same

[EGIT] [core/efl] master 01/07: eina: allow copy of EINA_VALUE_EMPTY type.

2019-04-26 Thread Cedric BAIL
cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=805128dbf38483ae6bd9ef531b4e002d564ca391 commit 805128dbf38483ae6bd9ef531b4e002d564ca391 Author: Cedric BAIL Date: Thu Apr 18 09:28:31 2019 -0700 eina: allow copy of EINA_VALUE_EMPTY type.

[EGIT] [core/efl] master 01/01: meson: lets add cxx examples

2019-04-26 Thread Marcel Hollerbach
xartigas pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=c95662cbab15ba239ec26067326ef36e1f5c41d1 commit c95662cbab15ba239ec26067326ef36e1f5c41d1 Author: Marcel Hollerbach Date: Fri Apr 26 16:19:20 2019 +0200 meson: lets add cxx examples

[EGIT] [core/efl] master 01/01: docs: Reword Efl.Container and family

2019-04-26 Thread Xavi Artigas
xartigas pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=fb82b51d6a16b0726e5589209a182eb9928e7d2c commit fb82b51d6a16b0726e5589209a182eb9928e7d2c Author: Xavi Artigas Date: Fri Apr 26 13:01:41 2019 +0200 docs: Reword Efl.Container and family

[EGIT] [core/efl] master 01/01: autotools: fix build

2019-04-26 Thread Marcel Hollerbach
xartigas pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=a6346c8eedf7b00fb2aff394635401f0ed4e4e28 commit a6346c8eedf7b00fb2aff394635401f0ed4e4e28 Author: Marcel Hollerbach Date: Fri Apr 26 14:13:43 2019 +0200 autotools: fix build Summary:

[EGIT] [core/enlightenment] master 01/01: gadget bar - mark menu to add with experimental for now until it's ready

2019-04-26 Thread Carsten Haitzler
raster pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=ea865d765125469b70c9177f16c08d5ae65c1dbe commit ea865d765125469b70c9177f16c08d5ae65c1dbe Author: Carsten Haitzler (Rasterman) Date: Fri Apr 26 11:56:29 2019 +0100 gadget bar - mark

[EGIT] [tools/examples] master 01/01: mono-examples: Adapt to changes in Efl.Pack

2019-04-26 Thread Xavi Artigas
xartigas pushed a commit to branch master. http://git.enlightenment.org/tools/examples.git/commit/?id=b2c41e4e011bfddb5980ab011492fd7c70f4baf5 commit b2c41e4e011bfddb5980ab011492fd7c70f4baf5 Author: Xavi Artigas Date: Fri Apr 26 12:58:15 2019 +0200 mono-examples: Adapt to changes in

[EGIT] [core/efl] master 01/01: efl_ui_spec: lets add a README

2019-04-26 Thread Marcel Hollerbach
bu5hm4n pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=4eb8b4549493ae692d7b9b281b34abc9ab02f06f commit 4eb8b4549493ae692d7b9b281b34abc9ab02f06f Author: Marcel Hollerbach Date: Thu Apr 25 13:44:10 2019 +0200 efl_ui_spec: lets add a README

[EGIT] [core/efl] master 07/08: efl_ui_grid: do not delete a item that is not part of this container

2019-04-26 Thread Marcel Hollerbach
bu5hm4n pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=874e07550df2528ae7dbcbbb9ebc5ba01bd3828e commit 874e07550df2528ae7dbcbbb9ebc5ba01bd3828e Author: Marcel Hollerbach Date: Wed Apr 24 19:16:57 2019 +0200 efl_ui_grid: do not delete a item that is

[EGIT] [core/efl] master 06/08: efl_ui_grid: reparent deleted children

2019-04-26 Thread Marcel Hollerbach
bu5hm4n pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=080342d82e65033aa36f392aab3d7d46ccde3bd6 commit 080342d82e65033aa36f392aab3d7d46ccde3bd6 Author: Marcel Hollerbach Date: Wed Apr 24 19:15:49 2019 +0200 efl_ui_grid: reparent deleted children

[EGIT] [core/efl] master 03/08: efl_ui_grid: fixup pack APIs

2019-04-26 Thread Marcel Hollerbach
bu5hm4n pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=404dcc290bd024bc9495fb9dc17d877ba68ea4c6 commit 404dcc290bd024bc9495fb9dc17d877ba68ea4c6 Author: Marcel Hollerbach Date: Wed Apr 24 17:56:35 2019 +0200 efl_ui_grid: fixup pack APIs the

[EGIT] [core/efl] master 05/08: efl_ui_grid: add an error to grid

2019-04-26 Thread Marcel Hollerbach
bu5hm4n pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=91cacb5357e8aadd7ae92f7a717d387473ffc317 commit 91cacb5357e8aadd7ae92f7a717d387473ffc317 Author: Marcel Hollerbach Date: Wed Apr 24 19:12:15 2019 +0200 efl_ui_grid: add an error to grid

[EGIT] [core/efl] master 08/08: efl_ui_suite_spec: add efl_ui_grid to test suite

2019-04-26 Thread Marcel Hollerbach
bu5hm4n pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=03e1e849b198ef1cc8e89cb0788efa19febe62ca commit 03e1e849b198ef1cc8e89cb0788efa19febe62ca Author: Marcel Hollerbach Date: Wed Apr 24 19:18:30 2019 +0200 efl_ui_suite_spec: add efl_ui_grid to

[EGIT] [core/efl] master 01/08: efl_pack: split algin and padding property

2019-04-26 Thread Marcel Hollerbach
bu5hm4n pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=7aa9ea071a231896a545f496acf7f43ac695d811 commit 7aa9ea071a231896a545f496acf7f43ac695d811 Author: Marcel Hollerbach Date: Wed Apr 24 15:41:39 2019 +0200 efl_pack: split algin and padding

[EGIT] [core/efl] master 04/08: efl_ui_grid: implement index behaviour of efl_pack

2019-04-26 Thread Marcel Hollerbach
bu5hm4n pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=df089ac5ffd437ed8efffe87ad6aa01822efc978 commit df089ac5ffd437ed8efffe87ad6aa01822efc978 Author: Marcel Hollerbach Date: Wed Apr 24 19:10:12 2019 +0200 efl_ui_grid: implement index behaviour of

[EGIT] [core/efl] master 02/08: efl_ui_spec_suite: support custom widgets

2019-04-26 Thread Marcel Hollerbach
bu5hm4n pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=d4a5f1525ece34e613907ab778ff54f871b00406 commit d4a5f1525ece34e613907ab778ff54f871b00406 Author: Marcel Hollerbach Date: Wed Apr 24 17:35:45 2019 +0200 efl_ui_spec_suite: support custom widgets

[EGIT] [bindings/python/python-efl] master 01/01: Open up 1.23 development

2019-04-26 Thread Dave Andreoli
davemds pushed a commit to branch master. http://git.enlightenment.org/bindings/python/python-efl.git/commit/?id=e2ce1b49a3685d74a4739be6951b09def158b5cc commit e2ce1b49a3685d74a4739be6951b09def158b5cc Author: Dave Andreoli Date: Fri Apr 26 11:30:26 2019 +0200 Open up 1.23 development

[EGIT] [core/efl] master 01/01: efl_ui: fix not to call _on_child_del() after container is deleted

2019-04-26 Thread Jaehyun Cho
jaehyun pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=f3b9f7f0d8aee9bee9d9b16221a0477e21e23712 commit f3b9f7f0d8aee9bee9d9b16221a0477e21e23712 Author: Jaehyun Cho Date: Fri Apr 26 17:57:24 2019 +0900 efl_ui: fix not to call _on_child_del() after

[EGIT] [website/www-content] master 01/01: Wiki page download-latest changed with summary [] by Davide Andreoli

2019-04-26 Thread Davide Andreoli
WWW-www.enlightenment.org pushed a commit to branch master. http://git.enlightenment.org/website/www-content.git/commit/?id=f9c3732e3a0f0dbaad527fbb14c1a469ab2a5186 commit f9c3732e3a0f0dbaad527fbb14c1a469ab2a5186 Author: Davide Andreoli Date: Fri Apr 26 02:26:09 2019 -0700 Wiki page

[EGIT] [bindings/python/python-efl] annotated tag v1.22.0 created (now 5ee7ce9)

2019-04-26 Thread Enlightenment Git
This is an automated email from the git hooks/post-receive script. davemds pushed a change to annotated tag v1.22.0 in repository bindings/python/python-efl. at 5ee7ce9 (tag) tagging 8ff30f9eddd4bd5b89fae96ad090f964480e4179 (commit) replaces v1.21.0 tagged by Dave Andreoli

[EGIT] [core/efl] master 01/01: evas waylang_egl: flag on msaa to optimize map drawing.

2019-04-26 Thread Hermet Park
hermet pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=25aec3ba7b25e4f557c684ad4a79e0b616f064c9 commit 25aec3ba7b25e4f557c684ad4a79e0b616f064c9 Author: Hermet Park Date: Fri Apr 26 16:58:52 2019 +0900 evas waylang_egl: flag on msaa to optimize map

[EGIT] [core/efl] master 01/01: edje_calc: replace eina_stringshare_ref with eina_stringshare_add

2019-04-26 Thread Yeongjong Lee
sanghyeonlee pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=0921e4770e4751ec9abf7757f9d11cbb5cc7f223 commit 0921e4770e4751ec9abf7757f9d11cbb5cc7f223 Author: Yeongjong Lee Date: Fri Apr 26 14:55:37 2019 +0900 edje_calc: replace eina_stringshare_ref