Enlightenment CVS committal

Author  : sndev
Project : e_modules
Module  : language

Dir     : e_modules/language/data/themes


Modified Files:
        Makefile.am language.edc 


Log Message:

* Adding flag images.
* todo --

===================================================================
RCS file: /cvs/e/e_modules/language/data/themes/Makefile.am,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- Makefile.am 27 May 2006 23:10:59 -0000      1.2
+++ Makefile.am 29 May 2006 21:09:43 -0000      1.3
@@ -1,5 +1,7 @@
 MAINTAINERCLEANFILES = Makefile.in
 
+SUBDIRS = images
+
 EDJE_CC = @edje_cc@
 EDJE_FLAGS = -v -id ./images
 
===================================================================
RCS file: /cvs/e/e_modules/language/data/themes/language.edc,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- language.edc        15 May 2006 19:31:01 -0000      1.1
+++ language.edc        29 May 2006 21:09:43 -0000      1.2
@@ -5,12 +5,11 @@
    image: "language_titlebar_glint1.png" COMP;
    image: "language_titlebar_glint2.png" COMP;
    image: "language_titlebar_glint3.png" COMP;
-   image: "language_flag.png" COMP;
 }
 collections {
    group {
       name: "modules/language/main";
-      max:      128 128;
+      max:      148 128;
       script {
         public is_active;
         public is_hilited;
@@ -94,36 +93,6 @@
               color: 255 255 255 255;
            }
         }
-//      part {
-//         name: "language_flag";
-//         description {
-//            state:   "default" 0.0;
-//            aspect:  1.0 1.0;
-//            rel1 {
-//               to:   "title_bar";
-//               offset:       0 0;
-//            }
-//            rel2 {
-//               to:   "title_bar";
-//               offset:       -1 -1;
-//            }
-//            image {
-//               normal: "language_flag.png";
-//            }
-//         }
-//         description {
-//            state:   "active" 0.0;
-//            inherit: "default" 0.0;
-//            rel1 {
-//               to:   "title_bar";
-//               offset:       7 7;
-//            }
-//            rel2 {
-//               to:   "title_bar";
-//               offset:       -8 -8;
-//            }
-//         }
-//      }
 
         part {
            name:               "title_glint_clip";
@@ -291,7 +260,71 @@
               color:    255 255 255 255;
            }
         }
+
+        part {
+           name:          "language_flag";
+           type:          SWALLOW;
+           mouse_events:  0;
+           description {
+              state:   "default" 0.0;
+              align:   0.5 0.5;
+              rel1 {
+                 to:   "title_bar";
+                 offset:       6 6;
+              }
+              rel2 {
+                 to:   "title_bar";
+                 offset:       -7 -7;
+              } 
+              color: 0 0 0 0;
+           }
+           description {
+              state:   "active" 0.0;
+              inherit: "default" 0.0;
+              align:   0.5 0.5;
+              rel1 {
+                 to:   "title_bar";
+                 offset:       6 6;
+              }
+              rel2 {
+                 to:   "title_bar";
+                 offset:       -7 -7;
+              }
+              color: 0 0 0 0;
+           } 
+        }
         
+//      part {
+//         name: "language_flag";
+//         description {
+//            state:   "default" 0.0;
+//            aspect:  1.0 1.0;
+//            rel1 {
+//               to:   "title_bar";
+//               offset:       0 0;
+//            }
+//            rel2 {
+//               to:   "title_bar";
+//               offset:       -1 -1;
+//            }
+//            image {
+//               normal: "language_flag.png";
+//            }
+//         }
+//         description {
+//            state:   "active" 0.0;
+//            inherit: "default" 0.0;
+//            rel1 {
+//               to:   "title_bar";
+//               offset:       7 7;
+//            }
+//            rel2 {
+//               to:   "title_bar";
+//               offset:       -8 -8;
+//            }
+//         }
+//      }
+//      
 //      part {
 //         name: "language_flag2";
 //         mouse_events:  0;




-------------------------------------------------------
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to