Re: [E-devel] [EGIT] [core/efl] master 02/02: tests/eldbus: Use different bus for cxx and C tests

2017-11-17 Thread Stefan Schmidt
Hello. On 11/17/2017 03:58 AM, Jean-Philippe ANDRÉ wrote: > jpeg pushed a commit to branch master. > > http://git.enlightenment.org/core/efl.git/commit/?id=28d74624ec6cb1b3bd405c3e933e9d7b2a700404 > > commit 28d74624ec6cb1b3bd405c3e933e9d7b2a700404 > Author: Jean-Philippe Andre > Date: Fri Nov

Re: [E-devel] Improving web site accessibility

2017-11-17 Thread Andrew Williams
Wow, what happened in https://git.enlightenment.org/website/www.git/commit/?id=9f75e7370f168ada24267d6c065a9cbba92ee42f? We're all monochrome now :( a { - color: #44aaff; + color: #ee; } Pretty sure the comment about link colours was that clicked vs unclicked should be more differerent - no n

Re: [E-devel] Eina_str split/join

2017-11-17 Thread Gustavo Sverzut Barbieri
eina_str_join_len() is a very low level function which is useful on its own to create high performant code, don't change that. It can't be changed, otherwise would break ABI. OTOH, offering eina_str_join_strv() is useful... On Thu, Nov 16, 2017 at 9:04 AM, Andrew Williams wrote: > Hi, > > In ad

Re: [E-devel] [EGIT] [core/efl] master 01/03: eina: add a function return a reference to a copy of Eina_Value.

2017-11-17 Thread Gustavo Sverzut Barbieri
On Sat, Nov 4, 2017 at 6:29 PM, Cedric Bail wrote: >> Original Message >> Subject: Re: [E-devel] [EGIT] [core/efl] master 01/03: eina: add a function >> return a reference to a copy of Eina_Value. >> Local Time: November 4, 2017 7:56 AM >> UTC Time: November 4, 2017 2:56 PM >> F

Re: [E-devel] Improving web site accessibility

2017-11-17 Thread Carsten Haitzler
On Fri, 17 Nov 2017 10:49:01 + Andrew Williams said: > Wow, what happened in > https://git.enlightenment.org/website/www.git/commit/?id=9f75e7370f168ada24267d6c065a9cbba92ee42f? > We're all monochrome now :( well i was doing the contrast thing. increasing it. > a { > - color: #44aaff; > + c