Enlightenment CVS committal

Author  : atmosphere
Project : e17
Module  : apps/entrance

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


Modified Files:
        Nebulous.edc 


Log Message:
Added an EntranceFace part to test swallowing/unswallowing when
selected, not very pretty yet, but it will be eventually.


===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/entrance/data/themes/Nebulous/Nebulous.edc,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- Nebulous.edc        22 Oct 2003 11:30:00 -0000      1.4
+++ Nebulous.edc        22 Oct 2003 11:49:20 -0000      1.5
@@ -944,6 +944,46 @@
                    color, 255 255 255 0;
                }
            }
+           part
+           {
+               name, "EntranceFace";
+               type,   RECT;
+               mouse_events, 1;
+               description
+               {
+                   state, "default" 0.0;
+                   visible, 1;
+                   rel1
+                   {
+                       relative, 0.0 0.0;
+                       offset, -100 -100;
+                       to, "bg";
+                   }
+                   rel2
+                   {
+                       relative, 0.0 0.0;
+                       offset, 0 0;
+                       to, "bg";
+                   }
+                   color, 255 255 255 0;
+               }
+               description
+               {
+                   state, "visible" 0.0;
+                   visible, 1;
+                   rel1
+                   {
+                       relative, 0.5 0.8;
+                       offset, -80 0;
+                   }
+                   rel2
+                   {
+                       relative, 0.5 0.8;
+                       offset, 80 70;
+                   }
+                   color, 100 100 100 255;
+               }
+           }
            // TODO 
            // Callback for Entrance[Session|User]List
        }
@@ -1092,6 +1132,24 @@
                action, STATE_SET "default" 0.0;
                target, "EntranceSessionListClip";
                transition, SINUSOIDAL 0.5;
+           }
+           program
+           {
+               name, "SessionFaceLoaded";
+               signal, "UserSelected";
+               source, "";
+               action, STATE_SET "visible" 0.0;
+               target, "EntranceFace";
+               transition, SINUSOIDAL 0.3;
+           }
+           program
+           {
+               name, "SessionFaceLoginFail";
+               signal, "EntranceUserAuthFail";
+               source, "";
+               action, STATE_SET "default" 0.0;
+               target, "EntranceFace";
+               transition, SINUSOIDAL 0.3;
            }
        }
     }




-------------------------------------------------------
This SF.net email is sponsored by OSDN developer relations
Here's your chance to show off your extensive product knowledge
We want to know what you know. Tell us and you have a chance to win $100
http://www.zoomerang.com/survey.zgi?HRPT1X3RYQNC5V4MLNSV3E54
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to