[E-devel] [Patch] elm_gengrid reorder mode moving effect added

2011-06-09 Thread Jeonghyun Yun
Dear All. I made a patch for elm_gengrid moving effect on reorder mode. You can see reorder moving effect when you reorder item. Please review this patch. Thanks. elm_gengrid.patch Description: Binary data -- EditLive

[E-devel] eweather and itask broken?

2011-06-09 Thread Ag. Systems Administrator - Danny
Hello List, After recent update these 2 (eweather and itask) failing to compile: make[3]: Leaving directory `/opt/DEVEL/e17_svn/E-MODULES-EXTRA/eweather/src/module' make[3]: Entering directory `/opt/DEVEL/e17_svn/E-MODULES-EXTRA/eweather/src' make[3]: Nothing to be done for `all-am'. make[3]: Lea

Re: [E-devel] eweather and itask broken?

2011-06-09 Thread Vincent Torri
On Thu, 9 Jun 2011, Ag. Systems Administrator - Danny wrote: > Hello List, > > After recent update these 2 (eweather and itask) failing to compile: i'll fix that this evening Vincent > > make[3]: Leaving directory > `/opt/DEVEL/e17_svn/E-MODULES-EXTRA/eweather/src/module' > make[3]: Entering

Re: [E-devel] E SVN: cedric IN trunk/ecore: . src/lib/ecore

2011-06-09 Thread Vincent Torri
On Thu, 9 Jun 2011, Enlightenment SVN wrote: > Log: > ecore: add ecore_pipe_wait. > > > Author: cedric > Date: 2011-06-09 07:54:24 -0700 (Thu, 09 Jun 2011) > New Revision: 60135 > Trac: http://trac.enlightenment.org/e/changeset/60135 > > Modified: > trunk/ecore/ChangeLog t

Re: [E-devel] E SVN: cedric IN trunk/ecore: . src/lib/ecore

2011-06-09 Thread Cedric BAIL
On Thu, Jun 9, 2011 at 5:00 PM, Vincent Torri wrote: > On Thu, 9 Jun 2011, Enlightenment SVN wrote: > >> Log: >> ecore: add ecore_pipe_wait. >> >> >> Author:       cedric >> Date:         2011-06-09 07:54:24 -0700 (Thu, 09 Jun 2011) >> New Revision: 60135 >> Trac:         http://trac.enlightenment

Re: [E-devel] E SVN: cedric IN trunk/ecore: . src/lib/ecore

2011-06-09 Thread Vincent Torri
On Thu, 9 Jun 2011, Cedric BAIL wrote: On Thu, Jun 9, 2011 at 5:00 PM, Vincent Torri wrote: On Thu, 9 Jun 2011, Enlightenment SVN wrote: Log: ecore: add ecore_pipe_wait. Author:       cedric Date:         2011-06-09 07:54:24 -0700 (Thu, 09 Jun 2011) New Revision: 60135 Trac:         http

Re: [E-devel] E SVN: antognolli IN trunk/devs: . gastal

2011-06-09 Thread Daniel Juyung Seo
Hello, Jonas M. Gasta. Welcome to enlightenment world :) Daniel Juyung Seo (SeoZ) On Thu, Jun 9, 2011 at 10:53 PM, Enlightenment SVN wrote: > Log: > Adding a new developer - Jonas M. Gastal. > >  He's also working on documentation, and should start committing his work > soon. > > > > Author:  

Re: [E-devel] E SVN: antognolli IN trunk/devs: . gastal

2011-06-09 Thread Tom Hacohen
On Fri, 2011-06-10 at 00:36 +0900, Daniel Juyung Seo wrote: > Hello, Jonas M. Gasta. > Welcome to enlightenment world :) +1, welcome Jonas. -- Tom. -- EditLive Enterprise is the world's most technically advanced content

Re: [E-devel] E SVN: antognolli IN trunk/devs: . gastal

2011-06-09 Thread Rafael Antognolli
On Thu, Jun 9, 2011 at 1:15 PM, Tom Hacohen wrote: > On Fri, 2011-06-10 at 00:36 +0900, Daniel Juyung Seo wrote: >> Hello, Jonas M. Gasta. >> Welcome to enlightenment world :) > > +1, welcome Jonas. > Hmm... and he's not in yet, since just adding him to the list of devs wasn't enough to give svn

Re: [E-devel] E SVN: devilhorns trunk/evas/src/modules/engines/gl_x11

2011-06-09 Thread Vincent Torri
On Thu, 9 Jun 2011, Enlightenment SVN wrote: > Log: > Evas: GL_X11 engine: Do not set UNUSED on variables that we actually > use and remove some extra whitespace between functions. just a note : the use of the attribute means that the variable can be unused. It's not a requirement. See: http

Re: [E-devel] E SVN: antognolli IN trunk/devs: . gastal

2011-06-09 Thread Jonas M. Gastal
On Thursday, June 09, 2011 15:34:43 Rafael Antognolli wrote: > On Thu, Jun 9, 2011 at 1:15 PM, Tom Hacohen > > wrote: > > On Fri, 2011-06-10 at 00:36 +0900, Daniel Juyung Seo wrote: > >> Hello, Jonas M. Gasta. > >> Welcome to enlightenment world :) > > > > +1, welcome Jonas. > > Hmm... and he's

Re: [E-devel] E SVN: antognolli IN trunk/devs: . gastal

2011-06-09 Thread Vincent Torri
On Thu, 9 Jun 2011, Jonas M. Gastal wrote: > On Thursday, June 09, 2011 15:34:43 Rafael Antognolli wrote: >> On Thu, Jun 9, 2011 at 1:15 PM, Tom Hacohen >> >> wrote: >>> On Fri, 2011-06-10 at 00:36 +0900, Daniel Juyung Seo wrote: Hello, Jonas M. Gasta. Welcome to enlightenment world :

Re: [E-devel] E SVN: antognolli IN trunk/devs: . gastal

2011-06-09 Thread Tiago Falcao
Welcome! On Thu, Jun 9, 2011 at 4:40 PM, Jonas M. Gastal wrote: > On Thursday, June 09, 2011 15:34:43 Rafael Antognolli wrote: > > On Thu, Jun 9, 2011 at 1:15 PM, Tom Hacohen > > > > wrote: > > > On Fri, 2011-06-10 at 00:36 +0900, Daniel Juyung Seo wrote: > > >> Hello, Jonas M. Gasta. > > >> Wel

Re: [E-devel] E SVN: devilhorns trunk/evas/src/modules/engines/gl_x11

2011-06-09 Thread Christopher Michael
On 06/09/2011 03:30 PM, Vincent Torri wrote: > > > On Thu, 9 Jun 2011, Enlightenment SVN wrote: > >> Log: >> Evas: GL_X11 engine: Do not set UNUSED on variables that we actually >> use and remove some extra whitespace between functions. > > just a note : the use of the attribute means that the va

Re: [E-devel] E SVN: tasn IN trunk/elementary: data/themes src/lib

2011-06-09 Thread Daniel Juyung Seo
Hi Tom, this breaks label. Label was not visible in elementary_test and elementary_config. I temporarily fixed it with Hyoyoung(ihyoyoung)'s help. http://trac.enlightenment.org/e/changeset/60160 Can you check it? Daniel Juyung Seo (SeoZ) On Thu, Jun 9, 2011 at 10:56 PM, Enlightenment SVN wrote

[E-devel] [Patch] evas scale function overflow problem.

2011-06-09 Thread Jiyoun Park
I add some check code to avoid overflow problem into file related with evas scale function. Usually fixed point using 16bit shift, so I check whether the value over 32767. I only check the value related with overflow. Below is mail I wrote before. Thanks. --