[E-devel] [PATCH] elm_button : Delete autorepeat timer here and there

2010-04-07 Thread Brian Wang
Hello all, The attached patch properly stops the autorepeat timer when the mouse is up. It sets the 'repeating' flag properly and acts accordingly. Without the patch, clicking an elm_button with autorepeat enabled rather quickly will cause the repeated events to be generated forever. The timing

Re: [E-devel] e17 on on MacOS-X 10.5

2010-04-07 Thread Dave Ray
I just want to write a quick note that after many iterations of compiling, e17 is now starting up and running on MacOS-X 10.5.8 without fink or mac ports. Using the latest Apple X11 development release for MacOSX. I'm still working out the kinks and hope to post more details soon. I'll defi

Re: [E-devel] Include hour and minute in rpm spec release tags

2010-04-07 Thread Michael Jennings
On Wednesday, 07 April 2010, at 12:27:47 (+0100), Rui Miguel Silva Seabra wrote: > >> I'm sorry, but that breaks the whole point of having clean software > >> installs. > > > > How, exactly? I notice that you did not answer this question. Did you miss it, or did you intentionally ignore it? >

Re: [E-devel] again problems to build editje

2010-04-07 Thread Tom Haste
On 8 April 2010 04:14, Gustavo Sverzut Barbieri wrote: > On Wed, Apr 7, 2010 at 10:57 AM, Andreas Volz wrote: >> Am Wed, 7 Apr 2010 07:09:34 -0800 schrieb Gustavo Sverzut Barbieri: >> >>> On Tue, Apr 6, 2010 at 10:07 PM, Andreas Volz >>> wrote: >>> > Am Tue, 6 Apr 2010 13:35:46 -0800 schrieb Gus

Re: [E-devel] efreet desktop cache

2010-04-07 Thread Christopher Michael
On 04/07/2010 07:09 PM, Carsten Haitzler (The Rasterman) wrote: > On Tue, 06 Apr 2010 21:01:07 +0200 Sebastian Dransfeld > said: > >> I think I now have all components needed to make the new cache mechanism >> complete. It is not perfect, but I think it should work well enough. > > indeed. one of

Re: [E-devel] efreet desktop cache

2010-04-07 Thread Christopher Michael
On 04/07/2010 07:09 PM, Carsten Haitzler (The Rasterman) wrote: > On Tue, 06 Apr 2010 21:01:07 +0200 Sebastian Dransfeld > said: > >> I think I now have all components needed to make the new cache mechanism >> complete. It is not perfect, but I think it should work well enough. > > indeed. one of

Re: [E-devel] Edje split/merge/copy

2010-04-07 Thread The Rasterman
On Mon, 5 Apr 2010 23:06:52 +0200 Andreas Volz said: > Hello, > > for some needs I thought about implementing a tool that is able to do > these actions: > > - copy a group in a Edje file in the same Edje (double a group) hmmm... why? if it's just a copy - then you can use aliases (symlinks wit

Re: [E-devel] E SVN: cedric trunk/e/src/bin

2010-04-07 Thread The Rasterman
On Wed, 7 Apr 2010 06:09:01 -0800 Gustavo Sverzut Barbieri said: > On Wed, Apr 7, 2010 at 5:59 AM, Vincent Torri wrote: > > On Wed, 7 Apr 2010, Enlightenment SVN wrote: > > > >> Log: > >>       * e: Config in E17 could take avantage off Eet mapped string, but > >> right now the API doesn't provi

Re: [E-devel] crop image

2010-04-07 Thread The Rasterman
On Wed, 07 Apr 2010 21:22:38 +0200 ychouchane said: > Hello, i m trying to make that : > I have an image with many zone, and i want take little zone and position > it where i want on my window, so i use this function : > > #include > #include > > #define LARGEUR_TILE 24 // hauteur et largeur

Re: [E-devel] efreet desktop cache

2010-04-07 Thread The Rasterman
On Tue, 06 Apr 2010 21:01:07 +0200 Sebastian Dransfeld said: > I think I now have all components needed to make the new cache mechanism > complete. It is not perfect, but I think it should work well enough. indeed. one of the last nigglies got fixed (system config apps list in e works again! :)

Re: [E-devel] again problems to build editje

2010-04-07 Thread Gustavo Sverzut Barbieri
On Wed, Apr 7, 2010 at 10:57 AM, Andreas Volz wrote: > Am Wed, 7 Apr 2010 07:09:34 -0800 schrieb Gustavo Sverzut Barbieri: > >> On Tue, Apr 6, 2010 at 10:07 PM, Andreas Volz >> wrote: >> > Am Tue, 6 Apr 2010 13:35:46 -0800 schrieb Gustavo Sverzut Barbieri: >> > >> >> On Tue, Apr 6, 2010 at 1:07 P

Re: [E-devel] e17 on on MacOS-X 10.5

2010-04-07 Thread Vincent Torri
On Wed, 7 Apr 2010, Dave Ray wrote: > I'm using e17 as an X11 window manager for Apple's X11 implementation. In > theory It's possible to use e17 foundation libs to build apps that don't > require X11 ("cocoa"), but that's not what I'm doing. Someone on this list > told me I didn't need ecore

Re: [E-devel] e17 on on MacOS-X 10.5

2010-04-07 Thread Dave Ray
I'm using e17 as an X11 window manager for Apple's X11 implementation. In theory It's possible to use e17 foundation libs to build apps that don't require X11 ("cocoa"), but that's not what I'm doing. Someone on this list told me I didn't need ecore_x, but that mislead me. They were correct

[E-devel] Crop_image

2010-04-07 Thread ychouchane
To complet my message , an image to resume what i want to do : http://www.siteduzero.com/uploads/fr/files/188001_189000/188039.jpg and the result of the code i show u on the first message: http://img96.imageshack.us/img96/4097/capture1rf.png thanks -

[E-devel] crop image

2010-04-07 Thread ychouchane
Hello, i m trying to make that : I have an image with many zone, and i want take little zone and position it where i want on my window, so i use this function : #include #include #define LARGEUR_TILE 24 // hauteur et largeur des tiles. #define HAUTEUR_TILE 16 #define NOMBRE_BLOCS_LARGEUR 15

Re: [E-devel] again problems to build editje

2010-04-07 Thread Andreas Volz
Am Wed, 7 Apr 2010 07:09:34 -0800 schrieb Gustavo Sverzut Barbieri: > On Tue, Apr 6, 2010 at 10:07 PM, Andreas Volz > wrote: > > Am Tue, 6 Apr 2010 13:35:46 -0800 schrieb Gustavo Sverzut Barbieri: > > > >> On Tue, Apr 6, 2010 at 1:07 PM, Andreas Volz > >> wrote: > >> > Hello, > >> > > >> > each

Re: [E-devel] E SVN: cedric trunk/e/src/bin

2010-04-07 Thread Cedric BAIL
On Wed, Apr 7, 2010 at 4:09 PM, Gustavo Sverzut Barbieri wrote: > On Wed, Apr 7, 2010 at 5:59 AM, Vincent Torri wrote: >> On Wed, 7 Apr 2010, Enlightenment SVN wrote: >> >>> Log: >>>       * e: Config in E17 could take avantage off Eet mapped string, but >>> right >>>       now the API doesn't p

Re: [E-devel] E SVN: cedric trunk/e/src/bin

2010-04-07 Thread Gustavo Sverzut Barbieri
On Wed, Apr 7, 2010 at 5:59 AM, Vincent Torri wrote: > On Wed, 7 Apr 2010, Enlightenment SVN wrote: > >> Log: >>       * e: Config in E17 could take avantage off Eet mapped string, but right >>       now the API doesn't provide a way to let the Eet_File open. So don't >>       hack around Eet API

Re: [E-devel] E SVN: cedric trunk/e/src/bin

2010-04-07 Thread Gustavo Sverzut Barbieri
On Wed, Apr 7, 2010 at 5:54 AM, Enlightenment SVN wrote: > Log: >        * e: Config in E17 could take avantage off Eet mapped string, but right >        now the API doesn't provide a way to let the Eet_File open. So don't >        hack around Eet API and use the proper API. > >        TODO: Break

Re: [E-devel] e17 on on MacOS-X 10.5

2010-04-07 Thread Sachiel
On Wed, Apr 7, 2010 at 10:34 AM, Vincent Torri wrote: > > > On Wed, 7 Apr 2010, Iván Briano (Sachiel) wrote: > >> E is a window manager for X, thus, it requires X. > > can't the Windows manager of the mac os x be replaced ? > As far as I know, the "wm" of theirs is not an X thing, so you would st

Re: [E-devel] E SVN: cedric trunk/e/src/bin

2010-04-07 Thread Vincent Torri
On Wed, 7 Apr 2010, Enlightenment SVN wrote: > Log: > * e: Config in E17 could take avantage off Eet mapped string, but right > now the API doesn't provide a way to let the Eet_File open. So don't > hack around Eet API and use the proper API. > > TODO: Break E_Config API

Re: [E-devel] Include hour and minute in rpm spec release tags

2010-04-07 Thread Albin Tonnerre
On Wed, Apr 7, 2010 at 1:27 PM, Rui Miguel Silva Seabra wrote: > Again: I have no intention of treading on your toes, you're making it > personal and I have more than once pointed out that there is nothing of > the such. I don't think anyone is trying to make it personal. You think that adding HH

Re: [E-devel] Include hour and minute in rpm spec release tags

2010-04-07 Thread Rui Miguel Silva Seabra
Em 06-04-2010 19:40, Michael Jennings escreveu: > On Tuesday, 06 April 2010, at 14:38:36 (+0100), > Rui Miguel Silva Seabra wrote: > >> I'm sorry, but that breaks the whole point of having clean software >> installs. > > How, exactly? > >> It's definitely *not* a sane (in terms of package DB) re

Re: [E-devel] e17 on on MacOS-X 10.5

2010-04-07 Thread Vincent Torri
On Wed, 7 Apr 2010, Iván Briano (Sachiel) wrote: E is a window manager for X, thus, it requires X. can't the Windows manager of the mac os x be replaced ? Vincent-- Download Intel® Parallel Studio Eval Try the new s

Re: [E-devel] E SVN: englebass trunk/efreet/src/lib

2010-04-07 Thread Cedric BAIL
On Tue, Apr 6, 2010 at 8:35 PM, Enlightenment SVN wrote: > Log: >  efreet: TODO++ > Author:       englebass > Date:         2010-04-06 11:35:18 -0700 (Tue, 06 Apr 2010) > New Revision: 47788 > > Modified: >  trunk/efreet/src/lib/efreet_menu.c > > Modified: trunk/efreet/src/lib/efreet_menu.c >