[EGIT] [core/efl] master 01/01: edje_pick: implement fonts copy

2017-01-31 Thread Vyacheslav Reutskiy
rimmed pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=3f92bfc45bae5f74b18ac98b989da4e7a14c1fd1 commit 3f92bfc45bae5f74b18ac98b989da4e7a14c1fd1 Author: Vyacheslav Reutskiy Date: Tue Jan 31 10:11:36 2017 +0200 edje_pick: implement fonts copy

[E-devel] Weekend project: distro-builder

2017-01-31 Thread anisse
Over the years, the dependency list for EFL has grown quite a bit. As a results, it's often been a pain to build the whole thing from git as a new developer (if you don't want to use your distro packages). You have to figure out what to install, by finding which package correspond to the libs descr

Re: [E-devel] Weekend project: distro-builder

2017-01-31 Thread Andrew Williams
Hi, It sounds like it would be really great to perhaps bring that into efler? Efler is a boostrapper and app discovery / install manager platform that has similar aims. It aims to have a 1 line install command that you can read more about here: http://bit.ly/efler Currently efler can bootstrap Ar

[EGIT] [core/efl] master 05/05: eina log bt - make it an eaven easier copy & paste to get a bt now

2017-01-31 Thread Carsten Haitzler
raster pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=b44093c193ab3c563eaa955f57b98a21dbeaf3a7 commit b44093c193ab3c563eaa955f57b98a21dbeaf3a7 Author: Carsten Haitzler (Rasterman) Date: Tue Jan 31 19:30:41 2017 +0900 eina log bt - make it an eaven e

[EGIT] [core/efl] master 03/05: evas draw context - reduce size and allocations and frees

2017-01-31 Thread Carsten Haitzler
raster pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=a909ca1f68e178f54c5cc047ddff79d25b2c34c6 commit a909ca1f68e178f54c5cc047ddff79d25b2c34c6 Author: Carsten Haitzler (Rasterman) Date: Tue Jan 31 14:50:52 2017 +0900 evas draw context - reduce size

[EGIT] [core/efl] master 02/05: evlog - remove setting stack var to 0 until it is needed later

2017-01-31 Thread Carsten Haitzler
raster pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=b38c610c7e60cbdcb45fd6d27450e39e3a9c9dd1 commit b38c610c7e60cbdcb45fd6d27450e39e3a9c9dd1 Author: Carsten Haitzler (Rasterman) Date: Tue Jan 31 14:48:36 2017 +0900 evlog - remove setting stack var

[EGIT] [core/efl] master 01/05: evas async preload - fix valgrind issue in accessing image after free

2017-01-31 Thread Carsten Haitzler
raster pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=e2fe31fc09fa4622a7c1e2591db15a98cec6aca0 commit e2fe31fc09fa4622a7c1e2591db15a98cec6aca0 Author: Carsten Haitzler (Rasterman) Date: Tue Jan 31 14:47:36 2017 +0900 evas async preload - fix valgrin

[EGIT] [core/efl] master 04/05: evas gl common - have a gl array buffer pool to avoid hitting malloc

2017-01-31 Thread Carsten Haitzler
raster pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=8467d65b23f8b18d053a470fb78d71b5087da37a commit 8467d65b23f8b18d053a470fb78d71b5087da37a Author: Carsten Haitzler (Rasterman) Date: Tue Jan 31 18:04:47 2017 +0900 evas gl common - have a gl array

Re: [E-devel] Weekend project: distro-builder

2017-01-31 Thread anisse
Hi Andrew, On Tue, Jan 31, 2017 at 12:47:08PM +, Andrew Williams wrote: > Hi, > > It sounds like it would be really great to perhaps bring that into efler? > Efler is a boostrapper and app discovery / install manager platform that > has similar aims. > It aims to have a 1 line install command

[EGIT] [core/efl] master 01/02: elput: Add more robust debugging output for input devices

2017-01-31 Thread Christopher Michael
devilhorns pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=ea3c1d17dac7227f5982cef6d3182f8b5c6c4c5d commit ea3c1d17dac7227f5982cef6d3182f8b5c6c4c5d Author: Chris Michael Date: Tue Jan 31 10:29:25 2017 -0500 elput: Add more robust debugging output for

[EGIT] [core/efl] master 02/02: ecore-evas-wayland: Minor formatting fix

2017-01-31 Thread Christopher Michael
devilhorns pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=7b8343253970f8a98d1386a9a354529274c3cd2b commit 7b8343253970f8a98d1386a9a354529274c3cd2b Author: Chris Michael Date: Tue Jan 31 10:29:50 2017 -0500 ecore-evas-wayland: Minor formatting fix

[EGIT] [core/efl] master 01/01: elput: Change return of device_add/remove functions

2017-01-31 Thread Christopher Michael
devilhorns pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=cee7ee39932c31a21d3dd90e19703371a946a0c0 commit cee7ee39932c31a21d3dd90e19703371a946a0c0 Author: Chris Michael Date: Tue Jan 31 10:34:22 2017 -0500 elput: Change return of device_add/remove f

Re: [E-devel] Weekend project: distro-builder

2017-01-31 Thread Al Poole
Hey, I'm not sure if this helps. But I've a list of dependencies and build instructions for OpenBSD, FreeBSD, DragonFly BSD and Debian here: http://efl.haxlab.org/ Hope it helps. On Tue, Jan 31, 2017 at 2:29 PM, wrote: > Hi Andrew, > > On Tue, Jan 31, 2017 at 12:47:08PM +, Andrew Williams

[EGIT] [core/efl] master 01/03: Revert "elput: Change return of device_add/remove functions"

2017-01-31 Thread Christopher Michael
devilhorns pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=d90be60e474e40ecd314367c35168a727a8c6c0c commit d90be60e474e40ecd314367c35168a727a8c6c0c Author: Chris Michael Date: Tue Jan 31 10:53:30 2017 -0500 Revert "elput: Change return of device_add/

Re: [E-devel] Weekend project: distro-builder

2017-01-31 Thread anisse
Awesome ! This is currently out-of-scope since this script relies on linux-only systemd-nspawn. I've pondered doing a qemu-based version for cross-compiling, but even then I only thought of Linux (with qemu-user-static/binfmt). I'm not really knowledgeable on BSD stuff, but I think it would be gre

[EGIT] [core/efl] master 03/03: elput: Improve debug output for added devices

2017-01-31 Thread Christopher Michael
devilhorns pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=e483e35f3dd898085eadf1f70a94e80bbd987759 commit e483e35f3dd898085eadf1f70a94e80bbd987759 Author: Chris Michael Date: Tue Jan 31 10:55:55 2017 -0500 elput: Improve debug output for added devic

[EGIT] [core/efl] master 02/03: elput: Don't add devices which we are not going to use

2017-01-31 Thread Christopher Michael
devilhorns pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=df1a1e05a95e24ef7d9704362b6c35e5ae8678e6 commit df1a1e05a95e24ef7d9704362b6c35e5ae8678e6 Author: Chris Michael Date: Tue Jan 31 10:54:09 2017 -0500 elput: Don't add devices which we are not g

[EGIT] [tools/edi] master 01/01: ui: Bring in current tab

2017-01-31 Thread YeongJong Lee
ajwillia-ms pushed a commit to branch master. http://git.enlightenment.org/tools/edi.git/commit/?id=36a5bb1410f3e69d8ef22be21f2d1ad20a592fe1 commit 36a5bb1410f3e69d8ef22be21f2d1ad20a592fe1 Author: YeongJong Lee Date: Tue Jan 31 18:32:59 2017 + ui: Bring in current tab Summary

[EGIT] [tools/edi] master 01/02: filepanel: Don't apply filter to folders

2017-01-31 Thread Andy Williams
ajwillia-ms pushed a commit to branch master. http://git.enlightenment.org/tools/edi.git/commit/?id=9631552eaa7e138ae76260432e703d45fba4ea48 commit 9631552eaa7e138ae76260432e703d45fba4ea48 Author: Andy Williams Date: Tue Jan 31 18:44:58 2017 + filepanel: Don't apply filter to folders

[EGIT] [tools/edi] master 02/02: filepanel: remove unneeded vars

2017-01-31 Thread Andy Williams
ajwillia-ms pushed a commit to branch master. http://git.enlightenment.org/tools/edi.git/commit/?id=fd6584f8b66d040421a8a2204d4fab63201d9cb7 commit fd6584f8b66d040421a8a2204d4fab63201d9cb7 Author: Andy Williams Date: Tue Jan 31 18:46:19 2017 + filepanel: remove unneeded vars --- src/

[EGIT] [core/efl] master 01/01: elm_code: fix that selected code can't undo

2017-01-31 Thread YeongJong Lee
ajwillia-ms pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=928091bedbcb1bb3166f680bcd192ef32677fc3b commit 928091bedbcb1bb3166f680bcd192ef32677fc3b Author: YeongJong Lee Date: Tue Jan 31 19:04:33 2017 + elm_code: fix that selected code can't und

[EGIT] [tools/edi] master 01/01: syntax: Still ask clang to highlight preprocessor/macros

2017-01-31 Thread Andy Williams
ajwillia-ms pushed a commit to branch master. http://git.enlightenment.org/tools/edi.git/commit/?id=13c7c1fcab5d802f15c6ca54e0dc11c7326defac commit 13c7c1fcab5d802f15c6ca54e0dc11c7326defac Author: Andy Williams Date: Tue Jan 31 20:09:02 2017 + syntax: Still ask clang to highlight prep

Re: [E-devel] Weekend project: distro-builder

2017-01-31 Thread Simon Lees
On 01/31/2017 10:37 PM, ani...@astier.eu wrote: > Over the years, the dependency list for EFL has grown quite a bit. As a > results, it's often been a pain to build the whole thing from git as a > new developer (if you don't want to use your distro packages). > You have to figure out what to inst

[EGIT] [core/efl] master 01/02: Eldbus: add test suite for eldbus (eldbus_object*)

2017-01-31 Thread Mykola Solyanko
raster pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=5b8e1a38f562ee3f1dd09075530ae155a16b0a99 commit 5b8e1a38f562ee3f1dd09075530ae155a16b0a99 Author: Mykola Solyanko Date: Wed Feb 1 13:10:18 2017 +0900 Eldbus: add test suite for eldbus (eldbus_obje

[EGIT] [core/efl] master 02/02: evas gl common - reduce data structure sizes got gl common context

2017-01-31 Thread Carsten Haitzler
raster pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=1d60f42e63930a26272df0b025cabc5c93dd0c73 commit 1d60f42e63930a26272df0b025cabc5c93dd0c73 Author: Carsten Haitzler (Rasterman) Date: Wed Feb 1 16:08:04 2017 +0900 evas gl common - reduce data stru

[EGIT] [core/efl] master 01/01: ecore_input: support Xbox One joystick

2017-01-31 Thread Shinwoo Kim
kimcinoo pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=5c9617c2cfda6dfffc26c90b212581013786262f commit 5c9617c2cfda6dfffc26c90b212581013786262f Author: Shinwoo Kim Date: Wed Feb 1 16:33:52 2017 +0900 ecore_input: support Xbox One joystick