[Notify]Applied Open source patch to simulate transition effect while showing
authorRajeev Ranjan <rajeev.r@samsung.com>
Mon, 16 Jul 2012 15:07:09 +0000 (20:37 +0530)
committerRajeev Ranjan <rajeev.r@samsung.com>
Mon, 16 Jul 2012 15:11:30 +0000 (20:41 +0530)
Change-Id: I0412e7b2133ccea4510820df67895c4683517962

data/themes/widgets/notify.edc

index 429696d..32bdd54 100644 (file)
@@ -90,26 +90,13 @@ group { name: "elm/notify/top/default";
    }
    programs {
       program { name: "show";
-         signal: "elm,action,show";
-         source: "elm";
-         action: STATE_SET "visible" 0.0;
-         target: "base";
-      }
-      program { name: "show_2";
-         signal: "show";
-         action: STATE_SET "default" 0.0;
-         target: "base";
-         after: "show_3";
-      }
-      program { name: "show_3";
          signal: "show";
          action: STATE_SET "visible" 0.0;
          target: "base";
          transition: LINEAR 0.5;
       }
       program { name: "hide";
-         signal: "elm,action,hide";
-         source: "elm";
+         signal: "hide";
          action: STATE_SET "default" 0.0;
          target: "base";
       }
@@ -152,25 +139,6 @@ group { name: "elm/notify/center/default";
          }
       }
    }
-   programs {
-      program { name: "show";
-         signal: "elm,action,show";
-         source: "elm";
-         action: STATE_SET "default" 0.0;
-         target: "base";
-      }
-      program { name: "show_2";
-         signal: "show";
-         action: STATE_SET "default" 0.0;
-         target: "base";
-      }
-      program { name: "hide";
-         signal: "elm,action,hide";
-         source: "elm";
-         action: STATE_SET "default" 0.0;
-         target: "base";
-      }
-   }
 }
 group { name: "elm/notify/bottom/default";
      //this group is a design similar to the inwin group
@@ -245,26 +213,13 @@ group { name: "elm/notify/bottom/default";
    }
    programs {
       program { name: "show";
-         signal: "elm,action,show";
-         source: "elm";
-         action: STATE_SET "visible" 0.0;
-         target: "base";
-      }
-      program { name: "show_2";
-         signal: "show";
-         action: STATE_SET "default" 0.0;
-         target: "base";
-         after: "show_3";
-      }
-      program { name: "show_3";
          signal: "show";
          action: STATE_SET "visible" 0.0;
          target: "base";
          transition: LINEAR 0.5;
       }
       program { name: "hide";
-         signal: "elm,action,hide";
-         source: "elm";
+         signal: "hide";
          action: STATE_SET "default" 0.0;
          target: "base";
       }
@@ -343,26 +298,13 @@ group { name: "elm/notify/left/default";
    }
    programs {
       program { name: "show";
-         signal: "elm,action,show";
-         source: "elm";
-         action: STATE_SET "visible" 0.0;
-         target: "base";
-      }
-      program { name: "show_2";
-         signal: "show";
-         action: STATE_SET "default" 0.0;
-         target: "base";
-         after: "show_3";
-      }
-      program { name: "show_3";
          signal: "show";
          action: STATE_SET "visible" 0.0;
          target: "base";
          transition: LINEAR 0.5;
       }
       program { name: "hide";
-         signal: "elm,action,hide";
-         source: "elm";
+         signal: "hide";
          action: STATE_SET "default" 0.0;
          target: "base";
       }
@@ -441,26 +383,13 @@ group { name: "elm/notify/right/default";
    }
    programs {
       program { name: "show";
-         signal: "elm,action,show";
-         source: "elm";
-         action: STATE_SET "visible" 0.0;
-         target: "base";
-      }
-      program { name: "show_2";
-         signal: "show";
-         action: STATE_SET "default" 0.0;
-         target: "base";
-         after: "show_3";
-      }
-      program { name: "show_3";
          signal: "show";
          action: STATE_SET "visible" 0.0;
          target: "base";
          transition: LINEAR 0.5;
       }
       program { name: "hide";
-         signal: "elm,action,hide";
-         source: "elm";
+         signal: "hide";
          action: STATE_SET "default" 0.0;
          target: "base";
       }
@@ -539,26 +468,13 @@ group { name: "elm/notify/top_left/default";
    }
    programs {
       program { name: "show";
-         signal: "elm,action,show";
-         source: "elm";
-         action: STATE_SET "visible" 0.0;
-         target: "base";
-      }
-      program { name: "show_2";
-         signal: "show";
-         action: STATE_SET "default" 0.0;
-         target: "base";
-         after: "show_3";
-      }
-      program { name: "show_3";
          signal: "show";
          action: STATE_SET "visible" 0.0;
          target: "base";
          transition: LINEAR 0.5;
       }
       program { name: "hide";
-         signal: "elm,action,hide";
-         source: "elm";
+         signal: "hide";
          action: STATE_SET "default" 0.0;
          target: "base";
       }
@@ -637,26 +553,13 @@ group { name: "elm/notify/top_right/default";
    }
    programs {
       program { name: "show";
-         signal: "elm,action,show";
-         source: "elm";
-         action: STATE_SET "visible" 0.0;
-         target: "base";
-      }
-      program { name: "show_2";
-         signal: "show";
-         action: STATE_SET "default" 0.0;
-         target: "base";
-         after: "show_3";
-      }
-      program { name: "show_3";
          signal: "show";
          action: STATE_SET "visible" 0.0;
          target: "base";
          transition: LINEAR 0.5;
       }
       program { name: "hide";
-         signal: "elm,action,hide";
-         source: "elm";
+         signal: "hide";
          action: STATE_SET "default" 0.0;
          target: "base";
       }
@@ -735,26 +638,13 @@ group { name: "elm/notify/bottom_left/default";
    }
    programs {
       program { name: "show";
-         signal: "elm,action,show";
-         source: "elm";
-         action: STATE_SET "visible" 0.0;
-         target: "base";
-      }
-      program { name: "show_2";
-         signal: "show";
-         action: STATE_SET "default" 0.0;
-         target: "base";
-         after: "show_3";
-      }
-      program { name: "show_3";
          signal: "show";
          action: STATE_SET "visible" 0.0;
          target: "base";
          transition: LINEAR 0.5;
       }
       program { name: "hide";
-         signal: "elm,action,hide";
-         source: "elm";
+         signal: "hide";
          action: STATE_SET "default" 0.0;
          target: "base";
       }
@@ -833,26 +723,13 @@ group { name: "elm/notify/bottom_right/default";
    }
    programs {
       program { name: "show";
-         signal: "elm,action,show";
-         source: "elm";
-         action: STATE_SET "visible" 0.0;
-         target: "base";
-      }
-      program { name: "show_2";
-         signal: "show";
-         action: STATE_SET "default" 0.0;
-         target: "base";
-         after: "show_3";
-      }
-      program { name: "show_3";
          signal: "show";
          action: STATE_SET "visible" 0.0;
          target: "base";
          transition: LINEAR 0.5;
       }
       program { name: "hide";
-         signal: "elm,action,hide";
-         source: "elm";
+         signal: "hide";
          action: STATE_SET "default" 0.0;
          target: "base";
       }