Enlightenment CVS committal Author : rephorm Project : e17 Module : apps/euphoria
Dir : e17/apps/euphoria/data/themes/default
Modified Files:
default_parts.edc default_playlist_progs.edc default_progs.edc
default_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/default/default_parts.edc,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- default_parts.edc 22 Feb 2004 10:11:56 -0000 1.1
+++ default_parts.edc 30 Oct 2004 03:15:58 -0000 1.2
@@ -889,6 +889,7 @@
description {
state, "disabled" 0.0;
+ inherit, "default" 0.0;
visible, 0;
}
}
@@ -898,14 +899,9 @@
description {
state, "default" 0.0;
- visible, 0;
- }
-
- description {
- state, "enabled" 0.0;
- visible, 1;
min, 57 20;
max, 57 20;
+ visible, 0;
rel1 {
relative, 0.0 1.0;
@@ -923,6 +919,12 @@
normal, "button-on.png";
}
}
+
+ description {
+ state, "enabled" 0.0;
+ inherit: "default" 0.0;
+ visible, 1;
+ }
}
part {
name, "repeat_toggle_label";
===================================================================
RCS file:
/cvsroot/enlightenment/e17/apps/euphoria/data/themes/default/default_playlist_progs.edc,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- default_playlist_progs.edc 22 Feb 2004 10:11:56 -0000 1.1
+++ default_playlist_progs.edc 30 Oct 2004 03:15:58 -0000 1.2
@@ -13,7 +13,7 @@
signal, "PLAYLIST_ITEM_SELECTED";
source, "";
action, STATE_SET "selected" 0.0;
- transition, LINEAR, 0.2;
+ transition, LINEAR 0.2;
target, "background";
}
@@ -22,7 +22,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/default/default_progs.edc,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- default_progs.edc 10 Oct 2004 02:54:21 -0000 1.2
+++ default_progs.edc 30 Oct 2004 03:15:58 -0000 1.3
@@ -30,7 +30,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 */
@@ -39,7 +39,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 {
@@ -47,7 +47,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";
}
@@ -65,7 +65,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 */
@@ -75,7 +75,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 {
@@ -83,7 +83,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";
}
@@ -109,7 +109,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";
}
@@ -119,7 +119,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";
}
@@ -129,7 +129,7 @@
program {
name, "pause_unblink";
source, "*";
- action, ACTION_STOP "pause_blink" 0.0;
+ action, ACTION_STOP;
target, "pause_blink";
after, "play_blink";
}
@@ -140,7 +140,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";
}
@@ -158,7 +158,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";
}
@@ -167,7 +167,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";
}
@@ -175,7 +175,7 @@
program {
name, "play_unblink";
source, "*";
- action, ACTION_STOP "play_blink" 0.0;
+ action, ACTION_STOP;
target, "play_blink";
after, "pause_blink";
}
@@ -184,7 +184,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";
}
@@ -202,7 +202,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 {
@@ -210,7 +210,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";
}
@@ -236,7 +236,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 {
@@ -244,7 +244,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 {
@@ -261,7 +261,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 {
@@ -269,7 +269,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";
}
@@ -305,7 +305,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 {
@@ -313,7 +313,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 {
@@ -370,7 +370,7 @@
signal, "mouse,down,1";
source, "add_button";
action, STATE_SET "clicked" 0.0;
- transition, LINEAR, 0.0;
+ transition, LINEAR 0.0;
target, "add_button";
}
program {
@@ -378,7 +378,7 @@
signal, "mouse,up,1";
source, "add_button";
action, STATE_SET "default" 0.0;
- transition, DECELERATE, 0.25;
+ transition, DECELERATE 0.25;
target, "add_button";
}
@@ -395,7 +395,7 @@
signal, "mouse,down,1";
source, "del_button";
action, STATE_SET "clicked" 0.0;
- transition, LINEAR, 0.0;
+ transition, LINEAR 0.0;
target, "del_button";
}
program {
@@ -403,7 +403,7 @@
signal, "mouse,up,1";
source, "del_button";
action, STATE_SET "default" 0.0;
- transition, DECELERATE, 0.25;
+ transition, DECELERATE 0.25;
target, "del_button";
}
@@ -419,7 +419,7 @@
signal, "mouse,down,1";
source, "edit_button";
action, STATE_SET "clicked" 0.0;
- transition, LINEAR, 0.0;
+ transition, LINEAR 0.0;
target, "edit_button";
}
program {
@@ -427,7 +427,7 @@
signal, "mouse,up,1";
source, "edit_button";
action, STATE_SET "default" 0.0;
- transition, DECELERATE, 0.25;
+ transition, DECELERATE 0.25;
target, "edit_button";
}
===================================================================
RCS file:
/cvsroot/enlightenment/e17/apps/euphoria/data/themes/default/default_small_progs.edc,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- default_small_progs.edc 10 Oct 2004 02:54:21 -0000 1.2
+++ default_small_progs.edc 30 Oct 2004 03:15:58 -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 {
@@ -81,7 +81,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";
}
@@ -90,7 +90,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 {
@@ -107,7 +107,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";
}
@@ -116,7 +116,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 {
@@ -132,7 +132,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 {
@@ -140,7 +140,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";
}
@@ -176,7 +176,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 {
@@ -184,7 +184,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 {
@@ -213,7 +213,7 @@
name, "titlebar_dbl_click";
signal, "mouse,down,1,double";
source, "background";
- action, SIGNAL_EMIT "SWITCH_GROUP", "euphoria";
+ action, SIGNAL_EMIT "SWITCH_GROUP" "euphoria";
}
/********* FIN *****************/
-------------------------------------------------------
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
