Enlightenment CVS committal Author : rephorm Project : e17 Module : apps/e
Dir : e17/apps/e/data/themes Modified Files: Makefile.am default.edc Added Files: default_cslider.edc default_spectrum.edc Log Message: Start of a color selector. Change the last test in e_test.c to #if 1 to play. Issues: Redrawing the H,S and V spectra is a bit slow. Needs to be optimized. Spacing / Sizing of the various pieces of the csel widget needs to be cleaned up a bit. I haven't actually themed anything yet. Just some fairly basic place holders to get it working. We should wrap each piece in shadowed cutout graphic, and make fancier cursors. A color well widget - show the currently selected color - allows dnd of colors (this probably requires some reworking of ecore selection code) For anyone wanting to play with this, a single E_Color struct is used by all parts of the selector, preventing the need to copy values around. This includes RGB *and* HSV values since the two spaces aren't 1:1. =================================================================== RCS file: /cvs/e/e17/apps/e/data/themes/Makefile.am,v retrieving revision 1.43 retrieving revision 1.44 diff -u -3 -r1.43 -r1.44 --- Makefile.am 9 Apr 2006 03:48:39 -0000 1.43 +++ Makefile.am 14 Aug 2006 04:38:49 -0000 1.44 @@ -53,7 +53,9 @@ default_desklock.edc \ default_textblock.edc \ default_shelf.edc \ -default_preview.edc +default_preview.edc \ +default_cslider.edc \ +default_spectrum.edc default.edj: Makefile $(EXTRA_DIST) $(EDJE_CC) $(EDJE_FLAGS) \ =================================================================== RCS file: /cvs/e/e17/apps/e/data/themes/default.edc,v retrieving revision 1.64 retrieving revision 1.65 diff -u -3 -r1.64 -r1.65 --- default.edc 9 Apr 2006 03:48:39 -0000 1.64 +++ default.edc 14 Aug 2006 04:38:49 -0000 1.65 @@ -62,5 +62,7 @@ #include "default_textblock.edc" #include "default_shelf.edc" #include "default_preview.edc" +#include "default_cslider.edc" +#include "default_spectrum.edc" } ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs