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

2017-11-01 Thread Carsten Haitzler
On Wed, 01 Nov 2017 18:27:51 + Andrew Williams said: > Hi, > > Whatever rendering technologies we use within Edi is probably out of scope > for this thread which was (in part) about using a more portable > documentation format to allow folk to access the docs outwith the E website > context.

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

2017-11-01 Thread Andrew Williams
Hi, Whatever rendering technologies we use within Edi is probably out of scope for this thread which was (in part) about using a more portable documentation format to allow folk to access the docs outwith the E website context. Markdown is working well for the documentation team as they can use th

Re: [E-devel] Wiki playground

2017-11-01 Thread Andrew Williams
Sweet, thanks - seems to be working well :) On Wed, 1 Nov 2017 at 00:53 Carsten Haitzler wrote: > On Tue, 31 Oct 2017 16:15:21 + Andrew Williams > said: > > done :) > > > Hi Raster (or web admin) > > > > Can you please set this config value in the dokuwiki conf/local.php? > > > > $conf['plu

Re: [E-devel] E22 Schedule

2017-11-01 Thread Romain Naour
Hi Mike, Le 31/10/2017 à 16:31, Mike Blumenkrantz a écrit : > After reviewing the currently reported issues I'm now planning to do the > final release on Thursday. If anyone is working on any last minute bug > fixes, please have them tested and committed by then. I'm trying the new meson build sy

Re: [E-devel] [EGIT] [core/efl] master 01/01: efl_ui_calendar: apply new format_cb

2017-11-01 Thread Gustavo Sverzut Barbieri
> - if (buf) > + if (sd->format_cb) > { > -elm_layout_text_set(sd->obj, "month_text", buf); > -free(buf); > +Eina_Value val; > +const char *buf; > + > + eina_value_setup(&val, EINA_VALUE_TYPE_TM); broken indentation. > EOLIAN static void >

Re: [E-devel] [EGIT] [core/efl] master 01/01: eina: eina_value: fix the typo in doc

2017-11-01 Thread Gustavo Sverzut Barbieri
On Mon, Oct 30, 2017 at 5:12 AM, Amitesh Singh wrote: > ami pushed a commit to branch master. > > http://git.enlightenment.org/core/efl.git/commit/?id=3505b7618c1f8efa7ab46e28b15b08862737cd3e > > commit 3505b7618c1f8efa7ab46e28b15b08862737cd3e > Author: Amitesh Singh > Date: Mon Oct 30 16:11:35

Re: [E-devel] [EGIT] [core/efl] master 01/01: eina: eina_value - Add "struct tm" support

2017-11-01 Thread Gustavo Sverzut Barbieri
On Mon, Oct 30, 2017 at 5:07 AM, Amitesh Singh wrote: > +static Eina_Bool > +_eina_value_type_tm_convert_to(const Eina_Value_Type *type, const > Eina_Value_Type *convert, const void *type_mem, void *convert_mem) > +{ > + struct tm tmv = *(struct tm *)type_mem; > + time_t t = mktime(&tmv); >

Re: [E-devel] E22 Schedule

2017-11-01 Thread Carsten Haitzler
On Wed, 01 Nov 2017 01:41:08 + Mike Blumenkrantz said: > Assuming you are looking at the Enlightenment internal menu code, that is. > If you are looking at the async efreet code, this has never successfully > been used and is not currently used anywhere that I am aware of. it doesnt seem at