Re: [E-devel] Eina: keeping .la files for mempools modules

2011-04-24 Thread The Rasterman
On Sun, 24 Apr 2011 08:55:14 +0200 (CEST) Vincent Torri said: > > > On Sun, 24 Apr 2011, Carsten Haitzler (The Rasterman) wrote: > > > On Sun, 24 Apr 2011 08:29:22 +0200 (CEST) Vincent Torri > > said: > > > >> > >> > >> On Sun, 24 Apr 2011, Carsten Haitzler (The Rasterman) wrote: > >> > >>> O

Re: [E-devel] E SVN: raster trunk/ecore/src/lib/ecore

2011-04-24 Thread Vincent Torri
On Sun, 24 Apr 2011, Enlightenment SVN wrote: > Log: > as suggested - nme it timeline I guess that you still don't want to fill the ChangLog ? Vincent > > > > Author: raster > Date: 2011-04-24 07:25:43 -0700 (Sun, 24 Apr 2011) > New Revision: 58867 > Trac: http://trac.en

Re: [E-devel] E SVN: cedric IN trunk/eina: . src/include src/lib src/modules/mp/chained_pool

2011-04-24 Thread Vincent Torri
On Sun, 24 Apr 2011, Enlightenment SVN wrote: > Modified: trunk/eina/src/lib/eina_main.c > === > --- trunk/eina/src/lib/eina_main.c2011-04-24 15:44:18 UTC (rev 58868) > +++ trunk/eina/src/lib/eina_main.c2011-04-24 15:54:09 U

Re: [E-devel] E SVN: cedric IN trunk/eina: . src/include src/lib src/modules/mp/chained_pool

2011-04-24 Thread Cedric BAIL
On Sun, Apr 24, 2011 at 6:12 PM, Vincent Torri wrote: > On Sun, 24 Apr 2011, Enlightenment SVN wrote: >> Modified: trunk/eina/src/lib/eina_main.c >> === >> --- trunk/eina/src/lib/eina_main.c    2011-04-24 15:44:18 UTC (rev 58868) >> +

Re: [E-devel] E SVN: cedric IN trunk/eina: . src/include src/lib src/modules/mp/chained_pool

2011-04-24 Thread Vincent Torri
On Sun, 24 Apr 2011, Cedric BAIL wrote: On Sun, Apr 24, 2011 at 6:12 PM, Vincent Torri wrote: On Sun, 24 Apr 2011, Enlightenment SVN wrote: Modified: trunk/eina/src/lib/eina_main.c === --- trunk/eina/src/lib/eina_main.c    2011

Re: [E-devel] E SVN: cedric IN trunk/eina: . src/include src/lib src/modules/mp/chained_pool

2011-04-24 Thread Cedric BAIL
On Sun, Apr 24, 2011 at 6:28 PM, Vincent Torri wrote: > On Sun, 24 Apr 2011, Cedric BAIL wrote: >> On Sun, Apr 24, 2011 at 6:12 PM, Vincent Torri >> wrote: >>> >>> On Sun, 24 Apr 2011, Enlightenment SVN wrote: Modified: trunk/eina/src/lib/eina_main.c ===

Re: [E-devel] E SVN: cedric IN trunk/eina: . src/include src/lib src/modules/mp/chained_pool

2011-04-24 Thread Mike Blumenkrantz
On Sun, 24 Apr 2011 18:51:54 +0200 Cedric BAIL wrote: > On Sun, Apr 24, 2011 at 6:28 PM, Vincent Torri wrote: > > On Sun, 24 Apr 2011, Cedric BAIL wrote: > >> On Sun, Apr 24, 2011 at 6:12 PM, Vincent Torri > >> wrote: > >>> > >>> On Sun, 24 Apr 2011, Enlightenment SVN wrote: > > Modif

Re: [E-devel] E SVN: cedric IN trunk/eina: . src/include src/lib src/modules/mp/chained_pool

2011-04-24 Thread Cedric BAIL
On Sun, Apr 24, 2011 at 7:04 PM, Mike Blumenkrantz wrote: > On Sun, 24 Apr 2011 18:51:54 +0200 > Cedric BAIL wrote: >> On Sun, Apr 24, 2011 at 6:28 PM, Vincent Torri wrote: >> > On Sun, 24 Apr 2011, Cedric BAIL wrote: >> >> On Sun, Apr 24, 2011 at 6:12 PM, Vincent Torri >> >> wrote: >> >>> >> >

Re: [E-devel] E SVN: cedric IN trunk/eina/src: include lib

2011-04-24 Thread Vincent Torri
On Sun, 24 Apr 2011, Enlightenment SVN wrote: > Log: > eina: put global into namespace and add lock abort > > > Author: cedric > Date: 2011-04-24 13:22:17 -0700 (Sun, 24 Apr 2011) > New Revision: 58875 > Trac: http://trac.enlightenment.org/e/changeset/58875 > > Modified: >

Re: [E-devel] E SVN: raster trunk/ecore/src/lib/ecore

2011-04-24 Thread The Rasterman
On Sun, 24 Apr 2011 17:46:08 +0200 (CEST) Vincent Torri said: > > > On Sun, 24 Apr 2011, Enlightenment SVN wrote: > > > Log: > > as suggested - nme it timeline > > I guess that you still don't want to fill the ChangLog ? it already is filled in. remember the point of the changelog is for whe

Re: [E-devel] [Patch] elm_map rotate feature

2011-04-24 Thread The Rasterman
On Wed, 20 Apr 2011 11:39:03 +0900 sangho park said: > hermet, > > thanks for your good suggestion. > as your suggestion, i revised APIs. > > but now center coordinates are useless, because rotated map is grid images. > so center coordinates are decided by each grid image. > > what do you thin

Re: [E-devel] [PATCH] bug fix in : "cursor, changed" signal is not emitted when the content of entry is removed

2011-04-24 Thread The Rasterman
On Sat, 23 Apr 2011 00:56:14 +0900 Jihoon Kim said: in svn! thanks! though a small change - it always should say cursor changed as pos could be the same, but cursor changed location due to different char sizes/wrapping etc. > Hello, > > I found the bug that "cursor,changed" signal is not emitte

Re: [E-devel] ruby ffi binding

2011-04-24 Thread The Rasterman
On Wed, 20 Apr 2011 16:21:52 +0200 Jérémy Zurcher said: hmm interesting. that looks pretty much like the efl api directly exported to ruby. callbacks work? what abotu some weird funcs that require u pass in a struct and fill it with content like func ptrs etc? > Sorry I answered to Thomas but no

Re: [E-devel] [Patch] elm_map rotate feature

2011-04-24 Thread sangho park
yes.. raster. so I changed 3d to 2d :( but I'm still eager to extend to 3d map. when I prepare to extend, I'll try again :D /** * Set the rotate degree of the map * * @param obj The map object * @param angle amount of degrees from 0.0 to 360.0 to rotate arount Z axis. * @param cx rotation's

Re: [E-devel] [Patch] Display more than 3 items

2011-04-24 Thread cnook
Dear All, Hello! I have attached patch for elm_diskselector. This patch is setting the width of elm_diskselector using its parent width size, if there is no mention in the theme file. Sincerely, Shinwoo Kim. 2011/4/7 Carsten Haitzler > On Tue, 5 Apr 2011 23:33:08 +0900 cnook said: > > tha

Re: [E-devel] composite

2011-04-24 Thread The Rasterman
On Fri, 22 Apr 2011 03:21:22 +0300 المسالم المسالمة said: ooh we use trac - check the tracker. you can file a ticket there. the mailing list though has no one actually on it. use the trac ticket thing. if you want to do email - do it here. :) > hello developers > > sorry to bothering you > > b

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

2011-04-24 Thread The Rasterman
On Thu, 21 Apr 2011 11:55:03 -0300 Gustavo Sverzut Barbieri said: > On Wed, Apr 20, 2011 at 10:47 PM, Carsten Haitzler > wrote: > > On Wed, 20 Apr 2011 10:54:03 -0300 Gustavo Sverzut Barbieri > > said: > > > >> On Wed, Apr 20, 2011 at 3:51 AM, Enlightenment SVN > >> wrote: > >> > Log: > >> > a

Re: [E-devel] [PATCH] bug fix : preedit text was commited when shift key was pressed

2011-04-24 Thread The Rasterman
On Thu, 21 Apr 2011 15:30:56 +0900 Jihoon Kim said: yes indeed - patch in svn! thanks! :) > Hi, EFL developers. > > ATM, preedit text is commited when shift key is pressed. > This patch file is for solving this bug. > > Would you please review this patch and apply in svn? > --

Re: [E-devel] E SVN: cedric IN trunk/eina/src: include lib

2011-04-24 Thread Cedric BAIL
On Sun, Apr 24, 2011 at 10:32 PM, Vincent Torri wrote: > On Sun, 24 Apr 2011, Enlightenment SVN wrote: >> Log: >> eina: put global into namespace and add lock abort >> >> >> Author:       cedric >> Date:         2011-04-24 13:22:17 -0700 (Sun, 24 Apr 2011) >> New Revision: 58875 >> Trac:         h

Re: [E-devel] NEWS files

2011-04-24 Thread The Rasterman
On Thu, 21 Apr 2011 08:52:04 +0200 (CEST) Vincent Torri said: +1 - i like. (tho it should be ecore not evas... :):):)) you want to put that in and i can add the ecore_timeline thing. > > Hey, > > We already mentioned that NEWS files should contain news features and API > additions from the p