Re: [E-devel] [PATCH] gadman: support for multiple zones

2009-07-06 Thread Luca De Marini
2009/7/6 manio > Gustavo Sverzut Barbieri wrote: > >> 2009/7/6 manio : >> >> >>> Hello >>> Finaly i finished a patch for making gadman gadcons for multiple zones. I >>> did it same as a shelf - i also needed to add a zone property to the >>> config. >>> One gadcon is changed to list of gadcons. I

[E-devel] E logo usage question

2009-07-06 Thread Thanatermesis
A friend is asking me about the license of the new E logo, in order to use it on a "conceptual map of free software" that aparently is licensed under the GPL. Please if you answer this thread, add in your CC: the email of this person in order to be informed too: h |at| saberlibre |dot| net Btw c

Re: [E-devel] evas point object

2009-07-06 Thread nomaafa
Vincent, it sounds complicated but I guess it is more accurate. Like Viktor I tried evas line with (x1,y1)=(x2,y2) and it seems correct. ** Viktor: wouldn't it be easier to just use an evas rectangle with width and height of 1px? On Mon, 2009-07-06 at 21:52 +0200, Vincent Torri wrot

Re: [E-devel] evas point object

2009-07-06 Thread Vincent Torri
On Mon, 6 Jul 2009, Gustavo Sverzut Barbieri wrote: > On Mon, Jul 6, 2009 at 4:52 PM, Vincent Torri wrote: >> >> Hey, >> >>> may be that the issue has already been asked but do not be afraid to be >>> stupid. >>> >>> I can not identify the function to draw a point (the equivalent of the >>> mo

Re: [E-devel] evas point object

2009-07-06 Thread Vincent Torri
On Mon, 6 Jul 2009, Viktor Kojouharov wrote: wouldn't it be easier to just use an evas rectangle with width and height of 1px? well, usually, painting points are for a specific purpose. If the purpose is to fill the entire evas object, it might be a lot of objects. Take an evas object of s

Re: [E-devel] evas point object

2009-07-06 Thread Viktor Kojouharov
wouldn't it be easier to just use an evas rectangle with width and height of 1px? On Mon, 2009-07-06 at 21:52 +0200, Vincent Torri wrote: > Hey, > > > may be that the issue has already been asked but do not be afraid to be > > stupid. > > > > I can not identify the function to draw a point (the

Re: [E-devel] evas point object

2009-07-06 Thread Gustavo Sverzut Barbieri
On Mon, Jul 6, 2009 at 4:52 PM, Vincent Torri wrote: > > Hey, > >> may be that the issue has already been asked but do not be afraid to be >> stupid. >> >> I can not identify the function to draw a point (the equivalent of the motif >> XDrawPoint function). > > You're not blind, there is no such

Re: [E-devel] evas point object

2009-07-06 Thread Vincent Torri
Hey, > may be that the issue has already been asked but do not be afraid to be > stupid. > > I can not identify the function to draw a point (the equivalent of the motif > XDrawPoint function). You're not blind, there is no such function. To draw a point (i guess that you want to draw several

Re: [E-devel] [PATCH] gadman: support for multiple zones

2009-07-06 Thread manio
Gustavo Sverzut Barbieri wrote: 2009/7/6 manio : Hello Finaly i finished a patch for making gadman gadcons for multiple zones. I did it same as a shelf - i also needed to add a zone property to the config. One gadcon is changed to list of gadcons. In this way every client has a proper zone (o

[E-devel] evas point object

2009-07-06 Thread nomaafa
Hi all, may be that the issue has already been asked but do not be afraid to be stupid. I can not identify the function to draw a point (the equivalent of the motif XDrawPoint function). Thank you for your help --

Re: [E-devel] [PATCH] gadman: support for multiple zones

2009-07-06 Thread Gustavo Sverzut Barbieri
2009/7/6 manio : > Hello > Finaly i finished a patch for making gadman gadcons for multiple zones. I > did it same as a shelf - i also needed to add a zone property to the config. > One gadcon is changed to list of gadcons. In this way every client has a > proper zone (obtained from parent gadcon)

[E-devel] [PATCH] gadman: support for multiple zones

2009-07-06 Thread manio
Hello Finaly i finished a patch for making gadman gadcons for multiple zones. I did it same as a shelf - i also needed to add a zone property to the config. One gadcon is changed to list of gadcons. In this way every client has a proper zone (obtained from parent gadcon) - and the popups shows