rimmed pushed a commit to branch master.

http://git.enlightenment.org/tools/eflete.git/commit/?id=c38d1ad4dc30bc4c6547d0e3dd93015c8b5e4494

commit c38d1ad4dc30bc4c6547d0e3dd93015c8b5e4494
Author: Vyacheslav Reutskiy <v.reuts...@samsung.com>
Date:   Mon Feb 8 10:52:50 2016 +0200

    icon.edc: add icons 'text_style' and 'text_style_tag'
    
    Change-Id: I342aa893b513a5ec4e7c30cc0a862f70575af4fa
---
 data/themes/default/images/icon_text_style.png     | Bin 0 -> 4371 bytes
 data/themes/default/images/icon_text_style_tag.png | Bin 0 -> 4738 bytes
 data/themes/default/widgets/icon.edc               |  81 +++++++++++----------
 3 files changed, 42 insertions(+), 39 deletions(-)

diff --git a/data/themes/default/images/icon_text_style.png 
b/data/themes/default/images/icon_text_style.png
new file mode 100644
index 0000000..8195488
Binary files /dev/null and b/data/themes/default/images/icon_text_style.png 
differ
diff --git a/data/themes/default/images/icon_text_style_tag.png 
b/data/themes/default/images/icon_text_style_tag.png
new file mode 100644
index 0000000..0823bda
Binary files /dev/null and b/data/themes/default/images/icon_text_style_tag.png 
differ
diff --git a/data/themes/default/widgets/icon.edc 
b/data/themes/default/widgets/icon.edc
index 8171cac..df11f3a 100644
--- a/data/themes/default/widgets/icon.edc
+++ b/data/themes/default/widgets/icon.edc
@@ -4,47 +4,50 @@
    images.image: File COMP; parts { part { name: "base"; \
    description { aspect: 1.0 1.0; aspect_preference: BOTH; \
    image.normal: File; } } } }
-IC("arrow_up",    "toolbar/arrow_up",    "menu/arrow_up",    
"icon_arrow_up.png",    14, 0);
-IC("arrow_down",  "toolbar/arrow_down",  "menu/arrow_down",  
"icon_arrow_down.png",  14, 0);
-IC("arrow_left",  "toolbar/arrow_left",  "menu/arrow_left",  
"icon_arrow_left.png",  14, 0);
-IC("arrow_right", "toolbar/arrow_right", "menu/arrow_right", 
"icon_arrow_right.png", 14, 0);
-IC("home",        "toolbar/home",        "menu/home",        "icon_home.png",  
      14, 0);
-IC("image2",      "toolbar/image2",      "menu/image2",      
"icon_image2.png",      14, 0);
-IC("sound2",      "toolbar/sound2",      "menu/sound2",      
"icon_sound2.png",      14, 0);
-IC("text2",       "toolbar/text2",       "menu/text2",       "icon_text2.png", 
      14, 0);
-IC("close",       "toolbar/close",       "menu/close",       "icon_close.png", 
      14, 0);
-IC("apps",        "toolbar/apps",        "menu/apps",        "icon_apps.png",  
      14, 0);
-IC("chat",        "toolbar/chat",        "menu/chat",        "icon_chat.png",  
      14, 0);
-IC("clock",       "toolbar/clock",       "menu/clock",       "icon_clock.png", 
      14, 0);
-IC("delete",      "toolbar/delete",      "menu/delete",      
"icon_delete.png",      14, 0);
-IC("edit",        "toolbar/edit",        "menu/edit",        "icon_edit.png",  
      14, 0);
-IC("refresh",     "toolbar/refresh",     "menu/refresh",     
"icon_refresh.png",     14, 0);
-IC("folder",      "toolbar/folder",      "menu/folder",      
"icon_folder.png",      14, 0);
-IC("file",        "toolbar/file",        "menu/file",        "icon_file.png",  
      14, 0);
-IC("save",        "toolbar/save",        "menu/save",        "icon_save.png",  
      14, 0);
-IC("search",      "toolbar/search",      "menu/search",      
"icon_search.png",      14, 0);
-IC("plus",        "toolbar/plus",        "menu/plus",        "icon_plus.png",  
      14, 0);
-IC("minus",       "toolbar/minus",       "menu/minus",       "icon_minus.png", 
      14, 0);
-IC("animator",    "toolbar/animator",    "menu/animator",    
"icon_animator.png",    14, 0);
-IC("image",       "toolbar/image",       "menu/image",       "icon_image.png", 
      14, 0);
-IC("sound",       "toolbar/sound",       "menu/sound",       "icon_sound.png", 
      14, 0);
-IC("color",       "toolbar/color",       "menu/color",       "icon_color.png", 
      14, 0);
-IC("text",        "toolbar/text",        "menu/text",        "icon_text.png",  
      14, 0);
-IC("info",        "toolbar/info",        "menu/info",        "icon_info.png",  
      14, 0);
-IC("eye",         "toolbar/eye",         "menu/eye",         "icon_eye.png",   
      14, 0);
+IC("arrow_up",          "toolbar/arrow_up",         "menu/arrow_up",          
"icon_arrow_up.png",       14, 0);
+IC("arrow_down",        "toolbar/arrow_down",       "menu/arrow_down",        
"icon_arrow_down.png",     14, 0);
+IC("arrow_left",        "toolbar/arrow_left",       "menu/arrow_left",        
"icon_arrow_left.png",     14, 0);
+IC("arrow_right",       "toolbar/arrow_right",      "menu/arrow_right",       
"icon_arrow_right.png",    14, 0);
+IC("home",              "toolbar/home",             "menu/home",              
"icon_home.png",           14, 0);
+IC("image2",            "toolbar/image2",           "menu/image2",            
"icon_image2.png",         14, 0);
+IC("sound2",            "toolbar/sound2",           "menu/sound2",            
"icon_sound2.png",         14, 0);
+IC("text2",             "toolbar/text2",            "menu/text2",             
"icon_text2.png",          14, 0);
+IC("close",             "toolbar/close",            "menu/close",             
"icon_close.png",          14, 0);
+IC("apps",              "toolbar/apps",             "menu/apps",              
"icon_apps.png",           14, 0);
+IC("chat",              "toolbar/chat",             "menu/chat",              
"icon_chat.png",           14, 0);
+IC("clock",             "toolbar/clock",            "menu/clock",             
"icon_clock.png",          14, 0);
+IC("delete",            "toolbar/delete",           "menu/delete",            
"icon_delete.png",         14, 0);
+IC("edit",              "toolbar/edit",             "menu/edit",              
"icon_edit.png",           14, 0);
+IC("refresh",           "toolbar/refresh",          "menu/refresh",           
"icon_refresh.png",        14, 0);
+IC("folder",            "toolbar/folder",           "menu/folder",            
"icon_folder.png",         14, 0);
+IC("file",              "toolbar/file",             "menu/file",              
"icon_file.png",           14, 0);
+IC("save",              "toolbar/save",             "menu/save",              
"icon_save.png",           14, 0);
+IC("search",            "toolbar/search",           "menu/search",            
"icon_search.png",         14, 0);
+IC("plus",              "toolbar/plus",             "menu/plus",              
"icon_plus.png",           14, 0);
+IC("minus",             "toolbar/minus",            "menu/minus",             
"icon_minus.png",          14, 0);
+IC("animator",          "toolbar/animator",         "menu/animator",          
"icon_animator.png",       14, 0);
+IC("image",             "toolbar/image",            "menu/image",             
"icon_image.png",          14, 0);
+IC("sound",             "toolbar/sound",            "menu/sound",             
"icon_sound.png",          14, 0);
+IC("color",             "toolbar/color",            "menu/color",             
"icon_color.png",          14, 0);
+IC("text",              "toolbar/text",             "menu/text",              
"icon_text.png",           14, 0);
+IC("info",              "toolbar/info",             "menu/info",              
"icon_info.png",           14, 0);
+IC("eye",               "toolbar/eye",              "menu/eye",               
"icon_eye.png",            14, 0);
 
-IC("type_rectangle",   "toolbar/type_rectangle",   "menu/type_rectangle",   
"icon-rectangle.png",   14, 0);
-IC("type_text",        "toolbar/type_text",        "menu/type_text",        
"icon-text.png",        14, 0);
-IC("type_image",       "toolbar/type_image",       "menu/type_image",       
"icon-image.png",       14, 0);
-IC("type_swallow",     "toolbar/type_swallow",     "menu/type_swallow",     
"icon-swallow.png",     14, 0);
-IC("type_textblock",   "toolbar/type_textblock",   "menu/type_textblock",   
"icon-textblock.png",   14, 0);
-IC("type_group",       "toolbar/type_group",       "menu/type_group",       
"icon-group.png",       14, 0);
-IC("type_box",         "toolbar/type_box",         "menu/type_box",         
"icon-box.png",         14, 0);
-IC("type_table",       "toolbar/type_table",       "menu/type_table",       
"icon-table.png",       14, 0);
-IC("type_proxy",       "toolbar/type_proxy",       "menu/type_proxy",       
"icon-proxy.png",       14, 0);
-IC("type_spacer",      "toolbar/type_spacer",      "menu/type_spacer",      
"icon-spacer.png",      14, 0);
+IC("type_rectangle",    "toolbar/type_rectangle",   "menu/type_rectangle",    
"icon-rectangle.png",      14, 0);
+IC("type_text",         "toolbar/type_text",        "menu/type_text",         
"icon-text.png",           14, 0);
+IC("type_image",        "toolbar/type_image",       "menu/type_image",        
"icon-image.png",          14, 0);
+IC("type_swallow",      "toolbar/type_swallow",     "menu/type_swallow",      
"icon-swallow.png",        14, 0);
+IC("type_textblock",    "toolbar/type_textblock",   "menu/type_textblock",    
"icon-textblock.png",      14, 0);
+IC("type_group",        "toolbar/type_group",       "menu/type_group",        
"icon-group.png",          14, 0);
+IC("type_box",          "toolbar/type_box",         "menu/type_box",          
"icon-box.png",            14, 0);
+IC("type_table",        "toolbar/type_table",       "menu/type_table",        
"icon-table.png",          14, 0);
+IC("type_proxy",        "toolbar/type_proxy",       "menu/type_proxy",        
"icon-proxy.png",          14, 0);
+IC("type_spacer",       "toolbar/type_spacer",      "menu/type_spacer",       
"icon-spacer.png",         14, 0);
 
-IC("no_photo",    "photo/no_photo",      "anonim",           "icon_head.png",  
      14, 0);
+IC("text_style",        "toolbar/text_style",       "menu/text_style",        
"icon_text_style.png",     14, 0);
+IC("text_style_tag",    "toolbar/text_style_tag",   "menu/text_style_tag",    
"icon_text_style_tag.png", 14, 0);
+
+IC("no_photo",          "photo/no_photo",           "anonim",                 
"icon_head.png",           14, 0);
 #undef IC
 
 #define IC(Name, File, Min, Max) \

-- 


Reply via email to