[*]Un-Rollback to 'Merge [elm_multibuttonentry]Changed edc TEXT part to TEXTBLOCK...
[framework/uifw/elementary.git] / data / themes / default.edc
index 116f98d..185ac30 100644 (file)
@@ -37443,382 +37443,282 @@ collections {
       }
    }
 /////////////////////////////////////////////////////////////////////////
-   group { name:"elm/naviframe/base/default";
-      images {
-         image: "frame_1.png" COMP;
-         image: "frame_2.png" COMP;
-         image: "dia_grad.png" COMP;
-      }
-      parts {
-         part { name: "base0";
-            mouse_events:  0;
-            description { state: "default" 0.0;
-               image.normal: "dia_grad.png";
-               fill {
-                  smooth: 0;
-                  size {
-                     relative: 0.0 1.0;
-                     offset: 64 0;
-                  }
+group { name:"elm/naviframe/base/default";
+   images {
+      image: "frame_1.png" COMP;
+      image: "frame_2.png" COMP;
+      image: "dia_grad.png" COMP;
+   }
+   parts {
+      part { name: "base0";
+         mouse_events:  0;
+         description { state: "default" 0.0;
+            image.normal: "dia_grad.png";
+            fill {
+               smooth: 0;
+               size {
+                  relative: 0.0 1.0;
+                  offset: 64 0;
                }
             }
          }
-         part { name: "base1";
-            type: IMAGE;
-            description { state: "default" 0.0;
-               image {
-                  normal: "frame_2.png";
-                  border: 5 5 32 26;
-                  middle: 0;
-               }
-               fill.smooth : 0;
+      }
+      part { name: "base1";
+         type: IMAGE;
+         description { state: "default" 0.0;
+            image {
+               normal: "frame_2.png";
+               border: 5 5 32 26;
+               middle: 0;
             }
+            fill.smooth : 0;
          }
-         part { name: "over";
-            mouse_events:  0;
-            description { state: "default" 0.0;
-               rel1.offset: 4 4;
-               rel2.offset: 5 5;
-               image {
-                  normal: "frame_1.png";
-                  border: 2 2 28 22;
-                  middle: 0;
-               }
-               fill.smooth : 0;
+      }
+      part { name: "over";
+         mouse_events:  0;
+         description { state: "default" 0.0;
+            rel1.offset: 4 4;
+            rel2.offset: 5 5;
+            image {
+               normal: "frame_1.png";
+               border: 2 2 28 22;
+               middle: 0;
             }
+            fill.smooth : 0;
          }
       }
    }
-   group { name:"elm/naviframe/item/basic/default";
-      parts {
-         part { name: "title_clip";
-            type: RECT;
-            mouse_events: 0;
-            description { state: "default" 0.0;
-               min: 1 50;
-               align: 0.0 0.0;
-               fixed: 0 1;
-               rel1 { relative: 0.0 0.0; }
-               rel2 { relative: 1.0 0.0; }
-            }
-            description { state: "hide" 0.0;
-               inherit: "default" 0.0;
-               min: 0 0;
-               max: 0 0;
-               fixed: 1 1;
-            }
-         }
-         part { name: "content_clip";
-            type: RECT;
-            mouse_events: 0;
-            description { state: "default" 0.0;
-               rel1.to_y: "title_clip";
-            }
-         }
-         part { name: "elm.swallow.content";
-            type: SWALLOW;
-            scale: 1;
-            repeat_events: 0;
-            clip_to: "content_clip";
-            description { state: "default" 0.0;
-               align: 0.0 0.0;
-               rel1.relative: 1.0 1.0;
-               rel1.to_y: "title_clip";
-               rel2.relative: 2.0 1.0;
-            }
-            description { state: "show" 0.0;
-               inherit: "default" 0.0;
-               rel1.relative: 0.0 1.0;
-               rel2.relative: 1.0 1.0;
-            }
-            description { state: "pushed" 0.0;
-               inherit: "default" 0.0;
-               rel1.relative: -1.0 1.0;
-               rel2.relative: 0.0 1.0;
-            }
-            description { state: "popped" 0.0;
-               inherit: "default" 0.0;
-               rel1.relative: 1.0 1.0;
-               rel2.relative: 2.0 1.0;
-            }
+}
+group { name:"elm/naviframe/item/basic/default";
+   images {
+      image: "flip_base.png" COMP;
+      image: "flip_shad.png" COMP;
+   }
+   parts {
+      part { name: "title_clip";
+         type: RECT;
+         mouse_events: 0;
+         description { state: "default" 0.0;
+            min: 1 50;
+            align: 0.0 0.0;
+            fixed: 0 1;
+            rel1 { relative: 0.0 0.0; }
+            rel2 { relative: 1.0 0.0; }
          }
-         part { name: "elm.swallow.title";
-            type: SWALLOW;
-            scale: 1;
-            repeat_events: 0;
-            clip_to: "title_clip";
-            description { state: "default" 0.0;
-               min: 1 50;
-               align: 0.0 0.0;
-               fixed: 0 1;
-               rel1 { relative: 0.0 0.0; }
-               rel2 { relative: 1.0 0.0; }
-            }
+         description { state: "hide" 0.0;
+            inherit: "default" 0.0;
+            min: 0 0;
+            max: 0 0;
+            fixed: 1 1;
          }
       }
-      programs {
-         program { name: "show";
-            signal: "elm,state,show";
-            source: "elm";
-            action: STATE_SET "show" 0.0;
-            target: "elm.swallow.content";
-            transition: DECELERATE 0.5;
-            after: "show_finished";
-         }
-         program { name: "pushed";
-            signal: "elm,state,pushed";
-            source: "elm";
-            action: STATE_SET "pushed" 0.0;
-            target: "elm.swallow.content";
-            transition: DECELERATE 0.5;
-            after: "pushed_finished";
-         }
-         program { name: "popped";
-            signal: "elm,state,popped";
-            source: "elm";
-            action: STATE_SET "popped" 0.0;
-            target: "elm.swallow.content";
-            transition: DECELERATE 0.5;
-            after: "popped_finished";
-         }
-         program { name: "visible";
-            signal: "elm,state,visible";
-            source: "elm";
-            action: STATE_SET "show" 0.0;
-            target: "elm.swallow.content";
+      part { name: "content_clip";
+         type: RECT;
+         mouse_events: 0;
+         description { state: "default" 0.0;
+            rel1.to_y: "title_clip";
+            rel1.relative: 0 1;
          }
-         program { name: "title_show";
-            signal: "elm,state,title,show";
-            source: "elm";
-            action: STATE_SET "default" 0.0;
-            target: "title_clip";
+      }
+      part { name: "elm.swallow.content";
+         type: SWALLOW;
+         scale: 1;
+         repeat_events: 0;
+         clip_to: "content_clip";
+         description { state: "default" 0.0;
+            align: 0.0 0.0;
+            rel1.relative: 1.0 1.0;
+            rel1.to_y: "title_clip";
+            rel2.relative: 2.0 1.0;
          }
-         program { name: "title_hide";
-            signal: "elm,state,title,hide";
-            source: "elm";
-            action: STATE_SET "hide" 0.0;
-            target: "title_clip";
+         description { state: "show" 0.0;
+            inherit: "default" 0.0;
+            rel1.relative: 0.0 1.0;
+            rel2.relative: 1.0 1.0;
          }
-         program { name: "show_finished";
-            action: SIGNAL_EMIT "elm,action,show,finished" "";
+         description { state: "pushed" 0.0;
+            inherit: "default" 0.0;
+            rel1.relative: -1.0 1.0;
+            rel2.relative: 0.0 1.0;
          }
-         program { name: "pushed_finished";
-            action: SIGNAL_EMIT "elm,action,pushed,finished" "";
+         description { state: "popped" 0.0;
+            inherit: "default" 0.0;
+            rel1.relative: 1.0 1.0;
+            rel2.relative: 2.0 1.0;
          }
-         program { name: "popped_finished";
-            action: SIGNAL_EMIT "elm,action,popped,finished" "";
+      }
+      part { name: "title_base";
+         type: IMAGE;
+         scale: 1;
+         repeat_events: 0;
+         clip_to: "title_clip";
+         description { state: "default" 0.0;
+            min: 1 50;
+            align: 0.0 0.0;
+            fixed: 0 1;
+            rel1 { relative: 0.0 0.0; }
+            rel2 { relative: 1.0 0.0; }
+            image.normal: "flip_base.png";
+         }
+      }
+      part { name: "elm.swallow.prev_btn";
+         type: SWALLOW;
+         scale: 1;
+         clip_to: "title_clip";
+         description { state: "default" 0.0;
+            min: 80 40;
+            max: 80 40;
+            align: 0 0;
+            fixed: 1 1;
+            rel1.offset: 5 5;
+            rel1.to: "title_base";
+            rel2.offset: -1 -6;
+            rel2.to: "title_base";
+         }
+      }
+      part { name: "elm.swallow.next_btn";
+         type: SWALLOW;
+         scale: 1;
+         clip_to: "title_clip";
+         description { state: "default" 0.0;
+            min: 80 40;
+            max: 80 40;
+            align: 1 0;
+            fixed: 1 1;
+            rel1.offset: 0 5;
+            rel1.to: "title_base";
+            rel2.offset: -6 -6;
+            rel2.to: "title_base";
          }
       }
-   }
-   group { name:"elm/naviframe/item/instant/default";
-      parts {
-         part { name: "title_clip";
-            type: RECT;
-            mouse_events: 0;
-            description { state: "default" 0.0;
-               min: 1 50;
-               align: 0.0 0.0;
-               fixed: 0 1;
-               rel1 { relative: 0.0 0.0; }
-               rel2 { relative: 1.0 0.0; }
-            }
-            description { state: "hide" 0.0;
-               inherit: "default" 0.0;
+      part { name: "elm.swallow.icon";
+         type: SWALLOW;
+         scale: 1;
+         clip_to: "title_clip";
+         description { state: "default" 0.0;
+            min: 40 40;
+            max: 40 40;
+            align: 1 0.5;
+            rel1.to: "elm.text.title";
+            rel1.relative: 0 0;
+            rel1.to: "title_base";
+            rel2.to: "elm.text.title";
+            rel2.relative: 0 1;
+            rel2.to: "title_base";
+         }
+      }
+      part { name: "elm.text.title";
+         type: TEXT;
+         scale: 1;
+         repeat_events: 1;
+         clip_to: "title_clip";
+         description { state: "default" 0.0;
+            text { font: "Sans,Edje-Vera";
+               size: 10;
                min: 0 0;
-               max: 0 0;
-               fixed: 1 1;
-            }
-         }
-         part { name: "content_clip";
-            type: RECT;
-            mouse_events: 0;
-            description { state: "default" 0.0;
-               rel1.to_y: "title_clip";
-            }
-         }
-         part { name: "elm.swallow.content";
-            type: SWALLOW;
-            scale: 1;
-            repeat_events: 0;
-            clip_to: "content_clip";
-            description { state: "default" 0.0;
-               align: 0.0 0.0;
-               rel1.relative: 0.0 1.0;
-               rel1.to_y: "title_clip";
-               rel2.relative: 1.0 1.0;
-               visible: 0;
-            }
-            description { state: "show" 0.0;
-               inherit: "default" 0.0;
-               visible: 1;
+               max: 1 0;
+               align: 0.5 0.5;
             }
-         }
-         part { name: "elm.swallow.title";
-            type: SWALLOW;
-            scale: 1;
-            repeat_events: 0;
-            clip_to: "title_clip";
-            description { state: "default" 0.0;
-               min: 1 50;
-               align: 0.5 0.0;
-               fixed: 0 1;
-               rel1 { relative: 0.0 0.0; }
-               rel2 { relative: 1.0 0.0; }
+            color: 0 0 0 255;
+            align: 0.5 0.5;
+            rel1.to: "title_base";
+            rel2.to: "title_base";
+         }
+      }
+      part { name: "elm.text.subtitle";
+         type: TEXT;
+         scale: 1;
+         repeat_events: 1;
+         clip_to: "title_clip";
+         description { state: "default" 0.0;
+            text { font: "Sans,Edje-Vera";
+               size: 8;
+               min: 0 0;
+               max: 1 0;
+               align: 0.5 1;
             }
+            rel1.to_y: "elm.text.title";
+            rel1.relative: 0 1;
+            rel1.to: "title_base";
+            rel2.to: "title_base";
+            color: 50 50 50 255;
+            align: 0.5 0;
          }
       }
-      programs {
-         program { name: "show";
-            signal: "elm,state,show";
-            source: "elm";
-            action: STATE_SET "show" 0.0;
-            target: "elm.swallow.content";
-            after: "show_finished";
-         }
-         program { name: "pushed";
-            signal: "elm,state,pushed";
-            source: "elm";
-            action: STATE_SET "default" 0.0;
-            target: "elm.swallow.content";
-            after: "pushed_finished";
-         }
-         program { name: "popped";
-            signal: "elm,state,popped";
-            source: "elm";
-            action: STATE_SET "default" 0.0;
-            target: "elm.swallow.content";
-            after: "popped_finished";
-         }
-         program { name: "visible";
-            signal: "elm,state,visible";
-            source: "elm";
-            action: STATE_SET "show" 0.0;
-            target: "elm.swallow.content";
-         }
-         program { name: "title_show";
-            signal: "elm,state,title,show";
-            source: "elm";
-            action: STATE_SET "default" 0.0;
-            target: "title_clip";
-         }
-         program { name: "title_hide";
-            signal: "elm,state,title,hide";
-            source: "elm";
-            action: STATE_SET "hide" 0.0;
-            target: "title_clip";
-         }
-         program { name: "show_finished";
-            action: SIGNAL_EMIT "elm,action,show,finished" "";
-         }
-         program { name: "pushed_finished";
-            action: SIGNAL_EMIT "elm,action,pushed,finished" "";
-         }
-         program { name: "popped_finished";
-            action: SIGNAL_EMIT "elm,action,popped,finished" "";
+      part { name: "shade";
+         type: IMAGE;
+         mouse_events: 0;
+         clip_to: "title_clip";
+         description {
+            align: 0.5 1;
+            rel1.to_y: "elm.text.title";
+            rel1.relative: 0 1;
+            rel1.offset: 0 0;
+            rel1.to: "title_base";
+            rel2.offset: -1 5;
+            rel2.to: "title_base";
+            image.normal: "flip_shad.png";
          }
       }
    }
-   group { name:"elm/naviframe/title/default";
-      images {
-         image: "flip_base.png" COMP;
-         image: "flip_shad.png" COMP;
+   programs {
+      program { name: "show";
+         signal: "elm,state,show";
+         source: "elm";
+         action: STATE_SET "show" 0.0;
+         target: "elm.swallow.content";
+         transition: DECELERATE 0.5;
+         after: "show_finished";
+      }
+      program { name: "pushed";
+         signal: "elm,state,pushed";
+         source: "elm";
+         action: STATE_SET "pushed" 0.0;
+         target: "elm.swallow.content";
+         transition: DECELERATE 0.5;
+         after: "pushed_finished";
+      }
+      program { name: "popped";
+         signal: "elm,state,popped";
+         source: "elm";
+         action: STATE_SET "popped" 0.0;
+         target: "elm.swallow.content";
+         transition: DECELERATE 0.5;
+         after: "popped_finished";
+      }
+      program { name: "visible";
+         signal: "elm,state,visible";
+         source: "elm";
+         action: STATE_SET "show" 0.0;
+         target: "elm.swallow.content";
+      }
+      program { name: "title_show";
+         signal: "elm,state,title,show";
+         source: "elm";
+         action: STATE_SET "default" 0.0;
+         target: "title_clip";
       }
-      parts {
-         part { name: "base";
-            type: IMAGE;
-            description {
-               image.normal: "flip_base.png";
-            }
-         }
-         part { name: "elm.swallow.prev_btn";
-            type: SWALLOW;
-            scale: 1;
-            description { state: "default" 0.0;
-               min: 80 40;
-               max: 80 40;
-               align: 0 0;
-               fixed: 1 1;
-               rel1.offset: 5 5;
-               rel2.offset: -1 -6;
-            }
-         }
-         part { name: "elm.swallow.next_btn";
-            type: SWALLOW;
-            scale: 1;
-            description { state: "default" 0.0;
-               min: 80 40;
-               max: 80 40;
-               align: 1 0;
-               fixed: 1 1;
-               rel1.offset: 0 5;
-               rel2.offset: -6 -6;
-            }
-         }
-         part { name: "elm.swallow.icon";
-            type: SWALLOW;
-            scale: 1;
-            description { state: "default" 0.0;
-               min: 40 40;
-               max: 40 40;
-               align: 1 0.5;
-               rel1.to: "elm.text.title";
-               rel1.relative: 0 0;
-               rel2.to: "elm.text.title";
-               rel2.relative: 0 1;
-            }
-         }
-         part { name: "elm.text.title";
-            type: TEXT;
-            scale: 1;
-            repeat_events: 1;
-            description { state: "default" 0.0;
-               text { font: "Sans,Edje-Vera";
-                  size: 10;
-                  min: 0 0;
-                  max: 1 0;
-                  align: 0.5 0.5;
-               }
-               color: 0 0 0 255;
-               align: 0.5 0.5;
-            }
-         }
-         part { name: "elm.text.subtitle";
-            type: TEXT;
-            scale: 1;
-            repeat_events: 1;
-            description { state: "default" 0.0;
-               text { font: "Sans,Edje-Vera";
-                  size: 8;
-                  min: 0 0;
-                  max: 1 0;
-                  align: 0.5 1;
-               }
-               rel1.to_y: "elm.text.title";
-               rel1.relative: 0 1;
-               color: 50 50 50 255;
-               align: 0.5 0;
-            }
-         }
-         part { name: "shade";
-            type: IMAGE;
-            mouse_events: 0;
-            description {
-               align: 0.5 1;
-               rel1.to_y: "elm.text.title";
-               rel1.relative: 0 1;
-               rel1.offset: 0 0;
-               rel2.offset: -1 5;
-               image.normal: "flip_shad.png";
-            }
-         }
+      program { name: "title_hide";
+         signal: "elm,state,title,hide";
+         source: "elm";
+         action: STATE_SET "hide" 0.0;
+         target: "title_clip";
       }
-      programs {
-         program {
-            name: "title_clicked";
-            signal: "mouse,clicked,1";
-            source: "base";
-            action: SIGNAL_EMIT "elm,action,clicked" "elm";
-         }
+      program {
+         name: "title_clicked";
+         signal: "mouse,clicked,1";
+         source: "base";
+         action: SIGNAL_EMIT "elm,action,clicked" "elm";
+      }
+      program { name: "show_finished";
+         action: SIGNAL_EMIT "elm,action,show,finished" "";
+      }
+      program { name: "pushed_finished";
+         action: SIGNAL_EMIT "elm,action,pushed,finished" "";
+      }
+      program { name: "popped_finished";
+         action: SIGNAL_EMIT "elm,action,popped,finished" "";
       }
    }
 }
+