Enlightenment CVS committal
Author : tsauerbeck
Project : e17
Module : libs/ewl
Dir : e17/libs/ewl/data/themes/default/bits
Modified Files:
button-macro.edc cell-groups.edc checkbox-groups.edc
checkbox-programs.edc entry-groups.edc menu-macro.edc
misc-groups.edc progressbar-groups.edc radio-groups.edc
radio-programs.edc scrollbar-groups.edc tree-programs.edc
window-groups.edc
Log Message:
no commas in argument lists
===================================================================
RCS file:
/cvsroot/enlightenment/e17/libs/ewl/data/themes/default/bits/button-macro.edc,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- button-macro.edc 23 Oct 2004 20:20:26 -0000 1.2
+++ button-macro.edc 24 Oct 2004 01:11:56 -0000 1.3
@@ -41,7 +41,6 @@
} \
description { \
state, "clicked" 0.0; \
- border, 3 3 3 3; \
min, 6 6; \
color, 229 239 255 255; \
rel1 { \
@@ -54,6 +53,7 @@
} \
image { \
normal, IMAGE2; \
+ border, 3 3 3 3; \
} \
} \
} \
@@ -62,7 +62,6 @@
mouse_events, 0; \
description { \
state, "default" 0.0; \
- border, 3 3 3 3; \
min, 6 6; \
rel1 { \
relative, 0.0 0.0; \
@@ -74,6 +73,7 @@
} \
image { \
normal, "border-square.png"; \
+ border, 3 3 3 3; \
} \
} \
}
@@ -85,7 +85,7 @@
signal, "mouse,in"; \
source, "*"; \
action, STATE_SET "over" 0.0; \
- transition, DECELERATE, 0.25; \
+ transition, DECELERATE 0.25; \
target, "base"; \
} \
program { \
@@ -93,7 +93,7 @@
signal, "mouse,out"; \
source, "*"; \
action, STATE_SET "default" 0.0; \
- transition, DECELERATE, 0.25; \
+ transition, DECELERATE 0.25; \
target, "base"; \
} \
program { \
@@ -101,7 +101,7 @@
signal, "mouse,down,*"; \
source, "*"; \
action, STATE_SET "clicked" 0.0; \
- transition, LINEAR, 0.0; \
+ transition, LINEAR 0.0; \
target, "base"; \
} \
program { \
@@ -109,7 +109,7 @@
signal, "mouse,up,*"; \
source, "*"; \
action, STATE_SET "over" 0.0; \
- transition, LINEAR, 0.0; \
+ transition, LINEAR 0.0; \
target, "base"; \
}
===================================================================
RCS file:
/cvsroot/enlightenment/e17/libs/ewl/data/themes/default/bits/cell-groups.edc,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- cell-groups.edc 23 Oct 2004 20:20:26 -0000 1.2
+++ cell-groups.edc 24 Oct 2004 01:11:56 -0000 1.3
@@ -17,7 +17,6 @@
mouse_events, 1;
description {
state, "default" 0.0;
- border, 3 3 3 3;
min, 6 6;
color_class, "background";
rel1 {
@@ -30,11 +29,11 @@
}
image {
normal, "window-base.png";
+ border, 3 3 3 3;
}
}
description {
state, "over" 0.0;
- border, 3 3 3 3;
color_class, "highlight";
color, 229 239 255 255;
rel1 {
@@ -47,11 +46,11 @@
}
image {
normal, "gradient-hor-up.png";
+ border, 3 3 3 3;
}
}
description {
state, "clicked" 0.0;
- border, 3 3 3 3;
min, 6 6;
color, 229 239 255 255;
rel1 {
@@ -64,6 +63,7 @@
}
image {
normal, "gradient-hor-dn.png";
+ border, 3 3 3 3;
}
}
}
===================================================================
RCS file:
/cvsroot/enlightenment/e17/libs/ewl/data/themes/default/bits/checkbox-groups.edc,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- checkbox-groups.edc 23 Jul 2004 18:08:12 -0000 1.3
+++ checkbox-groups.edc 24 Oct 2004 01:11:56 -0000 1.4
@@ -1,6 +1,6 @@
group {
name, "checkbox";
- max, 10, 10;
+ max, 10 10;
data {
item, "inset/left" "2";
item, "inset/right" "2";
@@ -13,7 +13,6 @@
mouse_events, 1;
description {
state, "default" 0.0;
- border, 3 3 3 3;
min, 8 8;
max, 8 8;
rel1 {
@@ -26,11 +25,11 @@
}
image {
normal, "gradient-up.png";
+ border, 3 3 3 3;
}
}
description {
state, "over" 0.0;
- border, 3 3 3 3;
color, 229 239 255 255;
min, 8 8;
max, 8 8;
@@ -44,11 +43,11 @@
}
image {
normal, "gradient-up.png";
+ border, 3 3 3 3;
}
}
description {
state, "clicked" 0.0;
- border, 3 3 3 3;
min, 8 8;
max, 8 8;
color, 229 239 255 255;
@@ -62,6 +61,7 @@
}
image {
normal, "gradient-dn.png";
+ border, 3 3 3 3;
}
}
}
@@ -71,7 +71,6 @@
mouse_events, 0;
description {
state, "default" 0.0;
- border, 3 3 3 3;
min, 10 10;
max, 10 10;
rel1 {
@@ -84,6 +83,7 @@
}
image {
normal, "border-square.png";
+ border, 3 3 3 3;
}
}
}
@@ -93,7 +93,6 @@
mouse_events, 0;
description {
state, "default" 0.0;
- border, 3 3 3 3;
min, 10 10;
max, 10 10;
visible, 0;
@@ -107,11 +106,11 @@
}
image {
normal, "check.png";
+ border, 3 3 3 3;
}
}
description {
state, "checked" 0.0;
- border, 3 3 3 3;
min, 4 4;
max, 4 4;
visible, 1;
@@ -125,6 +124,7 @@
}
image {
normal, "check.png";
+ border, 3 3 3 3;
}
}
}
===================================================================
RCS file:
/cvsroot/enlightenment/e17/libs/ewl/data/themes/default/bits/checkbox-programs.edc,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- checkbox-programs.edc 21 Feb 2004 06:33:14 -0000 1.3
+++ checkbox-programs.edc 24 Oct 2004 01:11:56 -0000 1.4
@@ -4,7 +4,7 @@
signal, "default";
source, "*";
action, STATE_SET "default" 0.0;
- transition, LINEAR, 0.0;
+ transition, LINEAR 0.0;
target, "check";
}
program {
@@ -12,7 +12,7 @@
signal, "mouse,in";
source, "*";
action, STATE_SET "over" 0.0;
- transition, DECELERATE, 0.25;
+ transition, DECELERATE 0.25;
target, "base";
}
program {
@@ -20,7 +20,7 @@
signal, "mouse,out";
source, "*";
action, STATE_SET "default" 0.0;
- transition, DECELERATE, 0.25;
+ transition, DECELERATE 0.25;
target, "base";
}
program {
@@ -28,7 +28,7 @@
signal, "mouse,down,*";
source, "*";
action, STATE_SET "clicked" 0.0;
- transition, LINEAR, 0.0;
+ transition, LINEAR 0.0;
target, "base";
target, "check";
}
@@ -37,7 +37,7 @@
signal, "mouse,up,*";
source, "*";
action, STATE_SET "hilited" 0.0;
- transition, LINEAR, 0.0;
+ transition, LINEAR 0.0;
target, "base";
target, "check";
}
@@ -46,7 +46,7 @@
signal, "checked";
source, "*";
action, STATE_SET "checked" 0.0;
- transition, LINEAR, 0.0;
+ transition, LINEAR 0.0;
target, "check";
}
}
===================================================================
RCS file:
/cvsroot/enlightenment/e17/libs/ewl/data/themes/default/bits/entry-groups.edc,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- entry-groups.edc 12 Oct 2004 03:28:24 -0000 1.5
+++ entry-groups.edc 24 Oct 2004 01:11:56 -0000 1.6
@@ -12,7 +12,6 @@
mouse_events, 0;
description {
state, "default" 0.0;
- border, 3 3 3 3;
rel1 {
relative, 0.0 0.0;
offset, 0 0;
@@ -23,6 +22,7 @@
}
image {
normal, "gradient-dn.png";
+ border, 3 3 3 3;
}
}
}
@@ -31,7 +31,6 @@
mouse_events, 0;
description {
state, "default" 0.0;
- border, 3 3 3 3;
rel1 {
relative, 0.0 0.0;
offset, 0 0;
@@ -42,6 +41,7 @@
}
image {
normal, "border-square.png";
+ border, 3 3 3 3;
}
}
}
@@ -60,7 +60,6 @@
state, "default" 0.0;
color_class, "highlight";
color, 255 255 255 128;
- border, 3 3 3 3;
rel1 {
relative, 0.0 0.0;
offset, 0 0;
@@ -71,6 +70,7 @@
}
image {
normal, "button-over.png";
+ border, 3 3 3 3;
}
}
}
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/data/themes/default/bits/menu-macro.edc,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- menu-macro.edc 23 Oct 2004 20:20:26 -0000 1.3
+++ menu-macro.edc 24 Oct 2004 01:11:56 -0000 1.4
@@ -7,7 +7,6 @@
mouse_events, 1; \
description { \
state, "default" 0.0; \
- border, 3 3 3 3; \
min, 6 6; \
color_class, "background"; \
visible, 0; /* FIXME is this correct? */ \
@@ -21,11 +20,11 @@
} \
image { \
normal, IMAGE1; \
+ border, 3 3 3 3; \
} \
} \
description { \
state, "over" 0.0; \
- border, 3 3 3 3; \
color_class, "highlight"; \
color, 229 239 255 255; \
rel1 { \
@@ -38,11 +37,11 @@
} \
image { \
normal, IMAGE1; \
+ border, 3 3 3 3; \
} \
} \
description { \
state, "clicked" 0.0; \
- border, 3 3 3 3; \
min, 6 6; \
color, 229 239 255 255; \
rel1 { \
@@ -55,6 +54,7 @@
} \
image { \
normal, IMAGE2; \
+ border, 3 3 3 3; \
} \
} \
} \
@@ -66,7 +66,7 @@
signal, "mouse,in"; \
source, "*"; \
action, STATE_SET "over" 0.0; \
- transition, DECELERATE, 0.25; \
+ transition, DECELERATE 0.25; \
target, "base"; \
} \
program { \
@@ -74,7 +74,7 @@
signal, "mouse,out"; \
source, "*"; \
action, STATE_SET "default" 0.0; \
- transition, DECELERATE, 0.25; \
+ transition, DECELERATE 0.25; \
target, "base"; \
} \
program { \
@@ -82,7 +82,7 @@
signal, "mouse,down,*"; \
source, "*"; \
action, STATE_SET "clicked" 0.0; \
- transition, LINEAR, 0.0; \
+ transition, LINEAR 0.0; \
target, "base"; \
} \
program { \
@@ -90,7 +90,7 @@
signal, "mouse,up,*"; \
source, "*"; \
action, STATE_SET "over" 0.0; \
- transition, LINEAR, 0.0; \
+ transition, LINEAR 0.0; \
target, "base"; \
}
===================================================================
RCS file:
/cvsroot/enlightenment/e17/libs/ewl/data/themes/default/bits/misc-groups.edc,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- misc-groups.edc 18 Apr 2004 06:48:10 -0000 1.2
+++ misc-groups.edc 24 Oct 2004 01:11:56 -0000 1.3
@@ -6,8 +6,8 @@
group {
name, "vline";
- min, 6, 6;
- max, 6, 10000;
+ min, 6 6;
+ max, 6 10000;
data {
item, "pad/left" "2";
item, "pad/right" "2";
@@ -38,8 +38,8 @@
group {
name, "hline";
- min, 6, 6;
- max, 10000, 6;
+ min, 6 6;
+ max, 10000 6;
data {
item, "pad/left" "2";
item, "pad/right" "2";
===================================================================
RCS file:
/cvsroot/enlightenment/e17/libs/ewl/data/themes/default/bits/progressbar-groups.edc,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- progressbar-groups.edc 27 Jan 2004 06:04:53 -0000 1.1
+++ progressbar-groups.edc 24 Oct 2004 01:11:56 -0000 1.2
@@ -12,7 +12,6 @@
mouse_events, 0;
description {
state, "default" 0.0;
- border, 3 3 3 3;
rel1 {
relative, 0.0 0.0;
offset, 0 0;
@@ -23,6 +22,7 @@
}
image {
normal, "entry-base.png";
+ border, 3 3 3 3;
}
}
}
@@ -40,7 +40,6 @@
description {
state, "default" 0.0;
- border, 2 2 2 2;
rel1 {
relative, 0.0 0.0;
offset, 0 0;
@@ -51,6 +50,7 @@
}
image {
normal, "button-up.png";
+ border, 2 2 2 2;
}
}
}
===================================================================
RCS file:
/cvsroot/enlightenment/e17/libs/ewl/data/themes/default/bits/radio-groups.edc,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- radio-groups.edc 21 Feb 2004 06:33:14 -0000 1.3
+++ radio-groups.edc 24 Oct 2004 01:11:56 -0000 1.4
@@ -12,7 +12,6 @@
mouse_events, 1;
description {
state, "default" 0.0;
- border, 3 3 3 3;
min, 8 8;
max, 8 8;
rel1 {
@@ -25,11 +24,11 @@
}
image {
normal, "gradient-round-up.png";
+ border, 3 3 3 3;
}
}
description {
state, "over" 0.0;
- border, 3 3 3 3;
min, 8 8;
max, 8 8;
color, 229 239 255 255;
@@ -43,11 +42,11 @@
}
image {
normal, "gradient-round-up.png";
+ border, 3 3 3 3;
}
}
description {
state, "clicked" 0.0;
- border, 3 3 3 3;
min, 8 8;
max, 8 8;
color, 229 239 255 255;
@@ -61,6 +60,7 @@
}
image {
normal, "gradient-round-dn.png";
+ border, 3 3 3 3;
}
}
}
@@ -71,7 +71,6 @@
mouse_events, 0;
description {
state, "default" 0.0;
- border, 4 5 4 5;
min, 10 10;
max, 10 10;
rel1 {
@@ -84,6 +83,7 @@
}
image {
normal, "border-radio.png";
+ border, 4 5 4 5;
}
}
}
@@ -93,7 +93,6 @@
mouse_events, 0;
description {
state, "default" 0.0;
- border, 3 3 3 3;
min, 10 10;
max, 10 10;
visible, 0;
@@ -107,11 +106,11 @@
}
image {
normal, "dot.png";
+ border, 3 3 3 3;
}
}
description {
state, "checked" 0.0;
- border, 3 3 3 3;
min, 4 4;
max, 4 4;
visible, 1;
@@ -125,6 +124,7 @@
}
image {
normal, "dot.png";
+ border, 3 3 3 3;
}
}
}
===================================================================
RCS file:
/cvsroot/enlightenment/e17/libs/ewl/data/themes/default/bits/radio-programs.edc,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- radio-programs.edc 21 Feb 2004 06:33:14 -0000 1.1
+++ radio-programs.edc 24 Oct 2004 01:11:56 -0000 1.2
@@ -6,7 +6,7 @@
signal, "default";
source, "*";
action, STATE_SET "default" 0.0;
- transition, LINEAR, 0.0;
+ transition, LINEAR 0.0;
target, "dot";
}
@@ -15,7 +15,7 @@
signal, "mouse,in";
source, "*";
action, STATE_SET "over" 0.0;
- transition, DECELERATE, 0.25;
+ transition, DECELERATE 0.25;
target, "base";
}
program {
@@ -23,7 +23,7 @@
signal, "mouse,out";
source, "*";
action, STATE_SET "default" 0.0;
- transition, DECELERATE, 0.25;
+ transition, DECELERATE 0.25;
target, "base";
}
program {
@@ -31,7 +31,7 @@
signal, "mouse,down,*";
source, "*";
action, STATE_SET "clicked" 0.0;
- transition, LINEAR, 0.0;
+ transition, LINEAR 0.0;
target, "base";
target, "dot";
}
@@ -40,7 +40,7 @@
signal, "mouse,up,*";
source, "*";
action, STATE_SET "over" 0.0;
- transition, LINEAR, 0.0;
+ transition, LINEAR 0.0;
target, "base";
target, "dot";
}
@@ -49,7 +49,7 @@
signal, "checked";
source, "*";
action, STATE_SET "checked" 0.0;
- transition, LINEAR, 0.0;
+ transition, LINEAR 0.0;
target, "base";
target, "dot";
}
===================================================================
RCS file:
/cvsroot/enlightenment/e17/libs/ewl/data/themes/default/bits/scrollbar-groups.edc,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- scrollbar-groups.edc 21 Feb 2004 06:33:14 -0000 1.2
+++ scrollbar-groups.edc 24 Oct 2004 01:11:56 -0000 1.3
@@ -267,7 +267,6 @@
mouse_events, 1;
description {
state, "default" 0.0;
- border, 2 2 2 2;
rel1 {
to, "border";
relative, 0.0 0.0;
@@ -280,6 +279,7 @@
}
image {
normal, "gradient-dn.png";
+ border, 2 2 2 2;
}
}
}
@@ -288,7 +288,6 @@
mouse_events, 1;
description {
state, "default" 0.0;
- border, 2 2 2 2;
rel1 {
relative, 0.0 0.0;
offset, -1 0;
@@ -299,6 +298,7 @@
}
image {
normal, "border-square.png";
+ border, 2 2 2 2;
}
}
}
@@ -314,7 +314,6 @@
mouse_events, 1;
description {
state, "default" 0.0;
- border, 2 2 2 2;
rel1 {
to, "border";
relative, 0.0 0.0;
@@ -327,6 +326,7 @@
}
image {
normal, "gradient-hor-dn.png";
+ border, 2 2 2 2;
}
}
}
@@ -335,7 +335,6 @@
mouse_events, 1;
description {
state, "default" 0.0;
- border, 2 2 2 2;
rel1 {
relative, 0.0 0.0;
offset, 0 -1;
@@ -346,6 +345,7 @@
}
image {
normal, "border-square.png";
+ border, 2 2 2 2;
}
}
}
===================================================================
RCS file:
/cvsroot/enlightenment/e17/libs/ewl/data/themes/default/bits/tree-programs.edc,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- tree-programs.edc 23 Jul 2004 18:08:12 -0000 1.2
+++ tree-programs.edc 24 Oct 2004 01:11:56 -0000 1.3
@@ -4,7 +4,7 @@
signal, "default";
source, "*";
action, STATE_SET "default" 0.0;
- transition, LINEAR, 0.0;
+ transition, LINEAR 0.0;
target, "color";
}
program {
@@ -12,7 +12,7 @@
signal, "mouse,in";
source, "*";
action, STATE_SET "over" 0.0;
- transition, DECELERATE, 0.25;
+ transition, DECELERATE 0.25;
target, "color";
}
program {
@@ -20,7 +20,7 @@
signal, "mouse,out";
source, "*";
action, STATE_SET "default" 0.0;
- transition, DECELERATE, 0.25;
+ transition, DECELERATE 0.25;
target, "color";
}
program {
@@ -28,7 +28,7 @@
signal, "mouse,down,*";
source, "*";
action, STATE_SET "clicked" 0.0;
- transition, LINEAR, 0.0;
+ transition, LINEAR 0.0;
target, "base";
target, "color";
}
@@ -37,7 +37,7 @@
signal, "mouse,up,*";
source, "*";
action, STATE_SET "hilited" 0.0;
- transition, LINEAR, 0.0;
+ transition, LINEAR 0.0;
target, "color";
}
@@ -46,7 +46,7 @@
signal, "expanded";
source, "*";
action, STATE_SET "open" 0.0;
- transition, LINEAR, 0.0;
+ transition, LINEAR 0.0;
target, "base";
}
@@ -55,7 +55,7 @@
signal, "checked";
source, "*";
action, STATE_SET "expandable" 0.0;
- transition, LINEAR, 0.0;
+ transition, LINEAR 0.0;
target, "visible";
}
@@ -64,7 +64,7 @@
signal, "unchecked";
source, "*";
action, STATE_SET "default" 0.0;
- transition, LINEAR, 0.0;
+ transition, LINEAR 0.0;
target, "visible";
}
===================================================================
RCS file:
/cvsroot/enlightenment/e17/libs/ewl/data/themes/default/bits/window-groups.edc,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- window-groups.edc 27 Jan 2004 06:04:54 -0000 1.1
+++ window-groups.edc 24 Oct 2004 01:11:56 -0000 1.2
@@ -41,7 +41,6 @@
mouse_events, 0;
description {
state, "default" 0.0;
-/* border, 3 3 3 3; */
rel1 {
relative, 0.0 0.0;
offset, 0 0;
@@ -52,6 +51,7 @@
}
image {
normal, "square-shadow.png";
+/* border, 3 3 3 3; */
}
}
}
@@ -61,7 +61,6 @@
mouse_events, 0;
description {
state, "default" 0.0;
- border, 1 1 1 1;
rel1 {
relative, 0.0 0.0;
offset, 0 0;
@@ -72,6 +71,7 @@
}
image {
normal, "dialog-base.png";
+ border, 1 1 1 1;
}
}
}
-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs