[E-devel] Extra.Enlightenment.Org GTK Themes?

2017-01-25 Thread Jeff Hoogland
Are there matching / close to matching GTK themes for any of the Themes found on Extra.Enlightenment.Org ? If so it might be a good idea to link them on the theme pages - helps make systems feel unified when users are using non-Elm apps like some of us do sometimes. Cheers, -- ~Jeff Hoogland

[EGIT] [tools/eflete] master 01/01: live_view: fix the parse the group class for slider

2017-01-25 Thread Vyacheslav Reutskiy
rimmed pushed a commit to branch master. http://git.enlightenment.org/tools/eflete.git/commit/?id=9e6c574d70746834e21670ea1ed107ad250012d0 commit 9e6c574d70746834e21670ea1ed107ad250012d0 Author: Vyacheslav Reutskiy Date: Wed Jan 25 17:31:05 2017 +0200 live_view: fix the parse the group cl

[E-devel] What is the best way to get device name

2017-01-25 Thread cnook
Dear All, Hello. I got following snippet to get device name from fd. +char name[128]; +if (ioctl(fd, JSIOCGNAME(sizeof(name)), name) < 0) + strncpy(name, "Unknown", sizeof(name)); +printf("Name: %s\n", name); I would like to add an API to get device name using this snippet. But it s

Re: [E-devel] nasty cross library interdependency

2017-01-25 Thread Jean-Philippe André
Hi, On 26 January 2017 at 06:29, Gustavo Sverzut Barbieri wrote: > Hi all, > > While porting to cmake I found that: > > src/lib/evas/canvas/efl_input_focus.eo > > is used by: > > src/lib/efl/interfaces/efl_canvas.eo > > this is wrong :-( > Yeah, that's quite bad indeed. I guess all those Efl.In

[EGIT] [website/extra-server] master 01/01: try to fix google fonts lookup

2017-01-25 Thread Andy Williams
ajwillia-ms pushed a commit to branch master. http://git.enlightenment.org/website/extra-server.git/commit/?id=b3f46afae55b1fbc4d34501c3aee890ff57baa7d commit b3f46afae55b1fbc4d34501c3aee890ff57baa7d Author: Andy Williams Date: Wed Jan 25 22:50:11 2017 + try to fix google fonts lookup

[EGIT] [website/extra-server] master 01/01: Update theme to be quite like the new extra app style

2017-01-25 Thread Andy Williams
ajwillia-ms pushed a commit to branch master. http://git.enlightenment.org/website/extra-server.git/commit/?id=75c218a52ae663d14f5305b46b8f27e898279e09 commit 75c218a52ae663d14f5305b46b8f27e898279e09 Author: Andy Williams Date: Wed Jan 25 22:33:18 2017 + Update theme to be quite like

[EGIT] [core/enlightenment] master 01/01: Enlightenment: Whitelist and autoload the sysinfo gadgets.

2017-01-25 Thread Stephen 'Okra' Houston
okra pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=35e9501637e7e14e6508c0c8eebe8a2055fce2d7 commit 35e9501637e7e14e6508c0c8eebe8a2055fce2d7 Author: Stephen 'Okra' Houston Date: Wed Jan 25 16:24:25 2017 -0600 Enlightenment: Whitelist and a

[EGIT] [core/efl] master 01/08: cmake/common: add missing checks for eina, simplify to one file.

2017-01-25 Thread Gustavo Sverzut Barbieri
barbieri pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=4d21d6c56a697e0cfaa11cee5a6fb3f16739ddac commit 4d21d6c56a697e0cfaa11cee5a6fb3f16739ddac Author: Gustavo Sverzut Barbieri Date: Wed Jan 25 13:03:52 2017 -0200 cmake/common: add missing checks f

[EGIT] [core/efl] master 07/08: cmake: add efl library.

2017-01-25 Thread Gustavo Sverzut Barbieri
barbieri pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=205348383cd79abf65fc7b473129f17c71e636f5 commit 205348383cd79abf65fc7b473129f17c71e636f5 Author: Gustavo Sverzut Barbieri Date: Wed Jan 25 19:24:00 2017 -0200 cmake: add efl library. s

[E-devel] nasty cross library interdependency

2017-01-25 Thread Gustavo Sverzut Barbieri
Hi all, While porting to cmake I found that: src/lib/evas/canvas/efl_input_focus.eo is used by: src/lib/efl/interfaces/efl_canvas.eo this is wrong :-( -- Gustavo Sverzut Barbieri -- Mobile: +55 (16) 99354-9890 -

[EGIT] [core/efl] master 06/08: cmake: check for variable defined, not if it evaluates to false.

2017-01-25 Thread Gustavo Sverzut Barbieri
barbieri pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=c1b2701770bcccfc9ec95e07cb0561a0ff581620 commit c1b2701770bcccfc9ec95e07cb0561a0ff581620 Author: Gustavo Sverzut Barbieri Date: Wed Jan 25 19:22:11 2017 -0200 cmake: check for variable defined,

[EGIT] [core/efl] master 04/08: cmake: improvements to eolian handling.

2017-01-25 Thread Gustavo Sverzut Barbieri
barbieri pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=a2bc5ee1306184c8abab4c7eb62ddedb74687900 commit a2bc5ee1306184c8abab4c7eb62ddedb74687900 Author: Gustavo Sverzut Barbieri Date: Wed Jan 25 19:16:06 2017 -0200 cmake: improvements to eolian hand

[EGIT] [core/efl] master 03/08: cmake: if EOLIAN_BIN=ON, use built eolian_gen.

2017-01-25 Thread Gustavo Sverzut Barbieri
barbieri pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=e4d0f78682b6227be68c3d00c42c4cc92c8822ef commit e4d0f78682b6227be68c3d00c42c4cc92c8822ef Author: Gustavo Sverzut Barbieri Date: Wed Jan 25 16:02:25 2017 -0200 cmake: if EOLIAN_BIN=ON, use built

[EGIT] [core/efl] master 08/08: cmake: add ecore.

2017-01-25 Thread Gustavo Sverzut Barbieri
barbieri pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=f9589211772c8b47765795157f4c9288b00b0aa5 commit f9589211772c8b47765795157f4c9288b00b0aa5 Author: Gustavo Sverzut Barbieri Date: Wed Jan 25 19:26:02 2017 -0200 cmake: add ecore. no test

[EGIT] [core/efl] master 02/08: cmake: EFL_OPTION() now supports DEPENDS to handle conditionals.

2017-01-25 Thread Gustavo Sverzut Barbieri
barbieri pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=fd8865d0d048cc4b03adb7422a5cd67b5e33ba0a commit fd8865d0d048cc4b03adb7422a5cd67b5e33ba0a Author: Gustavo Sverzut Barbieri Date: Wed Jan 25 14:50:04 2017 -0200 cmake: EFL_OPTION() now supports D

[EGIT] [core/efl] master 05/08: cmake/eina: check more required functions and link with unwind if found.

2017-01-25 Thread Gustavo Sverzut Barbieri
barbieri pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=f74ca08be9b78e5ac9a2f302ba2607db94872085 commit f74ca08be9b78e5ac9a2f302ba2607db94872085 Author: Gustavo Sverzut Barbieri Date: Wed Jan 25 19:21:06 2017 -0200 cmake/eina: check more required fu

[EGIT] [apps/extra] master 02/02: build: really set the defaults that are also written as default

2017-01-25 Thread Marcel Hollerbach
bu5hm4n pushed a commit to branch master. http://git.enlightenment.org/apps/extra.git/commit/?id=633f335cc4a1b17b8305a11a50c3e9e2ddfafe8e commit 633f335cc4a1b17b8305a11a50c3e9e2ddfafe8e Author: Marcel Hollerbach Date: Wed Jan 25 18:26:11 2017 +0100 build: really set the defaults that are

[EGIT] [apps/extra] master 01/02: pkgbuild: make it work

2017-01-25 Thread Marcel Hollerbach
bu5hm4n pushed a commit to branch master. http://git.enlightenment.org/apps/extra.git/commit/?id=1ae919d9ccc75c065d1a1249fa0d1021184f1e65 commit 1ae919d9ccc75c065d1a1249fa0d1021184f1e65 Author: Marcel Hollerbach Date: Wed Jan 25 18:25:26 2017 +0100 pkgbuild: make it work looks li

[EGIT] [core/efl] master 01/01: ecore-wl2: Don't set opaque or input regions if already set

2017-01-25 Thread Christopher Michael
devilhorns pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=a306cba6c3d581e36fddb4858e27643e07fb0754 commit a306cba6c3d581e36fddb4858e27643e07fb0754 Author: Chris Michael Date: Wed Jan 25 12:02:35 2017 -0500 ecore-wl2: Don't set opaque or input region

[EGIT] [core/efl] master 01/01: Revert "evas: Fix resource leak in evas_module_find_type"

2017-01-25 Thread Christopher Michael
devilhorns pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=51684536f0c609355db6ea09e6669321ee5b51dd commit 51684536f0c609355db6ea09e6669321ee5b51dd Author: Chris Michael Date: Wed Jan 25 09:40:07 2017 -0500 Revert "evas: Fix resource leak in evas_mod

[EGIT] [core/efl] master 01/01: edje_entry: don't send a 'changed' signal if Control is lock

2017-01-25 Thread Vyacheslav Reutskiy
rimmed pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=13541f0054e38b3b2534a8d6bbad95e62d1022d0 commit 13541f0054e38b3b2534a8d6bbad95e62d1022d0 Author: Vyacheslav Reutskiy Date: Wed Jan 25 16:10:47 2017 +0200 edje_entry: don't send a 'changed' signal

[EGIT] [core/efl] master 02/04: evas: Fix resource leak in evas_module_find_type

2017-01-25 Thread Christopher Michael
devilhorns pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=8b2ca30eb5bc112b47155cc3694be1aa39b1345f commit 8b2ca30eb5bc112b47155cc3694be1aa39b1345f Author: Chris Michael Date: Wed Jan 25 08:53:41 2017 -0500 evas: Fix resource leak in evas_module_find

[EGIT] [core/efl] master 01/04: evas: Minor formatting fix

2017-01-25 Thread Christopher Michael
devilhorns pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=54655d65a3e0422da163d88094556a972ca57136 commit 54655d65a3e0422da163d88094556a972ca57136 Author: Chris Michael Date: Wed Jan 25 08:52:47 2017 -0500 evas: Minor formatting fix NB: No

[EGIT] [core/efl] master 03/04: ethumb: Fix resource leak

2017-01-25 Thread Christopher Michael
devilhorns pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=f1c9088c14f2527fd9040c7b48f88d2597aeab10 commit f1c9088c14f2527fd9040c7b48f88d2597aeab10 Author: Chris Michael Date: Wed Jan 25 08:56:38 2017 -0500 ethumb: Fix resource leak Coverity

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

2017-01-25 Thread Christopher Michael
devilhorns pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=358b4b9a9ad748c67a205c6040cc143a3b9a021a commit 358b4b9a9ad748c67a205c6040cc143a3b9a021a Author: Chris Michael Date: Wed Jan 25 09:01:12 2017 -0500 elput: Fix resource leak Coverity

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

2017-01-25 Thread Shinwoo Kim
kimcinoo pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=308b0f82fa6ad0a44914e12a36eec5b91c58f06e commit 308b0f82fa6ad0a44914e12a36eec5b91c58f06e Author: Shinwoo Kim Date: Wed Jan 25 22:31:03 2017 +0900 ecore_input: support PS4 joystick Add

[EGIT] [core/efl] master 01/01: edje - fix border scale by interpolation

2017-01-25 Thread Carsten Haitzler
raster pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=e22de294617c0d64f3bfec9b08bac89e5017 commit e22de294617c0d64f3bfec9b08bac89e5017 Author: Carsten Haitzler (Rasterman) Date: Wed Jan 25 22:30:13 2017 +0900 edje - fix border scale by inter

Re: [E-devel] cmake attempt

2017-01-25 Thread Andrii Kroitor
There was segfault on [ 88%] Generating src/lib/eo/efl_object.eo.c, src/lib/eo/efl_object.eo.h I think autotools-generated files somehow interfere with cmake build, but this doesn't matter. After git clean build works fine(eina, eolian, eo, test). On 25.01.17 12:22, marcel-hollerb...@t-online.

Re: [E-devel] cmake attempt

2017-01-25 Thread Simon Lees
On 01/25/2017 08:40 PM, Andrii Kroitor wrote: > Hello > > I'm very excited to see steps towards CMake :) > Is there any reason to limit minimum version to 3.7? Current unbuntu > release has cmake version 3.5.1 included. > Looks like with 3.5 cmake step passes ok, but build fails on eo files >

Re: [E-devel] cmake attempt

2017-01-25 Thread marcel-hollerbach
Hello, i am sorry for the wrong minum-version number. I think 3.0.2 is enough, since we are using LINK_PRIVATE and LINK_PUBLIC. What error messages are you getting? Greetings bu5hm4n On Wed, Jan 25, 2017 at 12:10:38PM +0200, Andrii Kroitor wrote: > Hello > > I'm very excited to see steps to

Re: [E-devel] cmake attempt

2017-01-25 Thread Andrii Kroitor
Hello I'm very excited to see steps towards CMake :) Is there any reason to limit minimum version to 3.7? Current unbuntu release has cmake version 3.5.1 included. Looks like with 3.5 cmake step passes ok, but build fails on eo files generation. I'm wondering if it is because of some missing cma

[EGIT] [core/efl] master 01/01: evas - proxy - fix clipping of proxy renders that broke terminology

2017-01-25 Thread Carsten Haitzler
raster pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=a279852c8629ad498b0333274ea368060ec4d672 commit a279852c8629ad498b0333274ea368060ec4d672 Author: Carsten Haitzler (Rasterman) Date: Wed Jan 25 18:44:58 2017 +0900 evas - proxy - fix clipping of p