Enlightenment CVS committal Author : rephorm Project : e17 Module : apps/euphoria
Dir : e17/apps/euphoria/data/themes/streamline
Modified Files:
streamline_parts.edc streamline_playlist_progs.edc
streamline_progs.edc streamline_small_progs.edc
Log Message:
Update euphoria themes to compile again after edje changes.
(Still some warnings that need taking care of...)
===================================================================
RCS file:
/cvsroot/enlightenment/e17/apps/euphoria/data/themes/streamline/streamline_parts.edc,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- streamline_parts.edc 22 Feb 2004 10:12:02 -0000 1.1
+++ streamline_parts.edc 30 Oct 2004 03:15:59 -0000 1.2
@@ -308,7 +308,7 @@
rel2 {
relative, 0.0 0.0;
- offset, 316, 86;
+ offset, 316 86;
}
image {
@@ -689,6 +689,7 @@
description {
state, "disabled" 0.0;
+ inherit, "default" 0.0;
visible, 0;
}
}
@@ -700,11 +701,6 @@
description {
state, "default" 0.0;
visible, 0;
- }
-
- description {
- state, "enabled" 0.0;
- visible, 0;
min, 57 20;
max, 57 20;
@@ -724,6 +720,12 @@
normal, "button-on.png";
}
}
+
+ description {
+ state, "enabled" 0.0;
+ inherit, "default" 0.0;
+ visible, 0;
+ }
}
part {
name, "repeat_toggle_label";
@@ -772,7 +774,7 @@
rel1 {
relative, 0.0 0.0;
- offset, 282, 17;
+ offset, 282 17;
}
rel2 {
relative, 0.0 0.0;
===================================================================
RCS file:
/cvsroot/enlightenment/e17/apps/euphoria/data/themes/streamline/streamline_playlist_progs.edc,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- streamline_playlist_progs.edc 22 Feb 2004 10:12:02 -0000 1.1
+++ streamline_playlist_progs.edc 30 Oct 2004 03:15:59 -0000 1.2
@@ -11,7 +11,7 @@
signal, "PLAYLIST_ITEM_SELECTED";
source, "";
action, STATE_SET "selected" 0.0;
- transition, LINEAR, 0.2;
+ transition, LINEAR 0.2;
target, "background";
}
@@ -20,7 +20,7 @@
signal, "PLAYLIST_ITEM_UNSELECTED";
source, "";
action, STATE_SET "default" 0.0;
- transition, LINEAR, 0.2;
+ transition, LINEAR 0.2;
target, "background";
}
===================================================================
RCS file:
/cvsroot/enlightenment/e17/apps/euphoria/data/themes/streamline/streamline_progs.edc,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- streamline_progs.edc 10 Oct 2004 02:54:21 -0000 1.2
+++ streamline_progs.edc 30 Oct 2004 03:15:59 -0000 1.3
@@ -28,7 +28,7 @@
name, "titlebar_dbl_click";
signal, "mouse,down,1,double";
source, "titlebar";
- action, SIGNAL_EMIT "SWITCH_GROUP", "euphoria_small";
+ action, SIGNAL_EMIT "SWITCH_GROUP" "euphoria_small";
}
/* Previous File */
@@ -37,7 +37,7 @@
signal, "mouse,down,1";
source, "previous_button";
action, STATE_SET "clicked" 0.0;
- transition, LINEAR, 0.0;
+ transition, LINEAR 0.0;
target, "previous_button";
}
program {
@@ -45,7 +45,7 @@
signal, "mouse,up,1";
source, "previous_button";
action, STATE_SET "default" 0.0;
- transition, DECELERATE, 0.25;
+ transition, DECELERATE 0.25;
target, "previous_button";
}
@@ -63,7 +63,7 @@
name, "time_text_click";
signal, "mouse,up,1";
source, "time_text";
- action, SIGNAL_EMIT, "TOGGLE_TIME_DISPLAY_MODE",
"time_text";
+ action, SIGNAL_EMIT "TOGGLE_TIME_DISPLAY_MODE"
"time_text";
}
/* Seek Backwards */
@@ -73,7 +73,7 @@
signal, "mouse,down,1";
source, "seekback_button";
action, STATE_SET "clicked" 0.0;
- transition, LINEAR, 0.0;
+ transition, LINEAR 0.0;
target, "seekback_button";
}
program {
@@ -81,7 +81,7 @@
signal, "mouse,up,1";
source, "seekback_button";
action, STATE_SET "default" 0.0;
- transition, DECELERATE, 0.25;
+ transition, DECELERATE 0.25;
target, "seekback_button";
}
@@ -106,7 +106,7 @@
signal, "mouse,down,1";
source, "play_button";
action, STATE_SET "clicked" 0.0;
- transition, LINEAR, 0.0;
+ transition, LINEAR 0.0;
target, "play_button";
//after, "play_blink";
}
@@ -116,7 +116,7 @@
signal, "mouse,up,1";
source, "play_button";
action, STATE_SET "default" 0.0;
- transition, DECELERATE, 0.25;
+ transition, DECELERATE 0.25;
target, "play_button";
//after, "pause_unblink";
}
@@ -126,7 +126,7 @@
program {
name, "pause_unblink";
source, "*";
- action, ACTION_STOP "pause_blink" 0.0;
+ action, ACTION_STOP;
target, "pause_blink";
after, "play_blink";
}
@@ -137,7 +137,7 @@
name, "play_blink";
source, "*";
action, STATE_SET "blink" 0.0;
- transition, LINEAR, 1.0;
+ transition, LINEAR 1.0;
target, "play_button";
after, "play_blink";
}
@@ -154,7 +154,7 @@
signal, "mouse,down,1";
source, "pause_button";
action, STATE_SET "clicked" 0.0;
- transition, LINEAR, 0.2;
+ transition, LINEAR 0.2;
target, "pause_button";
//after, "pause_blink";
}
@@ -164,7 +164,7 @@
signal, "mouse,up,1";
source, "pause_button";
action, STATE_SET "default" 0.0;
- transition, DECELERATE, 0.2;
+ transition, DECELERATE 0.2;
target, "pause_button";
//after, "play_unblink";
}
@@ -172,7 +172,7 @@
program {
name, "play_unblink";
source, "*";
- action, ACTION_STOP "play_blink" 0.0;
+ action, ACTION_STOP;
target, "play_blink";
after, "pause_blink";
}
@@ -181,7 +181,7 @@
name, "pause_blink";
source, "*";
action, STATE_SET "blink" 0.0;
- transition, LINEAR, 1.0;
+ transition, LINEAR 1.0;
target, "pause_button";
after, "pause_blink";
}
@@ -199,7 +199,7 @@
signal, "mouse,down,1";
source, "seekforward_button";
action, STATE_SET "clicked" 0.0;
- transition, LINEAR, 0.0;
+ transition, LINEAR 0.0;
target, "seekforward_button";
}
program {
@@ -207,7 +207,7 @@
signal, "mouse,up,1";
source, "seekforward_button";
action, STATE_SET "default" 0.0;
- transition, DECELERATE, 0.25;
+ transition, DECELERATE 0.25;
target, "seekforward_button";
}
@@ -232,7 +232,7 @@
signal, "mouse,down,1";
source, "next_button";
action, STATE_SET "clicked" 0.0;
- transition, LINEAR, 0.0;
+ transition, LINEAR 0.0;
target, "next_button";
}
program {
@@ -240,7 +240,7 @@
signal, "mouse,up,1";
source, "next_button";
action, STATE_SET "default" 0.0;
- transition, DECELERATE, 0.25;
+ transition, DECELERATE 0.25;
target, "next_button";
}
program {
@@ -257,7 +257,7 @@
signal, "mouse,down,1";
source, "vol_incr_button";
action, STATE_SET "clicked" 0.0;
- transition, LINEAR, 0.0;
+ transition, LINEAR 0.0;
target, "vol_incr_button";
}
program {
@@ -265,7 +265,7 @@
signal, "mouse,up,1";
source, "vol_incr_button";
action, STATE_SET "default" 0.0;
- transition, LINEAR, 0.0;
+ transition, LINEAR 0.0;
target, "vol_incr_button";
}
@@ -301,7 +301,7 @@
signal, "mouse,down,1";
source, "vol_decr_button";
action, STATE_SET "clicked" 0.0;
- transition, LINEAR, 0.0;
+ transition, LINEAR 0.0;
target, "vol_decr_button";
}
program {
@@ -309,7 +309,7 @@
signal, "mouse,up,1";
source, "vol_decr_button";
action, STATE_SET "default" 0.0;
- transition, LINEAR, 0.0;
+ transition, LINEAR 0.0;
target, "vol_decr_button";
}
program {
===================================================================
RCS file:
/cvsroot/enlightenment/e17/apps/euphoria/data/themes/streamline/streamline_small_progs.edc,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- streamline_small_progs.edc 10 Oct 2004 02:54:21 -0000 1.2
+++ streamline_small_progs.edc 30 Oct 2004 03:15:59 -0000 1.3
@@ -6,7 +6,7 @@
signal, "mouse,down,1";
source, "previous_button";
action, STATE_SET "clicked" 0.0;
- transition, LINEAR, 0.0;
+ transition, LINEAR 0.0;
target, "previous_button";
}
@@ -15,7 +15,7 @@
signal, "mouse,up,1";
source, "previous_button";
action, STATE_SET "default" 0.0;
- transition, DECELERATE, 0.25;
+ transition, DECELERATE 0.25;
target, "previous_button";
}
program {
@@ -31,7 +31,7 @@
signal, "mouse,down,1";
source, "play_button";
action, STATE_SET "clicked" 0.0;
- transition, LINEAR, 0.0;
+ transition, LINEAR 0.0;
target, "play_button";
}
@@ -40,7 +40,7 @@
signal, "mouse,up,1";
source, "play_button";
action, STATE_SET "default" 0.0;
- transition, DECELERATE, 0.25;
+ transition, DECELERATE 0.25;
target, "play_button";
}
program {
@@ -56,7 +56,7 @@
signal, "mouse,down,1";
source, "pause_button";
action, STATE_SET "clicked" 0.0;
- transition, LINEAR, 0.0;
+ transition, LINEAR 0.0;
target, "pause_button";
}
@@ -65,7 +65,7 @@
signal, "mouse,up,1";
source, "pause_button";
action, STATE_SET "default" 0.0;
- transition, DECELERATE, 0.25;
+ transition, DECELERATE 0.25;
target, "pause_button";
}
program {
@@ -80,7 +80,7 @@
signal, "mouse,down,1";
source, "next_button";
action, STATE_SET "clicked" 0.0;
- transition, LINEAR, 0.0;
+ transition, LINEAR 0.0;
target, "next_button";
}
@@ -89,7 +89,7 @@
signal, "mouse,up,1";
source, "next_button";
action, STATE_SET "default" 0.0;
- transition, DECELERATE, 0.25;
+ transition, DECELERATE 0.25;
target, "next_button";
}
program {
@@ -106,7 +106,7 @@
signal, "mouse,down,1";
source, "quit_button";
action, STATE_SET "clicked" 0.0;
- transition, LINEAR, 0.0;
+ transition, LINEAR 0.0;
target, "quit_button";
}
@@ -115,7 +115,7 @@
signal, "mouse,up,1";
source, "quit_button";
action, STATE_SET "default" 0.0;
- transition, DECELERATE, 0.25;
+ transition, DECELERATE 0.25;
target, "quit_button";
}
program {
@@ -131,7 +131,7 @@
signal, "mouse,down,1";
source, "vol_incr_button";
action, STATE_SET "clicked" 0.0;
- transition, LINEAR, 0.0;
+ transition, LINEAR 0.0;
target, "vol_incr_button";
}
program {
@@ -139,7 +139,7 @@
signal, "mouse,up,1";
source, "vol_incr_button";
action, STATE_SET "default" 0.0;
- transition, LINEAR, 0.0;
+ transition, LINEAR 0.0;
target, "vol_incr_button";
}
@@ -174,7 +174,7 @@
signal, "mouse,down,1";
source, "vol_decr_button";
action, STATE_SET "clicked" 0.0;
- transition, LINEAR, 0.0;
+ transition, LINEAR 0.0;
target, "vol_decr_button";
}
program {
@@ -182,7 +182,7 @@
signal, "mouse,up,1";
source, "vol_decr_button";
action, STATE_SET "default" 0.0;
- transition, LINEAR, 0.0;
+ transition, LINEAR 0.0;
target, "vol_decr_button";
}
program {
@@ -211,6 +211,6 @@
name, "titlebar_dbl_click";
signal, "mouse,down,1,double";
source, "background";
- action, SIGNAL_EMIT "SWITCH_GROUP", "euphoria";
+ action, SIGNAL_EMIT "SWITCH_GROUP" "euphoria";
}
-------------------------------------------------------
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs
