Re: [E-devel] is there a roadmap for future significative improvements/changes

2017-12-22 Thread Jean Guyomarc'h
Hi, I think it would be very nice to have a roadmap document. For people like me that follow the project from a distance and do not hang out much on IRC, there is little immediate visibility on what's going on. I'd hope a roadmap could bring the key ideas of what (maybe who?) is doing what,

Re: [E-devel] OS X build error

2017-11-06 Thread Jean Guyomarc'h
Hi, Eo events are generated as: EWAPI const Efl_Event_Description __BLAH = EFL_EVENT_DESCRIPTION("blah"); this yields private symbols that are not exported outside of libelementary. Hence link failure with elm modules... But I don't understand why. Jean On Sat, Nov 4, 2017 at 5:3

Re: [E-devel] efler issues on mac

2017-11-05 Thread Jean Guyomarc'h
for letting me know what version of OSX are you on im on the latest > (high sierra) my question is where do i need to start to fix those errors? > > > On 2017-11-04 16:37, Jean Guyomarc'h wrote: > >> hi. >> >> those are "normal". there is n

Re: [E-devel] OS X build error

2017-11-04 Thread Jean Guyomarc'h
hi, i'm not at home, and cannot really help. if there is a ticket open, i may have a look on monday. is that on git master ? thanks Jean On Nov 4, 2017 15:03, "Carsten Haitzler" wrote: On Sat, 04 Nov 2017 11:21:09 + Andrew Williams said: >

Re: [E-devel] efler issues on mac

2017-11-04 Thread Jean Guyomarc'h
hi. those are "normal". there is no new breakage here. it should not prevent apps to work as they are expected to Jean On Nov 4, 2017 09:27, "jaquilina" wrote: Hi everyone, It seems like there is some breakage with efler on mac osx high sierra Fontconfig warning:

Re: [E-devel] Eovim - an enlightened neovim client

2017-10-17 Thread Jean Guyomarc'h
these in the future. Currently neovim only delegates the tabs (which I haven't implemented yet) and the completion popup. Jean On Mon, Oct 16, 2017 at 6:52 AM, Carsten Haitzler <ras...@rasterman.com> wrote: > On Tue, 3 Oct 2017 21:24:04 +0200 "Jean Guyomarc'h" < > jean.gu

[EGIT] [website/www-content] master 16/21: Wiki page ubuntu-start changed with summary [Mention the existence of libefl-dev.] by Jean Guyomarc'h

2017-10-09 Thread Jean Guyomarc'h
WWW-www.enlightenment.org pushed a commit to branch master. http://git.enlightenment.org/website/www-content.git/commit/?id=0b92fa20d52f24ee422d5ade25c8d3466e23d3cb commit 0b92fa20d52f24ee422d5ade25c8d3466e23d3cb Author: Jean Guyomarc'h <jean.guyoma...@gmail.com> Date: Thu Oct 5 14:28:0

[EGIT] [website/www-content] master 08/21: Wiki page osx-start changed with summary [Homebrew ships 1.20.4] by Jean Guyomarc'h

2017-10-09 Thread Jean Guyomarc'h
WWW-www.enlightenment.org pushed a commit to branch master. http://git.enlightenment.org/website/www-content.git/commit/?id=a14dee17d5afaa3796465df0926278ff39f3966e commit a14dee17d5afaa3796465df0926278ff39f3966e Author: Jean Guyomarc'h <jean.guyoma...@gmail.com> Date: Sat Sep 23 01:19:2

[E-devel] Eovim - an enlightened neovim client

2017-10-03 Thread Jean Guyomarc'h
Hi guys, I've been working on an (EFL) neovim[1] client lately. If you haven't heard of neovim, it is a popular fork of vim that refactors the beast, to ease its maintenance while adding modern features to it. One of them being providing an RPC API for clients to provide remote UIs. And that's

[EGIT] [core/efl] master 03/03: eina: prevent memory corruption in chained mempool

2017-09-16 Thread Jean Guyomarc'h
jayji pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=96ab58fb8e34868c16beca2ee99c148e31e8eb09 commit 96ab58fb8e34868c16beca2ee99c148e31e8eb09 Author: Jean Guyomarc'h <j...@guyomarch.bzh> Date: Sat Sep 16 14:20:11 2017 +0200 eina: prevent

[EGIT] [core/efl] master 01/03: eina: handle errors when creating a mempool

2017-09-16 Thread Jean Guyomarc'h
jayji pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=ca731fbfb6aa1ab376846870f1a4260b27bdf793 commit ca731fbfb6aa1ab376846870f1a4260b27bdf793 Author: Jean Guyomarc'h <j...@guyomarch.bzh> Date: Sat Sep 16 14:17:25 2017 +0200 eina: handle error

[EGIT] [core/efl] master 02/03: eo: fix doxygen typo

2017-09-16 Thread Jean Guyomarc'h
jayji pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=76144128cee802d2cdb23154c42d9d4252fc0338 commit 76144128cee802d2cdb23154c42d9d4252fc0338 Author: Jean Guyomarc'h <j...@guyomarch.bzh> Date: Sat Sep 16 14:18:46 2017 +0200 eo: fix doxyge

Re: [E-devel] [EGIT] [core/efl] master 01/01: evas_thread: only join the thread if the thread is still alive

2017-09-05 Thread Jean Guyomarc'h
ings >Marcel Hollerbach > > On Tue, Sep 05, 2017 at 02:25:50PM +0200, Jean Guyomarc'h wrote: > > ​​Hi, > > > > I think this is just wrong. > > > > It evas_thread_exited is True, it does not mean that the thread is > actually > > finishe

Re: [E-devel] [EGIT] [core/efl] master 01/01: evas_thread: only join the thread if the thread is still alive

2017-09-05 Thread Jean Guyomarc'h
​​Hi, I think this is just wrong. It evas_thread_exited is True, it does not mean that the thread is actually finished. eina_thread_join() should be called **unconditionally** in this case. It is specified that if the thread is terminated, then pthread_join() (eina_thread's backend) will return

[EGIT] [core/efl] efl-1.20 02/02: eina: fix destruction of the osx semaphores

2017-09-04 Thread Jean Guyomarc'h
jayji pushed a commit to branch efl-1.20. http://git.enlightenment.org/core/efl.git/commit/?id=06d752b6327132ea54762cc3e676dbb0749b43c0 commit 06d752b6327132ea54762cc3e676dbb0749b43c0 Author: Jean Guyomarc'h <j...@guyomarch.bzh> Date: Tue Sep 5 00:09:57 2017 +0200 eina: fix destr

[EGIT] [core/efl] efl-1.20 01/02: Revert "efl: terrible kludge so avoid termination crash on osx"

2017-09-04 Thread Jean Guyomarc'h
jayji pushed a commit to branch efl-1.20. http://git.enlightenment.org/core/efl.git/commit/?id=04643036176b79cb58fbec4d1b44e90215c033d9 commit 04643036176b79cb58fbec4d1b44e90215c033d9 Author: Jean Guyomarc'h <j...@guyomarch.bzh> Date: Tue Sep 5 00:49:50 2017 +0200 Revert "ef

[EGIT] [core/efl] master 01/01: eina: fix destruction of the osx semaphores

2017-09-04 Thread Jean Guyomarc'h
jayji pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=b5e7a00681a5a86d2f31c2d1bb2b1697247d20b5 commit b5e7a00681a5a86d2f31c2d1bb2b1697247d20b5 Author: Jean Guyomarc'h <j...@guyomarch.bzh> Date: Tue Sep 5 00:09:57 2017 +0200 eina: fix destr

[EGIT] [core/efl] master 01/01: ecore: fix return value

2017-09-04 Thread Jean Guyomarc'h
jayji pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=660e76a562257fa953ce537444fac704b44f8577 commit 660e76a562257fa953ce537444fac704b44f8577 Author: Jean Guyomarc'h <j...@guyomarch.bzh> Date: Mon Sep 4 19:59:20 2017 +0200 ecore: fix return

[EGIT] [website/www-content] master 01/01: Wiki page osx-start changed with summary [Homebrew ships 1.20.3] by Jean Guyomarc'h

2017-09-02 Thread Jean Guyomarc'h
WWW-www.enlightenment.org pushed a commit to branch master. http://git.enlightenment.org/website/www-content.git/commit/?id=ee8b0a0ffe89e670caee77606b3bc40a449649ed commit ee8b0a0ffe89e670caee77606b3bc40a449649ed Author: Jean Guyomarc'h <jean.guyoma...@gmail.com> Date: Sat Sep 2 13:13:0

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

2017-08-30 Thread Jean Guyomarc'h
Hi Stefan, this is good to go with Homebrew on my side :) Jean On Wed, Aug 30, 2017 at 1:40 PM, Stefan Schmidt wrote: > Hello. > > I just uploaded the pre-release tarballs for 1.20.3. > > If I hear nothing problematic within the next 24 hours, I will do the > final

[EGIT] [core/efl] efl-1.20 01/02: evas: fix invalid return of evas_textgrid_cellrow_get()

2017-08-29 Thread Jean Guyomarc'h
raster pushed a commit to branch efl-1.20. http://git.enlightenment.org/core/efl.git/commit/?id=7fbfab4dc7bfd8c0c7c3c94954c99149400a241a commit 7fbfab4dc7bfd8c0c7c3c94954c99149400a241a Author: Jean Guyomarc'h <j...@guyomarch.bzh> Date: Tue Aug 29 20:50:12 2017 +0200 evas: fix i

[EGIT] [core/efl] master 01/02: eina: fix typo in documentation

2017-08-29 Thread Jean Guyomarc'h
jayji pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=232e193673170810e995c29e1767a2ca8e80ace9 commit 232e193673170810e995c29e1767a2ca8e80ace9 Author: Jean Guyomarc'h <j...@guyomarch.bzh> Date: Tue Aug 29 20:49:16 2017 +0200 eina: fi

[EGIT] [core/efl] master 02/02: evas: fix invalid return of evas_textgrid_cellrow_get()

2017-08-29 Thread Jean Guyomarc'h
jayji pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=9e3a344454855f79b05b391551cb6f115ab6aa2a commit 9e3a344454855f79b05b391551cb6f115ab6aa2a Author: Jean Guyomarc'h <j...@guyomarch.bzh> Date: Tue Aug 29 20:50:12 2017 +0200 evas: fix invalid

[EGIT] [core/efl] master 01/01: elm: fix uninitialized variables

2017-08-29 Thread Jean Guyomarc'h
jayji pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=172cf67d161626bd97e16a9508e4e803c711c156 commit 172cf67d161626bd97e16a9508e4e803c711c156 Author: Jean Guyomarc'h <j...@guyomarch.bzh> Date: Tue Aug 29 20:41:40 2017 +0200 elm: fix uniniti

[EGIT] [website/www-content] master 01/01: Wiki page osx-start changed with summary [Homebrew ships 1.20.2] by Jean Guyomarc'h

2017-08-22 Thread Jean Guyomarc'h
WWW-www.enlightenment.org pushed a commit to branch master. http://git.enlightenment.org/website/www-content.git/commit/?id=5e09719b2565860e26572f081855a18bcc659a27 commit 5e09719b2565860e26572f081855a18bcc659a27 Author: Jean Guyomarc'h <jean.guyoma...@gmail.com> Date: Tue Aug 22 13:30:4

[EGIT] [core/efl] master 01/01: efl: terrible kludge so avoid termination crash on osx

2017-08-03 Thread Jean Guyomarc'h
stefan pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=9368eedd353a88dd31ba50c71433f81a2978adb5 commit 9368eedd353a88dd31ba50c71433f81a2978adb5 Author: Jean Guyomarc'h <j...@guyomarch.bzh> Date: Thu Mar 23 22:58:08 2017 +0100 efl: terrible klu

Re: [E-devel] Compile error on OS X El Capitan 10.11.x

2017-07-16 Thread Jean Guyomarc'h
<jaquil...@eagleeyet.net> wrote: > Hi Jean, > > Maybe someone that is experiencing this issue can git bisect to see what > commit potentially broke things. > --- > > Regards, > > Jonathan Aquilina > > > On 2017-07-16 17:10, Jean Guyomarc'h wrote: > >

[EGIT] [core/efl] master 01/01: evas-gl_cocoa: fix compilation

2017-07-16 Thread Jean Guyomarc'h
jayji pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=2f9cbb3a3511a7d2c365ea51383db04f67ac8124 commit 2f9cbb3a3511a7d2c365ea51383db04f67ac8124 Author: Jean Guyomarc'h <j...@guyomarch.bzh> Date: Sun Jul 16 17:26:41 2017 +0200 evas-gl_coco

Re: [E-devel] Compile error on OS X El Capitan 10.11.x

2017-07-16 Thread Jean Guyomarc'h
Hi, I cannot test since I only have 10.9 and 10.12 available, but maybe commit cc4c40769d106fdc3c8faaa57f867b7e5ca47fa2 can give you some hints. Jean On Sun, Jul 16, 2017 at 12:27 PM, Adrien Nader wrote: > Hi, > > I noticed the following which seems 100% related : >

Re: [E-devel] Enlightenment Mac issues

2017-07-16 Thread Jean Guyomarc'h
You can use https://git.enlightenment.org/devs/jayji/osx-packager.git/ to create macOS packages. Jean On Sat, Jul 15, 2017 at 11:02 AM, Jonathan Aquilina wrote: > Hi Andy, > > If you want to mentor me I am willing to give it a stab. > > --- > Regards, > > Jonathan

Re: [E-devel] EFL 1.20.0 beta 2

2017-07-12 Thread Jean Guyomarc'h
Hi, I haven't tested the beta2 on osx, but it was "fine" (except the infamous segfault when ending a graphical program) during alpha phase. I'll try to have a look during the week, but since my hardware is dying, build times are terrible, which make development harder. Jean On Wed, Jul 12, 2017

[EGIT] [core/efl] master 01/01: eina, ecore_cocoa: fix detection of the macOS SDK version

2017-06-27 Thread Jean Guyomarc'h
jayji pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=077791b7cc457d371f0d0b7a69d25238f5c6c352 commit 077791b7cc457d371f0d0b7a69d25238f5c6c352 Author: Jean Guyomarc'h <j...@guyomarch.bzh> Date: Tue Jun 27 23:09:09 2017 +0200 eina,ecore_coco

[EGIT] [editors/vim-configs] master 01/01: syntax/eo: add __undefined_type keyword

2017-06-11 Thread Jean Guyomarc'h
jayji pushed a commit to branch master. http://git.enlightenment.org/editors/vim-configs.git/commit/?id=d38759074e608bef156f5c416624fdd850bdc77a commit d38759074e608bef156f5c416624fdd850bdc77a Author: Jean Guyomarc'h <j...@guyomarch.bzh> Date: Sun Jun 11 20:53:50 2017 +0200 syntax/e

[EGIT] [core/efl] master 01/03: efl_debugd: enforce void parameter when no arguments are required

2017-06-05 Thread Jean Guyomarc'h
jayji pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=50a103ee9d9ca57fa8b90d34da63b4e021e122f0 commit 50a103ee9d9ca57fa8b90d34da63b4e021e122f0 Author: Jean Guyomarc'h <j...@guyomarch.bzh> Date: Mon Jun 5 18:59:23 2017 +0200 efl_debugd: enforc

[EGIT] [core/efl] master 02/03: eina: attempt to make the code more portable

2017-06-05 Thread Jean Guyomarc'h
jayji pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=cc4c40769d106fdc3c8faaa57f867b7e5ca47fa2 commit cc4c40769d106fdc3c8faaa57f867b7e5ca47fa2 Author: Jean Guyomarc'h <j...@guyomarch.bzh> Date: Mon Jun 5 19:00:22 2017 +0200 eina: attempt t

[EGIT] [core/efl] master 03/03: efl_debugd: don't compile this on macOS

2017-06-05 Thread Jean Guyomarc'h
jayji pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=e9f727044b38b1e1897dc28161d355f0d18a4ecb commit e9f727044b38b1e1897dc28161d355f0d18a4ecb Author: Jean Guyomarc'h <j...@guyomarch.bzh> Date: Mon Jun 5 19:02:33 2017 +0200 efl_debugd: don't c

[EGIT] [apps/terminology] master 01/01: termio: fix mouse button event tracking in vim

2017-06-04 Thread Jean Guyomarc'h
jayji pushed a commit to branch master. http://git.enlightenment.org/apps/terminology.git/commit/?id=97469490fb0a4c2d347b3178c16f2605d4b0fe2d commit 97469490fb0a4c2d347b3178c16f2605d4b0fe2d Author: Jean Guyomarc'h <j...@guyomarch.bzh> Date: Sun Jun 4 23:56:38 2017 +0200 termio: fix

[EGIT] [apps/terminology] master 01/02: termptyesc: improve const-correctness of data

2017-06-04 Thread Jean Guyomarc'h
jayji pushed a commit to branch master. http://git.enlightenment.org/apps/terminology.git/commit/?id=20cbab21fc5554d90c2f963680ce791f3ba16750 commit 20cbab21fc5554d90c2f963680ce791f3ba16750 Author: Jean Guyomarc'h <j...@guyomarch.bzh> Date: Sun Jun 4 18:35:22 2017 +0200 term

[EGIT] [apps/terminology] master 02/02: termptyesc: fix invalid clamping on CSI X

2017-06-04 Thread Jean Guyomarc'h
jayji pushed a commit to branch master. http://git.enlightenment.org/apps/terminology.git/commit/?id=ede4196eae7856c5fca6df82bea341009dc51cf9 commit ede4196eae7856c5fca6df82bea341009dc51cf9 Author: Jean Guyomarc'h <j...@guyomarch.bzh> Date: Sun Jun 4 18:35:46 2017 +0200 termptyes

Re: [E-devel] [EGIT] [core/efl] master 05/08: evas: Make Efl.Canvas.Object.type internal

2017-05-22 Thread Jean Guyomarc'h
Hi, cc4e101ba1511e0c5b57654f05139f0a51f4e00d should fix your link issue. At least it does for me :) Jean On Mon, May 22, 2017 at 3:01 PM, Mike Blumenkrantz < michael.blumenkra...@gmail.com> wrote: > I don't know anything about that. > > On Mon, May 22, 2017 at 8:07 AM Mykyta Biliavskyi < >

[EGIT] [core/efl] master 01/01: elementary: fix global declaration

2017-05-22 Thread Jean Guyomarc'h
jayji pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=cc4e101ba1511e0c5b57654f05139f0a51f4e00d commit cc4e101ba1511e0c5b57654f05139f0a51f4e00d Author: Jean Guyomarc'h <j...@guyomarch.bzh> Date: Mon May 22 19:39:10 2017 +0200 elementary: fix

Re: [E-devel] Express UI Ideas

2017-05-16 Thread Jean Guyomarc'h
This mock-up definitely deserves an award ;) Jean On Tue, May 16, 2017 at 2:47 PM, Al Poole wrote: > Don't laugh!!! > > Here: > > https://www.enlightenment.org/ss/display.php?image=e- > 591af47330ac05.05652499.jpg > > :D > > On Thu, May 11, 2017 at 6:58 PM, Christopher

[EGIT] [core/efl] master 01/02: ecore_input: suppress warning (unused parameter)

2017-05-09 Thread Jean Guyomarc'h
jayji pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=9ac6ad4943ea44c80c3316aed97afd00cf64e0cb commit 9ac6ad4943ea44c80c3316aed97afd00cf64e0cb Author: Jean Guyomarc'h <j...@guyomarch.bzh> Date: Thu Apr 20 20:49:08 2017 +0200 ecore_input: su

[EGIT] [core/efl] master 02/02: ecore_evas: fix link issue on macOS

2017-05-09 Thread Jean Guyomarc'h
jayji pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=d340d85a1f15057999d635d997402ddf0ac50528 commit d340d85a1f15057999d635d997402ddf0ac50528 Author: Jean Guyomarc'h <j...@guyomarch.bzh> Date: Tue May 9 21:24:11 2017 +0200 ecore_evas: fix link

[EGIT] [core/efl] master 01/01: eolian: help and version shall not cause an error exit status

2017-05-06 Thread Jean Guyomarc'h
jayji pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=b67c13810baf5ec37f78312501acddac13b1d95a commit b67c13810baf5ec37f78312501acddac13b1d95a Author: Jean Guyomarc'h <j...@guyomarch.bzh> Date: Sat May 6 21:15:40 2017 +0200 eolian: help and v

Re: [E-devel] [EGIT] [core/efl] master 01/01: ecore_imf: Add ecore_imf_context_keyboard_mode_get API

2017-04-17 Thread Jean Guyomarc'h
Hi, this patch broke the build (at least on macOS). Ecore_IMF_Input_Panel_Keyboard_Mode does not seem to be a well-defined type. Grep told me nothing about it. Was a header omitted in this patch? Best regards, Jean On Mon, Apr 17, 2017 at 9:53 AM, Jihoon Kim wrote: >

[EGIT] [core/efl] master 01/01: ecore: fix build on macOS

2017-04-17 Thread Jean Guyomarc'h
jayji pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=8f0402e2fbd794cc0fb11964ba4783a5b2061b6e commit 8f0402e2fbd794cc0fb11964ba4783a5b2061b6e Author: Jean Guyomarc'h <j...@guyomarch.bzh> Date: Mon Apr 17 09:55:34 2017 +0200 ecore: fix build on

[EGIT] [core/efl] master 01/01: efl: terrible kludge so avoid termination crash on osx

2017-03-31 Thread Jean Guyomarc'h
stefan pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=cd5e755951c0126f136b6e7cfded14056d8336fa commit cd5e755951c0126f136b6e7cfded14056d8336fa Author: Jean Guyomarc'h <j...@guyomarch.bzh> Date: Thu Mar 23 22:58:08 2017 +0100 efl: terrible klu

Re: [E-devel] Building on OSX

2017-03-28 Thread Jean Guyomarc'h
2017 at 17:30 Andrew Williams <a...@andywilliams.me> wrote: > > > Today I just updated on Sierra and it's not possible to reproduce the > > issue as far as I can see... > > > > \o/ (right?) > > Andy > > On Fri, 17 Mar 2017 at 13:35, Jean Guyomarc'h <j

[EGIT] [core/efl] master 01/01: ecore_evas: delete exit idler when done with it

2017-03-23 Thread Jean Guyomarc'h
jayji pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=35a7e7ff1810a29820c9f05fbbd4cb63fb964f16 commit 35a7e7ff1810a29820c9f05fbbd4cb63fb964f16 Author: Jean Guyomarc'h <j...@guyomarch.bzh> Date: Thu Mar 23 21:16:10 2017 +0100 ecore_evas: delet

Re: [E-devel] Building on OSX

2017-03-17 Thread Jean Guyomarc'h
frame #10: 0x0001003f39b7 libedje.1.dylib`_edje_shutdown_core + > 311 > > frame #11: 0x0001003f3a6e libedje.1.dylib`edje_shutdown + 126 > > frame #12: 0x000100bc731a > libelementary.1.dylib`elm_quicklaunch_shutdown + 330 > > frame #13: 0x0001

Re: [E-devel] Building on OSX

2017-03-17 Thread Jean Guyomarc'h
k. > So none of those ?? Calls are in efl... > > Where to go from here? > A > On Thu, 16 Mar 2017 at 13:51, Jean Guyomarc'h <jean.guyoma...@gmail.com> > wrote: > > > Mh.. CFLAGS='-O0 -g' when configuring? :D > > > > > > Jean > > > > On Thu,

Re: [E-devel] Building on OSX

2017-03-16 Thread Jean Guyomarc'h
; #2 0x00010006bea8 in ?? () > #3 0x7fff5fbff640 in ?? () > #4 0x000100026495 in ?? () > #5 0x in ?? () > > sadpanda... > > What do you think I missed? > Thanks, > Andrew > > On Wed, 15 Mar 2017 at 23:29 Jean Guyomarc'h <jean.guyoma...@

Re: [E-devel] Building on OSX

2017-03-15 Thread Jean Guyomarc'h
repeat > runs and reset my local copy. > Bang it worked. > > Apart from crashing on exit apps seem to be working nicely in OS X now :) > > Great job! > > Thanks, > Andy > On Tue, 14 Mar 2017 at 20:30, Jean Guyomarc'h <jean.guyoma...@gmail.com> > wrote: >

Re: [E-devel] Building on OSX

2017-03-14 Thread Jean Guyomarc'h
ctually can get it working too - > that used to work. oops. > > Let me know if you get any further. I will see if I can get some > improvements on that to be more resilient on OSX before I push it further > :) > > Thanks, > Andrew > > On Mon, 13 Mar 2017 at 21:28 Jean Guyomarc'h

Re: [E-devel] Building on OSX

2017-03-13 Thread Jean Guyomarc'h
13, 2017 at 5:47 PM, Andrew Williams <a...@andywilliams.me> wrote: > Good catch, thanks - but running it does not seem to fix the issue :( > > On Mon, 13 Mar 2017 at 13:54 Jean Guyomarc'h <jean.guyoma...@gmail.com> > wrote: > > > Mh... that's (kind of) a relief :) &g

Re: [E-devel] Work items towards 1.19

2017-03-13 Thread Jean Guyomarc'h
> ​Well, in your last comment on this bug you stated that the first window > is fine, but the second one is not. Which makes me assume that this bug > was only half fixed and I kept it on the list. True. I found and properly fixed the issue later on, but I didn't comment on it as the task was

Re: [E-devel] Work items towards 1.19

2017-03-13 Thread Jean Guyomarc'h
Hi Stefan, I see that T5210 is still marked as showstopper, but it has been fixed :) Jean On Mon, Mar 13, 2017 at 4:57 PM, Stefan Schmidt wrote: > Hello. > > Some bugs have been fixed, added or updated and I changed the list here

Re: [E-devel] Building on OSX

2017-03-13 Thread Jean Guyomarc'h
disable-pulseaudio > --enable-i-really-know-what-i-am-doing-and-that-this-will- > probably-break-things-and-i-will-fix-them-myself-and-send-patches-abb > > Thanks, > Andrew > > On Mon, 13 Mar 2017 at 11:17 Jean Guyomarc'h <jean.guyoma...@gmail.com> > wrote:

Re: [E-devel] Building on OSX

2017-03-13 Thread Jean Guyomarc'h
4]: *** [lib/ecore_con/libecore_con.la] Error 1 > make[3]: *** [all-recursive] Error 1 > make[2]: *** [all] Error 2 > make[1]: *** [all-recursive] Error 1 > make: *** [all] Error 2 > > On Mon, 13 Mar 2017 at 09:56 Jean Guyomarc'h <jean.guyoma...@gmail.com> > wrote: > &g

Re: [E-devel] Building on OSX

2017-03-13 Thread Jean Guyomarc'h
Whaaat?! Worked fine two days ago! Did you start from a cleaned source directory? (git clean -dfx) Jean On Mon, Mar 13, 2017 at 10:31 AM, Andrew Williams wrote: > It seems that building on Mac OS X is not currently working - any tips? > This was working a week or two

[EGIT] [core/efl] master 01/01: edje/examples: don't alter source directory

2017-03-10 Thread Jean Guyomarc'h
jayji pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=c57daa030d27c954a06c18dbbe8ff74b800c39d6 commit c57daa030d27c954a06c18dbbe8ff74b800c39d6 Author: Jean Guyomarc'h <j...@guyomarch.bzh> Date: Sat Mar 11 00:02:41 2017 +0100 edje/examples:

[EGIT] [core/efl] master 05/08: eldbus: don't abs() an unsigned value

2017-03-09 Thread Jean Guyomarc'h
jayji pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=7ef27a46691bc90ee3d2675a7b11ef972d49ed48 commit 7ef27a46691bc90ee3d2675a7b11ef972d49ed48 Author: Jean Guyomarc'h <j...@guyomarch.bzh> Date: Thu Mar 9 22:19:03 2017 +0100 eldbus: don

[EGIT] [core/efl] master 01/08: edje: use portable cp options

2017-03-09 Thread Jean Guyomarc'h
jayji pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=8d2c6189fa6bfab859400642df173cdd24419ab5 commit 8d2c6189fa6bfab859400642df173cdd24419ab5 Author: Jean Guyomarc'h <j...@guyomarch.bzh> Date: Thu Mar 9 21:30:26 2017 +0100 edje: use porta

[EGIT] [core/efl] master 06/08: ecore_cocoa: factorize a little access to the cocoa window

2017-03-09 Thread Jean Guyomarc'h
jayji pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=fd7f878320caedf822ad12b2128b4570b8890051 commit fd7f878320caedf822ad12b2128b4570b8890051 Author: Jean Guyomarc'h <j...@guyomarch.bzh> Date: Thu Mar 9 22:56:47 2017 +0100 ecore_cocoa: fac

[EGIT] [core/efl] master 07/08: ecore_evas_cocoa: better debugging log

2017-03-09 Thread Jean Guyomarc'h
jayji pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=c1604cdac8c474bb5f8266886046db26ca80f37d commit c1604cdac8c474bb5f8266886046db26ca80f37d Author: Jean Guyomarc'h <j...@guyomarch.bzh> Date: Thu Mar 9 22:58:50 2017 +0100 ecore_evas_cocoa:

[EGIT] [core/efl] master 04/08: eio: fix printf format error

2017-03-09 Thread Jean Guyomarc'h
jayji pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=660259b46da6b03aa35dd09b146f7f7966fc1b9b commit 660259b46da6b03aa35dd09b146f7f7966fc1b9b Author: Jean Guyomarc'h <j...@guyomarch.bzh> Date: Thu Mar 9 22:18:10 2017 +0100 eio: fix printf

[EGIT] [core/efl] master 08/08: ecore_cocoa: fix windows initial rendering

2017-03-09 Thread Jean Guyomarc'h
jayji pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=adf9608387892fbea82cd8440808c90aa0215fee commit adf9608387892fbea82cd8440808c90aa0215fee Author: Jean Guyomarc'h <j...@guyomarch.bzh> Date: Thu Mar 9 23:04:26 2017 +0100 ecore_cocoa: fix w

[EGIT] [core/efl] master 03/08: edje: better error message when a po file does not exist

2017-03-09 Thread Jean Guyomarc'h
jayji pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=9ba17f6902ebdde417b4d56aedb8663bd09bf2d2 commit 9ba17f6902ebdde417b4d56aedb8663bd09bf2d2 Author: Jean Guyomarc'h <j...@guyomarch.bzh> Date: Thu Mar 9 22:17:43 2017 +0100 edje: better error m

[EGIT] [core/efl] master 02/08: edje: make sure the po files are well-copied once

2017-03-09 Thread Jean Guyomarc'h
jayji pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=a0a957bb7dea3b746c7006e828f1021002e15663 commit a0a957bb7dea3b746c7006e828f1021002e15663 Author: Jean Guyomarc'h <j...@guyomarch.bzh> Date: Thu Mar 9 22:17:11 2017 +0100 edje: make sure

[EGIT] [core/efl] master 03/05: ecore_evas_cocoa: use ecore_event to match windows

2017-03-08 Thread Jean Guyomarc'h
jayji pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=863077ce9ae50b8918259f9dc6d28d88adf21dee commit 863077ce9ae50b8918259f9dc6d28d88adf21dee Author: Jean Guyomarc'h <j...@guyomarch.bzh> Date: Wed Mar 8 22:09:37 2017 +0100 ecore_evas_coco

[EGIT] [core/efl] master 01/05: ecore_evas_cocoa: remove more pointless code

2017-03-08 Thread Jean Guyomarc'h
jayji pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=79e7e2628a881540f35b64f515938b31a136c674 commit 79e7e2628a881540f35b64f515938b31a136c674 Author: Jean Guyomarc'h <j...@guyomarch.bzh> Date: Wed Mar 8 21:20:55 2017 +0100 ecore_evas_cocoa:

[EGIT] [core/efl] master 02/05: ecore_cocoa: pass the right window to ecore_evas

2017-03-08 Thread Jean Guyomarc'h
jayji pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=88e352efe826624c35033a0880c7654b548bbe4a commit 88e352efe826624c35033a0880c7654b548bbe4a Author: Jean Guyomarc'h <j...@guyomarch.bzh> Date: Wed Mar 8 22:06:35 2017 +0100 ecore_cocoa

[EGIT] [core/efl] master 05/05: gl_cocoa: use triple buffering

2017-03-08 Thread Jean Guyomarc'h
jayji pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=27a62edd68fae2f00be0214993dad34309084947 commit 27a62edd68fae2f00be0214993dad34309084947 Author: Jean Guyomarc'h <j...@guyomarch.bzh> Date: Thu Mar 9 00:31:51 2017 +0100 gl_cocoa: use

[EGIT] [core/efl] master 04/05: ecore_evas_cocoa: fix invalid initial requested width

2017-03-08 Thread Jean Guyomarc'h
jayji pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=f6a44e6bc165016af37c77fdabc24cbff4264d05 commit f6a44e6bc165016af37c77fdabc24cbff4264d05 Author: Jean Guyomarc'h <j...@guyomarch.bzh> Date: Wed Mar 8 22:36:30 2017 +0100 ecore_evas_coco

[EGIT] [core/efl] master 03/03: ecore_evas_cocoa: remove a lot of useless code

2017-03-08 Thread Jean Guyomarc'h
jayji pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=b9ab5f68aff23349a1c63079dbbed48d7cdf0c3d commit b9ab5f68aff23349a1c63079dbbed48d7cdf0c3d Author: Jean Guyomarc'h <j...@guyomarch.bzh> Date: Wed Mar 8 08:57:37 2017 +0100 ecore_evas_cocoa:

[EGIT] [core/efl] master 02/03: ecore_evas_cocoa: set the render func at initialization

2017-03-08 Thread Jean Guyomarc'h
jayji pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=1c772ddd3ddc1d543ab3f5347993330bad005025 commit 1c772ddd3ddc1d543ab3f5347993330bad005025 Author: Jean Guyomarc'h <j...@guyomarch.bzh> Date: Tue Mar 7 23:07:07 2017 +0100 ecore_evas_coco

[EGIT] [core/efl] master 01/03: ecore_evas: process mouse move even when there is no cursor

2017-03-08 Thread Jean Guyomarc'h
jayji pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=85110c7dd9b58b8e991663b4f56b7cb1b31caea7 commit 85110c7dd9b58b8e991663b4f56b7cb1b31caea7 Author: Jean Guyomarc'h <j...@guyomarch.bzh> Date: Tue Mar 7 22:16:24 2017 +0100 ecore_evas: process

[EGIT] [core/efl] master 02/02: ecore_evas/x: don't mark as unused a used parameter

2017-03-07 Thread Jean Guyomarc'h
jayji pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=566b23dcb80c7a4d8aa2ab03a4479e248b07423d commit 566b23dcb80c7a4d8aa2ab03a4479e248b07423d Author: Jean Guyomarc'h <j...@guyomarch.bzh> Date: Tue Mar 7 20:22:11 2017 +0100 ecore_evas/x: don'

[EGIT] [core/efl] master 01/02: ecore_evas/cocoa: fix cursor's visibility

2017-03-07 Thread Jean Guyomarc'h
jayji pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=6f80616a4d7a8d3f855208d5a3098adae6cdb8cd commit 6f80616a4d7a8d3f855208d5a3098adae6cdb8cd Author: Jean Guyomarc'h <j...@guyomarch.bzh> Date: Tue Mar 7 20:19:53 2017 +0100 ecore_evas/coco

[EGIT] [core/efl] master 01/01: ecore: fix build when debugging threads

2017-03-06 Thread Jean Guyomarc'h
jayji pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=ccbab08a4b2fe2ea693dc5ba3d83c9e9b1a42aa9 commit ccbab08a4b2fe2ea693dc5ba3d83c9e9b1a42aa9 Author: Jean Guyomarc'h <j...@guyomarch.bzh> Date: Tue Mar 7 00:48:16 2017 +0100 ecore: fix buil

Re: [E-devel] Work items towards 1.19

2017-03-06 Thread Jean Guyomarc'h
Hi, to sum-up a bit what's going on with osx: - there are (sometimes) rendering issues when creating a window, I still don't really know why... it seems the gl context is not properly sized to the window's frame. That's tricky, because the problem can be in evas-gl_cocoa, ecore_evas_cocoa,

[EGIT] [apps/extra] master 01/01: autotools: don't invoke an undefined macro

2017-02-25 Thread Jean Guyomarc'h
jayji pushed a commit to branch master. http://git.enlightenment.org/apps/extra.git/commit/?id=af5e103c7ae65e086604b0641197f9b4b599da6b commit af5e103c7ae65e086604b0641197f9b4b599da6b Author: Jean Guyomarc'h <j...@guyomarch.bzh> Date: Sat Feb 25 14:16:01 2017 +0100 autotools: don't

[EGIT] [website/www-content] master 01/01: Wiki page osx-start changed with summary [Homebrew ships EFL 1.18.4] by Jean Guyomarc'h

2016-12-08 Thread Jean Guyomarc'h
WWW-www.enlightenment.org pushed a commit to branch master. http://git.enlightenment.org/website/www-content.git/commit/?id=98a34acef0ee33072b03747102c35ead34e4e0f4 commit 98a34acef0ee33072b03747102c35ead34e4e0f4 Author: Jean Guyomarc'h <jean.guyoma...@gmail.com> Date: Thu Dec 8 23:36:3

Re: [E-devel] [EGIT] [core/efl] master 01/02: evas: refactor setup stage and reduce complexity for engine.

2016-12-08 Thread Jean Guyomarc'h
Oh my... I had a bad feeling when reading the commit message... Jean On Thu, Dec 8, 2016 at 8:43 AM, Vincent Torri wrote: > i confirm this, the 2 windows engines are broken > > On Thu, Dec 8, 2016 at 3:46 AM, Jean-Philippe André > wrote: > >

[EGIT] [core/efl] master 01/01: evas-gl_cocoa: fix complete b0rkage of the engine

2016-12-08 Thread Jean Guyomarc'h
jayji pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=42a722be23e91301cc269f2abb10d4e407bf444a commit 42a722be23e91301cc269f2abb10d4e407bf444a Author: Jean Guyomarc'h <j...@guyomarch.bzh> Date: Thu Dec 8 20:50:27 2016 +0100 evas-gl_coco

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

2016-12-07 Thread Jean Guyomarc'h
Hi Stefan, 1.18.4 is ready to roll on macOS :) BR, Jean On Wed, Dec 7, 2016 at 4:25 PM, Stefan Schmidt wrote: > Hello. > > I just uploaded the pre-release tarballs for 1.18.4. > > If I hear nothing problematic within the next 24 hours, I will do the > final

[EGIT] [core/efl] master 01/01: eo: fix build on macOS

2016-12-03 Thread Jean Guyomarc'h
jayji pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=deda8ac8e7db8355d95d487e86389a2207b633aa commit deda8ac8e7db8355d95d487e86389a2207b633aa Author: Jean Guyomarc'h <j...@guyomarch.bzh> Date: Sat Dec 3 12:10:04 2016 +0100 eo: fix build on

[EGIT] [website/www-content] master 01/01: Wiki page osx-start changed with summary [Shipping 1.18.3] by Jean Guyomarc'h

2016-11-26 Thread Jean Guyomarc'h
WWW-www.enlightenment.org pushed a commit to branch master. http://git.enlightenment.org/website/www-content.git/commit/?id=8a17f6d5e0552ad114b50044adaa3483c0f9ac3d commit 8a17f6d5e0552ad114b50044adaa3483c0f9ac3d Author: Jean Guyomarc'h <jean.guyoma...@gmail.com> Date: Sat Nov 26 00:30:5

[EGIT] [core/efl] master 01/01: efl_ui_win: fix build with no support for X

2016-11-24 Thread Jean Guyomarc'h
jayji pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=2a75a47b192df7ceef36fe92305bf00d222b4db2 commit 2a75a47b192df7ceef36fe92305bf00d222b4db2 Author: Jean Guyomarc'h <j...@guyomarch.bzh> Date: Thu Nov 24 20:24:19 2016 +0100 efl_ui_win: fix

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

2016-11-24 Thread Jean Guyomarc'h
Hi Stefan, everything is fine on the macOS side. Homebrew packages will be updated after the release occurs :) Jean On Thu, Nov 24, 2016 at 3:20 PM, Stefan Schmidt wrote: > ello. > > I just uploaded the pre-release tarballs for 1.18.3. > > If I hear nothing

Re: [E-devel] [RFC] Ecore_Getopt STORE_DEF_* is strange

2016-11-24 Thread Jean Guyomarc'h
Okay, unless someone is opposed to the above, I'll propose a v1 this week-end :) BR, Jean On Wed, Nov 23, 2016 at 12:40 AM, Gustavo Sverzut Barbieri <barbi...@gmail.com> wrote: > On Tue, Nov 22, 2016 at 7:33 PM, Jean Guyomarc'h > <jean.guyoma...@gmail.com> wrote: >>>

Re: [E-devel] [RFC] Ecore_Getopt STORE_DEF_* is strange

2016-11-22 Thread Jean Guyomarc'h
>> Maybe I didn't understand correctly what you meant, but adding a new >> field in Ecore_Getopt_Desc_Arg_Requirement (which btw, I don't see how >> it would be ORed, as nothing in this enum can be meaningfully OR'ed, >> because the existing values are 0, 1 and 3) > > that mean you have many spare

Re: [E-devel] [RFC] Ecore_Getopt STORE_DEF_* is strange

2016-11-20 Thread Jean Guyomarc'h
wrote: >> >> >> Em sexta-feira, 11 de novembro de 2016, Jean Guyomarc'h >> <jean.guyoma...@gmail.com> escreveu: >>> >>> Hi all, >>> >>> I was using Ecore_Getopt with the STORE_DEF_* feature and noticed >>> something I f

[EGIT] [core/efl] master 01/01: eina: don't make eina_thread_cancellable_run() inline

2016-11-15 Thread Jean Guyomarc'h
jayji pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=a1e1bb01bafffdf5920f6947b4d99b8c5b9c5621 commit a1e1bb01bafffdf5920f6947b4d99b8c5b9c5621 Author: Jean Guyomarc'h <j...@guyomarch.bzh> Date: Tue Nov 15 19:59:54 2016 +0100 eina: don'

[EGIT] [core/efl] master 02/02: eet: return 0 instead of NULL when the return type is int

2016-11-12 Thread Jean Guyomarc'h
jayji pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=cbde2cb04b3096c0854b3cfebd455d3383c16ea7 commit cbde2cb04b3096c0854b3cfebd455d3383c16ea7 Author: Jean Guyomarc'h <j...@guyomarch.bzh> Date: Sat Nov 12 10:42:45 2016 +0100 eet: return 0 i

[EGIT] [core/efl] master 01/02: ecore_con: fix pointers type mismatches

2016-11-12 Thread Jean Guyomarc'h
jayji pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=2e8d6968fdc43932e4ab21a2186171b8f73eb470 commit 2e8d6968fdc43932e4ab21a2186171b8f73eb470 Author: Jean Guyomarc'h <j...@guyomarch.bzh> Date: Sat Nov 12 10:35:17 2016 +0100 ecore_con: fix po

[E-devel] [RFC] Ecore_Getopt STORE_DEF_* is strange

2016-11-11 Thread Jean Guyomarc'h
Hi all, I was using Ecore_Getopt with the STORE_DEF_* feature and noticed something I find quite strange, I could qualify as disturbing. The default storage thing seems very odd. (1) Values associated to optional parameters are not handled properly If you run the example, with minimal required

Re: [E-devel] [EGIT] [tools/clouseau] master 01/01: return 0 from main()

2016-11-11 Thread Jean Guyomarc'h
Shouldn't these return anything but 0? If these are in main(), returning 0 would mean the program terminated successfully, which is not the case here. Jean On Fri, Nov 11, 2016 at 6:54 PM, Shuhrat Dehkanov wrote: > cedric pushed a commit to branch master. > >

Re: [E-devel] [EGIT] [website/www-content] master 01/01: Wiki page debian-start changed with summary [Nuke more aptitude, don't forget to update before installing.] by Jean Guyomarc'h

2016-11-02 Thread Jean Guyomarc'h
Well, too late, now you have my noise back ;) Jean On Wed, Nov 2, 2016 at 9:47 AM, Jean Guyomarc'h <jean.guyoma...@gmail.com> wrote: > Hi Stefan, > > the apt CLI is a tool that overcomes design flaws in apt-get, and is > the (current) one recommanded by Debian. > It is

  1   2   3   4   >