[EGIT] [core/efl] master 01/01: ecore evas wayland - add explicit falltrhough tags for warning removal

2017-08-05 Thread Carsten Haitzler
raster pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=d954510b10a667b2d7feb5ab23d35b422000267a commit d954510b10a667b2d7feb5ab23d35b422000267a Author: Carsten Haitzler (Rasterman) Date: Sun Aug 6 11:50:49 2017 +0900 ecore evas

[EGIT] [apps/rage] master 01/01: improve formatting of patch from netstar and warnings removed

2017-08-05 Thread Carsten Haitzler (Rasterman)
raster pushed a commit to branch master. http://git.enlightenment.org/apps/rage.git/commit/?id=b3cb2d20a728b3630ce9322bdf4e01d2bb4ae7b8 commit b3cb2d20a728b3630ce9322bdf4e01d2bb4ae7b8 Author: Carsten Haitzler (Rasterman) Date: Sun Aug 6 10:59:57 2017 +0900 improve

Re: [E-devel] [EGIT] [core/efl] master 01/01: eina debug - new debug infra - comment out and make a note on bad endian

2017-08-05 Thread The Rasterman
On Sat, 5 Aug 2017 19:47:41 +0300 Daniel Zaoui said: > The opcodes requester just needs this pointer in the packet to determine > which structure it needs to fill with the opcodes when the response comes > back. The daemon doesn't use it at all. Only the requester does.

Re: [E-devel] [EGIT] [core/efl] efl-1.20 01/01: edje crash with run program references - fix

2017-08-05 Thread The Rasterman
On Sat, 5 Aug 2017 22:51:13 +0200 Vincent Torri said: > hey > > why don't you use eina_refcount ? because it provides no extra value here. it's more typing (longer macro's and types) and actually does something i don't want - uses an int not an unsigned short, AND it

[EGIT] [bindings/python/python-efl] master 01/01: Prepare the 1.20.0 release

2017-08-05 Thread Dave Andreoli
davemds pushed a commit to branch master. http://git.enlightenment.org/bindings/python/python-efl.git/commit/?id=7d3799d7fa18eb65b7c326f4fe7324a622f34d49 commit 7d3799d7fa18eb65b7c326f4fe7324a622f34d49 Author: Dave Andreoli Date: Sat Aug 5 19:05:00 2017 +0200

[E-devel] Python-EFL 1.20.0 ready for testing

2017-08-05 Thread Davide Andreoli
Hi everyone, A pre-release tarball for Python-EFL 1.20 is available for testing at: https://download.enlightenment.org/pre-releases/python-efl-1.20.0.tar.gz If nothing arise I will make this tarball final in 24 hrs, Please try it and report any issue. Happy testing davemds

Re: [E-devel] [EGIT] [core/efl] master 01/01: eina debug - new debug infra - comment out and make a note on bad endian

2017-08-05 Thread Daniel Zaoui
The opcodes requester just needs this pointer in the packet to determine which structure it needs to fill with the opcodes when the response comes back. The daemon doesn't use it at all. Only the requester does. That's why it was useless to swap it from the beginning. And that's why I told you

[E-devel] [EGIT] [core/efl] efl-1.20 01/01: edje crash with run program references - fix

2017-08-05 Thread Vincent Torri
hey why don't you use eina_refcount ? Vincent -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot

Re: [E-devel] [EGIT] [core/efl] master 01/01: eina debug - new debug infra - comment out and make a note on bad endian

2017-08-05 Thread Daniel Zaoui
In the case of a local application registering opcodes, you are right, as it is the same device. In the case of a remote debugger, you have no clue. You could have a 64b machine debugging a 32b machine. The daemon must know the offset where the operations strings begin. So you must have a 64b

[EGIT] [core/efl] master 01/01: edje - add embryo echo command for debugging

2017-08-05 Thread Carsten Haitzler
raster pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=432b9b1dcde17af826ba336c00f18643a3fd6232 commit 432b9b1dcde17af826ba336c00f18643a3fd6232 Author: Carsten Haitzler (Rasterman) Date: Sat Aug 5 14:47:25 2017 +0900 edje - add

[EGIT] [apps/rage] master 01/02: browser mode - clean up and dot some i's and corss some t's

2017-08-05 Thread Carsten Haitzler (Rasterman)
raster pushed a commit to branch master. http://git.enlightenment.org/apps/rage.git/commit/?id=8dfcdf243518c280ea58ec003759574a9043ab6c commit 8dfcdf243518c280ea58ec003759574a9043ab6c Author: Carsten Haitzler (Rasterman) Date: Sat Aug 5 23:09:32 2017 +0900 browser

[EGIT] [apps/rage] master 02/02: Add support for "Open with (folder)" as well as directories passed via the command line.

2017-08-05 Thread Al Poole
raster pushed a commit to branch master. http://git.enlightenment.org/apps/rage.git/commit/?id=82a163cbae3c7f05125e435346df3c54013d5200 commit 82a163cbae3c7f05125e435346df3c54013d5200 Author: Al Poole Date: Sat Aug 5 23:11:32 2017 +0900 Add support for "Open with

Re: [E-devel] Enlightenment Foundation Libraries 1.20.1 Release

2017-08-05 Thread William L. Thomson Jr.
Sadly need a 1.20.2. There was a build issue with wayland on Gentoo, missing -ldrm so fails to build during linking. Fixed in git. Thanks! -- William L. Thomson Jr. pgpZ7AkTKL9DE.pgp Description: OpenPGP digital signature

Re: [E-devel] Enlightenment Foundation Libraries 1.20.1 Release

2017-08-05 Thread William L. Thomson Jr.
On Sat, 5 Aug 2017 11:03:42 -0400 "William L. Thomson Jr." wrote: > Sadly need a 1.20.2. There was a build issue with wayland on Gentoo, > missing -ldrm so fails to build during linking. Fixed in git. Thanks! > Sorry forgot link to task https://phab.enlightenment.org/T5842