Re: [E-devel] Re: E CVS: apps/eclair moom16

2005-06-18 Thread Simon TRENY
I've (really) quickly looked at edb, but it seems to be more a registry (like gconf or windows registry) than a real database: a key is linked to a value, but you can't create table and add several data fields to this table. I also need to perform fast searches, and I don't think we really can do t

[E-devel] Re: E CVS: apps/eclair moom16

2005-06-18 Thread Nathan Ingersoll
MoOm, Have you looked at implementing the database features with Edb or Eet? These are both already in the E tree, and it would cut down on external dependancies for eclair users. Nathan On 6/18/05, enlightenment-cvs@lists.sourceforge.net wrote: > Enlightenment CVS committal > > Author : moom

[E-devel] Remaking an evas with fonts = segv?

2005-06-18 Thread Ben Martin
Hi, The attached very clumsy source causes a rather nasty stack error and then segvs when you right click in the evas. Basically it seems here atleast that doing a evas_free() on a evas which has fonts in it and then recreating it will cause very nasty things to happen. Doing evas_object_del()

[E-devel] Edje patch

2005-06-18 Thread Boldin Pavel
Hello all! I patch edje to get working dragable objects like progressbars. this done by event handling and passing to dragable (mouse_down, mouse_up, mouse_move). you should add section like next one === dragable { events: "progress_bar_drag"; } === into "part" section of object on that you ma

[E-devel] Fix of the color dialog

2005-06-18 Thread Colin Pitrat
Hi, there were some problems with the colordialog, with HSV <-> RGB conversions, and with direct modification of RGB or HSV values. The fix is in attachements. -- Colin Pitrat http://www.framasoft.net/ Découvrez la signification du mot liberté. --- e17/libs/ewl/src/lib/ewl_colordialog.c 200