Enlightenment CVS committal

Author  : atmosphere
Project : e17
Module  : apps/entrance

Dir     : e17/apps/entrance/data/themes/taillights


Modified Files:
        build_theme.sh taillights.edc 


Log Message:
I knew there was a reason those system signals were commented out

How about we try confirmation dialogs :)


===================================================================
RCS file: 
/cvsroot/enlightenment/e17/apps/entrance/data/themes/taillights/build_theme.sh,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- build_theme.sh      22 Dec 2003 19:43:09 -0000      1.1
+++ build_theme.sh      23 Dec 2003 14:07:48 -0000      1.2
@@ -1,7 +1,8 @@
 #!/bin/sh
 THEME="taillights"
-if [ ! -f $THEME.eet ]; then
-       edje_cc -v -id ./images $THEME.edc $THEME.eet
+if [ -f $THEME.eet ]; then
+    rm -f $THEME.eet
 fi
+edje_cc -v -id ./images $THEME.edc $THEME.eet
 #edje $THEME.eet
 #sudo cp -f $THEME.eet /usr/share/entrance/themes/
===================================================================
RCS file: 
/cvsroot/enlightenment/e17/apps/entrance/data/themes/taillights/taillights.edc,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- taillights.edc      22 Dec 2003 23:23:13 -0000      1.2
+++ taillights.edc      23 Dec 2003 14:07:48 -0000      1.3
@@ -84,6 +84,19 @@
 #if DEBUG
 #include "parts/debug.edc"
 #endif
+
+/**
+ * provides:
+ * confirmation_reboot_clip
+ * confirmation_reboot_yes
+ * confirmation_reboot_no
+ * 
+ * confirmation_halt_clip
+ * confirmation_halt_yes
+ * confirmation_halt_no
+ *
+ */
+#include "parts/confirmation_dialog.edc"
        }
        programs {
            program {
@@ -97,6 +110,17 @@
 #endif
 
 /**
+ * emit signals to entrance related to the system, AFTER the user
+ * clicks "Yes" on the confirmation dialog
+ * Also handle showing/hiding of the confirmation dialogs
+ * 
+ * EntranceSystemHalt
+ * EntranceSystemReboot
+ *
+ */
+#include "programs/confirmation_dialog_programs.edc"
+
+/**
  * handle EntranceSessionList callbacks:
  * minimize, show, etc 
  */
@@ -121,16 +145,12 @@
 #include "programs/login_area_programs.edc"
 
 /** 
- * emit signals to entrance, related to the system halting 
- *
- * EntranceSystemHalt
+ * provide mouse effects to the power button
  */
 #include "programs/power_button_programs.edc"
 
 /** 
- * emit signals to entrance, related to the system rebooting
- *
- * EntranceSystemReboot
+ * provide mouse effects to the restart button
  */
 #include "programs/restart_button_programs.edc"
 
@@ -148,6 +168,7 @@
   * maintain
   */
 #include "programs/effects_programs.edc"
+
        }
     }
 /**




-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to