[EGIT] [core/efl] master 02/02: win: Fix shadow warnings

2016-12-19 Thread Jean-Philippe ANDRÉ
jpeg pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=18123ae80066541d6f8deef125ed7b55371de879 commit 18123ae80066541d6f8deef125ed7b55371de879 Author: Jean-Philippe Andre Date: Tue Dec 20 16:07:50 2016 +0900 win: Fix shadow

[EGIT] [core/efl] master 01/02: Revert "evas: Add source_region property to proxy objects"

2016-12-19 Thread Jean-Philippe ANDRÉ
jpeg pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=a28cb93d0dbac6db51391a5891b148d62b28c78c commit a28cb93d0dbac6db51391a5891b148d62b28c78c Author: Jean-Philippe Andre Date: Tue Dec 20 15:47:54 2016 +0900 Revert "evas: Add

Re: [E-devel] [EGIT] [core/efl] master 01/01: build: enable -Wfloat-equal for compiling

2016-12-19 Thread Jean-Philippe André
Hey Mike, On 20 December 2016 at 01:12, Mike Blumenkrantz < michael.blumenkra...@gmail.com> wrote: > discomfitor pushed a commit to branch master. > > http://git.enlightenment.org/core/efl.git/commit/?id= > 25792d64165ad4f5f647a36f087af2d2206a6618 > > commit

[EGIT] [core/efl] master 01/01: Ecore_win32: do not handle WM_SYSKEY* events.

2016-12-19 Thread Mykyta Biliavskyi
nikawhite pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=bb91c4b45d1cf010920fd9bd906e7207de7c69b6 commit bb91c4b45d1cf010920fd9bd906e7207de7c69b6 Author: Mykyta Biliavskyi Date: Tue Dec 20 08:35:32 2016 +0200 Ecore_win32:

[EGIT] [core/efl] master 01/01: efl stack wins - add base property/boolean to indicate win is a base

2016-12-19 Thread Carsten Haitzler
raster pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=39af0d88aa7c84bd5a8f6cc9b5b94c5b045f93dd commit 39af0d88aa7c84bd5a8f6cc9b5b94c5b045f93dd Author: Carsten Haitzler (Rasterman) Date: Mon Dec 19 15:39:36 2016 +0900 efl stack

Re: [E-devel] [EGIT] [core/efl] master 01/21: eina: add general purpose function to compar float and double.

2016-12-19 Thread Vincent Torri
last thing : for now, mingw-w64 does not define FLT_EPSILON. It should be added soon as it is part of the API of win32. Vincent On Tue, Dec 20, 2016 at 6:57 AM, Vincent Torri wrote: > sorry for the previous empty message > > On Tue, Dec 20, 2016 at 1:49 AM,

Re: [E-devel] [EGIT] [core/efl] master 01/21: eina: add general purpose function to compar float and double.

2016-12-19 Thread Vincent Torri
sorry for the previous empty message On Tue, Dec 20, 2016 at 1:49 AM, Jean-Philippe André wrote: > Hi Cedric, > > On 20 December 2016 at 09:40, Cedric BAIL wrote: > >> cedric pushed a commit to branch master. >> >>

Re: [E-devel] [EGIT] [core/efl] master 01/21: eina: add general purpose function to compar float and double.

2016-12-19 Thread Vincent Torri
On Tue, Dec 20, 2016 at 1:49 AM, Jean-Philippe André wrote: > Hi Cedric, > > On 20 December 2016 at 09:40, Cedric BAIL wrote: > >> cedric pushed a commit to branch master. >> >> http://git.enlightenment.org/core/efl.git/commit/?id= >>

Re: [E-devel] [EGIT] [core/efl] master 01/21: eina: add general purpose function to compar float and double.

2016-12-19 Thread Jean-Philippe André
On 20 December 2016 at 10:43, Cedric BAIL wrote: > On Dec 19, 2016 16:49, "Jean-Philippe André" wrote: > > Hi Cedric, > > On 20 December 2016 at 09:40, Cedric BAIL wrote: > > > cedric pushed a commit to branch master. > > > >

Re: [E-devel] [EGIT] [core/efl] master 01/21: eina: add general purpose function to compar float and double.

2016-12-19 Thread Cedric BAIL
On Dec 19, 2016 16:49, "Jean-Philippe André" wrote: Hi Cedric, On 20 December 2016 at 09:40, Cedric BAIL wrote: > cedric pushed a commit to branch master. > > http://git.enlightenment.org/core/efl.git/commit/?id= >

Re: [E-devel] Eo: static methods or C syntax sugar for class methods?

2016-12-19 Thread Jean-Philippe André
Hi, On 19 December 2016 at 21:10, Gustavo Sverzut Barbieri wrote: > Hi all, > > In Efl.Net I've created couple of "constructors" functions to help the > user with common tasks, such as: > Hmm. Sorry to be pedantic, but you've created @class functions, not constructor

[EGIT] [core/efl] master 02/02: evas/ply: Add filename in error logs

2016-12-19 Thread Jean-Philippe ANDRÉ
jpeg pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=85b5064b675b7ba875e39bf9814f2fd9714d7de6 commit 85b5064b675b7ba875e39bf9814f2fd9714d7de6 Author: Jean-Philippe Andre Date: Tue Dec 20 09:56:40 2016 +0900 evas/ply: Add

[EGIT] [core/efl] master 01/02: elm_test: Also filter categories when typing in search bar

2016-12-19 Thread Jean-Philippe ANDRÉ
jpeg pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=6989642221706a92cdfed2bd34d5f409ff00642b commit 6989642221706a92cdfed2bd34d5f409ff00642b Author: Jean-Philippe Andre Date: Mon Dec 19 13:24:12 2016 +0900 elm_test: Also

Re: [E-devel] [EGIT] [core/efl] master 01/01: evas/ply: Fix some memleaks

2016-12-19 Thread Jean-Philippe André
On 19 December 2016 at 20:23, Gustavo Sverzut Barbieri wrote: > On Mon, Dec 19, 2016 at 1:07 AM, Jean-Philippe ANDRÉ > wrote: > > jpeg pushed a commit to branch master. > > > > http://git.enlightenment.org/core/efl.git/commit/?id= >

Re: [E-devel] Is it right to connect all tokens in namespace with period(".")?

2016-12-19 Thread Jean-Philippe André
On 19 December 2016 at 20:21, Gustavo Sverzut Barbieri wrote: > AFAIU > > . is for namespace > > _ is to join multiple words > > Example: Efl.Net.Ip_Address that should generate efl::net::IpAddress > or something like that in C++ > > From conr2d's email I believe it should be

Re: [E-devel] [EGIT] [core/efl] master 01/21: eina: add general purpose function to compar float and double.

2016-12-19 Thread Jean-Philippe André
Hi Cedric, On 20 December 2016 at 09:40, Cedric BAIL wrote: > cedric pushed a commit to branch master. > > http://git.enlightenment.org/core/efl.git/commit/?id= > 7bb229d4be23ffcc4947b453880a5c0f9f7a12c6 > > commit 7bb229d4be23ffcc4947b453880a5c0f9f7a12c6 > Author: Cedric

[EGIT] [core/efl] master 14/21: eina fixup matrix test

2016-12-19 Thread Cedric BAIL
cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=c12d60c1e666e983dc62de3897f88515eb931e60 commit c12d60c1e666e983dc62de3897f88515eb931e60 Author: Cedric BAIL Date: Mon Dec 19 16:29:52 2016 -0800 eina fixup matrix test

[EGIT] [core/efl] master 07/21: xcf: fix float comparison in xcf generic loader.

2016-12-19 Thread Cedric BAIL
cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=3751e29a9b8127a2730b1d54a1268eac0ed9be10 commit 3751e29a9b8127a2730b1d54a1268eac0ed9be10 Author: Cedric BAIL Date: Mon Dec 19 12:11:37 2016 -0800 xcf: fix float

[EGIT] [core/efl] master 19/21: ecore: remove floating point comparison warning from Ecore_Thread code.

2016-12-19 Thread Cedric BAIL
cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=667b4340b9b743a2eed04bf0939c1c74dfa5c782 commit 667b4340b9b743a2eed04bf0939c1c74dfa5c782 Author: Cedric BAIL Date: Mon Dec 19 16:32:20 2016 -0800 ecore: remove floating

[EGIT] [core/efl] master 21/21: ecore: remove float comparison warning from Ecore_Animator code.

2016-12-19 Thread Cedric BAIL
cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=77a7d6d9e51be600e48a4c04c49636f37dde43ed commit 77a7d6d9e51be600e48a4c04c49636f37dde43ed Author: Cedric BAIL Date: Mon Dec 19 16:33:19 2016 -0800 ecore: remove float

[EGIT] [core/efl] master 09/21: eina: use proper logic for comparing double in matrix tests.

2016-12-19 Thread Cedric BAIL
cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=d03482a0a7f582a308e45e6c3ec86f5e56ed commit d03482a0a7f582a308e45e6c3ec86f5e56ed Author: Cedric BAIL Date: Mon Dec 19 16:26:22 2016 -0800 eina: use proper logic

[EGIT] [core/efl] master 05/21: eina: fix double comparison in eina matrix.

2016-12-19 Thread Cedric BAIL
cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=d94a186584162f6159d5d422906e5e13b96461f2 commit d94a186584162f6159d5d422906e5e13b96461f2 Author: Cedric BAIL Date: Mon Dec 19 12:10:30 2016 -0800 eina: fix double

[EGIT] [core/efl] master 01/21: eina: add general purpose function to compar float and double.

2016-12-19 Thread Cedric BAIL
cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=7bb229d4be23ffcc4947b453880a5c0f9f7a12c6 commit 7bb229d4be23ffcc4947b453880a5c0f9f7a12c6 Author: Cedric BAIL Date: Mon Dec 19 12:03:49 2016 -0800 eina: add general

[EGIT] [core/efl] master 10/21: eina: get rid of float comparison warning from str test.

2016-12-19 Thread Cedric BAIL
cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=e24ad2914205835223be8079b68fc1030d03723f commit e24ad2914205835223be8079b68fc1030d03723f Author: Cedric BAIL Date: Mon Dec 19 16:27:22 2016 -0800 eina: get rid of float

[EGIT] [core/efl] master 13/21: evas: get rid of float comparison warning in Evas_3D.

2016-12-19 Thread Cedric BAIL
cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=2ddbfb2329e9365d994709264f39ca59cf96b37c commit 2ddbfb2329e9365d994709264f39ca59cf96b37c Author: Cedric BAIL Date: Mon Dec 19 16:28:43 2016 -0800 evas: get rid of float

[EGIT] [core/efl] master 02/21: eio: correctly compar double in xattr test.

2016-12-19 Thread Cedric BAIL
cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=a7e0f26e1b5213cba83317ee12549ecdd758ee83 commit a7e0f26e1b5213cba83317ee12549ecdd758ee83 Author: Cedric BAIL Date: Mon Dec 19 12:04:24 2016 -0800 eio: correctly compar

[EGIT] [core/efl] master 16/21: efl: remove float comparison warning from Efl.Gfx.Path code.

2016-12-19 Thread Cedric BAIL
cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=fa66613ed060dcb95ebc59685b929a914e598d74 commit fa66613ed060dcb95ebc59685b929a914e598d74 Author: Cedric BAIL Date: Mon Dec 19 16:30:46 2016 -0800 efl: remove float

[EGIT] [core/efl] master 11/21: eina: get rid of float comparison warning on quad tests.

2016-12-19 Thread Cedric BAIL
cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=27bf609b9d9e764d1629a3f6cb860eb7ca894adb commit 27bf609b9d9e764d1629a3f6cb860eb7ca894adb Author: Cedric BAIL Date: Mon Dec 19 16:27:51 2016 -0800 eina: get rid of float

[EGIT] [core/efl] master 18/21: ecore: remove floating point comparison warning from Ecore main loop code.

2016-12-19 Thread Cedric BAIL
cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=0a05725cc15de02da064df9cf2ba3a11aeef583b commit 0a05725cc15de02da064df9cf2ba3a11aeef583b Author: Cedric BAIL Date: Mon Dec 19 16:31:49 2016 -0800 ecore: remove floating

[EGIT] [core/efl] master 15/21: ecore_evas: remove float comparison warning from DRM backend.

2016-12-19 Thread Cedric BAIL
cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=ae51b841d918e2b7a368e9ca2b890322cb5c24dc commit ae51b841d918e2b7a368e9ca2b890322cb5c24dc Author: Cedric BAIL Date: Mon Dec 19 16:30:08 2016 -0800 ecore_evas: remove float

[EGIT] [core/efl] master 12/21: eina: get rid of float comparison warning on quaternion tests.

2016-12-19 Thread Cedric BAIL
cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=ae9257401e387f1d166c1974eb84edae3284a741 commit ae9257401e387f1d166c1974eb84edae3284a741 Author: Cedric BAIL Date: Mon Dec 19 16:28:10 2016 -0800 eina: get rid of float

[EGIT] [core/efl] master 08/21: eina fixup bezier

2016-12-19 Thread Cedric BAIL
cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=701aa35e6ed7f8e44195913e51ea488ffaf92465 commit 701aa35e6ed7f8e44195913e51ea488ffaf92465 Author: Cedric BAIL Date: Mon Dec 19 15:20:10 2016 -0800 eina fixup bezier ---

[EGIT] [core/efl] master 17/21: ecore: remove float comparison warning from Ecore_Pipe.

2016-12-19 Thread Cedric BAIL
cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=172c07d5cda40a3cf7ff890b93a30a0e3ce0fc39 commit 172c07d5cda40a3cf7ff890b93a30a0e3ce0fc39 Author: Cedric BAIL Date: Mon Dec 19 16:31:21 2016 -0800 ecore: remove float

[EGIT] [core/efl] master 06/21: eina: fix double comparison in eina quaternion.

2016-12-19 Thread Cedric BAIL
cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=3d0c4ac0f61e6032cf197946b3f0f6b1e4f3284f commit 3d0c4ac0f61e6032cf197946b3f0f6b1e4f3284f Author: Cedric BAIL Date: Mon Dec 19 12:10:51 2016 -0800 eina: fix double

[EGIT] [core/efl] master 20/21: ecore: remove float comparison warning from Ecore_Poller code.

2016-12-19 Thread Cedric BAIL
cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=1a6dc04fa1931ad507420efaa4b8b524b14faffb commit 1a6dc04fa1931ad507420efaa4b8b524b14faffb Author: Cedric BAIL Date: Mon Dec 19 16:32:51 2016 -0800 ecore: remove float

[EGIT] [core/efl] master 03/21: eina: correctly compar double in eina xattr test.

2016-12-19 Thread Cedric BAIL
cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=4489e7520e96b68d98c9210dd871a794a15ce8ea commit 4489e7520e96b68d98c9210dd871a794a15ce8ea Author: Cedric BAIL Date: Mon Dec 19 12:04:48 2016 -0800 eina: correctly compar

[EGIT] [core/efl] master 04/21: eina: fix double comparison in eina bezier.

2016-12-19 Thread Cedric BAIL
cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=1f6c4b13708f133295869c5a191373538b79baae commit 1f6c4b13708f133295869c5a191373538b79baae Author: Cedric BAIL Date: Mon Dec 19 12:10:15 2016 -0800 eina: fix double

[EGIT] [tools/edi] master 01/01: autosuggest: Change the variable name from 'autocomplete' to 'suggest' for readability.

2016-12-19 Thread YeongJong Lee
ajwillia-ms pushed a commit to branch master. http://git.enlightenment.org/tools/edi.git/commit/?id=284c7ff3caa9c7e75103c6bb8b1195b2f1f6c2e2 commit 284c7ff3caa9c7e75103c6bb8b1195b2f1f6c2e2 Author: YeongJong Lee Date: Mon Dec 19 23:25:01 2016 + autosuggest: Change

[EGIT] [tools/edi] master 01/01: filelist: Check that the filelist has same file before insertion.

2016-12-19 Thread YeongJong Lee
ajwillia-ms pushed a commit to branch master. http://git.enlightenment.org/tools/edi.git/commit/?id=21ae2bfebdbdfdc458dd10df49a34ca42f8e983b commit 21ae2bfebdbdfdc458dd10df49a34ca42f8e983b Author: YeongJong Lee Date: Mon Dec 19 23:08:55 2016 + filelist: Check that

[EGIT] [apps/terminology] master 01/01: termpty: fix potential NULL dereference. CID1367485

2016-12-19 Thread Boris Faure
billiob pushed a commit to branch master. http://git.enlightenment.org/apps/terminology.git/commit/?id=240a4a02d331c549b74867d83203406d5f803bc5 commit 240a4a02d331c549b74867d83203406d5f803bc5 Author: Boris Faure Date: Mon Dec 19 23:38:32 2016 +0100 termpty: fix

[EGIT] [core/efl] master 02/07: ector_gl: Add some EGL typedefs to internal header

2016-12-19 Thread Derek Foreman
derekf pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=98ef74eeba5dbc8ff62dccca9a317ef7dd64e2bf commit 98ef74eeba5dbc8ff62dccca9a317ef7dd64e2bf Author: Derek Foreman Date: Mon Dec 19 14:28:49 2016 -0600 ector_gl: Add some EGL

[EGIT] [core/efl] master 07/07: wayland_egl: Use common implementation of eglCreateImage

2016-12-19 Thread Derek Foreman
derekf pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=00f8cc45667ed33418533d000ab909744d8149ee commit 00f8cc45667ed33418533d000ab909744d8149ee Author: Derek Foreman Date: Mon Dec 19 16:14:46 2016 -0600 wayland_egl: Use

[EGIT] [core/efl] master 05/07: gl_x11: Use common implementation of eglCreateImage

2016-12-19 Thread Derek Foreman
derekf pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=ac4c8dbbab52a7e2cc6e8b0ba7acff194a6d562a commit ac4c8dbbab52a7e2cc6e8b0ba7acff194a6d562a Author: Derek Foreman Date: Mon Dec 19 15:51:30 2016 -0600 gl_x11: Use common

[EGIT] [core/efl] master 03/07: gl_common: Make secsym_eglCreateImage a wrapper

2016-12-19 Thread Derek Foreman
derekf pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=74a456253a2365911222b602cd4b77da33f9c6d5 commit 74a456253a2365911222b602cd4b77da33f9c6d5 Author: Derek Foreman Date: Mon Dec 19 14:33:09 2016 -0600 gl_common: Make

[EGIT] [core/efl] master 01/07: gl_common: fix eglCreateImageKHR query

2016-12-19 Thread Derek Foreman
derekf pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=93899429ef02a04326821948ce6aa94615986d9c commit 93899429ef02a04326821948ce6aa94615986d9c Author: Derek Foreman Date: Mon Dec 19 14:06:51 2016 -0600 gl_common: fix

[EGIT] [core/efl] master 06/07: wayland_egl: Remove some weirdness from our egl extension queries

2016-12-19 Thread Derek Foreman
derekf pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=fba3927a7d7b3eb4986b302ae775e188a9ada8fa commit fba3927a7d7b3eb4986b302ae775e188a9ada8fa Author: Derek Foreman Date: Mon Dec 19 16:13:48 2016 -0600 wayland_egl: Remove

[EGIT] [core/efl] master 04/07: gl_drm: Use common eglCreateImage implementation

2016-12-19 Thread Derek Foreman
derekf pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=2e6f93ccda3945b83f2f4c683c407592c2034e91 commit 2e6f93ccda3945b83f2f4c683c407592c2034e91 Author: Derek Foreman Date: Mon Dec 19 15:27:44 2016 -0600 gl_drm: Use common

[EGIT] [core/efl] master 03/03: efl_net_server_udp_client: make error easier to understand.

2016-12-19 Thread Gustavo Sverzut Barbieri
barbieri pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=42923bc29ebffe7f7b27f35f31d0acea0b56ae99 commit 42923bc29ebffe7f7b27f35f31d0acea0b56ae99 Author: Gustavo Sverzut Barbieri Date: Mon Dec 19 17:19:45 2016 -0200

[EGIT] [core/efl] master 02/03: efl_net_socket_udp: expose init() as protected method.

2016-12-19 Thread Gustavo Sverzut Barbieri
barbieri pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=a995529a46fe0ceddb28a67fd1d34e0dc456fc66 commit a995529a46fe0ceddb28a67fd1d34e0dc456fc66 Author: Gustavo Sverzut Barbieri Date: Mon Dec 19 17:11:46 2016 -0200

[EGIT] [core/efl] master 01/03: efl_net_socket_ssl: remove TODO leftover.

2016-12-19 Thread Gustavo Sverzut Barbieri
barbieri pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=db1e2b994ef75163dcd8286ae8b9649d5fb7217e commit db1e2b994ef75163dcd8286ae8b9649d5fb7217e Author: Gustavo Sverzut Barbieri Date: Mon Dec 19 16:52:29 2016 -0200

[EGIT] [core/efl] master 01/01: efl_io_buffer: adopt read-only and read-write buffers.

2016-12-19 Thread Gustavo Sverzut Barbieri
barbieri pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=c2aedc117ad9271c0ef4e68bbfd3873d9137ed2d commit c2aedc117ad9271c0ef4e68bbfd3873d9137ed2d Author: Gustavo Sverzut Barbieri Date: Mon Dec 19 16:49:29 2016 -0200

[EGIT] [core/efl] master 01/02: evas: remove focus when removed from filter whitelist

2016-12-19 Thread Bruno Dilly
bdilly pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=e78390c4c5910cef98f0f931f162a19d3a83570b commit e78390c4c5910cef98f0f931f162a19d3a83570b Author: Bruno Dilly Date: Fri Dec 16 18:11:05 2016 -0200 evas: remove focus when

[EGIT] [core/efl] master 02/02: evas: improve logic regarding events filtering enablement

2016-12-19 Thread Bruno Dilly
bdilly pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=ecdf56de47d5c96711619e7c8dc1586a0dee7f90 commit ecdf56de47d5c96711619e7c8dc1586a0dee7f90 Author: Bruno Dilly Date: Mon Dec 19 13:58:01 2016 -0200 evas: improve logic

[EGIT] [core/efl] master 01/01: tests/ecore_con: skip ipv6 tests if that's disabled on the running system.

2016-12-19 Thread Gustavo Sverzut Barbieri
barbieri pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=e2c0b7741b7545408f4f10dcfebc36aab65f4276 commit e2c0b7741b7545408f4f10dcfebc36aab65f4276 Author: Gustavo Sverzut Barbieri Date: Mon Dec 19 15:49:16 2016 -0200

[EGIT] [core/efl] master 01/02: Efl.Io.{Queue, Buffer, Buffered_Stream}: slice_get is now a property.

2016-12-19 Thread Gustavo Sverzut Barbieri
barbieri pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=25a9e1d886054d3907fb43e3682525b1a3901209 commit 25a9e1d886054d3907fb43e3682525b1a3901209 Author: Gustavo Sverzut Barbieri Date: Mon Dec 19 14:46:37 2016 -0200

[EGIT] [core/efl] master 02/02: more eo simplified to use Eina_Slice instead of pointer to.

2016-12-19 Thread Gustavo Sverzut Barbieri
barbieri pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=dd5cdda64b5fd3966718af62d417117942e2f323 commit dd5cdda64b5fd3966718af62d417117942e2f323 Author: Gustavo Sverzut Barbieri Date: Mon Dec 19 15:27:34 2016 -0200 more eo

[EGIT] [core/efl] master 11/12: edje/examples: add example of use_custom_seat_names flag

2016-12-19 Thread Bruno Dilly
bdilly pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=4449ec869888ff21c46d54ab2baaa1f209986819 commit 4449ec869888ff21c46d54ab2baaa1f209986819 Author: Bruno Dilly Date: Wed Dec 14 17:47:18 2016 -0200 edje/examples: add

[EGIT] [core/efl] master 05/12: examples/edje: add multiseat example

2016-12-19 Thread Bruno Dilly
bdilly pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=7ef5f6c3a0a6893552a7f13aa2777e3b9480e343 commit 7ef5f6c3a0a6893552a7f13aa2777e3b9480e343 Author: Bruno Dilly Date: Thu Nov 3 19:10:51 2016 -0200 examples/edje: add

[EGIT] [core/efl] master 02/12: edje: add new signals providing seat information

2016-12-19 Thread Bruno Dilly
bdilly pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=fecd59fe3237d930d86e8b166b57271b16c5df43 commit fecd59fe3237d930d86e8b166b57271b16c5df43 Author: Bruno Dilly Date: Tue Nov 8 17:50:23 2016 -0200 edje: add new signals

[EGIT] [core/efl] master 08/12: examples/edje: add dynamic seats example

2016-12-19 Thread Bruno Dilly
bdilly pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=f34220f0890f5107a330addfc06bbe02c313602a commit f34220f0890f5107a330addfc06bbe02c313602a Author: Bruno Dilly Date: Mon Dec 5 20:41:33 2016 -0200 examples/edje: add dynamic

[EGIT] [core/efl] master 09/12: edje: add flag to choose between evas or edje seat naming

2016-12-19 Thread Bruno Dilly
bdilly pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=287486e9208687ba57529adc4bd3b33c99bfbdbb commit 287486e9208687ba57529adc4bd3b33c99bfbdbb Author: Bruno Dilly Date: Tue Dec 6 15:06:38 2016 -0200 edje: add flag to choose

[EGIT] [core/efl] master 06/12: edje: accept optional seat parameter on FOCUS_OBJECT

2016-12-19 Thread Bruno Dilly
bdilly pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=0ab6567b3e5ef63e97c97db01497619b7ea57f8d commit 0ab6567b3e5ef63e97c97db01497619b7ea57f8d Author: Bruno Dilly Date: Fri Dec 2 17:50:43 2016 -0200 edje: accept optional seat

[EGIT] [core/efl] master 01/12: evas: add getter for devices by name

2016-12-19 Thread Bruno Dilly
bdilly pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=2958aba23a8dc99503fad8119eeffef82e410b42 commit 2958aba23a8dc99503fad8119eeffef82e410b42 Author: Bruno Dilly Date: Thu Nov 17 16:50:44 2016 -0200 evas: add getter for

[EGIT] [core/efl] master 10/12: edje/examples: add example for focus actions

2016-12-19 Thread Bruno Dilly
bdilly pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=60b160f47ce22f30eb62917d4d43628c6c04861e commit 60b160f47ce22f30eb62917d4d43628c6c04861e Author: Bruno Dilly Date: Wed Dec 14 15:47:20 2016 -0200 edje/examples: add

[EGIT] [core/efl] master 04/12: edje: add names for seats following an incremental pattern

2016-12-19 Thread Bruno Dilly
bdilly pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=bb3fd015de8ab75fd509602a3c868ea9fdce9bb3 commit bb3fd015de8ab75fd509602a3c868ea9fdce9bb3 Author: Bruno Dilly Date: Wed Nov 30 19:52:14 2016 -0200 edje: add names for seats

[EGIT] [core/efl] master 03/12: edje: support seat on focus action and signals

2016-12-19 Thread Bruno Dilly
bdilly pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=5cfdf3ec3af60394dfaa19440f475fc23a8567e6 commit 5cfdf3ec3af60394dfaa19440f475fc23a8567e6 Author: Bruno Dilly Date: Thu Nov 17 15:21:02 2016 -0200 edje: support seat on

[EGIT] [core/efl] master 12/12: Merge branch 'devs/bdilly/edje_multiseat'

2016-12-19 Thread Bruno Dilly
bdilly pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=6f9deb976a9774a14636cb3131743245347b2dd4 commit 6f9deb976a9774a14636cb3131743245347b2dd4 Merge: 25792d6 4449ec8 Author: Bruno Dilly Date: Mon Dec 19 15:19:06 2016 -0200

[EGIT] [core/efl] master 07/12: edje: support action seats on edje_edit

2016-12-19 Thread Bruno Dilly
bdilly pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=c6399665ddb0f719df6514b78c9cf6f685dfbb0d commit c6399665ddb0f719df6514b78c9cf6f685dfbb0d Author: Bruno Dilly Date: Mon Dec 5 15:24:35 2016 -0200 edje: support action seats

[EGIT] [core/efl] master 01/01: build: enable -Wfloat-equal for compiling

2016-12-19 Thread Mike Blumenkrantz
discomfitor pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=25792d64165ad4f5f647a36f087af2d2206a6618 commit 25792d64165ad4f5f647a36f087af2d2206a6618 Author: Mike Blumenkrantz Date: Mon Dec 19 11:08:43 2016 -0500 build: enable

[EGIT] [core/enlightenment] master 01/01: bump modapi

2016-12-19 Thread Mike Blumenkrantz
discomfitor pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=001e08c54aafc891df36c5c941162ded0a666a14 commit 001e08c54aafc891df36c5c941162ded0a666a14 Author: Mike Blumenkrantz Date: Mon Dec 19 11:04:02 2016 -0500 bump

[EGIT] [core/enlightenment] master 02/02: fix auto-enabling of compiler warnings on non-release builds

2016-12-19 Thread Mike Blumenkrantz
discomfitor pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=6769296d5afb25371924aee4d17e5b659415cf9a commit 6769296d5afb25371924aee4d17e5b659415cf9a Author: Mike Blumenkrantz Date: Mon Dec 19 10:58:11 2016 -0500 fix

[EGIT] [core/enlightenment] master 01/02: remove extra SLEEP prints during startup on non-release builds

2016-12-19 Thread Mike Blumenkrantz
discomfitor pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=30b25f16d173b6bb6186971d24338c82f98d7899 commit 30b25f16d173b6bb6186971d24338c82f98d7899 Author: Mike Blumenkrantz Date: Mon Dec 19 10:54:17 2016 -0500

[EGIT] [core/efl] master 03/05: efl_net_socket_fd: initialize fds to INVALID_SOCKET

2016-12-19 Thread Gustavo Sverzut Barbieri
barbieri pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=b4c80b50bcef841d853f7e884b3eb921466096f3 commit b4c80b50bcef841d853f7e884b3eb921466096f3 Author: Gustavo Sverzut Barbieri Date: Mon Dec 19 12:47:13 2016 -0200

[EGIT] [core/efl] master 04/05: efl_io_file: initialize all fd to -1.

2016-12-19 Thread Gustavo Sverzut Barbieri
barbieri pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=fe668ef52c74f52c45d1c0af6a1df791ab412e35 commit fe668ef52c74f52c45d1c0af6a1df791ab412e35 Author: Gustavo Sverzut Barbieri Date: Mon Dec 19 12:51:56 2016 -0200

[EGIT] [core/efl] master 05/05: ecore_con/ecore_ipc: flush should wait for connection.

2016-12-19 Thread Gustavo Sverzut Barbieri
barbieri pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=a7657e821f81eab59a719c81d3994194492476a6 commit a7657e821f81eab59a719c81d3994194492476a6 Author: Gustavo Sverzut Barbieri Date: Mon Dec 19 12:57:09 2016 -0200

[EGIT] [core/efl] master 02/05: ecore_con/ecore_ipc legacy: fail early for local sockets.

2016-12-19 Thread Gustavo Sverzut Barbieri
barbieri pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=ae054e6c0bb5cab6ca126c152057e5243ab31dfa commit ae054e6c0bb5cab6ca126c152057e5243ab31dfa Author: Gustavo Sverzut Barbieri Date: Mon Dec 19 11:58:55 2016 -0200

[EGIT] [core/efl] master 01/05: ecore_con/ecore_ipc: keep log domain alive after shutdown.

2016-12-19 Thread Gustavo Sverzut Barbieri
barbieri pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=482437ee14885a21a94ee0d110474253ae3202ab commit 482437ee14885a21a94ee0d110474253ae3202ab Author: Gustavo Sverzut Barbieri Date: Mon Dec 19 11:37:24 2016 -0200

[EGIT] [core/efl] master 01/02: elput: Fix resource leak

2016-12-19 Thread Christopher Michael
devilhorns pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=fe27a8d4401fbbdcbe50ffda922e55837f234b0d commit fe27a8d4401fbbdcbe50ffda922e55837f234b0d Author: Chris Michael Date: Mon Dec 19 09:48:30 2016 -0500 elput: Fix

[EGIT] [core/efl] master 02/02: elput: Fix resource leak

2016-12-19 Thread Christopher Michael
devilhorns pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=d0a626351946cc7eee7c0c9da1d142e763097153 commit d0a626351946cc7eee7c0c9da1d142e763097153 Author: Chris Michael Date: Mon Dec 19 09:49:36 2016 -0500 elput: Fix

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

2016-12-19 Thread Stefan Schmidt
Hello. Summary: o Coverity tools have been updated showing us some more defects o Gustavo started a Coverity modeling file to surpress some false positives This should give everyone an overview over what has happened in the last week on the QA front. The numbers in parentheses reflect the values

[EGIT] [core/efl] master 01/01: coverity: add modeling file to reduce false positives.

2016-12-19 Thread Gustavo Sverzut Barbieri
barbieri pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=3ff5dc33e2d41e5d338ec1b604a1ecb41d82b2db commit 3ff5dc33e2d41e5d338ec1b604a1ecb41d82b2db Author: Gustavo Sverzut Barbieri Date: Mon Dec 19 11:09:02 2016 -0200

[EGIT] [core/efl] master 01/01: efl_net: fix CID 1367489 due copy & paste.

2016-12-19 Thread Gustavo Sverzut Barbieri
barbieri pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=7de5146a3b66b5136c3a5ce0b31b5ebd91978f9f commit 7de5146a3b66b5136c3a5ce0b31b5ebd91978f9f Author: Gustavo Sverzut Barbieri Date: Mon Dec 19 10:37:21 2016 -0200 efl_net:

[E-devel] Eo: static methods or C syntax sugar for class methods?

2016-12-19 Thread Gustavo Sverzut Barbieri
Hi all, In Efl.Net I've created couple of "constructors" functions to help the user with common tasks, such as: src/lib/ecore_con/efl_net_ip_address.eo: - create(port, address) - create_sockaddr(sockaddr) - parse(string) - resolve(string, family, flags) (returns

Re: [E-devel] [EGIT] [core/efl] master 03/04: edje.object: implement Efl.Observer interface

2016-12-19 Thread Daniel Kolesa
On Mon, Dec 12, 2016, at 19:50, Gustavo Sverzut Barbieri wrote: > okay, on IRC people clarified it with an example: > > Failing = http://codepad.org/qet7AgoX > > Which I'd propose the solution = http://codepad.org/LVaUAJSI This much really is obvious, I just need Felipe to actually implement

[EGIT] [core/efl] master 01/01: efl_debug_common: remove stale code/macros.

2016-12-19 Thread Gustavo Sverzut Barbieri
barbieri pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=74d8148da3a91c0016033771595d81f10a73ccac commit 74d8148da3a91c0016033771595d81f10a73ccac Author: Gustavo Sverzut Barbieri Date: Mon Dec 12 16:35:26 2016 -0200

Re: [E-devel] [E-b0rk] Build failed in Jenkins: nightly_efl_gcc_x86_64 #1417

2016-12-19 Thread Gustavo Sverzut Barbieri
I like what Jeremy did based on Raster's suggestion. My 2 cents on that is to have the files to contain the function signatures because most editors (at least Emacs) will think stuff are in global scope and indent weirdly. they can be a function for real or just a placeholder macro such as

Re: [E-devel] [EGIT] [core/efl] master 04/06: eina: add a test for eina_stringshare_refplace.

2016-12-19 Thread Gustavo Sverzut Barbieri
On Thu, Dec 15, 2016 at 9:24 PM, Cedric BAIL wrote: > cedric pushed a commit to branch master. > > http://git.enlightenment.org/core/efl.git/commit/?id=0ff7bf3611d3769d2da0bc2521586dc285d5765e > > commit 0ff7bf3611d3769d2da0bc2521586dc285d5765e > Author: Cedric BAIL

Re: [E-devel] [EGIT] [core/efl] master 01/01: evas/ply: Fix some memleaks

2016-12-19 Thread Gustavo Sverzut Barbieri
On Mon, Dec 19, 2016 at 1:07 AM, Jean-Philippe ANDRÉ wrote: > jpeg pushed a commit to branch master. > > http://git.enlightenment.org/core/efl.git/commit/?id=72f98a06499cbabc7f56290afa89f7b8b37f52b9 > > commit 72f98a06499cbabc7f56290afa89f7b8b37f52b9 > Author: Jean-Philippe

Re: [E-devel] Is it right to connect all tokens in namespace with period(".")?

2016-12-19 Thread Gustavo Sverzut Barbieri
AFAIU . is for namespace _ is to join multiple words Example: Efl.Net.Ip_Address that should generate efl::net::IpAddress or something like that in C++ From conr2d's email I believe it should be Internal_Part On Mon, Dec 19, 2016 at 12:42 AM, Jean-Philippe André wrote: >

[EGIT] [tools/eflete] master 02/03: live widget: do not use deprecate API

2016-12-19 Thread Vyacheslav Reutskiy
rimmed pushed a commit to branch master. http://git.enlightenment.org/tools/eflete.git/commit/?id=5cebc0509d9768bbaad189d96dc8c1bc24bf758b commit 5cebc0509d9768bbaad189d96dc8c1bc24bf758b Author: Vyacheslav Reutskiy Date: Mon Dec 19 10:01:56 2016 +0200 live widget:

[EGIT] [tools/eflete] master 03/03: eflete: silence warning

2016-12-19 Thread Vyacheslav Reutskiy
rimmed pushed a commit to branch master. http://git.enlightenment.org/tools/eflete.git/commit/?id=908d3d3d70e416976c9eb056a2e83156637a269e commit 908d3d3d70e416976c9eb056a2e83156637a269e Author: Vyacheslav Reutskiy Date: Mon Dec 19 10:09:28 2016 +0200 eflete:

[EGIT] [tools/eflete] master 01/03: project navigator: fix shadow declaration

2016-12-19 Thread Vyacheslav Reutskiy
rimmed pushed a commit to branch master. http://git.enlightenment.org/tools/eflete.git/commit/?id=16e91e931f7f651e89d720b2527e246742e8647b commit 16e91e931f7f651e89d720b2527e246742e8647b Author: Vyacheslav Reutskiy Date: Mon Dec 19 08:06:50 2016 +0200 project

[EGIT] [core/enlightenment] master 01/01: e winlist/at tab - understand stacks and filter accordingly

2016-12-19 Thread Carsten Haitzler
raster pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=fbb514e009c7bfbf7559a230a8fea81fed0953ff commit fbb514e009c7bfbf7559a230a8fea81fed0953ff Author: Carsten Haitzler (Rasterman) Date: Mon Dec 19 17:58:23 2016 +0900