From: Rusty Lynch Date: Tue, 29 Oct 2013 01:08:32 +0000 (-0700) Subject: PTREL-148: Fix build against Tizen 3.0 EFL packages X-Git-Tag: accepted/tizen/common/20140625.161837~3 X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fefl-theme-tizen.git;a=commitdiff_plain;h=refs%2Fchanges%2F92%2F11492%2F2 PTREL-148: Fix build against Tizen 3.0 EFL packages Remove Tizen 2.2 specific entries that break the build Change-Id: Iebfbb405d0b585d9b68554634be4ca7e8a598124 Signed-off-by: Rusty Lynch --- diff --git a/themes/widgets/button.edc b/themes/widgets/button.edc index c05e7d5..f0741a3 100644 --- a/themes/widgets/button.edc +++ b/themes/widgets/button.edc @@ -269,7 +269,6 @@ clip_to: "elm.swallow.content.shadow.clipper"; description { state: "default" 0.0; source: "elm.swallow.content"; - proxy.source_clip: 0; rel1 { to: "elm.swallow.content"; offset: BUTTON_STYLE1_NORMAL_TOP_OFFSET_INC; @@ -300,7 +299,6 @@ clip_to: "icon_clipper"; description { state: "default" 0.0; source: "elm.swallow.content"; - proxy.source_clip: 0; rel1.to: "elm.swallow.content"; rel2.to: "elm.swallow.content"; } @@ -1546,7 +1544,6 @@ clip_to: "elm.swallow.content.shadow.clipper"; description { state: "default" 0.0; source: "elm.swallow.content"; - proxy.source_clip: 0; rel1 { to: "elm.swallow.content"; offset: BUTTON_POPUP_NORMAL_TOP_OFFSET_INC; @@ -1577,7 +1574,6 @@ clip_to: "icon_clipper"; description { state: "default" 0.0; source: "elm.swallow.content"; - proxy.source_clip: 0; rel1.to: "elm.swallow.content"; rel2.to: "elm.swallow.content"; } @@ -1950,7 +1946,6 @@ scale: 1; \ description { state: "default" 0.0; \ source: "button_center_part"; \ - proxy.source_clip: 0; \ rel1 { \ to: "button_center_part"; \ offset: BUTTON_CIRCLE_STYLE_NORMAL_TOP_OFFSET_INC; \ @@ -1981,7 +1976,6 @@ clip_to: "icon_clipper"; \ description { state: "default" 0.0; \ source: "button_center_part"; \ - proxy.source_clip: 0; \ rel1.to: "button_center_part"; \ rel2.to: "button_center_part"; \ } \ @@ -2247,7 +2241,6 @@ scale: 1; \ description { state: "default" 0.0; \ source: "button_center_part"; \ - proxy.source_clip: 0; \ rel1 { \ to: "button_center_part"; \ offset: BUTTON_WARNING_STYLE_NORMAL_TOP_OFFSET_INC; \ @@ -2393,7 +2386,6 @@ scale: 1; description { state: "default" 0.0; source: "elm.swallow.content"; - proxy.source_clip: 0; rel1 { to: "elm.swallow.content"; offset: BUTTON_CIRCLE_STYLE_NORMAL_TOP_OFFSET_INC; @@ -2424,7 +2416,6 @@ clip_to: "icon_clipper"; description { state: "default" 0.0; source: "elm.swallow.content"; - proxy.source_clip: 0; rel1.to: "elm.swallow.content"; rel2.to: "elm.swallow.content"; } @@ -2622,7 +2613,6 @@ scale: 1; \ description { state: "default" 0.0; \ source: "button_center_part"; \ - proxy.source_clip: 0; \ rel1 { \ to: "button_center_part"; \ offset: BUTTON_EDIT_STYLE_NORMAL_TOP_OFFSET_INC; \ @@ -2653,7 +2643,6 @@ clip_to: "icon_clipper"; \ description { state: "default" 0.0; \ source: "button_center_part"; \ - proxy.source_clip: 0; \ rel1.to: "button_center_part"; \ rel2.to: "button_center_part"; \ } \ @@ -2866,7 +2855,6 @@ scale: 1; \ description { state: "default" 0.0; \ source: "button_center_part"; \ - proxy.source_clip: 0; \ rel1 { \ to: "button_center_part"; \ offset: BUTTON_CIRCLE_STYLE_MINUS_NORMAL_TOP_OFFSET_INC; \ @@ -3031,7 +3019,6 @@ clip_to: "elm.swallow.icon.shadow.proxy"; \ description { state: "default" 0.0; \ source: "jump_image"; \ - proxy.source_clip: 0; \ rel1 { \ to: "jump_image"; \ offset: BUTTON_JUMP_TO_NORMAL_TOP_OFFSET_INC; \ @@ -3062,7 +3049,6 @@ clip_to: "elm.swallow.icon.proxy"; \ description { state: "default" 0.0; \ source: "jump_image"; \ - proxy.source_clip: 0; \ rel1.to: "jump_image"; \ rel2.to: "jump_image"; \ } \ @@ -3696,7 +3682,6 @@ BUTTON_SCROLL_JUMPTO("jumpto_left", "00_icon_jump_left.png") scale: 1; \ description { state: "default" 0.0; \ source: "button_center_part"; \ - proxy.source_clip: 0; \ rel1 { \ to: "button_center_part"; \ offset: BUTTON_COLORSELECTOR_NORMAL_TOP_OFFSET_INC; \ @@ -3727,7 +3712,6 @@ BUTTON_SCROLL_JUMPTO("jumpto_left", "00_icon_jump_left.png") clip_to: "icon_clipper"; \ description { state: "default" 0.0; \ source: "button_center_part"; \ - proxy.source_clip: 0; \ rel1.to: "button_center_part"; \ rel2.to: "button_center_part"; \ } \ @@ -5306,7 +5290,6 @@ BUTTON_SCROLL_JUMPTO("jumpto_left", "00_icon_jump_left.png") clip_to: "arrow_expand.shadow.clipper"; description { state: "default" 0.0; source: "arrow_expand"; - proxy.source_clip: 0; rel1 { to: "arrow_expand"; offset: BUTTON_EXPANDABLE_NORMAL_TOP_OFFSET_INC; @@ -5337,7 +5320,6 @@ BUTTON_SCROLL_JUMPTO("jumpto_left", "00_icon_jump_left.png") clip_to: "icon_clipper"; description { state: "default" 0.0; source: "arrow_expand"; - proxy.source_clip: 0; rel1.to: "arrow_expand"; rel2.to: "arrow_expand"; } diff --git a/themes/widgets/datetime.edc b/themes/widgets/datetime.edc index 2c57916..4111c99 100644 --- a/themes/widgets/datetime.edc +++ b/themes/widgets/datetime.edc @@ -1314,7 +1314,6 @@ group { name: "elm/spinner/base/default"; clip_to: "up.image.arrow.shadow.clipper"; description { state: "default" 0.0; source: "up.image.arrow"; - proxy.source_clip: 0; rel1 { to: "up.image.arrow"; offset: SPINNER_UP_DOWN_ARROW_DEFAULT_TOP_OFFSET_INC; @@ -1342,7 +1341,6 @@ group { name: "elm/spinner/base/default"; clip_to: "up.image.arrow.clipper"; description { state: "default" 0.0; source: "up.image.arrow"; - proxy.source_clip: 0; rel1.to: "up.image.arrow"; rel2.to: "up.image.arrow"; } @@ -1406,7 +1404,6 @@ group { name: "elm/spinner/base/default"; clip_to: "down.image.arrow.shadow.clipper"; description { state: "default" 0.0; source: "down.image.arrow"; - proxy.source_clip: 0; rel1 { to: "down.image.arrow"; offset: SPINNER_UP_DOWN_ARROW_DEFAULT_TOP_OFFSET_INC; @@ -1434,7 +1431,6 @@ group { name: "elm/spinner/base/default"; clip_to: "down.image.arrow.clipper"; description { state: "default" 0.0; source: "down.image.arrow"; - proxy.source_clip: 0; rel1.to: "down.image.arrow"; rel2.to: "down.image.arrow"; } diff --git a/themes/widgets/entry.edc b/themes/widgets/entry.edc index 1424a21..4831015 100644 --- a/themes/widgets/entry.edc +++ b/themes/widgets/entry.edc @@ -338,11 +338,6 @@ group { name: "elm/entry/base/default"; source4: "elm/entry/cursor/default"; // cursorover source5: "elm/entry/anchor/default"; // anchor under //source6: "X"; // anchor over - source7: ENTRY_BLOCK_HANDLE_SOURCE7; // start selection handler - source8: ENTRY_BLOCK_HANDLE_SOURCE8; // end selection handler - source9: ENTRY_CURSOR_HANDLE_SOURCE9; // cursor handler - source10: ENTRY_BLOCK_HANDLE_SOURCE10; // start edge selection - source11: ENTRY_BLOCK_HANDLE_SOURCE11; // end edge selection description { state: "default" 0.0; fixed: 1 0; text { @@ -484,11 +479,6 @@ group { name: "elm/entry/base-charwrap/default"; source4: "elm/entry/cursor/default"; // cursorover source5: "elm/entry/anchor/default"; // anchor under //source6: "X"; // anchor over - source7: ENTRY_BLOCK_HANDLE_SOURCE7; // start selection handler - source8: ENTRY_BLOCK_HANDLE_SOURCE8; // end selection handler - source9: ENTRY_CURSOR_HANDLE_SOURCE9; // cursor handler - source10: ENTRY_BLOCK_HANDLE_SOURCE10; // start edge selection - source11: ENTRY_BLOCK_HANDLE_SOURCE11; // end edge selection description { state: "default" 0.0; fixed: 1 0; text { @@ -584,11 +574,6 @@ group { name: "elm/entry/base-nowrap/default"; //source3: "X"; // cursor under source4: "elm/entry/cursor/default"; // cursorover source5: "elm/entry/anchor/default"; // anchor under - source7: ENTRY_BLOCK_HANDLE_SOURCE7; // start selection handler - source8: ENTRY_BLOCK_HANDLE_SOURCE8; // end selection handler - source9: ENTRY_CURSOR_HANDLE_SOURCE9; // cursor handler - source10: ENTRY_BLOCK_HANDLE_SOURCE10; // start edge selection - source11: ENTRY_BLOCK_HANDLE_SOURCE11; // end edge selection description { state: "default" 0.0; text { style: "entry_textblock_style"; @@ -737,11 +722,6 @@ group { name: "elm/entry/base/editfield"; source4: "elm/entry/cursor/default"; // cursorover source5: "elm/entry/anchor/default"; // anchor under //source6: "X"; // anchor over - source7: ENTRY_BLOCK_HANDLE_SOURCE7; // start selection handler - source8: ENTRY_BLOCK_HANDLE_SOURCE8; // end selection handler - source9: ENTRY_CURSOR_HANDLE_SOURCE9; // cursor handler - source10: ENTRY_BLOCK_HANDLE_SOURCE10; // start edge selection - source11: ENTRY_BLOCK_HANDLE_SOURCE11; // end edge selection description { state: "default" 0.0; fixed: 1 0; text { @@ -894,11 +874,6 @@ group { name: "elm/entry/base-charwrap/editfield"; source4: "elm/entry/cursor/default"; // cursorover source5: "elm/entry/anchor/default"; // anchor under //source6: "X"; // anchor over - source7: ENTRY_BLOCK_HANDLE_SOURCE7; // start selection handler - source8: ENTRY_BLOCK_HANDLE_SOURCE8; // end selection handler - source9: ENTRY_CURSOR_HANDLE_SOURCE9; // cursor handler - source10: ENTRY_BLOCK_HANDLE_SOURCE10; // start edge selection - source11: ENTRY_BLOCK_HANDLE_SOURCE11; // end edge selection description { state: "default" 0.0; fixed: 1 0; text { @@ -1050,11 +1025,6 @@ group { name: "elm/entry/base-single/editfield"; //source3: ; // cursor under source4: "elm/entry/cursor/default"; // cursorover source5: "elm/entry/anchor/default"; // anchor under - source7: ENTRY_BLOCK_HANDLE_SOURCE7; // start selection handler - source8: ENTRY_BLOCK_HANDLE_SOURCE8; // end selection handler - source9: ENTRY_CURSOR_HANDLE_SOURCE9; // cursor handler - source10: ENTRY_BLOCK_HANDLE_SOURCE10; // start edge selection - source11: ENTRY_BLOCK_HANDLE_SOURCE11; // end edge selection description { state: "default" 0.0; text { style: "editfield_single_textblock_style"; @@ -1213,11 +1183,6 @@ group { name: "elm/entry/base-single/editfield/searchbar/default"; //source3: "X"; // cursor under source4: "elm/entry/cursor/default"; // cursorover source5: "elm/entry/anchor/default"; // anchor under - source7: ENTRY_BLOCK_HANDLE_SOURCE7; // start selection handler - source8: ENTRY_BLOCK_HANDLE_SOURCE8; // end selection handler - source9: ENTRY_CURSOR_HANDLE_SOURCE9; // cursor handler - source10: ENTRY_BLOCK_HANDLE_SOURCE10; // start edge selection - source11: ENTRY_BLOCK_HANDLE_SOURCE11; // end edge selection description { state: "default" 0.0; text { style: "editfield_searchbar_single_textblock_style"; @@ -1358,11 +1323,6 @@ group { name: "elm/entry/base-single/default"; //source3: "X"; // cursor under source4: "elm/entry/cursor/default"; // cursorover source5: "elm/entry/anchor/default"; // anchor under - source7: ENTRY_BLOCK_HANDLE_SOURCE7; // start selection handler - source8: ENTRY_BLOCK_HANDLE_SOURCE8; // end selection handler - source9: ENTRY_CURSOR_HANDLE_SOURCE9; // cursor handler - source10: ENTRY_BLOCK_HANDLE_SOURCE10; // start edge selection - source11: ENTRY_BLOCK_HANDLE_SOURCE11; // end edge selection description { state: "default" 0.0; text { style: "entry_single_textblock_style"; @@ -1456,11 +1416,6 @@ group { name: "elm/entry/base-single-noedit/default"; //source2: "X"; // selection over //source3: "X"; // cursor under source5: "elm/entry/anchor/default"; // anchor under - source7: ENTRY_BLOCK_HANDLE_SOURCE7; // start selection handler - source8: ENTRY_BLOCK_HANDLE_SOURCE8; // end selection handler - source9: ENTRY_CURSOR_HANDLE_SOURCE9; // cursor handler - source10: ENTRY_BLOCK_HANDLE_SOURCE10; // start edge selection - source11: ENTRY_BLOCK_HANDLE_SOURCE11; // end edge selection description { state: "default" 0.0; text { style: "entry_single_textblock_style"; @@ -1553,11 +1508,6 @@ group { name: "elm/entry/base-noedit/default"; //source2: "X"; // selection over //source3: "X"; // cursor under source5: "elm/entry/anchor/default"; // anchor under - source7: ENTRY_BLOCK_HANDLE_SOURCE7; // start selection handler - source8: ENTRY_BLOCK_HANDLE_SOURCE8; // end selection handler - source9: ENTRY_CURSOR_HANDLE_SOURCE9; // cursor handler - source10: ENTRY_BLOCK_HANDLE_SOURCE10; // start edge selection - source11: ENTRY_BLOCK_HANDLE_SOURCE11; // end edge selection description { state: "default" 0.0; fixed: 1 0; text { @@ -1651,11 +1601,6 @@ group { name: "elm/entry/base-noedit/default"; //source2: "X"; // selection over //source3: "X"; // cursor under source5: "elm/entry/anchor/default"; // anchor under - source7: ENTRY_BLOCK_HANDLE_SOURCE7; // start selection handler - source8: ENTRY_BLOCK_HANDLE_SOURCE8; // end selection handler - source9: ENTRY_CURSOR_HANDLE_SOURCE9; // cursor handler - source10: ENTRY_BLOCK_HANDLE_SOURCE10; // start edge selection - source11: ENTRY_BLOCK_HANDLE_SOURCE11; // end edge selection description { state: "default" 0.0; fixed: 1 0; text { @@ -1749,11 +1694,6 @@ group { name: "elm/entry/base-noedit/default"; //source2: "X"; // selection over //source3: "X"; // cursor under source5: "elm/entry/anchor/default"; // anchor under - source7: ENTRY_BLOCK_HANDLE_SOURCE7; // start selection handler - source8: ENTRY_BLOCK_HANDLE_SOURCE8; // end selection handler - source9: ENTRY_CURSOR_HANDLE_SOURCE9; // cursor handler - source10: ENTRY_BLOCK_HANDLE_SOURCE10; // start edge selection - source11: ENTRY_BLOCK_HANDLE_SOURCE11; // end edge selection description { state: "default" 0.0; text { style: "entry_textblock_style"; @@ -1847,11 +1787,6 @@ group { name: "elm/entry/base-noedit/default"; //source3: "X"; // cursor under source4: "elm/entry/cursor/default"; // cursorover source5: "elm/entry/anchor/default"; // anchor under - source7: ENTRY_BLOCK_HANDLE_SOURCE7; // start selection handler - source8: ENTRY_BLOCK_HANDLE_SOURCE8; // end selection handler - source9: ENTRY_CURSOR_HANDLE_SOURCE9; // cursor handler - source10: ENTRY_BLOCK_HANDLE_SOURCE10; // start edge selection - source11: ENTRY_BLOCK_HANDLE_SOURCE11; // end edge selection description { state: "default" 0.0; text { style: "entry_single_textblock_style"; @@ -1991,11 +1926,6 @@ group { name: "elm/entry/base-password/popup"; //source3: "X"; // cursor under source4: "elm/entry/cursor/default"; // cursorover source5: "elm/entry/anchor/default"; // anchor under - source7: ENTRY_BLOCK_HANDLE_SOURCE7; // start selection handler - source8: ENTRY_BLOCK_HANDLE_SOURCE8; // end selection handler - source9: ENTRY_CURSOR_HANDLE_SOURCE9; // cursor handler - source10: ENTRY_BLOCK_HANDLE_SOURCE10; // start edge selection - source11: ENTRY_BLOCK_HANDLE_SOURCE11; // end edge selection description { state: "default" 0.0; text { style: "entry_single_textblock_popup_style"; @@ -2937,11 +2867,6 @@ styles { //source3: "X"; // cursor under source4: "elm/entry/cursor/default"; // cursorover source5: "elm/entry/anchor/default"; // anchor under - source7: ENTRY_BLOCK_HANDLE_SOURCE7; // start selection handler - source8: ENTRY_BLOCK_HANDLE_SOURCE8; // end selection handler - source9: ENTRY_CURSOR_HANDLE_SOURCE9; // cursor handler - source10: ENTRY_BLOCK_HANDLE_SOURCE10; // start edge selection - source11: ENTRY_BLOCK_HANDLE_SOURCE11; // end edge selection // source6: "X"; // anchor over description { state: "default" 0.0; fixed: 1 0; @@ -3214,11 +3139,6 @@ styles { //source2: "X"; // selection over //source3: "X"; // cursor under source5: "elm/entry/anchor/default"; // anchor under - source7: ENTRY_BLOCK_HANDLE_SOURCE7; // start selection handler - source8: ENTRY_BLOCK_HANDLE_SOURCE8; // end selection handler - source9: ENTRY_CURSOR_HANDLE_SOURCE9; // cursor handler - source10: ENTRY_BLOCK_HANDLE_SOURCE10; // start edge selection - source11: ENTRY_BLOCK_HANDLE_SOURCE11; // end edge selection description { state: "default" 0.0; align: 0.0 0.0; @@ -3691,11 +3611,6 @@ styles { //source2: "X"; // selection over //source3: "X"; // cursor under source5: "elm/entry/anchor/default"; // anchor under - source7: ENTRY_BLOCK_HANDLE_SOURCE7; // start selection handler - source8: ENTRY_BLOCK_HANDLE_SOURCE8; // end selection handler - source9: ENTRY_CURSOR_HANDLE_SOURCE9; // cursor handler - source10: ENTRY_BLOCK_HANDLE_SOURCE10; // start edge selection - source11: ENTRY_BLOCK_HANDLE_SOURCE11; // end edge selection description { state: "default" 0.0; fixed: 1 0; align: 0.0 0.0; @@ -3826,11 +3741,6 @@ styles { source4: "elm/entry/cursor/default"; // cursorover source5: "elm/entry/anchor/default"; // anchor under // source6: "X"; // anchor over - source7: ENTRY_BLOCK_HANDLE_SOURCE7; // start selection handler - source8: ENTRY_BLOCK_HANDLE_SOURCE8; // end selection handler - source9: ENTRY_CURSOR_HANDLE_SOURCE9; // cursor handler - source10: ENTRY_BLOCK_HANDLE_SOURCE10; // start edge selection - source11: ENTRY_BLOCK_HANDLE_SOURCE11; // end edge selection description { state: "default" 0.0; fixed: 1 0; align: 1.0 0.0; @@ -4102,11 +4012,6 @@ styles { //source2: "X"; // selection over //source3: "X"; // cursor under source5: "elm/entry/anchor/default"; // anchor under - source7: ENTRY_BLOCK_HANDLE_SOURCE7; // start selection handler - source8: ENTRY_BLOCK_HANDLE_SOURCE8; // end selection handler - source9: ENTRY_CURSOR_HANDLE_SOURCE9; // cursor handler - source10: ENTRY_BLOCK_HANDLE_SOURCE10; // start edge selection - source11: ENTRY_BLOCK_HANDLE_SOURCE11; // end edge selection description { state: "default" 0.0; align: 1.0 0.0; @@ -4578,11 +4483,6 @@ styles { //source2: "X"; // selection over //source3: "X"; // cursor under source5: "elm/entry/anchor/default"; // anchor under - source7: ENTRY_BLOCK_HANDLE_SOURCE7; // start selection handler - source8: ENTRY_BLOCK_HANDLE_SOURCE8; // end selection handler - source9: ENTRY_CURSOR_HANDLE_SOURCE9; // cursor handler - source10: ENTRY_BLOCK_HANDLE_SOURCE10; // start edge selection - source11: ENTRY_BLOCK_HANDLE_SOURCE11; // end edge selection description { state: "default" 0.0; fixed: 1 0; align: 1.0 0.0; @@ -4709,11 +4609,6 @@ group { name: "elm/entry/base-single/multibuttonentry"; //source3: "X"; // cursor under source4: "elm/entry/cursor/default"; // cursorover source5: "elm/entry/anchor/default"; // anchor under - source7: ENTRY_BLOCK_HANDLE_SOURCE7; // start selection handler - source8: ENTRY_BLOCK_HANDLE_SOURCE8; // end selection handler - source9: ENTRY_CURSOR_HANDLE_SOURCE9; // cursor handler - source10: ENTRY_BLOCK_HANDLE_SOURCE10; // start edge selection - source11: ENTRY_BLOCK_HANDLE_SOURCE11; // end edge selection description { state: "default" 0.0; text { style: "multibuttonentry_single_textblock_style"; @@ -4860,11 +4755,6 @@ group { name: "elm/entry/base/font_color_black"; source4: "elm/entry/cursor/default"; // cursorover source5: "elm/entry/anchor/default"; // anchor under //source6: "X"; // anchor over - source7: ENTRY_BLOCK_HANDLE_SOURCE7; // start selection handler - source8: ENTRY_BLOCK_HANDLE_SOURCE8; // end selection handler - source9: ENTRY_CURSOR_HANDLE_SOURCE9; // cursor handler - source10: ENTRY_BLOCK_HANDLE_SOURCE10; // start edge selection - source11: ENTRY_BLOCK_HANDLE_SOURCE11; // end edge selection description { state: "default" 0.0; fixed: 1 0; text { @@ -4960,11 +4850,6 @@ group { name: "elm/entry/base-noedit/font_color_black"; source4: "elm/entry/cursor/default"; // cursorover source5: "elm/entry/anchor/default"; // anchor under //source6: "X"; // anchor over - source7: ENTRY_BLOCK_HANDLE_SOURCE7; // start selection handler - source8: ENTRY_BLOCK_HANDLE_SOURCE8; // end selection handler - source9: ENTRY_CURSOR_HANDLE_SOURCE9; // cursor handler - source10: ENTRY_BLOCK_HANDLE_SOURCE10; // start edge selection - source11: ENTRY_BLOCK_HANDLE_SOURCE11; // end edge selection description { state: "default" 0.0; fixed: 1 0; text { @@ -5113,11 +4998,6 @@ group { name: "elm/entry/base-charwrap/font_color_black"; source4: "elm/entry/cursor/default"; // cursorover source5: "elm/entry/anchor/default"; // anchor under //source6: "X"; // anchor over - source7: ENTRY_BLOCK_HANDLE_SOURCE7; // start selection handler - source8: ENTRY_BLOCK_HANDLE_SOURCE8; // end selection handler - source9: ENTRY_CURSOR_HANDLE_SOURCE9; // cursor handler - source10: ENTRY_BLOCK_HANDLE_SOURCE10; // start edge selection - source11: ENTRY_BLOCK_HANDLE_SOURCE11; // end edge selection description { state: "default" 0.0; fixed: 1 0; text { @@ -5265,11 +5145,6 @@ group { name: "elm/entry/base-single/font_color_black"; //source3: "X"; // cursor under source4: "elm/entry/cursor/default"; // cursorover source5: "elm/entry/anchor/default"; // anchor under - source7: ENTRY_BLOCK_HANDLE_SOURCE7; // start selection handler - source8: ENTRY_BLOCK_HANDLE_SOURCE8; // end selection handler - source9: ENTRY_CURSOR_HANDLE_SOURCE9; // cursor handler - source10: ENTRY_BLOCK_HANDLE_SOURCE10; // start edge selection - source11: ENTRY_BLOCK_HANDLE_SOURCE11; // end edge selection description { state: "default" 0.0; text { style: "font_color_black_single_textblock_style"; @@ -5363,11 +5238,6 @@ group { name: "elm/entry/base-single-noedit/font_color_black"; //source3: "X"; // cursor under source4: "elm/entry/cursor/default"; // cursorover source5: "elm/entry/anchor/default"; // anchor under - source7: ENTRY_BLOCK_HANDLE_SOURCE7; // start selection handler - source8: ENTRY_BLOCK_HANDLE_SOURCE8; // end selection handler - source9: ENTRY_CURSOR_HANDLE_SOURCE9; // cursor handler - source10: ENTRY_BLOCK_HANDLE_SOURCE10; // start edge selection - source11: ENTRY_BLOCK_HANDLE_SOURCE11; // end edge selection description { state: "default" 0.0; text { style: "font_color_black_single_textblock_style"; @@ -5540,11 +5410,6 @@ group { name: "elm/entry/base-password/font_color_black"; //source3: "X"; // cursor under source4: "elm/entry/cursor/default"; // cursorover source5: "elm/entry/anchor/default"; // anchor under - source7: ENTRY_BLOCK_HANDLE_SOURCE7; // start selection handler - source8: ENTRY_BLOCK_HANDLE_SOURCE8; // end selection handler - source9: ENTRY_CURSOR_HANDLE_SOURCE9; // cursor handler - source10: ENTRY_BLOCK_HANDLE_SOURCE10; // start edge selection - source11: ENTRY_BLOCK_HANDLE_SOURCE11; // end edge selection description { state: "default" 0.0; text { style: "font_color_black_single_textblock_style"; @@ -6944,11 +6809,6 @@ group { name: "elm/entry/base-single/datetime_popup"; source: "elm/entry/selection/default"; // selection under source4: "elm/entry/cursor/default"; // cursorover source5: "elm/entry/anchor/default"; // anchor under - source7: "elm/entry/selection/block_handle_left/datetime"; // start selection handler - source8: "elm/entry/selection/block_handle_right/datetime"; // end selection handler - source9: ENTRY_CURSOR_HANDLE_SOURCE9; // cursor handler - source10: ENTRY_BLOCK_HANDLE_SOURCE10; // start edge selection - source11: ENTRY_BLOCK_HANDLE_SOURCE11; // end edge selection description { state: "default" 0.0; text { style: "entry_datetime_popup_textblock_style"; diff --git a/themes/widgets/popup.edc b/themes/widgets/popup.edc index f0d5b36..789e21b 100644 --- a/themes/widgets/popup.edc +++ b/themes/widgets/popup.edc @@ -82,10 +82,6 @@ group { name: "elm/notify/center/popup"; on: 1; perspective: "persp"; smooth: 0; - color[0]: 248 246 239 0; - color[1]: 248 246 239 0; - color[2]: 248 246 239 0; - color[3]: 248 246 239 0; } } description { state: "visible" 0.0; diff --git a/themes/widgets/slider.edc b/themes/widgets/slider.edc index 325124a..79b5f52 100644 --- a/themes/widgets/slider.edc +++ b/themes/widgets/slider.edc @@ -946,7 +946,6 @@ clip_to: "elm.swallow.content.shadow.clipper"; description { state: "default" 0.0; source: "elm.swallow.icon"; - proxy.source_clip: 0; rel1 { to: "elm.swallow.icon"; offset: 0 1; @@ -963,7 +962,6 @@ clip_to: "icon_clipper"; description { state: "default" 0.0; source: "elm.swallow.icon"; - proxy.source_clip: 0; rel1.to: "elm.swallow.icon"; rel2.to: "elm.swallow.icon"; } @@ -1036,7 +1034,6 @@ clip_to: "elm.swallow.content.shadow.clipper.end"; description { state: "default" 0.0; source: "elm.swallow.end"; - proxy.source_clip: 0; rel1 { to: "elm.swallow.end"; offset: 0 1; @@ -1053,7 +1050,6 @@ clip_to: "icon_clipper_end"; description { state: "default" 0.0; source: "elm.swallow.end"; - proxy.source_clip: 0; rel1.to: "elm.swallow.end"; rel2.to: "elm.swallow.end"; } diff --git a/themes/widgets/toolbar.edc b/themes/widgets/toolbar.edc index 316f82a..0c609de 100644 --- a/themes/widgets/toolbar.edc +++ b/themes/widgets/toolbar.edc @@ -1213,7 +1213,6 @@ group { name: "elm/toolbar/item/tabbar"; clip_to: "elm.icon.proxy.clipper"; description { state: "default" 0.0; source: "elm.swallow.icon"; - proxy.source_clip: 0; rel1.to: "elm.swallow.icon"; rel1.offset: 0 2; rel2.to: "elm.swallow.icon"; @@ -1226,7 +1225,6 @@ group { name: "elm/toolbar/item/tabbar"; clip_to: "elm.icon_new.proxy.clipper"; description { state: "default" 0.0; source: "elm.swallow.icon_new"; - proxy.source_clip: 0; rel1.to: "elm.swallow.icon_new"; rel1.offset: 0 2; rel2.to: "elm.swallow.icon_new"; @@ -1239,7 +1237,6 @@ group { name: "elm/toolbar/item/tabbar"; clip_to: "elm.icon.proxy.clipper.2"; description { state: "default" 0.0; source: "elm.swallow.icon"; - proxy.source_clip: 0; rel1.to: "elm.swallow.icon"; rel2.to: "elm.swallow.icon"; } @@ -1250,7 +1247,6 @@ group { name: "elm/toolbar/item/tabbar"; clip_to: "elm.icon_new.proxy.clipper.2"; description { state: "default" 0.0; source: "elm.swallow.icon_new"; - proxy.source_clip: 0; rel1.to: "elm.swallow.icon_new"; rel2.to: "elm.swallow.icon_new"; }