Re: [E-devel] [EGIT] [core/efl] master 01/01: fix bug introduced by: f1ba71147e6522d5f5bce48e81bf5f2dab3068d6

2013-06-10 Thread Tom Hacohen
I know they are not the same. However I don't see how getting the font's bounding box (what's done in the max ascent/descent functions) is any better than getting the font's requested ascent/descent. What issue have you noticed? The bounding box looked wa too big, that's why I adjusted

[E-devel] elm/evas callback sequence

2013-06-10 Thread Leif Middelschulte
Hi, I'm trying to reset some global state once an object loses its focus and set a different one, when another one is clicked. Let's assume the focuse switches from obj A to B via mouse click. The problem is, that the unfocused callback of A is called _after_ object B's mouse clicked callback.

Re: [E-devel] [EGIT] [core/efl] master 01/01: fix bug introduced by: f1ba71147e6522d5f5bce48e81bf5f2dab3068d6

2013-06-10 Thread The Rasterman
On Mon, 10 Jun 2013 10:58:12 +0100 Tom Hacohen tom.haco...@samsung.com said: I know they are not the same. However I don't see how getting the font's bounding box (what's done in the max ascent/descent functions) is any better than getting the font's requested ascent/descent. What issue

Re: [E-devel] [EGIT] [core/efl] master 01/01: fix bug introduced by: f1ba71147e6522d5f5bce48e81bf5f2dab3068d6

2013-06-10 Thread Tom Hacohen
On 10/06/13 12:04, Carsten Haitzler (The Rasterman) wrote: On Mon, 10 Jun 2013 10:58:12 +0100 Tom Hacohen tom.haco...@samsung.com said: I know they are not the same. However I don't see how getting the font's bounding box (what's done in the max ascent/descent functions) is any better than

Re: [E-devel] [EGIT] [core/efl] master 01/01: fix bug introduced by: f1ba71147e6522d5f5bce48e81bf5f2dab3068d6

2013-06-10 Thread The Rasterman
On Mon, 10 Jun 2013 12:43:50 +0100 Tom Hacohen tom.haco...@samsung.com said: On 10/06/13 12:04, Carsten Haitzler (The Rasterman) wrote: On Mon, 10 Jun 2013 10:58:12 +0100 Tom Hacohen tom.haco...@samsung.com said: I know they are not the same. However I don't see how getting the font's

Re: [E-devel] [EGIT] [core/elementary] master 06/06: calendar, check, clock, colorselector, datetime, diskselector, flipselector, gengrid: added focused and unfocused documentations.

2013-06-10 Thread Gustavo Lima Chaves
* Daniel Juyung Seo - Enlightenment Git no-re...@enlightenment.org [2013-06-09 02:54:19 -0700]: IMO we'd be better here by taking to a (base) widget documentation page, where all global smart callbacks and stuff are gathered together. Replicating this kind of info through the 666 widgets is

Re: [E-devel] [EGIT] [core/efl] master 02/02: eo_class_new: fix big memory waste

2013-06-10 Thread Cedric BAIL
On Mon, Jun 10, 2013 at 11:35 PM, Jérémy Zurcher - Enlightenment Git no-re...@enlightenment.org wrote: jeyzu pushed a commit to branch master. commit 1f7ae48215168724d35e6c8076eba39eef47ee72 Author: Jérémy Zurcher jer...@asynk.ch Date: Mon Jun 10 16:19:43 2013 +0200 eo_class_new: fix

Re: [E-devel] [EGIT] [core/elementary] master 06/06: calendar, check, clock, colorselector, datetime, diskselector, flipselector, gengrid: added focused and unfocused documentations.

2013-06-10 Thread ChunEon Park
and doc looks fault. entry shouldn't be. -Regards, Hermet- -Original Message- From: Gustavo Lima Chavesgl...@profusion.mobi To: enlightenment-devel@lists.sourceforge.net; Cc: enlightenment-...@lists.sourceforge.net; Sent: 2013-06-10 (월) 22:51:59

Re: [E-devel] [EGIT] [core/elementary] master 06/06: calendar, check, clock, colorselector, datetime, diskselector, flipselector, gengrid: added focused and unfocused documentations.

2013-06-10 Thread Daniel Juyung Seo
Yeah my bad.. it was already fixed yesterday. I normally do not push commits directly because of this kind of human mistake situation. But this happend anyway... :( Thanks. Daniel Juyung Seo (SeoZ) On Tue, Jun 11, 2013 at 11:26 AM, ChunEon Park her...@naver.com wrote: and doc looks fault.

Re: [E-devel] [EGIT] [core/elementary] master 06/06: calendar, check, clock, colorselector, datetime, diskselector, flipselector, gengrid: added focused and unfocused documentations.

2013-06-10 Thread Daniel Juyung Seo
Thanks for the good suggestion. Documentation job was super painful and boring actually. I also considered those kind of a base widget documentation but focused, unfocused are not global smart callback for all widgets.Only focusable widgets emit those signals. So I chose to go through painful

Re: [E-devel] [EGIT] [core/efl] master 02/02: eo_class_new: fix big memory waste

2013-06-10 Thread Jérémy Zurcher
HI Cedric I'm on 64bits, cheap beers and good quality cheese. On Tuesday 11 June 2013 09:59, Cedric BAIL wrote : On Mon, Jun 10, 2013 at 11:35 PM, Jérémy Zurcher - Enlightenment Git no-re...@enlightenment.org wrote: jeyzu pushed a commit to branch master. commit

Re: [E-devel] [EGIT] [core/efl] master 02/02: eo_class_new: fix big memory waste

2013-06-10 Thread Daniel Juyung Seo
Wow.. great job! This will save a lot of memory if we have many objects. Thanks! Daniel Juyung Seo (SeoZ) On Tue, Jun 11, 2013 at 9:59 AM, Cedric BAIL cedric.b...@free.fr wrote: On Mon, Jun 10, 2013 at 11:35 PM, Jérémy Zurcher - Enlightenment Git no-re...@enlightenment.org wrote: jeyzu