Enlightenment CVS committal Author : azundris Project : misc Module : erss
Dir : misc/erss/data
Modified Files:
darkgray.edc default.edc erssrc
Log Message:
2003-02-03 Azundris <[EMAIL PROTECTED]>
* clicking the title (site-name) now takes you to the site
* <clock> can now also be used in ~/.erssrc; if non-empty,
it will override the setting in the site-specific config-
file ("global override")
===================================================================
RCS file: /cvsroot/enlightenment/misc/erss/data/darkgray.edc,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- darkgray.edc 22 Jan 2004 22:10:20 -0000 1.1
+++ darkgray.edc 3 Feb 2004 14:41:10 -0000 1.2
@@ -1,18 +1,18 @@
collections {
- group {
- name, "erss";
+ group {
+ name, "erss";
- parts {
+ parts {
- part {
- name, "header";
+ part {
+ name, "header";
type, TEXT;
effect, SOFT_SHADOW;
- description {
- state, "default" 0.0;
- color, 255 255 255 128;
+ description {
+ state, "default" 0.0;
+ color, 255 255 255 128;
text {
text, "test 1";
font, "Vera";
@@ -20,10 +20,17 @@
fit, 0 0;
align, 0.0 1.0;
}
- }
-
+ }
}
+ }
+ programs {
+ program {
+ name, "exec";
+ signal, "mouse,clicked,1";
+ source, "header";
+ action, SIGNAL_EMIT "exec" "erss2";
+ }
}
}
@@ -76,8 +83,8 @@
}
description {
- state, "over" 0.0;
- color, 255 255 255 255;
+ state, "over" 0.0;
+ color, 255 255 255 255;
text {
text, "test 2";
font, "Vera";
@@ -85,7 +92,7 @@
fit, 0 0;
align, 0.0 1.0;
}
- }
+ }
}
}
@@ -113,6 +120,6 @@
transition, SINUSOIDAL, 0.8;
target, "article";
}
+ }
}
-
-}
+}
\ No newline at end of file
===================================================================
RCS file: /cvsroot/enlightenment/misc/erss/data/default.edc,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- default.edc 22 Jan 2004 04:39:27 -0000 1.2
+++ default.edc 3 Feb 2004 14:41:10 -0000 1.3
@@ -1,20 +1,20 @@
collections {
- group {
- name, "erss";
-
- parts {
-
- part {
- name, "header";
+ group {
+ name, "erss";
+
+ parts {
+
+ part {
+ name, "header";
type, TEXT;
effect, OUTLINE_SHADOW;
- description {
- state, "default" 0.0;
- color, 255 255 255 216;
- color2, 0 0 0 224;
- color3, 0 0 0 192;
+ description {
+ state, "default" 0.0;
+ color, 255 255 255 216;
+ color2, 0 0 0 224;
+ color3, 0 0 0 192;
text {
text, "test 1";
font, "Vera";
@@ -22,11 +22,20 @@
fit, 0 0;
align, 0.0 1.0;
}
- }
+ }
}
}
+
+ programs {
+ program {
+ name, "exec";
+ signal, "mouse,clicked,1";
+ source, "header";
+ action, SIGNAL_EMIT "exec" "erss2";
+ }
+ }
}
group {
@@ -41,8 +50,8 @@
description {
state, "default" 0.0;
color, 255 255 255 216;
- color2, 0 0 0 224;
- color3, 0 0 0 96;
+ color2, 0 0 0 224;
+ color3, 0 0 0 96;
text {
text, "";
font, "Vera";
@@ -52,8 +61,6 @@
}
}
}
-
-
}
}
@@ -70,18 +77,18 @@
description {
state, "default" 0.0;
color, 255 255 255 192;
- color2, 0 0 0 144;
- color3, 0 0 0 36;
- rel1 {
- relative, 0.0 0.0;
- offset, 0 0;
- }
- rel2 {
- relative, 1.0 1.0;
- offset, 0 0;
- }
+ color2, 0 0 0 144;
+ color3, 0 0 0 36;
+ rel1 {
+ relative, 0.0 0.0;
+ offset, 0 0;
+ }
+ rel2 {
+ relative, 1.0 1.0;
+ offset, 0 0;
+ }
text {
- text, "";
+ text, "";
font, "Vera";
size, 9;
fit, 0 0;
@@ -90,18 +97,18 @@
}
description {
- state, "over" 0.0;
- color, 255 255 255 255;
- color2, 0 0 0 255;
- color3, 0 0 0 144;
- rel1 {
- relative, 0.0 0.0;
- offset, 0 0;
- }
- rel2 {
- relative, 1.0 1.0;
- offset, 0 0;
- }
+ state, "over" 0.0;
+ color, 255 255 255 255;
+ color2, 0 0 0 255;
+ color3, 0 0 0 144;
+ rel1 {
+ relative, 0.0 0.0;
+ offset, 0 0;
+ }
+ rel2 {
+ relative, 1.0 1.0;
+ offset, 0 0;
+ }
text {
text, "test 2";
font, "Vera";
@@ -109,28 +116,29 @@
fit, 0 0;
align, 0.0 1.0;
}
- }
- description {
- state, "clicked" 0.0;
- color, 255 255 255 255;
- color2, 0 0 0 255;
- color3, 0 0 0 144;
- rel1 {
- relative, 0.0 0.0;
- offset, 1 1;
- }
- rel2 {
- relative, 1.0 1.0;
- offset, 1 1;
- }
- text {
- text, "irrelevant";
- font, "Vera";
- size, 9;
- fit, 0 0;
- align, 0.0 1.0;
- }
- }
+ }
+
+ description {
+ state, "clicked" 0.0;
+ color, 255 255 255 255;
+ color2, 0 0 0 255;
+ color3, 0 0 0 144;
+ rel1 {
+ relative, 0.0 0.0;
+ offset, 1 1;
+ }
+ rel2 {
+ relative, 1.0 1.0;
+ offset, 1 1;
+ }
+ text {
+ text, "irrelevant";
+ font, "Vera";
+ size, 9;
+ fit, 0 0;
+ align, 0.0 1.0;
+ }
+ }
}
}
@@ -141,22 +149,22 @@
source, "article";
action, SIGNAL_EMIT "exec" "erss2";
}
- program {
- name, "item.pressed";
- signal, "mouse,down,1";
- source, "article";
- action, STATE_SET "clicked" 0.0;
- transition, LINEAR, 0.0;
- target, "article";
- }
- program {
- name, "item.unpressed";
- signal, "mouse,up,1";
- source, "article";
- action, STATE_SET "over" 0.0;
- transition, ACCELERATE 0.3;
- target, "article";
- }
+ program {
+ name, "item.pressed";
+ signal, "mouse,down,1";
+ source, "article";
+ action, STATE_SET "clicked" 0.0;
+ transition, LINEAR, 0.0;
+ target, "article";
+ }
+ program {
+ name, "item.unpressed";
+ signal, "mouse,up,1";
+ source, "article";
+ action, STATE_SET "over" 0.0;
+ transition, ACCELERATE 0.3;
+ target, "article";
+ }
program {
name, "item.over";
signal, "mouse,in";
@@ -174,6 +182,7 @@
transition, SINUSOIDAL, 0.3;
target, "article";
}
+ }
}
}
===================================================================
RCS file: /cvsroot/enlightenment/misc/erss/data/erssrc,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- erssrc 24 Jan 2004 18:24:46 -0000 1.6
+++ erssrc 3 Feb 2004 14:41:10 -0000 1.7
@@ -16,5 +16,12 @@
<!-- Set your proxy server. Leave blank if none! -->
<proxy></proxy>
<proxy_port>3128</proxy_port>
-
+
+ <!-- override site-specific clock-setting.
+ -1 use setting in site-specific config-file
+ 0 disable
+ 1 enable
+ -->
+ <clock>1</clock>
+
</erss>
-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs
