Re: [E-devel] Building on OSX

2017-03-13 Thread Andrew Williams
Running "glibtoolize" in the directory fixed it. I will try to do from clean again later. Now I have the following compile error: Undefined symbols for architecture x86_64: "_TLSv1_1_client_method", referenced from: _efl_net_ssl_ctx_setup in

[EGIT] [tools/eflete] master 01/01: update README

2017-03-13 Thread Vyacheslav Reutskiy
rimmed pushed a commit to branch master. http://git.enlightenment.org/tools/eflete.git/commit/?id=22c4c4df172368af8e28c0eafe8a2c75a7db6e76 commit 22c4c4df172368af8e28c0eafe8a2c75a7db6e76 Author: Vyacheslav Reutskiy Date: Mon Mar 13 12:52:09 2017 +0200 update

Re: [E-devel] Building on OSX

2017-03-13 Thread Jean Guyomarc'h
Just checking... did you follow https://www.enlightenment.org/distros/osx-start ? Are you using specific configure flags? Jean On Mon, Mar 13, 2017 at 11:47 AM, Andrew Williams wrote: > Running "glibtoolize" in the directory fixed it. I will try to do from > clean again

Re: [E-devel] Building on OSX

2017-03-13 Thread Andrew Williams
Hi Jean - I am using efler (should have said, sorry) which for OSX uses these flags: --disable-gstreamer --disable-gstreamer1 --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

[EGIT] [core/efl] master 01/01: eina: Fix typo in doxygen

2017-03-13 Thread Christopher Michael
devilhorns pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=47f34bb7a3e532d8ee5daded69528bd3c44ad229 commit 47f34bb7a3e532d8ee5daded69528bd3c44ad229 Author: Chris Michael Date: Mon Mar 13 12:11:46 2017 -0400 eina: Fix typo in

Re: [E-devel] Building on OSX

2017-03-13 Thread Andrew Williams
Good catch, thanks - but running it does not seem to fix the issue :( On Mon, 13 Mar 2017 at 13:54 Jean Guyomarc'h wrote: > Mh... that's (kind of) a relief :) > > TLS_* stuff seems to be in openssl. It requires a specific handling via > homebrew that I didn't found in

[EGIT] [core/enlightenment] master 01/03: Fix macro namings in relation to endianness.

2017-03-13 Thread Al Poole
discomfitor pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=ac5036af0f1c2b456d3e605eaedd8dbb5c20a9cf commit ac5036af0f1c2b456d3e605eaedd8dbb5c20a9cf Author: Al Poole Date: Mon Mar 13 12:32:23 2017 -0400 Fix macro namings

[EGIT] [core/enlightenment] master 02/03: Fix compiler type warnings (snprintf)

2017-03-13 Thread Al Poole
discomfitor pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=8bce6043830327f93d449564cb30ed62d54a958e commit 8bce6043830327f93d449564cb30ed62d54a958e Author: Al Poole Date: Mon Mar 13 12:32:54 2017 -0400 Fix compiler type

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] ABI report between 1.18 and 1.19 beta1

2017-03-13 Thread Stefan Schmidt
Hello. On 03/06/2017 07:18 PM, Guilherme Íscaro wrote: > Hello, > > > >> What confuses me is that you have >> * ecore_evas_object_cursor_device_set >> * ecore_evas_cursor_device_get >> > > What's your confusion? Let me try to clarify things - > If you look the pre-multiseat implementation there

Re: [E-devel] Work items towards 1.19

2017-03-13 Thread Stefan Schmidt
Hello. On 03/13/2017 05:09 PM, Jean Guyomarc'h wrote: > Hi Stefan, > > I see that T5210 is still marked as > showstopper, but it has been fixed :) Well, in your last comment on this bug you stated that the first window is fine, but the second one is not.

[EGIT] [core/enlightenment] master 03/03: E keyboard settings - use the same icon as the keyboard settings dialog

2017-03-13 Thread Al Poole
discomfitor pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=955a21d5ef7405a194f008f077e64cef5ee762dc commit 955a21d5ef7405a194f008f077e64cef5ee762dc Author: Al Poole Date: Mon Mar 13 12:33:38 2017 -0400 E keyboard

[EGIT] [website/www-content] master 01/01: Wiki page ubuntu-start changed with summary [] by Philippe Jean Guillaumie

2017-03-13 Thread Philippe Jean Guillaumie
WWW-www.enlightenment.org pushed a commit to branch master. http://git.enlightenment.org/website/www-content.git/commit/?id=c33870bea4d93388521f40835822f520a5d47061 commit c33870bea4d93388521f40835822f520a5d47061 Author: Philippe Jean Guillaumie Date: Sun Mar 12 23:58:20 2017

[EGIT] [website/www-content] master 01/01: Wiki page fedora-start changed with summary [] by Philippe Jean Guillaumie

2017-03-13 Thread Philippe Jean Guillaumie
WWW-www.enlightenment.org pushed a commit to branch master. http://git.enlightenment.org/website/www-content.git/commit/?id=bb5c4efa02cece553dbd6c6d622c6530ee684fbc commit bb5c4efa02cece553dbd6c6d622c6530ee684fbc Author: Philippe Jean Guillaumie Date: Mon Mar 13 00:09:24 2017

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

2017-03-13 Thread Stefan Schmidt
Hello. Summary: o EFL bug count reduced o Coverity spotted 3 new issues 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 from last week to give you a trend. CI: o Overall build statistic: 5.14% (5.21%)

[EGIT] [core/efl] master 01/01: ecore-evas reduce modifier modification on every event to cut cpu

2017-03-13 Thread Carsten Haitzler
raster pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=3a9d54085b8751cbd0bca4698a8ff702d9bdc7b4 commit 3a9d54085b8751cbd0bca4698a8ff702d9bdc7b4 Author: Carsten Haitzler (Rasterman) Date: Mon Mar 13 17:37:32 2017 +0900

[EGIT] [tools/eflete] master 01/02: white theme: add icons for program play button

2017-03-13 Thread Vyacheslav Reutskiy
rimmed pushed a commit to branch master. http://git.enlightenment.org/tools/eflete.git/commit/?id=0f865a7972c64ef771d62b22fd0774a6a9f85403 commit 0f865a7972c64ef771d62b22fd0774a6a9f85403 Author: Vyacheslav Reutskiy Date: Tue Mar 7 08:27:31 2017 +0200 white theme:

[EGIT] [tools/eflete] master 02/02: tabs: fix the wrong size calc for tabs content

2017-03-13 Thread Vyacheslav Reutskiy
rimmed pushed a commit to branch master. http://git.enlightenment.org/tools/eflete.git/commit/?id=cd6b3c03e7aa59d19e22b660b9c3991ea66d4a2e commit cd6b3c03e7aa59d19e22b660b9c3991ea66d4a2e Author: Vyacheslav Reutskiy Date: Mon Mar 13 11:19:36 2017 +0200 tabs: fix

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] [tools/eflete] master 01/03: editor_group: cover edje_edit_script_set API

2017-03-13 Thread Tetiana Naumenko
rimmed pushed a commit to branch master. http://git.enlightenment.org/tools/eflete.git/commit/?id=25fb348debab66982e3a3ade9ea11d7043d2baa5 commit 25fb348debab66982e3a3ade9ea11d7043d2baa5 Author: Tetiana Naumenko Date: Fri Mar 10 17:20:29 2017 +0200 editor_group:

[EGIT] [tools/eflete] master 02/03: editor_program: cover edje_edit_script_program_set API

2017-03-13 Thread Tetiana Naumenko
rimmed pushed a commit to branch master. http://git.enlightenment.org/tools/eflete.git/commit/?id=153674d45e5566753d0f182ea7d0310b6d819b54 commit 153674d45e5566753d0f182ea7d0310b6d819b54 Author: Tetiana Naumenko Date: Fri Mar 10 17:25:35 2017 +0200 editor_program:

[EGIT] [tools/eflete] master 03/03: script_manager: update changing in property

2017-03-13 Thread Tetiana Naumenko
rimmed pushed a commit to branch master. http://git.enlightenment.org/tools/eflete.git/commit/?id=15d4db5c51f7979b071a14cc9b9168a6a77e8b98 commit 15d4db5c51f7979b071a14cc9b9168a6a77e8b98 Author: Tetiana Naumenko Date: Fri Mar 10 17:37:08 2017 +0200 script_manager:

[EGIT] [website/www-content] master 01/01: Wiki page fedora-start changed with summary [] by Philippe Jean Guillaumie

2017-03-13 Thread Philippe Jean Guillaumie
WWW-www.enlightenment.org pushed a commit to branch master. http://git.enlightenment.org/website/www-content.git/commit/?id=b8cde04564141b7b45a9d562c61d86d214b3f5b0 commit b8cde04564141b7b45a9d562c61d86d214b3f5b0 Author: Philippe Jean Guillaumie Date: Mon Mar 13 00:14:23 2017

[E-devel] Building on OSX

2017-03-13 Thread Andrew Williams
It seems that building on Mac OS X is not currently working - any tips? This was working a week or two back. Thanks, Andrew CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/sh /Users/ajw/.efler/efl/missing aclocal-1.15 -I m4 cd . && /bin/sh /Users/ajw/.efler/efl/missing automake-1.15 --gnu

[EGIT] [core/enlightenment] master 01/01: Luncher: Don't try to perform aspect set on a deleted bar.

2017-03-13 Thread Stephen 'Okra' Houston
okra pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=8d07ad7845f03896ce0fea09771deeb68607a31c commit 8d07ad7845f03896ce0fea09771deeb68607a31c Author: Stephen 'Okra' Houston Date: Mon Mar 13 17:40:43 2017 -0500

[EGIT] [core/enlightenment] master 01/01: Luncher: Reset scale on mouse out or new effect.

2017-03-13 Thread Stephen 'Okra' Houston
okra pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=4549bf2f779586e366daae1bf0ce965bee0b88b7 commit 4549bf2f779586e366daae1bf0ce965bee0b88b7 Author: Stephen 'Okra' Houston Date: Mon Mar 13 13:16:36 2017 -0500

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

[EGIT] [core/enlightenment] master 01/01: Luncher: Show the preview popup based on icon placement.

2017-03-13 Thread Stephen 'Okra' Houston
okra pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=d65945d1cd2899d447e12be410e761edab40f689 commit d65945d1cd2899d447e12be410e761edab40f689 Author: Stephen 'Okra' Houston Date: Mon Mar 13 20:57:16 2017 -0500

[EGIT] [core/efl] master 02/07: genlist: Fix invalid call to stack above/below

2017-03-13 Thread Jean-Philippe ANDRÉ
jpeg pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=f1974b7b1c6a48cbdd3e485105bf1d6b96ed49a6 commit f1974b7b1c6a48cbdd3e485105bf1d6b96ed49a6 Author: Jean-Philippe Andre Date: Mon Mar 13 20:18:33 2017 +0900 genlist: Fix invalid

[EGIT] [core/efl] master 03/07: genlist: Make logic more readable

2017-03-13 Thread Jean-Philippe ANDRÉ
jpeg pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=ab735ada77d47bf5416c7b05492cece5efcd1ecf commit ab735ada77d47bf5416c7b05492cece5efcd1ecf Author: Jean-Philippe Andre Date: Mon Mar 13 20:46:56 2017 +0900 genlist: Make logic

[EGIT] [core/efl] master 01/07: evas: Add more debug info to an ERR message (stack)

2017-03-13 Thread Jean-Philippe ANDRÉ
jpeg pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=5f3515542b57fcc97d848f4aae7804711e0b485a commit 5f3515542b57fcc97d848f4aae7804711e0b485a Author: Jean-Philippe Andre Date: Mon Mar 13 19:18:02 2017 +0900 evas: Add more debug

[EGIT] [core/efl] master 07/07: edje: Move prev_description out of ephysics ifdef

2017-03-13 Thread Jean-Philippe ANDRÉ
jpeg pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=3103c551f5e7622e47c4f4ea27a9012f86b8f127 commit 3103c551f5e7622e47c4f4ea27a9012f86b8f127 Author: Jean-Philippe Andre Date: Tue Mar 14 14:06:24 2017 +0900 edje: Move

[EGIT] [core/efl] master 04/07: genlist: Make sure only one item is decorated

2017-03-13 Thread Jean-Philippe ANDRÉ
jpeg pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=635b4ad8f3a2e131e681a05d673a6a577c95fcbe commit 635b4ad8f3a2e131e681a05d673a6a577c95fcbe Author: Jean-Philippe Andre Date: Mon Mar 13 20:48:31 2017 +0900 genlist: Make sure

[EGIT] [core/efl] master 06/07: genlist: Fix some more decorate mode issues

2017-03-13 Thread Jean-Philippe ANDRÉ
jpeg pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=fbe72f6e4bf3813a61fa166635cf5f048d318d08 commit fbe72f6e4bf3813a61fa166635cf5f048d318d08 Author: Jean-Philippe Andre Date: Tue Mar 14 00:26:50 2017 +0900 genlist: Fix some

[EGIT] [core/efl] master 05/07: edje: Fix rare issue with map

2017-03-13 Thread Jean-Philippe ANDRÉ
jpeg pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=7072fbc2bfe25881c1ba76bb5be0a6a01cea4539 commit 7072fbc2bfe25881c1ba76bb5be0a6a01cea4539 Author: Jean-Philippe Andre Date: Mon Mar 13 23:34:22 2017 +0900 edje: Fix rare issue

[EGIT] [apps/terminology] master 01/02: add behavior option to disable focus-in/out animations and visuals

2017-03-13 Thread Mike Blumenkrantz
billiob pushed a commit to branch master. http://git.enlightenment.org/apps/terminology.git/commit/?id=9309941875d43ee6291e8c15cdd6023060031ac5 commit 9309941875d43ee6291e8c15cdd6023060031ac5 Author: Mike Blumenkrantz Date: Mon Mar 13 12:02:52 2017 -0400 add

[EGIT] [apps/terminology] master 02/02: config: change Disable focus-out visuals to be more positive :)

2017-03-13 Thread Boris Faure
billiob pushed a commit to branch master. http://git.enlightenment.org/apps/terminology.git/commit/?id=1fa0fd714896950529af79208db83c930a9c1379 commit 1fa0fd714896950529af79208db83c930a9c1379 Author: Boris Faure Date: Mon Mar 13 20:44:53 2017 +0100 config: change

[EGIT] [core/efl] master 01/01: eina: Fix more typo in doxygen

2017-03-13 Thread Christopher Michael
devilhorns pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=3fa7570bdad6ac8593cdd0a9f6af83f0b1afe286 commit 3fa7570bdad6ac8593cdd0a9f6af83f0b1afe286 Author: Chris Michael Date: Mon Mar 13 15:50:37 2017 -0400 eina: Fix more

Re: [E-devel] Building on OSX

2017-03-13 Thread Jean Guyomarc'h
Mh... that's (kind of) a relief :) TLS_* stuff seems to be in openssl. It requires a specific handling via homebrew that I didn't found in https://git.enlightenment.org/devs/ajwillia-ms/efler.git/tree/bootscripts/os/osx.sh You need to: brew link openssl --force Otherwise, you may have problems

Re: [E-devel] Work items towards 1.19

2017-03-13 Thread Stefan Schmidt
Hello. Some bugs have been fixed, added or updated and I changed the list here accordingly. Phab show stopper: -- efl 1.19.0-beta2 render is broke on MacOS https://phab.enlightenment.org/T5210 macOS graphical programs crash on termination https://phab.enlightenment.org/T5245

[EGIT] [core/enlightenment] master 01/01: Batman: Add multi-battery support for bsd based distros.

2017-03-13 Thread Al 'netstar' Poole
okra pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=4e1d079aa84eb87d87767bf8c54eb42b4785ced5 commit 4e1d079aa84eb87d87767bf8c54eb42b4785ced5 Author: Al 'netstar' Poole Date: Mon Mar 13 14:59:39 2017 -0500 Batman: Add

[EGIT] [core/efl] master 01/01: Revert "ecore-evas reduce modifier modification on every event to cut cpu"

2017-03-13 Thread Cedric BAIL
cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=ee866ca59904077d6e69723d4f996e6bf571db7f commit ee866ca59904077d6e69723d4f996e6bf571db7f Author: Cedric BAIL Date: Mon Mar 13 11:11:44 2017 -0700 Revert "ecore-evas

Re: [E-devel] Building on OSX

2017-03-13 Thread Jean Guyomarc'h
I had some trouble using efler. Since bootstrap.sh is not +x, I tried to run it with sh, and it failed right away: % sh bootstrap.sh grep: /etc/*-release: No such file or directory bootstrap.sh: line 145: /Users/Jean/.efler/efler/bootscripts/os/osx.sh: No such file or directory After peeking on