Re: [E-devel] [EGIT] [core/enlightenment] master 02/02: smart suspend - honor suspend on ac or not flag as it should

2017-10-19 Thread Carsten Haitzler
On Thu, 19 Oct 2017 11:37:48 + Mike Blumenkrantz said: > Thanks for this--I can refer users who are still using older versions to > the ticket you created--but I was hoping you would create a ticket for the > remaining efl todo items that you cited in the

Re: [E-devel] Documentation into the Interfaces era :)

2017-10-19 Thread Carsten Haitzler
On Thu, 19 Oct 2017 09:41:00 + Andrew Williams said: > Hi, > > I see your point but I do not follow. There are various extensions of > Markdown (PHP Markdown Extra is the one I mentioned which is very similar > to GFM) some of them understand the concept of front

Re: [E-devel] [EGIT] [core/efl] master 03/03: config: Simplify EO API

2017-10-19 Thread Carsten Haitzler
On Thu, 19 Oct 2017 14:28:27 -0200 Gustavo Sverzut Barbieri said: > > + get { > > +keys { > > + name: string; [[Configuration option name.]] > > shall we document and handle this as a path, so nested Eets can be > used, such as in E (wm).

Re: [E-devel] Documentation into the Interfaces era :)

2017-10-19 Thread Carsten Haitzler
On Thu, 19 Oct 2017 11:01:12 + Andrew Williams said: > Hi, > > I was just looking at our usage of discussions on the website as well. > Outside of news articles I count 11 pages that have it turned on. > Should we have it switched on for all of them or are those 11

[E-devel] EFL 1.20.3 release

2017-10-19 Thread Cedric Bail
Our fifth update on the 1.20 release. ==Fixes:== * elm_code: respect event hold for key_down * edje: Fix invalid storage of efl_part objects * elm: Fix module load with ELM_RUN_IN_TREE * win: Avoid safety ERR in efreet * elm: Properly unregister providers on shutdown * evas:

[E-devel] Important: Phab Vote

2017-10-19 Thread Mike Blumenkrantz
I've created a poll for a longstanding issue that we as a community/project have been dealing with, and I have added everyone with commit access on CC: https://phab.enlightenment.org/V30 Do not reply to this mail; keep all comments and posts on the voting page.

Re: [E-devel] [EGIT] [core/efl] master 03/03: config: Simplify EO API

2017-10-19 Thread Gustavo Sverzut Barbieri
> + get { > +keys { > + name: string; [[Configuration option name.]] shall we document and handle this as a path, so nested Eets can be used, such as in E (wm). -- Gustavo Sverzut Barbieri -- Mobile: +55 (16) 99354-9890

Re: [E-devel] EFL event not firing

2017-10-19 Thread Andrew Williams
Hi, Thanks but I did not know it was a bug report until you confirmed I was not doing anything crazy :) Andrew On Thu, 19 Oct 2017 at 16:14 Daniel Hirt wrote: > Hi Andrew, > > Testing this, I get the same result, even though I see it does the call > in the

Re: [E-devel] EFL event not firing

2017-10-19 Thread Daniel Hirt
Hi Andrew, Testing this, I get the same result, even though I see it does the call in the implementation. I will check what's wrong there. As a side note, Phabricator is probably a more suitable platform for bug reports. Thanks for reporting. Best, -- Danny (herdsman) Hirt On 10/19/2017

[E-devel] EFL event not firing

2017-10-19 Thread Andrew Williams
Hi, I have an Efl.Ui.Text that is set to be editable. I have added a callback using the following but it never fires. efl_event_callback_add(editor, EFL_UI_TEXT_EVENT_CHANGED_USER, _gui_editor_changed_cb, editor); Any hints - I also tried

Re: [E-devel] [EGIT] [core/enlightenment] master 02/02: smart suspend - honor suspend on ac or not flag as it should

2017-10-19 Thread Mike Blumenkrantz
Thanks for this--I can refer users who are still using older versions to the ticket you created--but I was hoping you would create a ticket for the remaining efl todo items that you cited in the commit log. On Wed, Oct 18, 2017 at 9:25 PM Carsten Haitzler wrote: > On Wed,

Re: [E-devel] Documentation into the Interfaces era :)

2017-10-19 Thread Andrew Williams
Hi, I was just looking at our usage of discussions on the website as well. Outside of news articles I count 11 pages that have it turned on. Should we have it switched on for all of them or are those 11 specifically open for comment? Cheers, Andrew On Thu, 19 Oct 2017 at 10:40 Andrew Williams

Re: [E-devel] Documentation into the Interfaces era :)

2017-10-19 Thread Andrew Williams
Hi, I see your point but I do not follow. There are various extensions of Markdown (PHP Markdown Extra is the one I mentioned which is very similar to GFM) some of them understand the concept of front matter and either try to parse it or ignore it. Some don't. Any Markdown editor that is GFM or

Re: [E-devel] Documentation into the Interfaces era :)

2017-10-19 Thread Carsten Haitzler
On Thu, 19 Oct 2017 09:28:16 + Andrew Williams said: > Hi, > > I don't understand the hypothetical edit problem - it works here and I see > no issues. Perhaps you can give a concrete example that you are worried > about (i.e. a page we have) and I will check that it

Re: [E-devel] Documentation into the Interfaces era :)

2017-10-19 Thread Andrew Williams
Hi, I don't understand the hypothetical edit problem - it works here and I see no issues. Perhaps you can give a concrete example that you are worried about (i.e. a page we have) and I will check that it works as expected? To satisfy the addition of dokuwiki includes, title etc the plugin