Re: [E-devel] Git commit

2015-08-07 Thread Felipe Magno de Almeida
Em 05/08/2015 16:39, "Andreas Volz" escreveu: > > Hello, > > after long time I need to commit something to E git. I've done this a > year ago, but now it's not working: > > > LC_ALL=C git push > fatal: unable to access > 'https://git.enlightenment.org/bindings/cxx/eflxx.git/': The requested > URL

Re: [E-devel] [PATCH] use SDL2 everywhere

2015-08-07 Thread Mike Frysinger
On 07 Aug 2015 13:55, Romain Naour wrote: > Le 06/08/2015 06:42, Mike Frysinger a écrit : > > Some files were still including SDL-1 headers even though we only link > > against SDL2 libs. > > > > URL: https://bugs.gentoo.org/551882 > > Reported-by: Barnaby > > --- > > I've also reported this iss

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

2015-08-07 Thread Andrew Williams
Hi, >From what I can tell the widget has been freed by elm/evas in a smart_del callback and so removed from the lookups. Currently I have no idea why as the widget is still on screen. Looking further... Andrew On Fri, 7 Aug 2015 at 09:59 Tom Hacohen wrote: > On 06/08/15 23:27, Andrew Williams

Re: [E-devel] Elm 1.15 broke my popup with a table

2015-08-07 Thread Jeff Hoogland
Opened a vague phab ticket as I'm not sure exactly what is broken. https://phab.enlightenment.org/T2651 On Fri, Aug 7, 2015 at 6:24 AM, Jeff Hoogland wrote: > Was the previous behavior I was seeing a bug or is the current behavior a > bug? If so anyone know what widget the issue is with now so I

Re: [E-devel] [PATCH] use SDL2 everywhere

2015-08-07 Thread Romain Naour
Hi Mike, Le 06/08/2015 06:42, Mike Frysinger a écrit : > Some files were still including SDL-1 headers even though we only link > against SDL2 libs. > > URL: https://bugs.gentoo.org/551882 > Reported-by: Barnaby > --- I've also reported this issue some weeks ago: http://sourceforge.net/p/enligh

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

2015-08-07 Thread Stefan Schmidt
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 > Author: Jee-Yong Um > Date: Fri Aug 7 14:45:47 2015 +09

Re: [E-devel] Elm 1.15 broke my popup with a table

2015-08-07 Thread Jeff Hoogland
Was the previous behavior I was seeing a bug or is the current behavior a bug? If so anyone know what widget the issue is with now so I can file an accurate bug report? On Thu, Aug 6, 2015 at 5:37 PM, Jeff Hoogland wrote: > Finally got around to getting on the latest EFL / Elm with the latest >

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

2015-08-07 Thread Tom Hacohen
On 06/08/15 23:27, Andrew Williams wrote: > Hi guys, > > Thanks for the help - still rather confuse though - no more info as far > as I can see... > > (gdb) p eo_data_scope_get(editor->entry, elm_code_widget_class_get()) > $3 = (void *) 0x0 > (gdb) p eo_class_name_get(eo_class_get(editor->entry)) >

Re: [E-devel] Elm 1.15 broke my popup with a table

2015-08-07 Thread Tom Hacohen
On 06/08/15 23:37, Jeff Hoogland wrote: > Finally got around to getting on the latest EFL / Elm with the latest > release. One of my popups in epad is messed up with this version. This is > what it looks like with EFL / ELM 1.12: > > https://www.enlightenment.org/ss/e-55c3e0bcda5169.10806046.jpg >

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

2015-08-07 Thread Stefan Schmidt
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 > Author: Jee-Yong Um > Date: Fri Aug 7 14:45:47 2015 +09

Re: [E-devel] Elm 1.15 broke my popup with a table

2015-08-07 Thread Tom Hacohen
I already reported it on phab. I was under the impression this was fixed for the release. Apparently it wasn't. On Thu, Aug 6, 2015 at 11:37 PM, Jeff Hoogland wrote: > Finally got around to getting on the latest EFL / Elm with the latest > release. One of my popups in epad is messed up with this