From 26c76b7ed2fee527d3686c398f03ecd0ab44e520 Mon Sep 17 00:00:00 2001 From: Rajeev Ranjan Date: Mon, 16 Jul 2012 20:37:09 +0530 Subject: [PATCH] [Notify]Applied Open source patch to simulate transition effect while showing Change-Id: I0412e7b2133ccea4510820df67895c4683517962 --- data/themes/widgets/notify.edc | 139 +++-------------------------------------- 1 file changed, 8 insertions(+), 131 deletions(-) diff --git a/data/themes/widgets/notify.edc b/data/themes/widgets/notify.edc index 429696d..32bdd54 100644 --- a/data/themes/widgets/notify.edc +++ b/data/themes/widgets/notify.edc @@ -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"; } -- 2.7.4