Enlightenment CVS committal
Author : davemds
Project : e17
Module : proto/edje_editor
Dir : e17/proto/edje_editor/data
Modified Files:
edje_editor.edc
Log Message:
* Add a spectra browser + editor
* Add full gradient support
* Add fill support for images & gradient
* Some small style fixes
* Fix logo position (stacking)
* update version to 0.3.1
===================================================================
RCS file: /cvs/e/e17/proto/edje_editor/data/edje_editor.edc,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -3 -r1.15 -r1.16
--- edje_editor.edc 1 Jul 2008 01:56:28 -0000 1.15
+++ edje_editor.edc 12 Jul 2008 13:05:16 -0000 1.16
@@ -129,6 +129,8 @@
image: "lbl_pos.png" LOSSY 95;
image: "lbl_prog.png" LOSSY 95;
image: "lbl_script.png" LOSSY 95;
+ image: "lbl_grad.png" LOSSY 95;
+ image: "lbl_fill.png" LOSSY 95;
image: "image.png" LOSSY 95;
image: "rect.png" LOSSY 95;
image: "text.png" LOSSY 95;
@@ -150,6 +152,11 @@
image: "e17.png" LOSSY 95;
image: "miniarrow.png" LOSSY 95;
image: "gimp.png" LOSSY 95;
+ image: "grad.png" LOSSY 95;
+ image: "grad_h.png" LOSSY 95;
+ image: "spectra_arrow.png" LOSSY 95;
+ image: "spectra_color.png" LOSSY 95;
+ image: "spectra_icon.png" LOSSY 95;
}
fonts {
@@ -273,7 +280,7 @@
part{
name: "StaticImage";
type: IMAGE;
- mouse_events: 0;
+ mouse_events: 1;
description{
state: "default" 0.0;
rel1 {relative: 0.0 0.0; offset: 0 0;}
@@ -302,6 +309,80 @@
}
}
group{
+ name: "GRAD.PNG";
+ min: 15 16;
+ max: 15 16;
+ parts{
+ part{
+ name: "StaticImage";
+ type: IMAGE;
+ mouse_events: 0;
+ description{
+ state: "default" 0.0;
+ rel1 {relative: 0.0 0.0; offset: 0 0;}
+ rel2 {relative: 0.0 0.0; offset: 15 16;}
+ image {normal: "grad.png";}
+ }
+ }
+ }
+ }
+ group{
+ name: "SPECTRA.PNG";
+ min: 22 20;
+ max: 22 20;
+ parts{
+ part{
+ name: "StaticImage";
+ type: IMAGE;
+ mouse_events: 0;
+ description{
+ state: "default" 0.0;
+ rel1 {relative: 0.0 0.0; offset: 0 0;}
+ rel2 {relative: 0.0 0.0; offset: 22 20;}
+ image {normal: "spectra_icon.png";}
+ }
+ }
+ }
+ }
+ group{
+ name: "ARROW.PNG";
+ min: 13 13;
+ max: 13 13;
+ parts{
+ part{
+ name: "StaticImage";
+ type: IMAGE;
+ mouse_events: 1;
+ description{
+ state: "default" 0.0;
+ rel1 {relative: 0.0 0.0; offset: 0 0;}
+ rel2 {relative: 0.0 0.0; offset: 13 13;}
+ image {normal: "spectra_arrow.png";}
+
+ }
+ }
+ }
+ }
+ group{
+ name: "COLOR.PNG";
+ min: 13 13;
+ max: 13 13;
+ parts{
+ part{
+ name: "StaticImage";
+ type: IMAGE;
+ mouse_events: 1;
+ description{
+ state: "default" 0.0;
+ rel1 {relative: 0.0 0.0; offset: 0 0;}
+ rel2 {relative: 0.0 0.0; offset: 13 13;}
+ image {normal: "spectra_color.png";}
+
+ }
+ }
+ }
+ }
+ group{
name: "BG1_I.PNG";
min: 15 15;
max: 15 15;
@@ -463,7 +544,9 @@
FRAME("rect", 120, 77, "lbl_rect.png", 14, 72, "description_frame")
FRAME("text", 250, 160, "lbl_text.png", 14, 36, "rect_frame")
FRAME("image", 250, 230, "lbl_image.png", 14, 46, "text_frame")
- FRAME("position", 250, 130, "lbl_pos.png", 14, 60, "image_frame")
+ FRAME("gradient", 250, 130, "lbl_grad.png", 14, 67, "image_frame")
+ FRAME("fill", 250, 45, "lbl_fill.png", 14, 30, "gradient_frame")
+ FRAME("position", 250, 130, "lbl_pos.png", 14, 60, "fill_frame")
FRAME("program", 250, 250, "lbl_prog.png", 14, 60, "position_frame")
FRAME("script", 250, 250, "lbl_script.png", 14, 45, "program_frame")
}
@@ -474,6 +557,8 @@
FRAME_PROG("rect");
FRAME_PROG("text");
FRAME_PROG("image");
+ FRAME_PROG("gradient");
+ FRAME_PROG("fill");
FRAME_PROG("position");
FRAME_PROG("program");
FRAME_PROG("script");
@@ -689,6 +774,37 @@
}
}
}
+ group{
+ name: "GradH";
+ parts{
+ part{
+ name: "circle";
+ type: IMAGE;
+ description {
+ state: "default" 0.0;
+ visible: 1;
+ rel1 {relative: 0.0 0.0; offset: -7 -7;}
+ rel2 {relative: 0.0 0.0; offset: 8 8;}
+ image {normal: "grad_h.png";}
+ }
+ }
+ }
+ programs{
+ program{
+ name: "StartDrag";
+ signal: "mouse,down,1";
+ source: "circle";
+ action: SIGNAL_EMIT "START_DRAG" "GradH";
+ }
+ program{
+ name: "EndDrag";
+ signal: "mouse,up,1";
+ source: "circle";
+ action: SIGNAL_EMIT "END_DRAG" "GradH";
+ }
+ }
+ }
+
/************************************************************/
/* FakeWin */
/************************************************************/
-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
_______________________________________________
enlightenment-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs