On Tue, Jun 17, 2008 at 10:47 AM, andres <[EMAIL PROTECTED]> wrote: > hello everybody, > As some of you might know I'm implementing some layout objects in evas (then > Edje). Right now I implemented a box/vbox/hbox layout object. > > My original plan was refactoring e_box.c but I ended up creating something > from scratch instead. I think I covered all the necessary functionality. > > What do you guys think? Should I keep implementing these things from scratch? > or I should limit myself to refactoring and documenting e_box.c, e_table,c > and e_layout.c? > > you can fetch the code I wrote already with: > git clone git://staff.get-e.org/users/dresb/ehelpers.git > git checkout --track -b evas-object-vbox origin/evas-object-vbox > > The code is in src/lib and there is some test code in src/bin to play around > with. You might want to check out my notes at the wiki[1] before diving into > the code. > > [1] http://wiki.enlightenment.org/index.php/Soc2008/Edje_layout_library#Notes
Well, I'm the mentor and already discussed this with dresb at IRC a bit, but my impression is that code is growing up quite well and we should keep this instead of e_*, mostly because this is simpler and more extensible. The only problem I found so far is that Andres is a bit too worried to get everything possible in the world ready at the first time, much like Raster ;-) Calm down Andres! Code is looking good and you're learning a lot during this GSoC. -- Gustavo Sverzut Barbieri http://profusion.mobi embedded systems -------------------------------------- MSN: [EMAIL PROTECTED] Skype: gsbarbieri Mobile: +55 (19) 9225-2202 ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
