Re: [E-devel] Commit access for Jean-Philippe Andre

2013-07-03 Thread Stefan Schmidt
Hello. On 07/03/2013 02:37 AM, Jean-Philippe André wrote: > > I wasn't expecting anyone to propose commit access so early, actually. > Maybe it's a terrible idea considering I've already broken the build :) To me this actually means you are ready. :) regards Stefan Schmidt ---

Re: [E-devel] Commit access for Jean-Philippe Andre

2013-07-03 Thread daniel.za...@samsung.com
Just one thing, JP. Don't follow Cedric, please. Compile before you push!!! On 07/03/2013 04:37 AM, Jean-Philippe André wrote: > Hi everyone! > > Sorry I broke the build for some platforms yesterday, I totally forgot to > fix that "FIXME" before submitting... > 344eae9cbd4c should help, but then a

Re: [E-devel] [EGIT] [core/elementary] master 01/01: Change the method to calculate a distance which be scrolled from linear to sine curve. And add the configuration thumbscroll_flick_distance_toleran

2013-07-03 Thread Daniel Juyung Seo
Great. Nice patch :) But check my in-lined comments. On Wed, Jul 3, 2013 at 6:43 PM, Jaehwan Kim - Enlightenment Git < no-re...@enlightenment.org> wrote: > jaehwan pushed a commit to branch master. > > commit efc204f2d30fa57dee2dbc4b0d6d713309261829 > Author: Jaehwan Kim > Date: Wed Jul 3 18:

[E-devel] Welcome another QA tool. E on scn.coverity.com

2013-07-03 Thread Stefan Schmidt
Hello. Last week I took the time to register efl, elm and e with the scan.coverity.com service. Its a commercial static analyzer (sadly not FOSS). They offer a free service for FOSS projects and I took the chance to use it. This allows us to share all the results with the community, which we

Re: [E-devel] Welcome another QA tool. E on scn.coverity.com

2013-07-03 Thread Stefan Schmidt
Hello. On 07/03/2013 11:48 AM, Stefan Schmidt wrote: > > If you want to have a look and help us fixing bugs or marking things as > false positive please register at scan.coverity.com and request access > to these projects. Daniel or myself can then approve your access and you > can have a look. >

Re: [E-devel] Welcome another QA tool. E on scn.coverity.com

2013-07-03 Thread The Rasterman
On Wed, 03 Jul 2013 13:42:22 +0100 Stefan Schmidt said: > Hello. > > On 07/03/2013 11:48 AM, Stefan Schmidt wrote: > > > > If you want to have a look and help us fixing bugs or marking things as > > false positive please register at scan.coverity.com and request access > > to these projects. Dan

Re: [E-devel] [EGIT] [core/efl] master 01/01: EFL formatting and 80 column wrap

2013-07-03 Thread Tom Hacohen
On 03/07/13 13:54, Chris Michael - Enlightenment Git wrote: > - if (ee->prop.borderless || ee->prop.fullscreen) > + if ((ee->prop.borderless) || (ee->prop.fullscreen)) This is not efl formatting, this is just over-parenthesizing. :) -- Tom. ---

Re: [E-devel] [EGIT] [core/efl] master 01/01: EFL formatting and 80 column wrap

2013-07-03 Thread Tom Hacohen
On 03/07/13 13:54, Chris Michael - Enlightenment Git wrote: > @@ -955,7 +961,9 @@ void > _ecore_evas_wl_common_object_cursor_set(Ecore_Evas *ee, Evas_Object *obj, > int layer, int hot_x, int hot_y) > { > int x, y, fx, fy; > - Ecore_Evas_Engine_Wl_Data *wdata = ee->engine.data; > + Eco

Re: [E-devel] [EGIT] [core/efl] master 01/01: EFL formatting and 80 column wrap

2013-07-03 Thread Christopher Michael
On 03/07/13 14:06, Tom Hacohen wrote: > On 03/07/13 13:54, Chris Michael - Enlightenment Git wrote: >> - if (ee->prop.borderless || ee->prop.fullscreen) >> + if ((ee->prop.borderless) || (ee->prop.fullscreen)) > This is not efl formatting, this is just over-parenthesizing. :) > > -- > Tom. Are

Re: [E-devel] [EGIT] [core/efl] master 01/01: EFL formatting and 80 column wrap

2013-07-03 Thread Tom Hacohen
On 03/07/13 14:21, Christopher Michael wrote: > On 03/07/13 14:06, Tom Hacohen wrote: >> On 03/07/13 13:54, Chris Michael - Enlightenment Git wrote: >>> - if (ee->prop.borderless || ee->prop.fullscreen) >>> + if ((ee->prop.borderless) || (ee->prop.fullscreen)) >> This is not efl formatting, thi

Re: [E-devel] Welcome another QA tool. E on scn.coverity.com

2013-07-03 Thread Gustavo Sverzut Barbieri
On Wed, Jul 3, 2013 at 10:00 AM, Carsten Haitzler wrote: > On Wed, 03 Jul 2013 13:42:22 +0100 Stefan Schmidt > said: > > > Hello. > > > > On 07/03/2013 11:48 AM, Stefan Schmidt wrote: > > > > > > If you want to have a look and help us fixing bugs or marking things as > > > false positive please r

Re: [E-devel] Welcome another QA tool. E on scn.coverity.com

2013-07-03 Thread Michael Blumenkrantz
On Wed, Jul 3, 2013 at 2:44 PM, Gustavo Sverzut Barbieri < barbi...@profusion.mobi> wrote: > On Wed, Jul 3, 2013 at 10:00 AM, Carsten Haitzler >wrote: > > > On Wed, 03 Jul 2013 13:42:22 +0100 Stefan Schmidt > > > said: > > > > > Hello. > > > > > > On 07/03/2013 11:48 AM, Stefan Schmidt wrote: >

Re: [E-devel] Welcome another QA tool. E on scn.coverity.com

2013-07-03 Thread Gustavo Sverzut Barbieri
On Wed, Jul 3, 2013 at 10:57 AM, Michael Blumenkrantz < michael.blumenkra...@gmail.com> wrote: > On Wed, Jul 3, 2013 at 2:44 PM, Gustavo Sverzut Barbieri < > barbi...@profusion.mobi> wrote: > > > On Wed, Jul 3, 2013 at 10:00 AM, Carsten Haitzler > >wrote: > > > > > On Wed, 03 Jul 2013 13:42:22 +0

Re: [E-devel] I can't build elementary on RasPi

2013-07-03 Thread 고구마
On Wed, Jul 3, 2013 at 12:00 AM, wrote: > > Send enlightenment-devel mailing list submissions to > enlightenment-devel@lists.sourceforge.net > > To subscribe or unsubscribe via the World Wide Web, visit > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel > or, via em

Re: [E-devel] Welcome another QA tool. E on scn.coverity.com

2013-07-03 Thread David Seikel
On Wed, 3 Jul 2013 22:00:11 +0900 Carsten Haitzler (The Rasterman) wrote: > On Wed, 03 Jul 2013 13:42:22 +0100 Stefan Schmidt > said: > > > Hello. > > > > On 07/03/2013 11:48 AM, Stefan Schmidt wrote: > > > > > > If you want to have a look and help us fixing bugs or marking > > > things as fal

Re: [E-devel] I can't build elementary on RasPi

2013-07-03 Thread Jérémy Zurcher
> > 1. you don't need elementary to use e17. efl is enough :) > > > > 2. anyhow it's weird. it works for me. can you give me more information? > > i don't know what information can help me. but .. what autogen > > configuration option did you use? > > > > Daniel Juyung Seo (SeoZ) > > > I just had

Re: [E-devel] [EGIT] [core/efl] master 02/02: eldbus - only unref client conns that are not null after dispatch

2013-07-03 Thread Jose Souza
On Wed, Jul 3, 2013 at 8:42 PM, Carsten Haitzler - Enlightenment Git < no-re...@enlightenment.org> wrote: > raster pushed a commit to branch master. > > commit bdd57af1136dd6c81244c15b0456ec06d10fa59e > Author: Carsten Haitzler (Rasterman) > Date: Thu Jul 4 08:41:45 2013 +0900 > > eldbus -

Re: [E-devel] [EGIT] [core/efl] master 02/02: eldbus - only unref client conns that are not null after dispatch

2013-07-03 Thread The Rasterman
On Wed, 3 Jul 2013 22:33:18 -0300 Jose Souza said: > On Wed, Jul 3, 2013 at 8:42 PM, Carsten Haitzler - Enlightenment Git < > no-re...@enlightenment.org> wrote: > > > raster pushed a commit to branch master. > > > > commit bdd57af1136dd6c81244c15b0456ec06d10fa59e > > Author: Carsten Haitzler (Ra

Re: [E-devel] [EGIT] [core/efl] master 02/02: eldbus - only unref client conns that are not null after dispatch

2013-07-03 Thread Jose Souza
Now it increase reference of libdbus_connection not eldbus_connection, some callback are removing the last reference of eldbus_connection. On Wed, Jul 3, 2013 at 10:57 PM, Carsten Haitzler wrote: > On Wed, 3 Jul 2013 22:33:18 -0300 Jose Souza > said: > > > On Wed, Jul 3, 2013 at 8:42 PM, Carste

Re: [E-devel] [EGIT] [core/efl] master 02/02: eldbus - only unref client conns that are not null after dispatch

2013-07-03 Thread The Rasterman
On Wed, 3 Jul 2013 23:01:47 -0300 Jose Souza said: > Now it increase reference of libdbus_connection not eldbus_connection, some > callback are removing the last reference of eldbus_connection. hmm that may be true. i didnt check valgrind. :) > On Wed, Jul 3, 2013 at 10:57 PM, Carsten Haitzler

Re: [E-devel] Commit access for Jean-Philippe Andre

2013-07-03 Thread Cedric BAIL
Hello, On Wed, Jul 3, 2013 at 9:37 AM, Stefan Schmidt wrote: > On 07/03/2013 02:37 AM, Jean-Philippe André wrote: >> I wasn't expecting anyone to propose commit access so early, actually. >> Maybe it's a terrible idea considering I've already broken the build :) > > To me this actually means you

Re: [E-devel] [EGIT] [core/efl] master 02/06: eina: improve Eina_Tiler to be in par with Evas_Tilebuf.

2013-07-03 Thread Michael Blumenkrantz
On Wed, 03 Jul 2013 21:06:21 -0700 Cedric Bail - Enlightenment Git wrote: > cedric pushed a commit to branch master. > > commit f825bebcdb5cba5efffb14f05008c2e06a4fbe11 > Author: Cedric Bail > Date: Thu Jul 4 12:37:51 2013 +0900 > > eina: improve Eina_Tiler to be in par with Evas_Tilebuf

Re: [E-devel] [EGIT] [core/efl] master 02/06: eina: improve Eina_Tiler to be in par with Evas_Tilebuf.

2013-07-03 Thread Cedric BAIL
On Thu, Jul 4, 2013 at 7:09 AM, Michael Blumenkrantz wrote: > On Wed, 03 Jul 2013 21:06:21 -0700 > Cedric Bail - Enlightenment Git wrote: >> cedric pushed a commit to branch master. >> >> commit f825bebcdb5cba5efffb14f05008c2e06a4fbe11 >> Author: Cedric Bail >> Date: Thu Jul 4 12:37:51 2013 +0

Re: [E-devel] Commit access for Jean-Philippe Andre

2013-07-03 Thread Jean-Philippe André
Hello! Thanks a lot for supporting me and giving me git access! I'll do my best improving EFL and the E world in general :) Hopefully I won't follow Cedric's path of borking everything :-P Cheers, JP PS: Ice cream is on me for those in Suwon ^_^ On Thu, Jul 4, 2013 at 1:13 PM, Cedric BAIL wr

Re: [E-devel] Commit access for Jean-Philippe Andre

2013-07-03 Thread michael . blumenkrantz
"Jean-Philippe André" wrote: >Hello! > >Thanks a lot for supporting me and giving me git access! >I'll do my best improving EFL and the E world in general :) >Hopefully I won't follow Cedric's path of borking everything :-P > >Cheers, >JP > >PS: Ice cream is on me for those in Suwon ^_^ > > > >On

Re: [E-devel] [EGIT] [core/efl] master 02/06: eina: improve Eina_Tiler to be in par with Evas_Tilebuf.

2013-07-03 Thread Michael Blumenkrantz
http://slexy.org/view/s248XLdIUK On Thu, Jul 4, 2013 at 6:34 AM, Cedric BAIL wrote: > On Thu, Jul 4, 2013 at 7:09 AM, Michael Blumenkrantz > wrote: > > On Wed, 03 Jul 2013 21:06:21 -0700 > > Cedric Bail - Enlightenment Git wrote: > >> cedric pushed a commit to branch master. > >> > >> commit f

Re: [E-devel] [EGIT] [core/efl] master 02/06: eina: improve Eina_Tiler to be in par with Evas_Tilebuf.

2013-07-03 Thread Cedric BAIL
On Thu, Jul 4, 2013 at 8:46 AM, Michael Blumenkrantz wrote: > http://slexy.org/view/s248XLdIUK I have no idea what this code does ! My main concern about scaling anything internally, is rounding error and synchronisation loss with the outside definition. That's why i think that a simple clear + r