[EGIT] [core/efl] master 02/03: elm_entry: use layout text/content aliases when text_set/get content_set/get/unset

2017-06-29 Thread Sungtaek Hong
jpeg pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=82a955be902ba4afd4cb0f0fbbaf46c1f2208155 commit 82a955be902ba4afd4cb0f0fbbaf46c1f2208155 Author: Sungtaek Hong Date: Thu Jun 29 19:32:19 2017 +0900 elm_entry: use layout

[EGIT] [core/efl] master 01/03: widget: Avoid ERR in elm_object_content_ APIs

2017-06-29 Thread Jean-Philippe ANDRÉ
jpeg pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=9452a4ac497100ecc71eca5f4a37cfc655b45a53 commit 9452a4ac497100ecc71eca5f4a37cfc655b45a53 Author: Jean-Philippe Andre Date: Thu Jun 29 19:09:27 2017 +0900 widget: Avoid ERR in

[EGIT] [core/efl] master 03/03: elm: Always pass valid part name inside part APIs

2017-06-29 Thread Jean-Philippe ANDRÉ
jpeg pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=59081043a892f6db74a1d557c7422c7a543c909d commit 59081043a892f6db74a1d557c7422c7a543c909d Author: Jean-Philippe Andre Date: Thu Jun 29 20:02:59 2017 +0900 elm: Always pass

[EGIT] [core/efl] master 01/01: Efl.Observable: Free an iterator after use in observers_update()

2017-06-29 Thread Sungtaek Hong
conr2d pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=1ae77d0925eec52eb9961ff321147faca7b83e40 commit 1ae77d0925eec52eb9961ff321147faca7b83e40 Author: Sungtaek Hong Date: Fri Jun 30 13:29:44 2017 +0900 Efl.Observable: Free

Re: [E-devel] chart library based on the EFL

2017-06-29 Thread Vincent Torri
On Thu, Jun 29, 2017 at 11:14 PM, Jérémy Zurcher wrote: > Hello Vincent, > > nice start > > there's lot of good stuff in that commercial js lib that I use > in my job http://www.fusioncharts.com/charts/ I think that cedric mentioned it to me > I had to add the following to

[EGIT] [core/efl] master 01/01: genlist: move to next focusable/selectable item when looping

2017-06-29 Thread Amitesh Singh
ami pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=0141417d5ddd4537aa22a9dc844e14221e52dd8b commit 0141417d5ddd4537aa22a9dc844e14221e52dd8b Author: Amitesh Singh Date: Fri Jun 30 12:18:33 2017 +0900 genlist: move to next

Re: [E-devel] EFL Profiling Viewer Released!

2017-06-29 Thread William L. Thomson Jr.
On Fri, 30 Jun 2017 08:38:26 +0900 Carsten Haitzler (The Rasterman) wrote: > On Thu, 29 Jun 2017 10:54:31 -0400 "William L. Thomson Jr." > said: > > > I agree its good stuff and the timing of others comments is ironic. > > I just was making a Gentoo

Re: [E-devel] Elm_Entry assuming markup input???

2017-06-29 Thread The Rasterman
On Thu, 29 Jun 2017 11:13:51 + Andrew Williams said: > Hi, > > Just to wrap this thread up following EDD: > > * no-one is proposing that we remove the ability to mark up text through > the markup format mechanism, it is a great feature > * we cannot make changes to

Re: [E-devel] EFL Profiling Viewer Released!

2017-06-29 Thread The Rasterman
On Thu, 29 Jun 2017 10:54:31 -0400 "William L. Thomson Jr." said: > I agree its good stuff and the timing of others comments is ironic. I > just was making a Gentoo ebuild for this yesterday. I was going to ask > about build systems, and others comments showed up :) > > I got

[EGIT] [tools/edi] master 01/01: edi_screens_scm: convert markup to utf8 for commit message.

2017-06-29 Thread Al Poole
ajwillia-ms pushed a commit to branch master. http://git.enlightenment.org/tools/edi.git/commit/?id=2924b323f6dc15cf178e4ca53b10f71b89fa20a8 commit 2924b323f6dc15cf178e4ca53b10f71b89fa20a8 Author: Al Poole Date: Thu Jun 29 23:51:33 2017 +0100 edi_screens_scm: convert

[EGIT] [core/efl] master 02/02: drm: Implement hardware plane support

2017-06-29 Thread Derek Foreman
derekf pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=fbb676584ed5ab12ce0dd101b24a1ebf06bf5043 commit fbb676584ed5ab12ce0dd101b24a1ebf06bf5043 Author: Derek Foreman Date: Thu Jun 29 17:15:36 2017 -0500 drm: Implement

[EGIT] [core/efl] master 01/02: software_generic: fix eng_image_native_get

2017-06-29 Thread Derek Foreman
derekf pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=dc3873c8db964845aa12508874b13d3074265d18 commit dc3873c8db964845aa12508874b13d3074265d18 Author: Derek Foreman Date: Thu Jun 29 17:12:01 2017 -0500 software_generic: fix

[EGIT] [apps/terminology] master 01/01: feature: move cursor to position on click+alt. Closes T5537

2017-06-29 Thread Boris Faure
billiob pushed a commit to branch master. http://git.enlightenment.org/apps/terminology.git/commit/?id=de3890dad36dcaa1869b13dc7590f4e3c0e81df3 commit de3890dad36dcaa1869b13dc7590f4e3c0e81df3 Author: Boris Faure Date: Thu Jun 29 23:45:05 2017 +0200 feature: move cursor

Re: [E-devel] chart library based on the EFL

2017-06-29 Thread Jérémy Zurcher
Hello Vincent, nice start there's lot of good stuff in that commercial js lib that I use in my job http://www.fusioncharts.com/charts/ I had to add the following to compile on archlinux (might not be the right way to do, I know nothing about meson yet) : +cc = meson.get_compiler('c') +

[EGIT] [core/efl] master 01/01: Elm layout: fix broken text part name resolving

2017-06-29 Thread Daniel Hirt
herdsman pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=c0e4a218dd06ecf790a5338c4fcc09a4073dba0c commit c0e4a218dd06ecf790a5338c4fcc09a4073dba0c Author: Daniel Hirt Date: Thu Jun 29 21:33:12 2017 +0300 Elm layout: fix broken

[EGIT] [core/efl] master 01/03: dmabuf: Make a define for the version of the dmabuf attribute struct

2017-06-29 Thread Derek Foreman
derekf pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=892bfe7c98eedcc8f40e952d27ba3f65db6f0fed commit 892bfe7c98eedcc8f40e952d27ba3f65db6f0fed Author: Derek Foreman Date: Thu Jun 29 13:51:07 2017 -0500 dmabuf: Make a define

[EGIT] [core/efl] master 02/03: software_generic: Check dmabuf attribute version during set

2017-06-29 Thread Derek Foreman
derekf pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=2e0e017b87f77f97d0398c19372990eda7886072 commit 2e0e017b87f77f97d0398c19372990eda7886072 Author: Derek Foreman Date: Thu Jun 29 13:52:53 2017 -0500 software_generic:

[EGIT] [core/enlightenment] master 01/01: Test dmabuf via native_surface_set even in software render

2017-06-29 Thread Derek Foreman
derekf pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=e26f2a12f53e6790950c91d6766f014f834cc2b1 commit e26f2a12f53e6790950c91d6766f014f834cc2b1 Author: Derek Foreman Date: Thu Jun 29 13:37:58 2017 -0500 Test dmabuf

[EGIT] [core/efl] master 03/03: gl_drm: Check dmabuf attribute version before trusting attributes

2017-06-29 Thread Derek Foreman
derekf pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=944a4065e8c21a082d1eb826e243f9d813ed8876 commit 944a4065e8c21a082d1eb826e243f9d813ed8876 Author: Derek Foreman Date: Thu Jun 29 13:54:48 2017 -0500 gl_drm: Check dmabuf

[EGIT] [tools/edi] master 02/02: ui: Use correct icon naming for FDO arrows

2017-06-29 Thread Andy Williams
ajwillia-ms pushed a commit to branch master. http://git.enlightenment.org/tools/edi.git/commit/?id=a8d62ded23d6c5dea26a30a4be9363d7b0edf1b1 commit a8d62ded23d6c5dea26a30a4be9363d7b0edf1b1 Author: Andy Williams Date: Thu Jun 29 21:25:26 2017 + ui: Use correct

[EGIT] [tools/edi] master 01/02: config: Correct project name comparison for substrings

2017-06-29 Thread Andy Williams
ajwillia-ms pushed a commit to branch master. http://git.enlightenment.org/tools/edi.git/commit/?id=a34a71f8f64c9167fa3f96ef95c1b3e9e17cc9ee commit a34a71f8f64c9167fa3f96ef95c1b3e9e17cc9ee Author: Andy Williams Date: Thu Jun 29 21:18:15 2017 + config: Correct

[E-devel] chart library based on the EFL

2017-06-29 Thread Vincent Torri
Hello I would like to introduce a small library which renders chart using Evas VG API : https://github.com/vtorri/echart2 I try to mimic a bit the area chart of google : https://developers.google.com/chart/interactive/docs/gallery/areachart It consist of a library and a test example. The

Re: [E-devel] EFL Profiling Viewer Released!

2017-06-29 Thread William L. Thomson Jr.
I agree its good stuff and the timing of others comments is ironic. I just was making a Gentoo ebuild for this yesterday. I was going to ask about build systems, and others comments showed up :) I got ahead of myself and noticed there is no build system. Unless I grabbed the wrong repo. Unless

[EGIT] [core/efl] master 01/01: Evas textblock: fix legacy_newline in legacy API

2017-06-29 Thread Daniel Hirt
herdsman pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=4024857bf6098b91ed3859fac9bfc149b4db3b81 commit 4024857bf6098b91ed3859fac9bfc149b4db3b81 Author: Daniel Hirt Date: Sun Jun 25 13:21:52 2017 +0300 Evas textblock: fix

[E-devel] EFL 1.20.0 alpha 1

2017-06-29 Thread Stefan Schmidt
This alpha release for 1.20 starts the freeze period and stabilization phase for the 1.20 release cycle. **Download** http://download.enlightenment.org/rel/libs/efl/efl-1.20.0-alpha1.tar.gz 34dc7d890c727609aab281c833f3e052755a23e8f0241dec5372bfe3c1ce30da |

[EGIT] [website/www-content] master 01/01: Wiki page efl-1.20.0-alpha1 changed with summary [created] by Stefan Schmidt

2017-06-29 Thread Stefan Schmidt
WWW-www.enlightenment.org pushed a commit to branch master. http://git.enlightenment.org/website/www-content.git/commit/?id=4dbbba35e5fe70f5e0163ed9e65682ebf07f3352 commit 4dbbba35e5fe70f5e0163ed9e65682ebf07f3352 Author: Stefan Schmidt Date: Thu Jun 29 06:12:34 2017

[EGIT] [core/efl] master 01/01: Evas textblock: re-apply paragraph position inference

2017-06-29 Thread Daniel Hirt
herdsman pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=a10f726fc5540196e9ac64fe5e1aa2951904910a commit a10f726fc5540196e9ac64fe5e1aa2951904910a Author: Daniel Hirt Date: Thu Jun 29 13:57:54 2017 +0300 Evas textblock: re-apply

Re: [E-devel] Announcing: GL-accelerated blurs!

2017-06-29 Thread Jean-Philippe André
Hey, The color is not in the blur itself, there's a rectangle above the snapshot/blur. I really didn't put much effort into this theme customization, feel free to do so! :) I doubt this should go into EFL for a couple of reasons: - It's a huge power drain - There are some bugs (missing

Re: [E-devel] Announcing: GL-accelerated blurs!

2017-06-29 Thread Andrew Williams
Very nice indeed. I could not figure out how myself - but can we make this a darker blur? (the windows on a non-sharp background tend to blend in a little too much with this patch). Any chance we get this into EFL so the next E release gets a blurry theme? It works on software too but layering a

[E-devel] main menu breakage

2017-06-29 Thread Andrew Williams
Hi, I meant to get this resolved at the weekend but we ran out of the time. Some strange sizing issues have been haunting us ( https://phab.enlightenment.org/T5482) I have tracked it down to a main menu that's bigger than the window content. If someone can help please apply the attached patch to

Re: [E-devel] EFL Profiling Viewer Released!

2017-06-29 Thread Gustavo Sverzut Barbieri
looks very, very nice indeed :-) do you have any plans to hook this with system profilers such as `systemtap`/`oprofile`/`dtrace` and the likes? On Thu, Jun 29, 2017 at 3:15 AM, Carsten Haitzler wrote: > On Fri, 23 Jun 2017 17:11:52 +0300 Mykyta Biliavskyi >

[EGIT] [core/efl] annotated tag v1.20.0-alpha1 created (now 0945eda0ed)

2017-06-29 Thread Enlightenment Git
This is an automated email from the git hooks/post-receive script. stefan pushed a change to annotated tag v1.20.0-alpha1 in repository core/efl. at 0945eda0ed (tag) tagging 96ce1333b388e07a41ae62e0d3733bb6d9d0024d (commit) replaces v1.19.0 tagged by Stefan Schmidt on

[EGIT] [core/efl] master 04/04: release: Update NEWS and bump version for 1.20.0-alpha1 release

2017-06-29 Thread Stefan Schmidt
stefan pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=96ce1333b388e07a41ae62e0d3733bb6d9d0024d commit 96ce1333b388e07a41ae62e0d3733bb6d9d0024d Author: Stefan Schmidt Date: Thu Jun 29 12:49:09 2017 +0200 release: Update NEWS

[EGIT] [core/efl] master 01/04: tests : eolain: make sure all the needed files for land in dist

2017-06-29 Thread Stefan Schmidt
stefan pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=a774fd93b6c8e984deafb45fa13abf38db0a0ffa commit a774fd93b6c8e984deafb45fa13abf38db0a0ffa Author: Stefan Schmidt Date: Wed Jun 28 18:16:11 2017 +0200 tests : eolain: make

[EGIT] [core/efl] master 03/04: build: split of BUILT_SOURCES cleanup from CLEANFILES

2017-06-29 Thread Stefan Schmidt
stefan pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=a8d41831d7ed44ad92725f6cf0c51935e15ae652 commit a8d41831d7ed44ad92725f6cf0c51935e15ae652 Author: Stefan Schmidt Date: Thu Jun 29 11:37:29 2017 +0200 build: split of

Re: [E-devel] Elm_Entry assuming markup input???

2017-06-29 Thread Andrew Williams
Hi, Just to wrap this thread up following EDD: * no-one is proposing that we remove the ability to mark up text through the markup format mechanism, it is a great feature * we cannot make changes to this legacy API as apps depend on it or have adapted to it * the new textblock API, which is

[EGIT] [core/efl] master 01/02: efl/interface: emit path change event when stroke width change.

2017-06-29 Thread smohanty
jpeg pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=cf927cdb3414f6b2d3d056cccb98d2313dba228c commit cf927cdb3414f6b2d3d056cccb98d2313dba228c Author: smohanty Date: Thu Jun 29 17:27:37 2017 +0900 efl/interface: emit path change

[EGIT] [core/efl] master 02/02: evas/vg: rewrite the vg example with more test cases

2017-06-29 Thread smohanty
jpeg pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=4650a62e85db6fbe84e07ca4b4304450cd5f47ba commit 4650a62e85db6fbe84e07ca4b4304450cd5f47ba Author: smohanty Date: Thu Jun 29 17:20:45 2017 +0900 evas/vg: rewrite the vg example

[EGIT] [core/efl] master 01/02: els_tooltip: Remove infinite job calls

2017-06-29 Thread Jaehyun Cho
jpeg pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=ba91b00aa8a957c9a48b1bcfd85cf34e1f3dfdae commit ba91b00aa8a957c9a48b1bcfd85cf34e1f3dfdae Author: Jaehyun Cho Date: Thu Jun 29 16:12:37 2017 +0900 els_tooltip: Remove

[EGIT] [core/efl] master 02/02: elm_test: Add test edc for tooltip with no min size

2017-06-29 Thread Jean-Philippe ANDRÉ
jpeg pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=dd04248bb8f11076c00bc59d8d138c002bd5ae8a commit dd04248bb8f11076c00bc59d8d138c002bd5ae8a Author: Jean-Philippe Andre Date: Thu Jun 29 17:11:00 2017 +0900 elm_test: Add test

[EGIT] [core/efl] master 01/03: gl_drm: Fix a few compilation warnings

2017-06-29 Thread Jean-Philippe ANDRÉ
jpeg pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=1ef1c04f421736bfed5a5d9d22b1a6be21e65812 commit 1ef1c04f421736bfed5a5d9d22b1a6be21e65812 Author: Jean-Philippe Andre Date: Thu Jun 29 13:42:21 2017 +0900 gl_drm: Fix a few

[EGIT] [core/efl] master 03/03: evas: Fix compilation warnings

2017-06-29 Thread Jean-Philippe ANDRÉ
jpeg pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=505aca0e42f3d3bb9a3afc8d78b03ed43d97ee6f commit 505aca0e42f3d3bb9a3afc8d78b03ed43d97ee6f Author: Jean-Philippe Andre Date: Thu Jun 29 13:52:13 2017 +0900 evas: Fix

[EGIT] [core/efl] master 02/03: elm_code: Fix a compilation warning

2017-06-29 Thread Jean-Philippe ANDRÉ
jpeg pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=65644d074e1f7b87bece5860014df6d782e5aafd commit 65644d074e1f7b87bece5860014df6d782e5aafd Author: Jean-Philippe Andre Date: Thu Jun 29 13:42:35 2017 +0900 elm_code: Fix a

Re: [E-devel] EFL Profiling Viewer Released!

2017-06-29 Thread The Rasterman
On Fri, 23 Jun 2017 17:11:52 +0300 Mykyta Biliavskyi said: Well the page is brilliant.. the images/gifs you have... fantastic. i tried it on an older log file i had and it segfaulted :( it seems i now no longer know how to even produce evlog files now given