[EGIT] [tools/eflete] master 01/02: project_manager: fix NULL pointer usage

2016-09-15 Thread Andrii Kroitor
rimmed pushed a commit to branch master. http://git.enlightenment.org/tools/eflete.git/commit/?id=52a011080405ddd3e998ff23b953d8828be6b191 commit 52a011080405ddd3e998ff23b953d8828be6b191 Author: Andrii Kroitor Date: Thu Sep 15 14:55:45 2016 +0300 project_manager:

[EGIT] [tools/eflete] master 02/02: project_common: fix memory leak

2016-09-15 Thread Andrii Kroitor
rimmed pushed a commit to branch master. http://git.enlightenment.org/tools/eflete.git/commit/?id=b4a0406598215e4743146aa14d79e7aca08aba8b commit b4a0406598215e4743146aa14d79e7aca08aba8b Author: Andrii Kroitor Date: Thu Sep 15 15:14:22 2016 +0300 project_common:

Re: [E-devel] [RFC] efl_uri_set and efl_file_set

2016-09-15 Thread Gustavo Sverzut Barbieri
On Wed, Sep 14, 2016 at 9:40 PM, Cedric BAIL wrote: > Hello, > > So there has been a lot of confusion about what asynchronous request > and promise/future bring. The biggest one is that people have > missleading idea about what efl_uri_set/efl_file_set will be looking > like

[EGIT] [core/efl] efl-1.18 01/02: eina: fixtures on OSX semaphores

2016-09-15 Thread Jean Guyomarc'h
stefan pushed a commit to branch efl-1.18. http://git.enlightenment.org/core/efl.git/commit/?id=67c9e9c9608e9564ee4c09787e50f5a17b87c2c3 commit 67c9e9c9608e9564ee4c09787e50f5a17b87c2c3 Author: Jean Guyomarc'h Date: Tue Aug 23 16:59:10 2016 +0200 eina: fixtures

[EGIT] [core/efl] efl-1.18 02/02: eina: overhaul Mac OS X semaphores

2016-09-15 Thread Jean Guyomarc'h
stefan pushed a commit to branch efl-1.18. http://git.enlightenment.org/core/efl.git/commit/?id=87282bd91ca351a7da70933eb71624cf9f272567 commit 87282bd91ca351a7da70933eb71624cf9f272567 Author: Jean Guyomarc'h Date: Fri Aug 26 17:41:20 2016 +0200 eina: overhaul

Re: [E-devel] Efl_Promise and Efl_Future

2016-09-15 Thread Gustavo Sverzut Barbieri
On Thu, Sep 15, 2016 at 3:41 AM, Carsten Haitzler wrote: > On Tue, 13 Sep 2016 19:53:20 +0200 Davide Andreoli > said: > >> I disagree here, really you are saying that only raster use async stuff in >> efl? >> >> >From my POV efl is (and has always

[EGIT] [tools/eflete] master 01/01: make ewe static non-install lib

2016-09-15 Thread Andrii Kroitor
rimmed pushed a commit to branch master. http://git.enlightenment.org/tools/eflete.git/commit/?id=1b01b59a55ad96de204adedcc9888ce627d3e441 commit 1b01b59a55ad96de204adedcc9888ce627d3e441 Author: Andrii Kroitor Date: Thu Sep 15 18:47:57 2016 +0300 make ewe static

Re: [E-devel] Pre-release tarballs for efl 1.18.1

2016-09-15 Thread Stefan Schmidt
Hello. On 14/09/16 21:51, Jean Guyomarc'h wrote: > Hi Stefan, > > actually there is a big bug with osx semaphores that is still there. > It is a regression that I was almost sure was introduced after the > 1.18 release, but it appears I was wrong, and it already landed in > 1.18. > When building

[EGIT] [core/efl] efl-1.18 01/01: release: Update NEWS for 1.18.1 release

2016-09-15 Thread Stefan Schmidt
stefan pushed a commit to branch efl-1.18. http://git.enlightenment.org/core/efl.git/commit/?id=2b3c990ef703ffdf3c8e356ec32697ca95ff commit 2b3c990ef703ffdf3c8e356ec32697ca95ff Author: Stefan Schmidt Date: Thu Sep 15 15:36:24 2016 +0200 release: Update

Re: [E-devel] [RFC] EFL Multi-seat

2016-09-15 Thread Gustavo Sverzut Barbieri
On Wed, Sep 14, 2016 at 3:42 PM, Derek Foreman wrote: > Wayland does have separate focus for pointer, keyboard, and touch within > a seat - and there's no "seat focus" at all. Ok, that helps so we'll basically add focus per device, since your previous explanation that

Re: [E-devel] Efl_Promise and Efl_Future

2016-09-15 Thread Felipe Magno de Almeida
On Thu, Sep 15, 2016 at 11:11 AM, Gustavo Sverzut Barbieri wrote: > On Thu, Sep 15, 2016 at 3:41 AM, Carsten Haitzler > wrote: [snip] > my hope is that we can allow promise-only programming by allowing some > events to auto-generate them, something

Re: [E-devel] [RFC] efl_uri_set and efl_file_set

2016-09-15 Thread Cedric BAIL
On Thu, Sep 15, 2016 at 6:51 AM, Gustavo Sverzut Barbieri wrote: > On Wed, Sep 14, 2016 at 9:40 PM, Cedric BAIL wrote: >> So there has been a lot of confusion about what asynchronous request >> and promise/future bring. The biggest one is that people have

[EGIT] [core/enlightenment] master 01/01: handle e_comp deref during e_dnd shutdown to avoid crash

2016-09-15 Thread Mike Blumenkrantz
discomfitor pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=eea3bdfacf0346916d62233034615b745f23cbe1 commit eea3bdfacf0346916d62233034615b745f23cbe1 Author: Mike Blumenkrantz Date: Thu Sep 15 15:10:42 2016 -0400

Re: [E-devel] [RFC] efl_uri_set and efl_file_set

2016-09-15 Thread Gustavo Sverzut Barbieri
On Thu, Sep 15, 2016 at 3:06 PM, Cedric BAIL wrote: > On Thu, Sep 15, 2016 at 6:51 AM, Gustavo Sverzut Barbieri > wrote: >>EFL_FUTURE(future, >> obj, >> _efl_image_progress, >> _efl_image_failed, >> _efl_image_pixels_load, >>

Re: [E-devel] [EGIT] [core/efl] master 01/02: eina: allow graceful failure when calling eina_thread_cancel with NULL.

2016-09-15 Thread Cedric BAIL
On Thu, Sep 15, 2016 at 4:00 AM, Gustavo Sverzut Barbieri wrote: > isn't it better to check in ecore_thread_cancel() if the thread was > already created? I was wondering also, but settled for this as it will protect any caller and the code is costly anyway, so no performance

[EGIT] [core/enlightenment] master 01/02: use comp canvas win by default for any drop handler with an E_Object

2016-09-15 Thread Mike Blumenkrantz
discomfitor pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=2d9ee4233e27d19575dbbd41c3ef32b7ad6b555f commit 2d9ee4233e27d19575dbbd41c3ef32b7ad6b555f Author: Mike Blumenkrantz Date: Thu Sep 15 14:46:59 2016 -0400 use

[EGIT] [core/enlightenment] master 02/02: set the spacer rect as the drop handler base when creating gadget drop handlers

2016-09-15 Thread Mike Blumenkrantz
discomfitor pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=ca7bc28286641ca2114b5c2e7d98a5a25be5359b commit ca7bc28286641ca2114b5c2e7d98a5a25be5359b Author: Mike Blumenkrantz Date: Thu Sep 15 14:47:48 2016 -0400 set

Re: [E-devel] [RFC] EFL Multi-seat

2016-09-15 Thread Derek Foreman
On 15/09/16 10:51 AM, Gustavo Sverzut Barbieri wrote: > On Wed, Sep 14, 2016 at 3:42 PM, Derek Foreman wrote: >> Wayland does have separate focus for pointer, keyboard, and touch within >> a seat - and there's no "seat focus" at all. > > Ok, that helps so we'll basically

[EGIT] [admin/devs] master 01/02: developers: let's welcome back Bruno.

2016-09-15 Thread Cedric BAIL
cedric pushed a commit to branch master. http://git.enlightenment.org/admin/devs.git/commit/?id=371400bfc591af0b252eb0339fd715f5f5737e7f commit 371400bfc591af0b252eb0339fd715f5f5737e7f Author: Cedric BAIL Date: Thu Sep 15 16:56:17 2016 -0700 developers: let's

[EGIT] [admin/devs] master 02/02: probies: please welcome Guilherme.

2016-09-15 Thread Cedric BAIL
cedric pushed a commit to branch master. http://git.enlightenment.org/admin/devs.git/commit/?id=97a80996d41884848f07ba62c766c2630dedc8c7 commit 97a80996d41884848f07ba62c766c2630dedc8c7 Author: Cedric BAIL Date: Thu Sep 15 16:58:13 2016 -0700 probies: please

[EGIT] [core/efl] master 05/07: ecore: migrate job and timeout tests to use efl_future.

2016-09-15 Thread Cedric BAIL
cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=b7415803295d1824f4af72f3523408a07000fc0a commit b7415803295d1824f4af72f3523408a07000fc0a Author: Cedric Bail Date: Thu Sep 15 21:48:01 2016 -0700 ecore: migrate job and

[EGIT] [core/efl] master 06/07: eio: use proper const for progress.

2016-09-15 Thread Cedric BAIL
cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=d6935e983a20ec0c486fb464ee3540b1739f21ac commit d6935e983a20ec0c486fb464ee3540b1739f21ac Author: Cedric Bail Date: Thu Sep 15 21:48:25 2016 -0700 eio: use proper const

[EGIT] [core/efl] master 07/07: ecore_con: migrate use of Eina_Promise to Efl_Future.

2016-09-15 Thread Cedric BAIL
cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=95093095f3ed2d5be9b9450cdb5d1d52dc03e5b5 commit 95093095f3ed2d5be9b9450cdb5d1d52dc03e5b5 Author: Cedric Bail Date: Thu Sep 15 21:48:42 2016 -0700 ecore_con: migrate use

[EGIT] [core/efl] master 04/07: ecore: make sure that progress type have the proper const.

2016-09-15 Thread Cedric BAIL
cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=de0a54f0b9e44d06879ac9e3535ee6b958f15956 commit de0a54f0b9e44d06879ac9e3535ee6b958f15956 Author: Cedric Bail Date: Thu Sep 15 21:47:41 2016 -0700 ecore: make sure that

[EGIT] [core/efl] master 03/07: ecore: migrate job and timeout to use future.

2016-09-15 Thread Cedric BAIL
cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=dfc65aef6ef7422bbae6082965f40c92bac28e26 commit dfc65aef6ef7422bbae6082965f40c92bac28e26 Author: Cedric Bail Date: Thu Sep 15 21:46:00 2016 -0700 ecore: migrate job and

[EGIT] [core/efl] master 01/07: ecore: do not trigger future, none once value/cancel has been set.

2016-09-15 Thread Cedric BAIL
cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=b421414e5577b3dccb68f20df3ff7bcbeb504a5f commit b421414e5577b3dccb68f20df3ff7bcbeb504a5f Author: Cedric Bail Date: Thu Sep 15 21:43:47 2016 -0700 ecore: do not trigger

[EGIT] [core/efl] master 02/07: ecore: shut up const warning.

2016-09-15 Thread Cedric BAIL
cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=f8fd97cd029c33350255026534faf214b282ca00 commit f8fd97cd029c33350255026534faf214b282ca00 Author: Cedric Bail Date: Thu Sep 15 21:45:05 2016 -0700 ecore: shut up const

Re: [E-devel] [RFC] EFL Multi-seat

2016-09-15 Thread David Seikel
On Thu, 15 Sep 2016 20:47:34 -0500 Derek Foreman wrote: > On 15/09/16 10:51 AM, Gustavo Sverzut Barbieri wrote: > > On Wed, Sep 14, 2016 at 3:42 PM, Derek Foreman > > wrote: > >> Wayland does have separate focus for pointer, keyboard, and touch >

[EGIT] [core/efl] master 01/01: ecore_con: forgotten update of Eina_Promise to Efl_Future convertion due to git rebase.

2016-09-15 Thread Cedric BAIL
cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=802b14603802273d77e04a0b6b7017b49b314266 commit 802b14603802273d77e04a0b6b7017b49b314266 Author: Cedric Bail Date: Thu Sep 15 21:51:15 2016 -0700 ecore_con: forgotten

Re: [E-devel] Efl_Promise and Efl_Future

2016-09-15 Thread The Rasterman
On Tue, 13 Sep 2016 19:53:20 +0200 Davide Andreoli said: > I disagree here, really you are saying that only raster use async stuff in > efl? > > >From my POV efl is (and has always been) a fully async toolkit, and I use > lots of async stuff in all my programs: timers,

Re: [E-devel] [EGIT] [core/efl] master 01/02: eina: allow graceful failure when calling eina_thread_cancel with NULL.

2016-09-15 Thread Gustavo Sverzut Barbieri
isn't it better to check in ecore_thread_cancel() if the thread was already created? On Wed, Sep 14, 2016 at 8:52 PM, Cedric BAIL wrote: > cedric pushed a commit to branch master. > >

[EGIT] [tools/eflete] master 01/05: live_multibuttonentry: fix dead assignment

2016-09-15 Thread Andrii Kroitor
rimmed pushed a commit to branch master. http://git.enlightenment.org/tools/eflete.git/commit/?id=2634375c3795e10b386871b0c600975ff6b90766 commit 2634375c3795e10b386871b0c600975ff6b90766 Author: Andrii Kroitor Date: Thu Sep 15 12:56:30 2016 +0300

[EGIT] [tools/eflete] master 04/05: project_manager_export_resources: fix eina_lock_take result check

2016-09-15 Thread Andrii Kroitor
rimmed pushed a commit to branch master. http://git.enlightenment.org/tools/eflete.git/commit/?id=e0f95e23720375e10542ddb7903fdb55356e4524 commit e0f95e23720375e10542ddb7903fdb55356e4524 Author: Andrii Kroitor Date: Thu Sep 15 13:12:11 2016 +0300

[EGIT] [tools/eflete] master 03/05: project_manager_export_edc: fix eina_lock_take result check

2016-09-15 Thread Andrii Kroitor
rimmed pushed a commit to branch master. http://git.enlightenment.org/tools/eflete.git/commit/?id=c7bab9528a244dbd53ccd619466a7788903668bf commit c7bab9528a244dbd53ccd619466a7788903668bf Author: Andrii Kroitor Date: Thu Sep 15 13:08:10 2016 +0300

[EGIT] [tools/eflete] master 05/05: project_manager: fix dead assignment

2016-09-15 Thread Andrii Kroitor
rimmed pushed a commit to branch master. http://git.enlightenment.org/tools/eflete.git/commit/?id=3a091559be324f59bd8460644e338c9391e7e134 commit 3a091559be324f59bd8460644e338c9391e7e134 Author: Andrii Kroitor Date: Thu Sep 15 13:20:58 2016 +0300 project_manager:

[EGIT] [tools/eflete] master 02/05: live_frame: fix dead assignment

2016-09-15 Thread Andrii Kroitor
rimmed pushed a commit to branch master. http://git.enlightenment.org/tools/eflete.git/commit/?id=950c5648126491847fb3ba0665704bf54853cfc6 commit 950c5648126491847fb3ba0665704bf54853cfc6 Author: Andrii Kroitor Date: Thu Sep 15 12:58:20 2016 +0300 live_frame: fix

[EGIT] [tools/eflete] master 06/08: popup: fix enum check

2016-09-15 Thread Andrii Kroitor
rimmed pushed a commit to branch master. http://git.enlightenment.org/tools/eflete.git/commit/?id=9a8033025cb4c22ca91ce2316d076258449f38c9 commit 9a8033025cb4c22ca91ce2316d076258449f38c9 Author: Andrii Kroitor Date: Thu Sep 15 12:24:40 2016 +0300 popup: fix enum

[EGIT] [tools/eflete] master 08/08: tabs: fix wrong args order

2016-09-15 Thread Andrii Kroitor
rimmed pushed a commit to branch master. http://git.enlightenment.org/tools/eflete.git/commit/?id=be910ed42ff1493f21942d2c42f2226653ca47ff commit be910ed42ff1493f21942d2c42f2226653ca47ff Author: Andrii Kroitor Date: Thu Sep 15 12:43:22 2016 +0300 tabs: fix wrong

[EGIT] [tools/eflete] master 04/08: ewe_ruler: fix enum check

2016-09-15 Thread Andrii Kroitor
rimmed pushed a commit to branch master. http://git.enlightenment.org/tools/eflete.git/commit/?id=62489fc5bec6b83711851c4d47cb0f4edca04cc4 commit 62489fc5bec6b83711851c4d47cb0f4edca04cc4 Author: Andrii Kroitor Date: Thu Sep 15 12:19:55 2016 +0300 ewe_ruler: fix

[EGIT] [tools/eflete] master 01/08: alloc: exit application on memory error

2016-09-15 Thread Andrii Kroitor
rimmed pushed a commit to branch master. http://git.enlightenment.org/tools/eflete.git/commit/?id=277f548e9df54038d1d840e19199ada3fb5feb6a commit 277f548e9df54038d1d840e19199ada3fb5feb6a Author: Andrii Kroitor Date: Thu Sep 15 11:56:18 2016 +0300 alloc: exit

[EGIT] [tools/eflete] master 05/08: popup: fix enum check

2016-09-15 Thread Andrii Kroitor
rimmed pushed a commit to branch master. http://git.enlightenment.org/tools/eflete.git/commit/?id=316dc9c1e7e527d66c6200789eb92031d520abf1 commit 316dc9c1e7e527d66c6200789eb92031d520abf1 Author: Andrii Kroitor Date: Thu Sep 15 12:22:41 2016 +0300 popup: fix enum

[EGIT] [tools/eflete] master 02/08: alloc: exit application on calloc error

2016-09-15 Thread Andrii Kroitor
rimmed pushed a commit to branch master. http://git.enlightenment.org/tools/eflete.git/commit/?id=27657bb13b1d2381c2b99a071685ec27676270a5 commit 27657bb13b1d2381c2b99a071685ec27676270a5 Author: Andrii Kroitor Date: Thu Sep 15 12:04:14 2016 +0300 alloc: exit

[EGIT] [tools/eflete] master 03/08: property_group: add name check

2016-09-15 Thread Andrii Kroitor
rimmed pushed a commit to branch master. http://git.enlightenment.org/tools/eflete.git/commit/?id=3b8a61cb08f62b4748c73a510bdd185f19f0c774 commit 3b8a61cb08f62b4748c73a510bdd185f19f0c774 Author: Andrii Kroitor Date: Thu Sep 15 12:13:50 2016 +0300 property_group:

[EGIT] [tools/eflete] master 07/08: popup: fix NULL pointer deref

2016-09-15 Thread Andrii Kroitor
rimmed pushed a commit to branch master. http://git.enlightenment.org/tools/eflete.git/commit/?id=a297264d39aefc3144eb3b80dc53d2ce6fb234fa commit a297264d39aefc3144eb3b80dc53d2ce6fb234fa Author: Andrii Kroitor Date: Thu Sep 15 12:33:09 2016 +0300 popup: fix NULL

[EGIT] [tools/eflete] master 01/01: editor_part: fix macros usage error

2016-09-15 Thread Andrii Kroitor
rimmed pushed a commit to branch master. http://git.enlightenment.org/tools/eflete.git/commit/?id=6c41762343e7acce624659e9bb4cdfe9ccc708dc commit 6c41762343e7acce624659e9bb4cdfe9ccc708dc Author: Andrii Kroitor Date: Thu Sep 15 14:51:12 2016 +0300 editor_part: fix