Enlightenment CVS committal

Author  : atmosphere
Project : e17
Module  : apps/entrance

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


Modified Files:
        session_group_programs.edc 
Added Files:
        preview_group.edc 


Log Message:
the session icon in the bottom left corner is still fugly, but the session/user lists 
look a lot better, if you set a min size for the Session and User groups the layout in 
the containers is predictable, add a preview group used by ecco
===================================================================
RCS file: 
/cvsroot/enlightenment/e17/apps/entrance/data/themes/taillights/programs/session_group_programs.edc,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- session_group_programs.edc  22 Dec 2003 19:43:10 -0000      1.1
+++ session_group_programs.edc  7 Mar 2004 11:57:03 -0000       1.2
@@ -2,40 +2,37 @@
            {
                name, "session_icon_clicked";
                signal, "mouse,clicked,1";
-               source, "EntranceSessionIcon";
+               source, "base";
                action, SIGNAL_EMIT "SessionSelected" "";
            }
            program
            {
-               name, "session_title_clicked";
-               signal, "mouse,clicked,1";
-               source, "EntranceSessionTitle";
-               action, SIGNAL_EMIT "SessionSelected" "";
-           }
-           program
-           {
-               name, "session_title_mouse_in_stop";
+               name, "session_base_mouse_in_start";
                signal, "mouse,in";
-               source, "EntranceSessionTitle";
-               action, ACTION_STOP;
-               target, "session_title_mouse_out";
+               source, "base";
+               action, STATE_SET "hilited" 0.0;
+               target, "base";
+               target, "base_clip";
+               target, "EntranceSessionTitle";
+               transition, ACCELERATE 0.3;
            }
            program
            {
-               name, "session_title_mouse_in_start";
+               name, "session_base_mouse_in_rotk";
                signal, "mouse,in";
-               source, "EntranceSessionTitle";
-               action, STATE_SET "hilited" 0.0;
-               target, "EntranceSessionTitle";
-               transition, ACCELERATE 0.25;
+               source, "base";
+               action, ACTION_STOP;
+               target, "session_base_mouse_out_start";
            }
            program
            {
-               name, "session_title_mouse_out";
+               name, "session_base_mouse_out_start";
                signal, "mouse,out";
-               source, "EntranceSessionTitle";
+               source, "base";
                action, STATE_SET "default" 0.0;
+               target, "base";
+               target, "base_clip";
                target, "EntranceSessionTitle";
-               transition, DECELERATE 0.25;
-               in, 0.15 0.0;
+               transition, DECELERATE 0.4;
+               in, 0.2 0.0;
            }




-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to