Re: [E-devel] Eo: potential improvements

2013-08-04 Thread Jérémy Zurcher
On Monday 05 August 2013 12:18, Cedric BAIL wrote : > Hello, > > On Fri, Aug 2, 2013 at 11:33 PM, Jérémy Zurcher wrote: > > On Friday 02 August 2013 03:42, Cedric BAIL wrote : > >> On Thu, Aug 1, 2013 at 2:03 PM, Jérémy Zurcher wrote: > >> > these where my numbers beforeand

Re: [E-devel] Eo: potential improvements

2013-08-04 Thread daniel.za...@samsung.com
Hi Jeremy On 08/05/2013 02:12 AM, Jérémy Zurcher wrote: > On Sunday 04 August 2013 10:20, daniel.za...@samsung.com wrote : >> Hi Jeremy, > Hello Daniel >> On 08/02/2013 05:33 PM, Jérémy Zurcher wrote: >>> On Friday 02 August 2013 03:42, Cedric BAIL wrote : Hello, On Thu, Aug 1, 20

Re: [E-devel] [core/enlightenment] master 01/01: as of e18 - we now are compositing only, which means we also don't have to do a revers then forward paass in eval... which can cause ugly things like r

2013-08-04 Thread P Purkayastha
On 08/04/2013 04:38 PM, Michael Blumenkrantz wrote: > On Sat, Aug 3, 2013 at 4:52 AM, Carsten Haitzler > wrote: > > On Fri, 2 Aug 2013 12:19:17 -0300 Gustavo Lima Chaves > mailto:gl...@profusion.mobi>> > said: > > > * Carsten Haitzler

Re: [E-devel] [EGIT] [core/elementary] master 01/01: ethumb - stop requesting ethumbd to start again every time it dies

2013-08-04 Thread Daniel Juyung Seo
But examples in elementary also does the same thing. http://git.enlightenment.org/core/elementary.git/tree/src/examples/thumb_example_01.c Daniel Juyung Seo (SeoZ) On Mon, Aug 5, 2013 at 12:26 PM, Carsten Haitzler wrote: > On Mon, 5 Aug 2013 11:19:27 +0900 Daniel Juyung Seo > said: > > badness

Re: [E-devel] [EGIT] [core/elementary] master 01/01: ethumb - stop requesting ethumbd to start again every time it dies

2013-08-04 Thread The Rasterman
On Mon, 5 Aug 2013 11:19:27 +0900 Daniel Juyung Seo said: badness on ephoto's part to assume ethumb client must be connected at all times and to assume ethumb client settings survive - eg ethumbd timeouts. :) > Hello, raster can you check this commit again? > > It broke existing ethumb sample/a

Re: [E-devel] Eo: potential improvements

2013-08-04 Thread Cedric BAIL
Hello, On Fri, Aug 2, 2013 at 11:33 PM, Jérémy Zurcher wrote: > On Friday 02 August 2013 03:42, Cedric BAIL wrote : >> On Thu, Aug 1, 2013 at 2:03 PM, Jérémy Zurcher wrote: >> > these where my numbers beforeand now >> > >> > simple inc() - 9 calls >> > calls/eo_do() EO

Re: [E-devel] [EGIT] [apps/terminology] master 01/01: restore some shift based keyinput after fex to use key not keyname.

2013-08-04 Thread Daniel Juyung Seo
Confirmed. Thanks it's fixed. Daniel Juyung Seo (SeoZ) On Mon, Aug 5, 2013 at 11:36 AM, Carsten Haitzler - Enlightenment Git < no-re...@enlightenment.org> wrote: > raster pushed a commit to branch master. > > commit 3fcaad12edc84684e1c09f5aacc6f6f81e91601a > Author: Carsten Haitzler (Rasterman)

Re: [E-devel] [EGIT] [core/elementary] master 01/01: ethumb - stop requesting ethumbd to start again every time it dies

2013-08-04 Thread Daniel Juyung Seo
Yes that looks fine to me. Please fix this for the backward compatibility. Thanks for debugging Okra. Daniel Juyung Seo (SeoZ) On Mon, Aug 5, 2013 at 11:33 AM, Stephen Houston wrote: > If you use the code suggested in elementary/src/lib/elm_thumb_common.h ... > elm_thumb_ethumb_client_get will

Re: [E-devel] [EGIT] [core/elementary] master 01/01: ethumb - stop requesting ethumbd to start again every time it dies

2013-08-04 Thread Stephen Houston
If you use the code suggested in elementary/src/lib/elm_thumb_common.h ... elm_thumb_ethumb_client_get will get a false because elm_need_ethumb is no longer setting _elm_ethumb_client. If you add: if (!_elm_ethumb_client) _elm_ethumb_client = ethumb_client_connect(_connect_cb, NULL, NULL);

Re: [E-devel] [EGIT] [core/elementary] master 01/01: ethumb - stop requesting ethumbd to start again every time it dies

2013-08-04 Thread Daniel Juyung Seo
Hello, raster can you check this commit again? It broke existing ethumb sample/apps. http://git.enlightenment.org/core/elementary.git/tree/src/examples/thumb_example_01.c This thumb example is broken after this commit and ephoto is not running due to this patch. Thanks in advance. Daniel Juyung

Re: [E-devel] [EGIT] [apps/terminology] master 02/02: use key not keyname so xmodmap works

2013-08-04 Thread Daniel Juyung Seo
Hello Raster, After this commit, ctrl + shift + t (new tab) does not work for me. Is there anything wrong in my configuration? Where to look at? Daniel Juyung Seo (SeoZ) On Wed, Jul 31, 2013 at 3:14 PM, Carsten Haitzler - Enlightenment Git < no-re...@enlightenment.org> wrote: > raster pushed a

Re: [E-devel] [EGIT] [core/enlightenment] master 01/01: as of e18 - we now are compositing only, which means we also don't have to do a revers then forward paass in eval... which can cause ugly things

2013-08-04 Thread Michael Blumenkrantz
On Sat, Aug 3, 2013 at 4:52 AM, Carsten Haitzler wrote: > On Fri, 2 Aug 2013 12:19:17 -0300 Gustavo Lima Chaves < > gl...@profusion.mobi> > said: > > > * Carsten Haitzler [2013-08-03 00:13:20 +0900]: > > > > > On Fri, 2 Aug 2013 11:16:51 -0300 Gustavo Lima Chaves < > gl...@profusion.mobi> > > > s

Re: [E-devel] Eo: potential improvements

2013-08-04 Thread daniel.za...@samsung.com
Hi Jeremy, On 08/02/2013 05:33 PM, Jérémy Zurcher wrote: > On Friday 02 August 2013 03:42, Cedric BAIL wrote : >> Hello, >> >> On Thu, Aug 1, 2013 at 2:03 PM, Jérémy Zurcher wrote: >>> what is the purpose of these hooks again, >> Improving our tooling. Right now there is at least a few tools tha