Enlightenment CVS committal

Author  : atmosphere
Project : e17
Module  : apps/entrance

Dir     : e17/apps/entrance/doc


Modified Files:
        entrance.doxygen 


Log Message:
namespace updates, www.atmos.org/tmp/update_entrance_themes.pl for migration 
assistance, old themes broken, you MUST recompile your eets
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/entrance/doc/entrance.doxygen,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -3 -r1.7 -r1.8
--- entrance.doxygen    6 Apr 2004 04:04:23 -0000       1.7
+++ entrance.doxygen    8 Dec 2004 16:53:07 -0000       1.8
@@ -243,7 +243,7 @@
                }
            }
            part {
-               name, "EntranceUserEntry";
+               name, "entrance.entry.user";
                type, TEXT;
                mouse_events, 0;
                description {
@@ -268,7 +268,7 @@
                }
            }
            part {
-               name, "EntrancePassEntry";
+               name, "entrance.entry.pass";
                type, TEXT;
                mouse_events, 0;
                description {
@@ -297,9 +297,9 @@
        programs {
            program {
                name, "authed";
-               signal, "EntranceUserAuthSuccess";
+               signal, "entrance,user,auth,success";
                source, "";
-               action, SIGNAL_EMIT "EntranceUserAuthSuccessDone" "";
+               action, SIGNAL_EMIT "entrance,user,auth,success,done" "";
            }
        }
     }
@@ -394,7 +394,7 @@
                }
            }
            part {
-               name, "EntranceUserEntry";
+               name, "entrance.entry.user";
                type, TEXT;
                mouse_events, 0;
                description {
@@ -419,7 +419,7 @@
                }
            }
            part {
-               name, "EntrancePassEntry";
+               name, "entrance.entry.pass";
                type, TEXT;
                mouse_events, 0;
                description {
@@ -445,7 +445,7 @@
                }
            }
            part {
-               name, "EntranceHostname";
+               name, "entrance.hostname";
                type, TEXT;
                mouse_events, 0;
                description {
@@ -454,11 +454,11 @@
                    rel1 { 
                        relative, 0.5 0.0;
                        offset, -200 -35;
-                       to, "EntranceUserEntry";
+                       to, "entrance.entry.user";
                    } rel2 {
                        relative, 0.5 0.0;
                        offset, 200 -5;
-                       to, "EntranceUserEntry";
+                       to, "entrance.entry.user";
                    }
                    color, 255 255 255 255;
                    text {
@@ -471,7 +471,7 @@
                }
            }
            part {
-               name, "EntranceDate";
+               name, "entrance.date";
                type, TEXT;
                mouse_events, 0;
                description {
@@ -497,7 +497,7 @@
                }
            }
            part {
-               name, "EntranceTime";
+               name, "entrance.time";
                type, TEXT;
                mouse_events, 0;
                description {
@@ -538,7 +538,7 @@
                ERROR("passfail", "Authentication Failed");
            }
            part {
-               name, "EntranceSessionList";
+               name, "entrance.xsessions.list";
                type, RECT;
                mouse_events, 1;
                dragable {
@@ -569,11 +569,11 @@
                    rel1 { 
                        relative, 0.0 0.0;
                        offset, 0 -30;
-                       to, "EntranceSessionList";
+                       to, "entrance.xsessions.list";
                    } rel2 {
                        relative, 1.0 0.0;
                        offset, 0 -5;
-                       to, "EntranceSessionList";
+                       to, "entrance.xsessions.list";
                    }
                    color, 255 255 255 255;
                    color3, 0 0 0 192;
@@ -587,7 +587,7 @@
                }
            }
            part {
-               name, "EntranceUserList";
+               name, "entrance.users.list";
                type, RECT;
                mouse_events, 1;
                dragable {
@@ -618,11 +618,11 @@
                    rel1 { 
                        relative, 0.0 0.0;
                        offset, 0 -30;
-                       to, "EntranceUserList";
+                       to, "entrance.users.list";
                    } rel2 {
                        relative, 1.0 0.0;
                        offset, 0 -5;
-                       to, "EntranceUserList";
+                       to, "entrance.users.list";
                    }
                    color, 255 255 255 255;
                    color3, 0 0 0 192;
@@ -636,7 +636,7 @@
                }
            }
            part {
-               name, "EntranceFace";
+               name, "entrance.users.avatar";
                type, RECT;
                mouse_events, 1;
                description {
@@ -653,7 +653,7 @@
                }
            }
            part {
-               name, "EntranceSession";
+               name, "entrance.xsessions.selected";
                type, RECT;
                mouse_events, 1;
                description {
@@ -673,9 +673,9 @@
        programs {
            program {
                name, "authed";
-               signal, "EntranceUserAuthSuccess";
+               signal, "entrance,user,auth,success";
                source, "";
-               action, SIGNAL_EMIT "EntranceUserAuthSuccessDone" "";
+               action, SIGNAL_EMIT "entrance,user,auth,success,done" "";
            }
            program {
                name, "errorreset";
@@ -689,8 +689,8 @@
 program { name, pstate; signal, psignal; source, ""; \
 action, STATE_SET pstate 0.0; target, "EntranceError"; \
 after, "errorreset"; }
-           ERROR_PROGRAM("userfail", "EntranceUserFail");
-           ERROR_PROGRAM("passfail", "EntranceUserAuthFail");
+           ERROR_PROGRAM("userfail", "entrance,user,fail");
+           ERROR_PROGRAM("passfail", "entrance,user,auth,fail");
        }
     }
     group
@@ -762,14 +762,14 @@
                name, "SessionIconClicked";
                signal, "mouse,clicked,1";
                source, "EntranceSessionIcon";
-               action, SIGNAL_EMIT "SessionSelected" "";
+               action, SIGNAL_EMIT "entrance,xsession,selected" "";
            }
            program
            {
                name, "SessionTitleClicked";
                signal, "mouse,clicked,1";
                source, "EntranceSessionTitle";
-               action, SIGNAL_EMIT "SessionSelected" "";
+               action, SIGNAL_EMIT "entrance,xsession,selected" "";
            }
        }
     }
@@ -983,9 +983,9 @@
        programs {
            program {
                name, "authed";
-               signal, "EntranceUserAuthSuccess";
+               signal, "entrance,user,auth,success";
                source, "";
-               action, SIGNAL_EMIT "EntranceUserAuthSuccessDone" "";
+               action, SIGNAL_EMIT "entrance,user,auth,success,done" "";
            }
 #if DEBUG
 #include "programs/debug_programs.edc"




-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to