[Copy&Paste] Change folder structure, remove images, style
authorThiep Ha <thiep.ha@samsung.com>
Mon, 13 May 2013 10:55:04 +0000 (19:55 +0900)
committerSungho Kwak <sungho1.kwak@samsung.com>
Wed, 12 Jun 2013 11:24:39 +0000 (20:24 +0900)
Change-Id: I533cfc8ce25e03e68eb83b6d636763c3a9dc3c02

17 files changed:
themes/Makefile
themes/images/tizen-hd/Copy_Paste/copy&paste_Handler_center.png [moved from themes/images/tizen-hd/Others/copy&paste_Handler_center.png with 100% similarity]
themes/images/tizen-hd/Copy_Paste/copy&paste_Handler_left.png [moved from themes/images/tizen-hd/Others/copy&paste_Handler_left.png with 100% similarity]
themes/images/tizen-hd/Copy_Paste/copy&paste_Handler_left_01.png [moved from themes/images/tizen-hd/Others/copy&paste_Handler_left_01.png with 100% similarity]
themes/images/tizen-hd/Copy_Paste/copy&paste_Handler_left_01_reversed.png [moved from themes/images/tizen-hd/Others/copy&paste_Handler_left_01_reversed.png with 100% similarity]
themes/images/tizen-hd/Copy_Paste/copy&paste_Handler_left_reversed.png [moved from themes/images/tizen-hd/Others/copy&paste_Handler_left_reversed.png with 100% similarity]
themes/images/tizen-hd/Copy_Paste/copy&paste_Handler_right.png [moved from themes/images/tizen-hd/Others/copy&paste_Handler_right.png with 100% similarity]
themes/images/tizen-hd/Copy_Paste/copy&paste_Handler_right_01.png [moved from themes/images/tizen-hd/Others/copy&paste_Handler_right_01.png with 100% similarity]
themes/images/tizen-hd/Copy_Paste/copy&paste_Handler_right_01_reversed.png [moved from themes/images/tizen-hd/Others/copy&paste_Handler_right_01_reversed.png with 100% similarity]
themes/images/tizen-hd/Copy_Paste/copy&paste_Handler_right_reversed.png [moved from themes/images/tizen-hd/Others/copy&paste_Handler_right_reversed.png with 100% similarity]
themes/images/tizen-hd/Copy_Paste/copy&paste_Magnifier.png [moved from themes/images/tizen-hd/Others/copy&paste_Magnifier.png with 100% similarity]
themes/images/tizen-hd/Copy_Paste/copy&paste_Magnifier_left.png [moved from themes/images/tizen-hd/Others/copy&paste_Magnifier_left.png with 100% similarity]
themes/images/tizen-hd/Copy_Paste/copy&paste_Magnifier_middle.png [moved from themes/images/tizen-hd/Others/copy&paste_Magnifier_middle.png with 100% similarity]
themes/images/tizen-hd/Copy_Paste/copy&paste_Magnifier_right.png [moved from themes/images/tizen-hd/Others/copy&paste_Magnifier_right.png with 100% similarity]
themes/images/tizen-hd/Others/magnifier_noarrow.png [deleted file]
themes/images/tizen-hd/Others/magnifier_noarrow_line.png [deleted file]
themes/widgets/entry.edc

index 425db6d..27b1b4e 100644 (file)
@@ -23,6 +23,7 @@ $(TARGET): clean
         -id ./images/$(@:.edj=)/Controls/Button\
         -id ./images/$(@:.edj=)/Controls/Check_box\
         -id ./images/$(@:.edj=)/Controls/Radio_button\
+        -id ./images/$(@:.edj=)/Copy_Paste\
         -id ./images/$(@:.edj=)/Focus\
         -id ./images/$(@:.edj=)/GUI_Style_Guide\
         -id ./images/$(@:.edj=)/Naviframe\
diff --git a/themes/images/tizen-hd/Others/magnifier_noarrow.png b/themes/images/tizen-hd/Others/magnifier_noarrow.png
deleted file mode 100644 (file)
index 7cbd2a7..0000000
Binary files a/themes/images/tizen-hd/Others/magnifier_noarrow.png and /dev/null differ
diff --git a/themes/images/tizen-hd/Others/magnifier_noarrow_line.png b/themes/images/tizen-hd/Others/magnifier_noarrow_line.png
deleted file mode 100644 (file)
index fcfdb10..0000000
Binary files a/themes/images/tizen-hd/Others/magnifier_noarrow_line.png and /dev/null differ
index 0e1de6e..3bc5d14 100644 (file)
@@ -2300,65 +2300,6 @@ group { name: "elm/entry/base-password/popup";
 
 #define MAGNIFIER_SCALE 1.5
 
-       group { name: "elm/entry/magnifier/fill-width";
-               data.item: "height" MAGNIFIER_HEIGHT_FILL;
-               data.item: "scale" MAGNIFIER_SCALE;
-               images {
-                 image: "magnifier_noarrow.png" COMP;
-                 image: "magnifier_noarrow_line.png" COMP;
-               }
-               parts {
-                       part { name: "bg";
-                               mouse_events: 0;
-                               scale: 1;
-                               description { state: "default" 0.0;
-                                       align: 0.5 0.0;
-                                       rel1 { offset: -20 -10; }
-                                       rel2 { offset: 22 15; }
-                                       image {
-                                               normal: "magnifier_noarrow.png";
-                                               border: 25 25 35 25;
-                                       }
-                                       image.middle: SOLID;
-                                       fill.smooth: 0;
-                               }
-                       }
-                       part { name: "swallow";
-                               type: SWALLOW;
-                               mouse_events: 0;
-                               scale: 1;
-                               description { state: "default" 0.0;
-                                       align: 0.0 0.0;
-                                       rel1 {
-                                               to: "bg";
-                                               offset: 18 18;
-                                       }
-                                       rel2 {
-                                               to: "bg";
-                                               offset: -20 -20;
-                                       }
-                               }
-                       }
-                       part { name: "outline";
-                               mouse_events: 0;
-                               scale: 1;
-                               description { state: "default" 0.0;
-                                       visible: 0;
-                                       align: 0.0 0.0;
-                                       rel1 { to: "bg"; offset: 0 0; }
-                                       rel2 { to: "bg"; offset: -1 -1; }
-                                       image {
-                                               normal: "magnifier_noarrow_line.png";
-                                               border: 25 25 35 25;
-                                       }
-                                       image.middle: SOLID;
-                                       fill.smooth: 0;
-                               }
-                       }
-               }
-       }
-
-
        group { name: "elm/entry/magnifier/fixed-size";
                data.item: "height" MAGNIFIER_HEIGHT_FIXED;
                data.item: "scale" MAGNIFIER_SCALE;