Re: [E-devel] Why "Epeg" removed from EFL source tree?

2009-04-27 Thread The Rasterman
On Tue, 28 Apr 2009 09:36:21 +0800 Jianchun Zhou said: > hi, everybody: > > I found that Epeg was moved to OLD directory, does it mean that it will be > removed some day? > > Is there any other lib can be used instead of Epeg? evas already does what epeg does - so it is old/of no use to us any

[E-devel] Why "Epeg" removed from EFL source tree?

2009-04-27 Thread Jianchun Zhou
hi, everybody: I found that Epeg was moved to OLD directory, does it mean that it will be removed some day? Is there any other lib can be used instead of Epeg? -- Best Regards -- Register Now & Save for Velocity, the We

Re: [E-devel] E SVN: devilhorns trunk/emprint/src/bin

2009-04-27 Thread Christopher Michael
Viktor Kojouharov wrote: > The ecore_x_cursor docs state that you should not free the cursor that > you get with shape_get() > Correct you are, Thanks :) dh -- Register Now & Save for Velocity, the Web Performance & Oper

Re: [E-devel] E SVN: devilhorns trunk/emprint/src/bin

2009-04-27 Thread Viktor Kojouharov
On Mon, 2009-04-27 at 14:52 -0700, Enlightenment SVN wrote: > Log: > Use eina_stringshare_replace. Free the cursor after it is set. > > Author: devilhorns > Date: 2009-04-27 14:52:44 -0700 (Mon, 27 Apr 2009) > New Revision: 40423 > > Modified: > trunk/emprint/src/bin/main.c >

Re: [E-devel] [PATCH] Replace Ecore_List2 with Eina_List

2009-04-27 Thread Peter Wehrfritz
Albin Tonnerre schrieb: >> But you can append fast (O(1)) since it >> will keep a pointer to last element. >> > > Eina_List too. > > Anyway, TBH I only did it this way because cedric advised me to do so. I'll > change it to Eina_Inlists if you think that really would have a benefit, > which I

Re: [E-devel] [PATCH] Replace Ecore_List2 with Eina_List

2009-04-27 Thread Gustavo Sverzut Barbieri
On Mon, Apr 27, 2009 at 10:15 AM, Albin Tonnerre wrote: > On Mon, Apr 27, 2009 at 09:18:39AM -0300, Gustavo Sverzut Barbieri wrote : >> Sachiel is right, List2 is the same as Inlist, lists where the data is >> the node, you avoid a bit of memory fragmentation. > > Eina_List can use the eina mempoo

Re: [E-devel] [PATCH] Replace Ecore_List2 with Eina_List

2009-04-27 Thread Albin Tonnerre
On Mon, Apr 27, 2009 at 09:18:39AM -0300, Gustavo Sverzut Barbieri wrote : > Sachiel is right, List2 is the same as Inlist, lists where the data is > the node, you avoid a bit of memory fragmentation. Eina_List can use the eina mempool, why Inlist can't, so I wouldn't say using Inlists reduce memo

Re: [E-devel] [PATCH] Replace Ecore_List2 with Eina_List

2009-04-27 Thread Gustavo Sverzut Barbieri
Sachiel is right, List2 is the same as Inlist, lists where the data is the node, you avoid a bit of memory fragmentation and also another pointer redirection (->data). They're better suited for elements that are always in a list (ie: Evas_Object always in evas), but you can still have them in other

Re: [E-devel] Problems handling a shelf on various resolutions

2009-04-27 Thread Luca De Marini
2009/4/27 Luca De Marini > Hallo everyone, I'm having a hard time trying to figure out how to handle > shelves extended to all the screen. I'm talking about shelves that are not > automatically reduced to the contents size. Sorry I have an Italian system > so I don't know how is this option calle

[E-devel] Problems handling a shelf on various resolutions

2009-04-27 Thread Luca De Marini
Hallo everyone, I'm having a hard time trying to figure out how to handle shelves extended to all the screen. I'm talking about shelves that are not automatically reduced to the contents size. Sorry I have an Italian system so I don't know how is this option called in reality.. Whatever, my proble

Re: [E-devel] Where is the "edje" preview program?

2009-04-27 Thread Vincent Pomageot
Hi, There are edje_viewer and edje_editor in trunk, edje_player in PROTO... Is it what you were looking for ? Regards Vincent Pomageot 2009/4/27 Zhou, Jianchun (周建春) > > > -- > Crystal Reports - New Free Runtime and 3

Re: [E-devel] Where is the "edje" preview program?

2009-04-27 Thread Jianchun Zhou
Thank you, I got it. On Mon, Apr 27, 2009 at 3:11 PM, Viktor Kojouharov wrote: > On Mon, 2009-04-27 at 15:01 +0800, Jianchun Zhou wrote: > > Thank you very much Viktor. > > > > But I am wondering is there any newer book for us beginners to learn > > EFL? > > > > Without good books, learning can b

Re: [E-devel] Where is the "edje" preview program?

2009-04-27 Thread Viktor Kojouharov
On Mon, 2009-04-27 at 15:01 +0800, Jianchun Zhou wrote: > Thank you very much Viktor. > > But I am wondering is there any newer book for us beginners to learn > EFL? > > Without good books, learning can be much more difficult. > The rest of the book should still apply. You probably won't learn t

Re: [E-devel] Where is the "edje" preview program?

2009-04-27 Thread Jianchun Zhou
Thank you very much Viktor. But I am wondering is there any newer book for us beginners to learn EFL? Without good books, learning can be much more difficult. On Mon, Apr 27, 2009 at 2:14 PM, Viktor Kojouharov wrote: > On Mon, 2009-04-27 at 10:40 +0800, Jianchun Zhou wrote: > > Hi, there: > > >