Re: [E-devel] [EGIT] [core/efl] master 02/02: Revert "eina: change default log level at which we display backtrace."

2015-10-04 Thread The Rasterman
On Sun, 04 Oct 2015 11:24:51 +0100 Tom Hacohen said: > I see there's EINA_LOG_BACKTRACE. Is it possible to disable the > backtrace in configure? I would love that. Or is there at least a way to > disable it with an env var? > > With that being said, I agree it's very useful to have it on by de

[E-devel] git notes

2015-10-04 Thread Mike Blumenkrantz
I recently tried to add notes to a commit, but when pushing the notes I seem to be rejected by one of the commit hooks on the server. I suspect this is because notes exist (by default) on refs/notes/commits, which is outside the allowed namespaces for commits. Can hooks be updated to allow notes?

[E-devel] Elm_Toolbar remove item

2015-10-04 Thread Andrew Williams
Hi guys, I'm seeing strange graphical layout glitches and lots of evas log warnings about unstable during redraw if I try to remove a toolbar item when the toolbar is visible. This has started happening since 1.15. Am I trying to do something fundamentally wrong or have I found some strange bug?

Re: [E-devel] [EGIT] [core/efl] master 02/02: Revert "eina: change default log level at which we display backtrace."

2015-10-04 Thread Tom Hacohen
I see there's EINA_LOG_BACKTRACE. Is it possible to disable the backtrace in configure? I would love that. Or is there at least a way to disable it with an env var? With that being said, I agree it's very useful to have it on by default so users and distros have it. -- Tom On 04/10/15 10:12,

Re: [E-devel] Genlist with widgets and focus

2015-10-04 Thread Amitesh Singh
Hello Chris, On Sun, Oct 4, 2015 at 10:02 AM, Christophe Sadoine wrote: > Hello, > > I have a genlist with entries. Items are "full widget" (like the > elementary_test example) but the content is just an entry. > > My problem is I want to press tab to focus the next entry but the > focus gets r