Re: [E-devel] EDI release 0.1

2015-08-30 Thread Stefan Schmidt
Hello. On 30/08/15 22:47, Andrew Williams wrote: > Thanks man. > Yeah I mean downloads.enlightenment.org. I'm using github in the meantime. Good. You would upload to e5-web1 /srv/web/download.enlightenment.org/public_html/rel/apps/ For ssh you need a bit of magic for the proxy handling. Read it

Re: [E-devel] EDI release 0.1

2015-08-30 Thread Andrew Williams
Thanks man. Yeah I mean downloads.enlightenment.org. I'm using github in the meantime. Cheers, Andrew On Sun, 30 Aug 2015 21:18 Stefan Schmidt wrote: > Hello. > > On 30/08/15 02:10, Andrew Williams wrote: > > Hey there, > > I'm excited to announce the 0.1 release of EDI. > > This is the biggest

Re: [E-devel] [EGIT] [core/efl] master 01/01: edje_container: fix typo in edje_container_align_set

2015-08-30 Thread Stefan Schmidt
Hello. On 07/08/15 09:26, Stefan Schmidt wrote: > Hello. > > On 07/08/15 07:46, Jee-Yong Um wrote: >> hermet pushed a commit to branch master. >> >> http://git.enlightenment.org/core/efl.git/commit/?id=36dd11e8d6fb307df5f96444e64b7cf67e425169 >> >> commit 36dd11e8d6fb307df5f96444e64b7cf67e425169 >

Re: [E-devel] EDI release 0.1

2015-08-30 Thread Stefan Schmidt
Hello. On 30/08/15 02:10, Andrew Williams wrote: > Hey there, > I'm excited to announce the 0.1 release of EDI. > This is the biggest release ever of EDI and we have a great mix of features > and stability. Please check it out and let me know of any feedback. Congrats for getting the release out.

Re: [E-devel] Elementary Handling of Standard Icons for Applications

2015-08-30 Thread Andrew Williams
I agree with this, I can't ship any large featured app using elm icons at this time, I have to use an fdo lookup. If elm were a complete icon theme (including all E, efm and media player etc icons) the current ordering makes sense - but not until then. Therefore I propose for efl 1.16 we need eit

Re: [E-devel] Object data lost with an Eo instance

2015-08-30 Thread Tom Hacohen
You are not allowed to make most EFL calls outside of the main thread. Watch out if you have more. -- Tom. On Sat, Aug 29, 2015 at 11:54 PM, Andrew Williams wrote: > Hi, > > Turned out to be lack of locking - some Eo calls were being made outwith > the main_thread context - helgrind found it pr