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

2017-07-04 Thread The Rasterman
On Wed, 05 Jul 2017 03:26:09 + Andrew Williams said: > Hi, > > Unfortunately I don't have time to reply to all of these thoughts right now > but I wanted to reply to the first one before any more replies arrive. I am > not (and nether is anyone else) suggesting that we

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

2017-07-04 Thread Andrew Williams
Hi, Unfortunately I don't have time to reply to all of these thoughts right now but I wanted to reply to the first one before any more replies arrive. I am not (and nether is anyone else) suggesting that we remove markup support. Please stop implying that. Also my email was about api and not

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

2017-07-04 Thread The Rasterman
On Tue, 04 Jul 2017 18:50:34 + Andrew Williams said: > Hi, > > Apologies I did not realise it was a question that needed answering. As I > moved in to discuss if we are worrying about text manipulation in our > widgets then we probably have bigger issues around

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

2017-07-04 Thread Andrew Williams
Hi, Apologies I did not realise it was a question that needed answering. As I moved in to discuss if we are worrying about text manipulation in our widgets then we probably have bigger issues around separation of concerns. Our text handling apis should worry about that - and the widget have a

Re: [E-devel] elm_layout_content_set(NULL, obj) is broken since a week

2017-07-04 Thread Davide Andreoli
2017-07-04 4:56 GMT+02:00 Jean-Philippe André : > Should be fixed now. Thanks again. > Indeed, issue fixed here also. Thanks for the fast fix!... and spank for the breakage :D > > 2017-07-04 11:33 GMT+09:00 Jean-Philippe André : > > > Hi, > > > > This is

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

2017-07-04 Thread Davide Andreoli
2017-07-04 14:22 GMT+02:00 Andrew Williams : > Hi, > > I jumped back to this email I sent a week ago and realised that we have > just spent a bunch of time revisiting a discussion that had clearly wrapped > up at the EDD in Malta. One reason I wanted to post our conclusion

[EGIT] [core/efl] master 01/02: Revert "build: enable examples build by default"

2017-07-04 Thread Mike Blumenkrantz
discomfitor pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=63233680c76bc7db0de4fac058581c18e2694a88 commit 63233680c76bc7db0de4fac058581c18e2694a88 Author: Mike Blumenkrantz Date: Tue Jul 4 11:49:37 2017 -0400 Revert "build:

[EGIT] [core/efl] master 02/02: Revert "build: fix examples dist based on various configure flags"

2017-07-04 Thread Mike Blumenkrantz
discomfitor pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=736c5a30632d06f455ba72a4a612aa7977b4961e commit 736c5a30632d06f455ba72a4a612aa7977b4961e Author: Mike Blumenkrantz Date: Tue Jul 4 11:49:43 2017 -0400 Revert "build:

Re: [E-devel] [EGIT] [core/efl] master 03/03: build: enable examples build by default

2017-07-04 Thread Mike Blumenkrantz
Ok On Tue, Jul 4, 2017 at 7:04 AM Amitesh Singh wrote: > Indeed, this patch breaks the compilation. > > On Jul 4, 2017 16:27, "Jean-Philippe André" wrote: > > autogen.sh now fails with: > config.status: error: cannot find input file: >

[EGIT] [core/enlightenment] master 01/01: mixer: the name has to be a stringshare

2017-07-04 Thread Marcel Hollerbach
bu5hm4n pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=d2d3d9976b2232bdeb4bbfc3e8ad819b31cb0592 commit d2d3d9976b2232bdeb4bbfc3e8ad819b31cb0592 Author: Marcel Hollerbach Date: Tue Jul 4 16:49:54 2017 +0200

[E-devel] Considerations for Idiomatic bindings and MVC

2017-07-04 Thread Andrew Williams
Hi all, This topic is something that has crossed my mind as I look at our current APIs and consider the big push to Eo stable. We have focussed so far on exposing the current APIs in an object oriented manner which is great for inheritance and standardising events etc and also powerful for

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

2017-07-04 Thread Andrew Williams
Hi, I jumped back to this email I sent a week ago and realised that we have just spent a bunch of time revisiting a discussion that had clearly wrapped up at the EDD in Malta. One reason I wanted to post our conclusion to the list was for visibility and a chance to comment for anyone who was not

Re: [E-devel] main menu breakage

2017-07-04 Thread Andrew Williams
Great thanks. I look forward to seeing how the api was misused as well - it seemed like such a simple concept :) Andy On Tue, 4 Jul 2017 at 05:27, Jean-Philippe André wrote: > Hi Andy, > > I've just pushed some patches in my efl dev branch. > Not merging to master right now

Re: [E-devel] [EGIT] [core/efl] master 03/03: build: enable examples build by default

2017-07-04 Thread Amitesh Singh
Indeed, this patch breaks the compilation. On Jul 4, 2017 16:27, "Jean-Philippe André" wrote: autogen.sh now fails with: config.status: error: cannot find input file: `src/examples/eina/Makefile.in' So this "fix" just broke compilation. 2017-07-04 4:08 GMT+09:00 Mike

Re: [E-devel] main menu breakage

2017-07-04 Thread Jean-Philippe André
Hi Andy, I've just pushed some patches in my efl dev branch. Not merging to master right now but will do tomorrow unless I find new issues. Also I will push some pathes for edi itself (misuse of the main menu api). Hopefully this solves everything. Resizing seems faster but it's still quite

[EGIT] [core/enlightenment] master 01/01: emixer: use a better name for the sink inputs

2017-07-04 Thread Marcel Hollerbach
bu5hm4n pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=b32086d40213dec9afbe2d3deba6f170ced5fe0d commit b32086d40213dec9afbe2d3deba6f170ced5fe0d Author: Marcel Hollerbach Date: Tue Jul 4 09:59:19 2017 +0200

Re: [E-devel] [EGIT] [core/efl] master 03/03: build: enable examples build by default

2017-07-04 Thread Jean-Philippe André
autogen.sh now fails with: config.status: error: cannot find input file: `src/examples/eina/Makefile.in' So this "fix" just broke compilation. 2017-07-04 4:08 GMT+09:00 Mike Blumenkrantz : > While fixing Wayland build today I noticed that the examples build