Re: [E-devel] [EGIT] [apps/terminology] master 01/01: key bindings: add shift+left/right to switch tabs

2016-04-28 Thread Boris Faure
On 16-04-28 07:49, Daniel Zaoui wrote: > Hi Boris, > > Why this change was needed? People can add these shortcuts easily if they > want, no? > > For your information, it was breaking my vim shortcuts because shift > left/right are already used there to switch between tabs ... of vim. It was as

Re: [E-devel] [EGIT] [core/efl] master 02/08: Edje: Reparent when swallowing/unswallowing.

2016-04-28 Thread Tom Hacohen
This is one of the worse explanations I've ever seen, I had to hunt it on my own. With that being said, thank you for reporting it, it's fixed now. -- Tom. On 28/04/16 07:57, Daniel Zaoui wrote: > Yo Tom, > > I think there is an issue with the reparenting. The combobox test crashes on > it. > >

Re: [E-devel] eo_part and containers API

2016-04-28 Thread Tom Hacohen
On 28/04/16 06:25, Jean-Philippe André wrote: > On 27 April 2016 at 23:44, Tom Hacohen wrote: > >> On 26/04/16 06:28, Jean-Philippe André wrote: >>> Hello, >>> >>> >>> I've just merged a series of commits dealing with the box & table APIs >> for >>> Edje.Object and Elm.Layout. Since we decided not

Re: [E-devel] [EGIT] [core/efl] master 02/02: evas - legacy evas_object_del - always hide obj regardless of refs

2016-04-28 Thread The Rasterman
On Wed, 27 Apr 2016 16:00:45 +0100 Tom Hacohen said: > On 27/04/16 12:28, Carsten Haitzler wrote: > > On Wed, 27 Apr 2016 10:35:29 +0100 Tom Hacohen said: > > > >> On 26/04/16 22:59, Carsten Haitzler wrote: > >>> On Tue, 26 Apr 2016 20:23:02 + Mike Blumenkrantz > >>> said: > >>> > On T

Re: [E-devel] [EGIT] [core/efl] master 01/01: elementary: Set window size based on scale

2016-04-28 Thread Andrew Williams
Surely elm_object_resize would be more appropriate - after all elm should all be scaled, so adding that to the name now could be confusing? A good point about the idea of general object resize though :) Andy On Wed, 27 Apr 2016 at 17:07, Tom Hacohen wrote: > On 27/04/16 16:59, Andrew Williams w

[E-devel] Elm Icon theme configuration & enlightenment

2016-04-28 Thread Andrew Williams
So I've updated elm to offer a user choice to use an fdo theme from the list installed - or to use the built in elm icons. This is in elm_config. I hooked in E the ability to set this if the user selects an fdo theme and "apply to apps" is set. So far so good. What I'm not sure about is the conditi

Re: [E-devel] New release for imlib2

2016-04-28 Thread Simon Lees
On 04/28/2016 11:00 AM, Simon Lees wrote: > > > On 04/28/2016 09:38 AM, Simon Lees wrote: >> >> >> On 04/27/2016 04:25 AM, Kim Woelders wrote: >>> On 04/26/2016 07:03 PM, Santiago Torres wrote: On Tue, Apr 26, 2016 at 06:48:15PM +0200, Kim Woelders wrote: > On 04/26/2016 01:27 AM, Simo

Re: [E-devel] eo_part and containers API

2016-04-28 Thread Jean-Philippe André
On 29 April 2016 at 00:51, Tom Hacohen wrote: > On 28/04/16 06:25, Jean-Philippe André wrote: > > On 27 April 2016 at 23:44, Tom Hacohen wrote: > > > >> On 26/04/16 06:28, Jean-Philippe André wrote: > >>> Hello, > >>> > >>> > >>> I've just merged a series of commits dealing with the box & table

Re: [E-devel] eo_part and containers API

2016-04-28 Thread David Seikel
On Fri, 29 Apr 2016 11:32:39 +0900 Jean-Philippe André wrote: > As for bindings, they need to be able to dynamically know which > functions an object support based on its class (here the object is an > instance of a class implementing Efl.Pack). Otherwise I don't see how > any binding would work

[E-devel] API Break Re: [EGIT] [legacy/imlib2] master 05/05: Fix various potential OOM crashes.

2016-04-28 Thread Simon Lees
Hi Kim, this change breaks api on intel 64bit platforms according to our scripts. (I didn't pick it either) api.c, libImlib2.so.1.4.5 [−] imlib_free_pixmap_and_mask ( Pixmap pixmap ) (1) Change: The parameter pixmap became passed in rdi register instead of rsi. Effect: Applications will read the w

Re: [E-devel] eo_part and containers API

2016-04-28 Thread Jean-Philippe André
Hi, On 29 April 2016 at 12:19, David Seikel wrote: > On Fri, 29 Apr 2016 11:32:39 +0900 Jean-Philippe André > wrote: > > > As for bindings, they need to be able to dynamically know which > > functions an object support based on its class (here the object is an > > instance of a class implementi

Re: [E-devel] eo_part and containers API

2016-04-28 Thread Jean-Philippe André
Hi Tom, On 29 April 2016 at 11:32, Jean-Philippe André wrote: > > > On 29 April 2016 at 00:51, Tom Hacohen wrote: > >> On 28/04/16 06:25, Jean-Philippe André wrote: >> > On 27 April 2016 at 23:44, Tom Hacohen wrote: >> > >> >> On 26/04/16 06:28, Jean-Philippe André wrote: >> >>> Hello, >> >>>

Re: [E-devel] eo_part and containers API

2016-04-28 Thread David Seikel
On Fri, 29 Apr 2016 13:22:09 +0900 Jean-Philippe André wrote: > Hi, > > On 29 April 2016 at 12:19, David Seikel wrote: > > > On Fri, 29 Apr 2016 11:32:39 +0900 Jean-Philippe André > > wrote: > > > > > As for bindings, they need to be able to dynamically know which > > > functions an object su