Re: [E-devel] [EGIT] [core/efl] master 01/01: evas: let's not force an allocation and write for nothing.

2013-04-04 Thread Sebastian Dransfeld
On 04/04/2013 07:51 AM, Christopher Michael wrote: On 04/04/13 04:40, Cedric BAIL - Enlightenment Git wrote: cedric pushed a commit to branch master. commit 54b9b19b666b8fe3b2218424172253b82a0d1e2f Author: Cedric BAIL cedric.b...@samsung.com Date: Thu Apr 4 12:36:03 2013 +0900

Re: [E-devel] [EGIT] [core/efl] master 01/01: evas: let's not force an allocation and write for nothing.

2013-04-04 Thread Christopher Michael
On 04/04/13 08:00, Sebastian Dransfeld wrote: On 04/04/2013 07:51 AM, Christopher Michael wrote: On 04/04/13 04:40, Cedric BAIL - Enlightenment Git wrote: cedric pushed a commit to branch master. commit 54b9b19b666b8fe3b2218424172253b82a0d1e2f Author: Cedric BAIL cedric.b...@samsung.com

[E-devel] [Question] About depcreated elm_object_item_object_get API

2013-04-04 Thread Bluezery
Dear EFL developers, I have question about getting geometry of edje part on elemenatry object or elm object item. If ctx popup or date time widget want to be placed on the text part, I cannot find the way. Actually application should depend on edje theme part on some cases. Applications should

Re: [E-devel] [EGIT] [core/efl] master 01/01: fix word start/end logic to be consistent with other toolkits.

2013-04-04 Thread Tom Hacohen
On 04/04/13 00:52, Carsten Haitzler (The Rasterman) wrote: On Wed, 03 Apr 2013 17:26:42 +0100 Tom Hacohen tom.haco...@samsung.com said: On 28/03/13 10:49, Carsten Haitzler (The Rasterman) wrote: On Thu, 28 Mar 2013 09:56:40 + Michael Blumenkrantz michael.blumenkra...@gmail.com said:

Re: [E-devel] [Question] About depcreated elm_object_item_object_get API

2013-04-04 Thread ChunEon Park
Maybe it can be... but i don't like those kinds of apis since it will result in the increase of the theme compatibility break. For your information, Users even can't decide the ctxpopup size. Conceptually, the ctxpopup itself decides the size and position by itself.

Re: [E-devel] Enjoy - migration to git

2013-04-04 Thread Igor Murzov
On Wed, 03 Apr 2013 10:36:11 +0100 Daniel Willmann d.willm...@samsung.com wrote: On 02/04/13 11:56, Daniel Willmann wrote: On 01/04/13 10:33, Igor Murzov wrote: On Sun, 31 Mar 2013 18:09:19 -0300 Rafael Antognolli antogno...@gmail.com wrote: Hey guys, could you please do this for me?

Re: [E-devel] [EGIT] [core/efl] master 01/01: fix word start/end logic to be consistent with other toolkits.

2013-04-04 Thread The Rasterman
On Thu, 04 Apr 2013 08:39:24 +0100 Tom Hacohen tom.haco...@samsung.com said: On 04/04/13 00:52, Carsten Haitzler (The Rasterman) wrote: On Wed, 03 Apr 2013 17:26:42 +0100 Tom Hacohen tom.haco...@samsung.com said: On 28/03/13 10:49, Carsten Haitzler (The Rasterman) wrote: On Thu, 28 Mar

Re: [E-devel] [EGIT] [core/efl] master 01/01: fix word start/end logic to be consistent with other toolkits.

2013-04-04 Thread Tom Hacohen
On 04/04/13 11:43, Carsten Haitzler (The Rasterman) wrote: On Thu, 04 Apr 2013 08:39:24 +0100 Tom Hacohen tom.haco...@samsung.com said: On 04/04/13 00:52, Carsten Haitzler (The Rasterman) wrote: On Wed, 03 Apr 2013 17:26:42 +0100 Tom Hacohen tom.haco...@samsung.com said: On 28/03/13 10:49,

Re: [E-devel] [EGIT] [core/efl] master 01/01: fix word start/end logic to be consistent with other toolkits.

2013-04-04 Thread The Rasterman
On Thu, 04 Apr 2013 11:49:59 +0100 Tom Hacohen tom.haco...@samsung.com said: On 04/04/13 11:43, Carsten Haitzler (The Rasterman) wrote: On Thu, 04 Apr 2013 08:39:24 +0100 Tom Hacohen tom.haco...@samsung.com said: On 04/04/13 00:52, Carsten Haitzler (The Rasterman) wrote: On Wed, 03 Apr

Re: [E-devel] [EGIT] [core/efl] master 01/01: fix word start/end logic to be consistent with other toolkits.

2013-04-04 Thread Tom Hacohen
On 04/04/13 13:46, Carsten Haitzler (The Rasterman) wrote: On Thu, 04 Apr 2013 11:49:59 +0100 Tom Hacohen tom.haco...@samsung.com said: On 04/04/13 11:43, Carsten Haitzler (The Rasterman) wrote: On Thu, 04 Apr 2013 08:39:24 +0100 Tom Hacohen tom.haco...@samsung.com said: On 04/04/13 00:52,

[E-devel] [Bug] Terminology 0.3 (last git)

2013-04-04 Thread Jonathan BISSON
Hi, When I play a music with tybg, whenever I switch tabs, music is played twice (with one starting from the beginning). The problem disappears when I select a tab. pgpyrFBhpo2RM.pgp Description: PGP signature --

Re: [E-devel] Git weekly resume

2013-04-04 Thread Daniel Juyung Seo
On Wed, Apr 3, 2013 at 11:41 PM, Gustavo Lima Chaves gl...@profusion.mobiwrote: * Michael Blumenkrantz michael.blumenkra...@gmail.com [2013-04-03 07:36:14 +0100]: On Wed, Apr 3, 2013 at 4:18 AM, Gustavo Lima Chaves gl...@profusion.mobiwrote: * Carsten Haitzler ras...@rasterman.com

[E-devel] [PATCH] evas: fix documentation sample code format specifiers

2013-04-04 Thread U. Artie Eoff
From: U. Artie Eoff ullysses.a.e...@intel.com %f causes 0. to always be printed... changed to %d to get the desired/correct output result. Signed-off-by: U. Artie Eoff ullysses.a.e...@intel.com --- src/lib/evas/Evas.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [E-devel] [PATCH] evas: fix documentation sample code format specifiers

2013-04-04 Thread Rafael Antognolli
Applied, thanks. On Thu, Apr 4, 2013 at 3:00 PM, U. Artie Eoff ullysses.a.e...@intel.com wrote: From: U. Artie Eoff ullysses.a.e...@intel.com %f causes 0. to always be printed... changed to %d to get the desired/correct output result. Signed-off-by: U. Artie Eoff

Re: [E-devel] [Bug] Terminology 0.3 (last git)

2013-04-04 Thread The Rasterman
On Wed, 3 Apr 2013 18:29:06 +0200 Jonathan BISSON bjo...@bjonnh.net said: Hi, When I play a music with tybg, whenever I switch tabs, music is played twice (with one starting from the beginning). The problem disappears when I select a tab. this is kind of an unavoidable side-effect of the

[E-devel] ANNOUNCE: EFL 1.7.6 Stable Series and Enlightenment 0.17.2

2013-04-04 Thread Rafael Antognolli
The Enlightenment Release Team is happy to announce a new stable release of the EFL libraries, and of the Enlightenment window manager. Please read the ChangeLog and NEWS files from each specific tarball in order to get more information about what has been fixed. Would be nice if some of you

Re: [E-devel] [Bug] Terminology 0.3 (last git)

2013-04-04 Thread P Purkayastha
On 04/05/2013 08:36 AM, Carsten Haitzler (The Rasterman) wrote: On Wed, 3 Apr 2013 18:29:06 +0200 Jonathan BISSON bjo...@bjonnh.net said: Hi, When I play a music with tybg, whenever I switch tabs, music is played twice (with one starting from the beginning). The problem disappears when I

Re: [E-devel] [Enlightenment-release] ANNOUNCE: EFL 1.7.6 Stable Series and Enlightenment 0.17.2

2013-04-04 Thread Cedric BAIL
On Fri, Apr 5, 2013 at 11:35 AM, Rafael Antognolli antogno...@gmail.com wrote: The Enlightenment Release Team is happy to announce a new stable release of the EFL libraries, and of the Enlightenment window manager. Please read the ChangeLog and NEWS files from each specific tarball in order

Re: [E-devel] [Enlightenment-release] ANNOUNCE: EFL 1.7.6 Stable Series and Enlightenment 0.17.2

2013-04-04 Thread Daniel Juyung Seo
Great job! I will test this from now on :) Thanks! Daniel Juyung Seo (SeoZ) On Fri, Apr 5, 2013 at 12:25 PM, Cedric BAIL cedric.b...@free.fr wrote: On Fri, Apr 5, 2013 at 11:35 AM, Rafael Antognolli antogno...@gmail.com wrote: The Enlightenment Release Team is happy to announce a new

Re: [E-devel] [Enlightenment-release] ANNOUNCE: EFL 1.7.6 Stable Series and Enlightenment 0.17.2

2013-04-04 Thread Daniel Juyung Seo
Well 1.7.6 is going to out very soon. 1.8 is coming soon. So no more backport needed from now? On Fri, Apr 5, 2013 at 1:07 PM, Daniel Juyung Seo seojuyu...@gmail.comwrote: Great job! I will test this from now on :) Thanks! Daniel Juyung Seo (SeoZ) On Fri, Apr 5, 2013 at 12:25 PM,