Update volume icon and modify sound_type logic 24/142924/2 accepted/tizen/4.0/unified/20170828.224406 accepted/tizen/unified/20170811.021115 submit/tizen/20170808.125334 submit/tizen_4.0/20170828.100001 submit/tizen_4.0/20170828.110001
authorjunkyu han <junkyu.han@samsung.com>
Tue, 8 Aug 2017 01:49:36 +0000 (10:49 +0900)
committerjunkyu han <junkyu.han@samsung.com>
Tue, 8 Aug 2017 02:00:37 +0000 (11:00 +0900)
Change-Id: I97329d66d86300d355073e30b70616b25c030035

79 files changed:
inc/control.h
inc/main.h
res/edje/volume_app.edc
res/images/private/volume/00_popup_bubble_bg.#.png [deleted file]
res/images/private/volume/00_volume_icon.png [deleted file]
res/images/private/volume/00_volume_icon_call.png [deleted file]
res/images/private/volume/00_volume_icon_media.png [deleted file]
res/images/private/volume/00_volume_icon_mute.png [deleted file]
res/images/private/volume/00_volume_icon_notification.png [deleted file]
res/images/private/volume/00_volume_icon_notification_mute.png [deleted file]
res/images/private/volume/00_volume_icon_notification_vibrate.png [deleted file]
res/images/private/volume/00_volume_icon_settings.png [deleted file]
res/images/private/volume/00_volume_icon_settings_disabled.png [deleted file]
res/images/private/volume/00_volume_icon_vibrat.png [deleted file]
res/images/private/volume/sound_slider_icon_incoming_call.png [new file with mode: 0755]
res/images/private/volume/sound_slider_icon_notification.png [new file with mode: 0755]
res/images/private/volume/sound_slider_icon_notification_mute.png [new file with mode: 0755]
res/images/private/volume/sound_slider_icon_notification_vibrate.png [new file with mode: 0755]
res/images/private/volume/sound_slider_icon_system.png [new file with mode: 0755]
res/images/private/volume/sound_slider_icon_system_mute.png [new file with mode: 0755]
res/images/private/volume/sound_slider_icon_system_vibrate.png [new file with mode: 0755]
res/images/private/volume/sound_slider_icon_volume.png [new file with mode: 0755]
res/images/private/volume/sound_slider_icon_volume_mute.png [new file with mode: 0755]
res/images/private/volume/sound_slider_icon_volume_vibrate.png [new file with mode: 0755]
res/images/private/volume/sound_volume_ic_setting.png [new file with mode: 0755]
res/images/private/volume/sound_volume_popup_bg.#.png [new file with mode: 0755]
res/po/ar.po
res/po/az.po
res/po/bg.po
res/po/ca.po
res/po/cs.po
res/po/da.po
res/po/de.po
res/po/el_GR.po
res/po/en.po
res/po/en_PH.po
res/po/en_US.po
res/po/es_ES.po
res/po/es_US.po
res/po/et.po
res/po/eu.po
res/po/fi.po
res/po/fr.po
res/po/fr_CA.po
res/po/ga.po
res/po/gl.po
res/po/hr.po
res/po/hu.po
res/po/hy.po
res/po/is.po
res/po/it_IT.po
res/po/ja_JP.po
res/po/ka.po
res/po/kk.po
res/po/ko_KR.po
res/po/lt.po
res/po/lv.po
res/po/mk.po
res/po/nb.po
res/po/nl.po
res/po/pl.po
res/po/pt_BR.po
res/po/pt_PT.po
res/po/ro.po
res/po/ru_RU.po
res/po/sk.po
res/po/sl.po
res/po/sr.po
res/po/sv.po
res/po/tr_TR.po
res/po/uk.po
res/po/uz.po
res/po/volume.pot [deleted file]
res/po/zh_CN.po
res/po/zh_HK.po
res/po/zh_TW.po
src/control.c
src/sound.c
src/view.c

index 8430f7eb8b9abcd38947c11ca2e9cc22ee6465d2..85b295f70d2d82d32eb2f28b9de6d2d79395489a 100755 (executable)
@@ -40,7 +40,6 @@ extern Eina_Bool volume_control_get_safety_limit();
 extern Eina_Bool volume_control_get_time_for_safety_limit();
 extern void volume_control_set_time_for_safety_limit();
 
-extern bundle *volume_control_reset_get_bundle(void);
 extern Eina_Bool volume_control_get_is_deleting(void);
 extern Eina_Bool volume_control_get_is_launching(void);
 extern int volume_control_get_current_angle(void);
index 425b538c5a9977147abd8a7357deee47e61579c3..c4c03573b84a3f38fe1dd53fb34883540b1d1759 100755 (executable)
 
 #define EDJ_APP EDJ_DIR"/volume_app.edj"
 
-#define IMG_VOLUME_ICON "00_volume_icon.png"
-#define IMG_VOLUME_ICON_CALL "00_volume_icon_call.png"
-#define IMG_VOLUME_ICON_MUTE "00_volume_icon_mute.png"
-#define IMG_VOLUME_ICON_VIB "00_volume_icon_vibrat.png"
-#define IMG_VOLUME_ICON_NOTI "00_volume_icon_notification.png"
-#define IMG_VOLUME_ICON_NOTI_VIB "00_volume_icon_notification_vibrate.png"
-#define IMG_VOLUME_ICON_NOTI_MUTE "00_volume_icon_notification_mute.png"
+#define IMG_VOLUME_ICON "sound_slider_icon_volume.png"
+#define IMG_VOLUME_ICON_VIB "sound_slider_icon_volume_vibrate.png"
+#define IMG_VOLUME_ICON_MUTE "sound_slider_icon_volume_mute.png"
+#define IMG_VOLUME_ICON_NOTI "sound_slider_icon_notification.png"
+#define IMG_VOLUME_ICON_NOTI_VIB "sound_slider_icon_notification_vibrate.png"
+#define IMG_VOLUME_ICON_NOTI_MUTE "sound_slider_icon_notification_mute.png"
 #define IMG_VOLUME_ICON_HEADPHONE "00_volume_icon_headphone.png"
-#define IMG_VOLUME_ICON_MEDIA "00_volume_icon_media.png"
-#define IMG_VOLUME_ICON_SETTINGS "00_volume_icon_settings.png"
+#define IMG_VOLUME_ICON_CALL "sound_slider_icon_incoming_call.png"
+#define IMG_VOLUME_ICON_SYSTEM "sound_slider_icon_system"
+#define IMG_VOLUME_ICON_SYSTEM_VIB "sound_slider_icon_system_vibrate"
+#define IMG_VOLUME_ICON_SYSTEM_MUTE "sound_slider_icon_system_mute"
+#define IMG_VOLUME_ICON_SETTINGS "sound_volume_ic_setting.png"
 #define IMG_VOLUME_ICON_SETTINGS_PRESSED "00_volume_icon_settings_pressed.png"
-#define IMG_VOLUME_ICON_SETTINGS_DISABLED "00_volume_icon_settings_disabled.png"
 
 #define _EDJ(x) elm_layout_edje_get(x)
 #define _X(x) (x) / elm_app_base_scale_get() * elm_config_scale_get()
index 0f6750ffe4b0996c564395e47cfa33d03322c88d..3ee464262f45768f83ceeb9afb5082b15096d5a3 100755 (executable)
@@ -211,24 +211,25 @@ color_class: "B0563L1P"; \*/
 
 collections {
 
-RESOURCE_IMAGE("00_volume_icon.png");
-RESOURCE_IMAGE("00_volume_icon_call.png");
-RESOURCE_IMAGE("00_volume_icon_mute.png");
-RESOURCE_IMAGE("00_volume_icon_vibrat.png");
-RESOURCE_IMAGE("00_volume_icon_headphone.png");
-RESOURCE_IMAGE("00_volume_icon_media.png");
-RESOURCE_IMAGE("00_volume_icon_notification.png");
-RESOURCE_IMAGE("00_volume_icon_notification_vibrate.png");
-RESOURCE_IMAGE("00_volume_icon_notification_mute.png");
-RESOURCE_IMAGE("00_volume_icon_settings.png");
-RESOURCE_IMAGE_DIM("00_volume_icon_settings_disabled.png");
-RESOURCE_IMAGE_PRESS("00_volume_icon_settings_pressed.png");
+RESOURCE_IMAGE(sound_slider_icon_volume.png);
+RESOURCE_IMAGE(sound_slider_icon_volume_vibrate.png);
+RESOURCE_IMAGE(sound_slider_icon_volume_mute.png);
+RESOURCE_IMAGE(sound_slider_icon_notification.png);
+RESOURCE_IMAGE(sound_slider_icon_notification_vibrate.png);
+RESOURCE_IMAGE(sound_slider_icon_notification_mute.png);
+RESOURCE_IMAGE(00_volume_icon_headphone.png);
+RESOURCE_IMAGE(sound_slider_icon_incoming_call.png);
+RESOURCE_IMAGE(sound_slider_icon_system.png);
+RESOURCE_IMAGE(sound_slider_icon_system_vibrate.png);
+RESOURCE_IMAGE(sound_slider_icon_system_mute.png);
+RESOURCE_IMAGE(sound_volume_ic_setting.png);
+RESOURCE_IMAGE(00_volume_icon_settings_pressed.png);
 
        group {
                name : "volume_layout";
                images {
-                       image: "00_popup_bubble_bg.#.png" COMP;
-                       image: "00_volume_icon_settings_presed.png" COMP;
+                       image: "sound_volume_popup_bg.#.png" COMP;
+                       image: "00_volume_icon_settings_pressed.png" COMP;
                }
                styles {
                        style {
@@ -294,20 +295,20 @@ RESOURCE_IMAGE_PRESS("00_volume_icon_settings_pressed.png");
                                scale : 1;
                                description {
                                        state : "default" 0.0;
-                                       image.normal: "00_popup_bubble_bg.#.png";
+                                       image.normal: "sound_volume_popup_bg.#.png";
                                        rel1.to : "bg";
                                        rel2.to : "bg";
                                }
                                description {
                                        state : "portrait" 0.0;
-                                       image.normal: "00_popup_bubble_bg.#.png";
+                                       image.normal: "sound_volume_popup_bg.#.png";
                                        rel1.to : "bg";
                                        rel2.to : "bg";
                                }
                                description {
                                        state : "landscape" 0.0;
                                        visible : 1;
-                                       image.normal: "00_popup_bubble_bg.#.png";
+                                       image.normal: "sound_volume_popup_bg.#.png";
                                        rel1.to : "bg";
                                        rel2.to : "bg";
                                }
diff --git a/res/images/private/volume/00_popup_bubble_bg.#.png b/res/images/private/volume/00_popup_bubble_bg.#.png
deleted file mode 100755 (executable)
index 512eafe..0000000
Binary files a/res/images/private/volume/00_popup_bubble_bg.#.png and /dev/null differ
diff --git a/res/images/private/volume/00_volume_icon.png b/res/images/private/volume/00_volume_icon.png
deleted file mode 100755 (executable)
index 4abe0fe..0000000
Binary files a/res/images/private/volume/00_volume_icon.png and /dev/null differ
diff --git a/res/images/private/volume/00_volume_icon_call.png b/res/images/private/volume/00_volume_icon_call.png
deleted file mode 100755 (executable)
index b64770e..0000000
Binary files a/res/images/private/volume/00_volume_icon_call.png and /dev/null differ
diff --git a/res/images/private/volume/00_volume_icon_media.png b/res/images/private/volume/00_volume_icon_media.png
deleted file mode 100755 (executable)
index 2d3dba6..0000000
Binary files a/res/images/private/volume/00_volume_icon_media.png and /dev/null differ
diff --git a/res/images/private/volume/00_volume_icon_mute.png b/res/images/private/volume/00_volume_icon_mute.png
deleted file mode 100755 (executable)
index cc90323..0000000
Binary files a/res/images/private/volume/00_volume_icon_mute.png and /dev/null differ
diff --git a/res/images/private/volume/00_volume_icon_notification.png b/res/images/private/volume/00_volume_icon_notification.png
deleted file mode 100755 (executable)
index 3cf650d..0000000
Binary files a/res/images/private/volume/00_volume_icon_notification.png and /dev/null differ
diff --git a/res/images/private/volume/00_volume_icon_notification_mute.png b/res/images/private/volume/00_volume_icon_notification_mute.png
deleted file mode 100755 (executable)
index 1a3c3a0..0000000
Binary files a/res/images/private/volume/00_volume_icon_notification_mute.png and /dev/null differ
diff --git a/res/images/private/volume/00_volume_icon_notification_vibrate.png b/res/images/private/volume/00_volume_icon_notification_vibrate.png
deleted file mode 100755 (executable)
index 0959277..0000000
Binary files a/res/images/private/volume/00_volume_icon_notification_vibrate.png and /dev/null differ
diff --git a/res/images/private/volume/00_volume_icon_settings.png b/res/images/private/volume/00_volume_icon_settings.png
deleted file mode 100755 (executable)
index 4305660..0000000
Binary files a/res/images/private/volume/00_volume_icon_settings.png and /dev/null differ
diff --git a/res/images/private/volume/00_volume_icon_settings_disabled.png b/res/images/private/volume/00_volume_icon_settings_disabled.png
deleted file mode 100755 (executable)
index 4305660..0000000
Binary files a/res/images/private/volume/00_volume_icon_settings_disabled.png and /dev/null differ
diff --git a/res/images/private/volume/00_volume_icon_vibrat.png b/res/images/private/volume/00_volume_icon_vibrat.png
deleted file mode 100755 (executable)
index 8e7744d..0000000
Binary files a/res/images/private/volume/00_volume_icon_vibrat.png and /dev/null differ
diff --git a/res/images/private/volume/sound_slider_icon_incoming_call.png b/res/images/private/volume/sound_slider_icon_incoming_call.png
new file mode 100755 (executable)
index 0000000..24c01a1
Binary files /dev/null and b/res/images/private/volume/sound_slider_icon_incoming_call.png differ
diff --git a/res/images/private/volume/sound_slider_icon_notification.png b/res/images/private/volume/sound_slider_icon_notification.png
new file mode 100755 (executable)
index 0000000..c255b42
Binary files /dev/null and b/res/images/private/volume/sound_slider_icon_notification.png differ
diff --git a/res/images/private/volume/sound_slider_icon_notification_mute.png b/res/images/private/volume/sound_slider_icon_notification_mute.png
new file mode 100755 (executable)
index 0000000..86197f6
Binary files /dev/null and b/res/images/private/volume/sound_slider_icon_notification_mute.png differ
diff --git a/res/images/private/volume/sound_slider_icon_notification_vibrate.png b/res/images/private/volume/sound_slider_icon_notification_vibrate.png
new file mode 100755 (executable)
index 0000000..008155a
Binary files /dev/null and b/res/images/private/volume/sound_slider_icon_notification_vibrate.png differ
diff --git a/res/images/private/volume/sound_slider_icon_system.png b/res/images/private/volume/sound_slider_icon_system.png
new file mode 100755 (executable)
index 0000000..2629ced
Binary files /dev/null and b/res/images/private/volume/sound_slider_icon_system.png differ
diff --git a/res/images/private/volume/sound_slider_icon_system_mute.png b/res/images/private/volume/sound_slider_icon_system_mute.png
new file mode 100755 (executable)
index 0000000..841c4d3
Binary files /dev/null and b/res/images/private/volume/sound_slider_icon_system_mute.png differ
diff --git a/res/images/private/volume/sound_slider_icon_system_vibrate.png b/res/images/private/volume/sound_slider_icon_system_vibrate.png
new file mode 100755 (executable)
index 0000000..88bbdfc
Binary files /dev/null and b/res/images/private/volume/sound_slider_icon_system_vibrate.png differ
diff --git a/res/images/private/volume/sound_slider_icon_volume.png b/res/images/private/volume/sound_slider_icon_volume.png
new file mode 100755 (executable)
index 0000000..2ed4c99
Binary files /dev/null and b/res/images/private/volume/sound_slider_icon_volume.png differ
diff --git a/res/images/private/volume/sound_slider_icon_volume_mute.png b/res/images/private/volume/sound_slider_icon_volume_mute.png
new file mode 100755 (executable)
index 0000000..c48db73
Binary files /dev/null and b/res/images/private/volume/sound_slider_icon_volume_mute.png differ
diff --git a/res/images/private/volume/sound_slider_icon_volume_vibrate.png b/res/images/private/volume/sound_slider_icon_volume_vibrate.png
new file mode 100755 (executable)
index 0000000..c81ceeb
Binary files /dev/null and b/res/images/private/volume/sound_slider_icon_volume_vibrate.png differ
diff --git a/res/images/private/volume/sound_volume_ic_setting.png b/res/images/private/volume/sound_volume_ic_setting.png
new file mode 100755 (executable)
index 0000000..4a71b76
Binary files /dev/null and b/res/images/private/volume/sound_volume_ic_setting.png differ
diff --git a/res/images/private/volume/sound_volume_popup_bg.#.png b/res/images/private/volume/sound_volume_popup_bg.#.png
new file mode 100755 (executable)
index 0000000..0dcfc27
Binary files /dev/null and b/res/images/private/volume/sound_volume_popup_bg.#.png differ
index 855a05cbae13f8dba882d3ad09638b19afc51d63..5d6f7d8ca8c1c90dd05bf90e186a66c55db1d4fe 100755 (executable)
@@ -1,6 +1,9 @@
 msgid "IDS_ST_HEADER_RINGTONES"
 msgstr "نغمات الرنين"
 
+msgid "IDS_ST_BODY_NOTIFICATION"
+msgstr "الإشعار"
+
 msgid "IDS_ACCS_BODY_MEDIA_VOLUME_TTS"
 msgstr "مستوى صوت الوسائط"
 
index 57f77a85008801868bea30e39cfc963f44d76cf9..e806a861b89d5c8b6caa409d334763c8ca95c008 100755 (executable)
@@ -1,6 +1,9 @@
 msgid "IDS_ST_HEADER_RINGTONES"
 msgstr "Zəng tonu"
 
+msgid "IDS_ST_BODY_NOTIFICATION"
+msgstr "Bildiriş"
+
 msgid "IDS_ACCS_BODY_MEDIA_VOLUME_TTS"
 msgstr "Media səs"
 
index 1376c911b54211c84c6024d8fd7aa9cce3f773c2..3148c7c963f61bfaf2edadc894f32365fbadc0da 100755 (executable)
@@ -1,6 +1,9 @@
 msgid "IDS_ST_HEADER_RINGTONES"
 msgstr "Мелодии"
 
+msgid "IDS_ST_BODY_NOTIFICATION"
+msgstr "Уведомяване"
+
 msgid "IDS_ACCS_BODY_MEDIA_VOLUME_TTS"
 msgstr "Сила на звука на мултимедия"
 
index 7265c8cff2176b2946d9314b4b40553307b81c57..2bf2ec4fa9bf384a1cbf62a5c347cb0fbda67caa 100755 (executable)
@@ -1,6 +1,9 @@
 msgid "IDS_ST_HEADER_RINGTONES"
 msgstr "Melodies"
 
+msgid "IDS_ST_BODY_NOTIFICATION"
+msgstr "Notificació"
+
 msgid "IDS_ACCS_BODY_MEDIA_VOLUME_TTS"
 msgstr "Volum multimèdia"
 
index 1203f5ab71b60d775585790420d990c42bbce1f7..3aff6f15c7f14f26c915fc1c350ccff094633e50 100755 (executable)
@@ -1,6 +1,9 @@
 msgid "IDS_ST_HEADER_RINGTONES"
 msgstr "Vyzvánění"
 
+msgid "IDS_ST_BODY_NOTIFICATION"
+msgstr "Oznámení"
+
 msgid "IDS_ACCS_BODY_MEDIA_VOLUME_TTS"
 msgstr "Hlasitost média"
 
index b7406b3b332b92356c7ec8d02e05b494bbad8e6b..75433ee8f61c54e3a874e4dc065dfa94cd3aa222 100755 (executable)
@@ -1,6 +1,9 @@
 msgid "IDS_ST_HEADER_RINGTONES"
 msgstr "Ringetoner"
 
+msgid "IDS_ST_BODY_NOTIFICATION"
+msgstr "Besked"
+
 msgid "IDS_ACCS_BODY_MEDIA_VOLUME_TTS"
 msgstr "Medielydstyrke"
 
index 33db3d44254cf3d722b8922106394d3ab1295b42..68af95299253217e5649158a8e9f81b5a767b558 100755 (executable)
@@ -1,6 +1,9 @@
 msgid "IDS_ST_HEADER_RINGTONES"
 msgstr "Klingeltöne"
 
+msgid "IDS_ST_BODY_NOTIFICATION"
+msgstr "Benachrichtigung"
+
 msgid "IDS_ACCS_BODY_MEDIA_VOLUME_TTS"
 msgstr "Medienvolumen"
 
index 42dc86693645029b4b1aec59b385a2ca6bca3d66..00f26d3489268def4bf9172a1ff5099020ef718f 100755 (executable)
@@ -1,6 +1,9 @@
 msgid "IDS_ST_HEADER_RINGTONES"
 msgstr "Ήχοι κλήσης"
 
+msgid "IDS_ST_BODY_NOTIFICATION"
+msgstr "Ειδοποίηση"
+
 msgid "IDS_ACCS_BODY_MEDIA_VOLUME_TTS"
 msgstr "Ένταση ήχου μέσων"
 
index 4505d1f9cb8fe04bcd9dda3eb81fd94cc8ab8d89..5ca44d68935c303134a858c27974a33e2eca218e 100755 (executable)
@@ -1,6 +1,9 @@
 msgid "IDS_ST_HEADER_RINGTONES"
 msgstr "Ringtones"
 
+msgid "IDS_ST_BODY_NOTIFICATION"
+msgstr "Notification"
+
 msgid "IDS_ACCS_BODY_MEDIA_VOLUME_TTS"
 msgstr "Media volume"
 
index 4505d1f9cb8fe04bcd9dda3eb81fd94cc8ab8d89..5ca44d68935c303134a858c27974a33e2eca218e 100755 (executable)
@@ -1,6 +1,9 @@
 msgid "IDS_ST_HEADER_RINGTONES"
 msgstr "Ringtones"
 
+msgid "IDS_ST_BODY_NOTIFICATION"
+msgstr "Notification"
+
 msgid "IDS_ACCS_BODY_MEDIA_VOLUME_TTS"
 msgstr "Media volume"
 
index 4505d1f9cb8fe04bcd9dda3eb81fd94cc8ab8d89..5ca44d68935c303134a858c27974a33e2eca218e 100755 (executable)
@@ -1,6 +1,9 @@
 msgid "IDS_ST_HEADER_RINGTONES"
 msgstr "Ringtones"
 
+msgid "IDS_ST_BODY_NOTIFICATION"
+msgstr "Notification"
+
 msgid "IDS_ACCS_BODY_MEDIA_VOLUME_TTS"
 msgstr "Media volume"
 
index c1b55823bab334150eeb121882119f40e374d58a..6e5d822e3c6c24935fc5e24d4b7591599207ebba 100755 (executable)
@@ -1,6 +1,9 @@
 msgid "IDS_ST_HEADER_RINGTONES"
 msgstr "Melodías"
 
+msgid "IDS_ST_BODY_NOTIFICATION"
+msgstr "Notificaciones"
+
 msgid "IDS_ACCS_BODY_MEDIA_VOLUME_TTS"
 msgstr "Volumen multimedia"
 
index 089b9c8be30c3a631aa169a4eef56c5d5dc1064d..8765f74b959fc5833383e26c88954f6452b28662 100755 (executable)
@@ -1,6 +1,9 @@
 msgid "IDS_ST_HEADER_RINGTONES"
 msgstr "Tonos de llamada"
 
+msgid "IDS_ST_BODY_NOTIFICATION"
+msgstr "Notificación"
+
 msgid "IDS_ACCS_BODY_MEDIA_VOLUME_TTS"
 msgstr "Volumen de archivos multimedia"
 
index 9aa3a7626cd3e8da6b68cea8c1906fbbe69f59dc..41a5d76ea78d4772a90f9856d4e1969f52bbe70d 100755 (executable)
@@ -1,6 +1,9 @@
 msgid "IDS_ST_HEADER_RINGTONES"
 msgstr "Helinad"
 
+msgid "IDS_ST_BODY_NOTIFICATION"
+msgstr "Teavitus"
+
 msgid "IDS_ACCS_BODY_MEDIA_VOLUME_TTS"
 msgstr "Meediumi helitugevus"
 
index adb113f0a6ac4124a3d264135ea4e1ec5f91a65a..e59961adce00a5794abf80058e7993ec736c325b 100755 (executable)
@@ -1,6 +1,9 @@
 msgid "IDS_ST_HEADER_RINGTONES"
 msgstr "Dei doinuak"
 
+msgid "IDS_ST_BODY_NOTIFICATION"
+msgstr "Jakinarazpena"
+
 msgid "IDS_ACCS_BODY_MEDIA_VOLUME_TTS"
 msgstr "Multimedia edukiaren bolumena"
 
index 274abce0c706d3351d0ab2123f7ac4bb38b1b962..4a151325d22f4e0ec1b91fc1fdc1170512dd5ae4 100755 (executable)
@@ -1,6 +1,9 @@
 msgid "IDS_ST_HEADER_RINGTONES"
 msgstr "Soittoäänet"
 
+msgid "IDS_ST_BODY_NOTIFICATION"
+msgstr "Ilmoitus"
+
 msgid "IDS_ACCS_BODY_MEDIA_VOLUME_TTS"
 msgstr "Median voimakkuus"
 
index 1d16b126e5f30869b1501095a6c3ea0a1951bfef..ba09e5e54920232021bb1b6fe79fe8c9963a3071 100755 (executable)
@@ -1,6 +1,9 @@
 msgid "IDS_ST_HEADER_RINGTONES"
 msgstr "Sonneries"
 
+msgid "IDS_ST_BODY_NOTIFICATION"
+msgstr "Notification"
+
 msgid "IDS_ACCS_BODY_MEDIA_VOLUME_TTS"
 msgstr "Volume des médias"
 
index 1d16b126e5f30869b1501095a6c3ea0a1951bfef..ba09e5e54920232021bb1b6fe79fe8c9963a3071 100755 (executable)
@@ -1,6 +1,9 @@
 msgid "IDS_ST_HEADER_RINGTONES"
 msgstr "Sonneries"
 
+msgid "IDS_ST_BODY_NOTIFICATION"
+msgstr "Notification"
+
 msgid "IDS_ACCS_BODY_MEDIA_VOLUME_TTS"
 msgstr "Volume des médias"
 
index 90a2c1a75afb8d67d7ac8ce2a3afa4f7e754184d..cc0892abfd03e5786ffec2ff4a3920b7ae1a33f5 100755 (executable)
@@ -1,6 +1,9 @@
 msgid "IDS_ST_HEADER_RINGTONES"
 msgstr "Clingthoin"
 
+msgid "IDS_ST_BODY_NOTIFICATION"
+msgstr "Fógra"
+
 msgid "IDS_ACCS_BODY_MEDIA_VOLUME_TTS"
 msgstr "Airde meán"
 
index f5a64a641a51e01f7edc16dcd44c90ec9bf988ed..5d125b7f890a8167eef4bbdb5bb262ff6adf50da 100755 (executable)
@@ -1,6 +1,9 @@
 msgid "IDS_ST_HEADER_RINGTONES"
 msgstr "Melodías"
 
+msgid "IDS_ST_BODY_NOTIFICATION"
+msgstr "Notificación"
+
 msgid "IDS_ACCS_BODY_MEDIA_VOLUME_TTS"
 msgstr "Volume multimedia"
 
index 2bee918e0683d1b2cbc5a1134bcc3c8229489dc9..f7400a8b288feb93f60925e61e15ce55afc92d7b 100755 (executable)
@@ -1,6 +1,9 @@
 msgid "IDS_ST_HEADER_RINGTONES"
 msgstr "Tonovi zvona"
 
+msgid "IDS_ST_BODY_NOTIFICATION"
+msgstr "Obavijest"
+
 msgid "IDS_ACCS_BODY_MEDIA_VOLUME_TTS"
 msgstr "Glasnoća multimedija"
 
index 45c8729fc811f2ab8f53007c565b6eb5e3e6f354..326f2ad147785998ac8c745ef01ba45282268e20 100755 (executable)
@@ -1,6 +1,9 @@
 msgid "IDS_ST_HEADER_RINGTONES"
 msgstr "Csengőhangok"
 
+msgid "IDS_ST_BODY_NOTIFICATION"
+msgstr "Értesítés"
+
 msgid "IDS_ACCS_BODY_MEDIA_VOLUME_TTS"
 msgstr "Média hangereje"
 
index 7ca345415f9a97aac77a98133630894f9e91f4f2..4af062ec2890366310351b4186d963fe1cbba25f 100755 (executable)
@@ -1,6 +1,9 @@
 msgid "IDS_ST_HEADER_RINGTONES"
 msgstr "Մեղեդիներ"
 
+msgid "IDS_ST_BODY_NOTIFICATION"
+msgstr "Ծանուցում"
+
 msgid "IDS_ACCS_BODY_MEDIA_VOLUME_TTS"
 msgstr "Միջոցների ձայնի ուժգնություն"
 
index 1c5a6192c7ba27a36a58ffb0afb24a0f7bb7e6d1..182c50bc7c1c404575166e5abef4c75b83010bbe 100755 (executable)
@@ -1,6 +1,9 @@
 msgid "IDS_ST_HEADER_RINGTONES"
 msgstr "Hringitónar"
 
+msgid "IDS_ST_BODY_NOTIFICATION"
+msgstr "Tilkynning"
+
 msgid "IDS_ACCS_BODY_MEDIA_VOLUME_TTS"
 msgstr "Hljóðstyrkur efnisspilunar"
 
index 9e6e5b0581cf6a3c5c751d758d1ef384e2af7776..c2637ad37d24399b0c721cc8390d0b9313670e20 100755 (executable)
@@ -1,6 +1,9 @@
 msgid "IDS_ST_HEADER_RINGTONES"
 msgstr "Suonerie"
 
+msgid "IDS_ST_BODY_NOTIFICATION"
+msgstr "Notifica"
+
 msgid "IDS_ACCS_BODY_MEDIA_VOLUME_TTS"
 msgstr "Volume supporti"
 
index a85adb6987dcd88882a9b7bf38b30434fe8e4158..d1287094f325d780ca2106ceb8456e038ace4563 100755 (executable)
@@ -1,6 +1,9 @@
 msgid "IDS_ST_HEADER_RINGTONES"
 msgstr "着信音"
 
+msgid "IDS_ST_BODY_NOTIFICATION"
+msgstr "通知"
+
 msgid "IDS_ACCS_BODY_MEDIA_VOLUME_TTS"
 msgstr "メディア音量"
 
index 7e75b4ae08faf7e82e684dbbaecf37d6558916be..50d8a395e9ae2e6c0b6ffa5d226e18d8d4338b1e 100755 (executable)
@@ -1,6 +1,9 @@
 msgid "IDS_ST_HEADER_RINGTONES"
 msgstr "ზარის მელოდიები"
 
+msgid "IDS_ST_BODY_NOTIFICATION"
+msgstr "შეტყობინება"
+
 msgid "IDS_ACCS_BODY_MEDIA_VOLUME_TTS"
 msgstr "მედიის ხმის სიმაღლე"
 
index 8832ebcdae0df64883f04a0c0a3704bf3e117d72..cb0cd70849dcfab1cea163dd11fecf43fa86b296 100755 (executable)
@@ -1,6 +1,9 @@
 msgid "IDS_ST_HEADER_RINGTONES"
 msgstr "Әуендер"
 
+msgid "IDS_ST_BODY_NOTIFICATION"
+msgstr "Хабарландыру"
+
 msgid "IDS_ACCS_BODY_MEDIA_VOLUME_TTS"
 msgstr "Медия дыбысы"
 
index 95797972c30201c3af2d00848b7e9d9f0fd1d6b5..c72fb413c7a23dc294f484cd962ea01325885078 100755 (executable)
@@ -1,6 +1,9 @@
 msgid "IDS_ST_HEADER_RINGTONES"
 msgstr "벨소리"
 
+msgid "IDS_ST_BODY_NOTIFICATION"
+msgstr "알림"
+
 msgid "IDS_ACCS_BODY_MEDIA_VOLUME_TTS"
 msgstr "미디어 음량"
 
index 2e19d6db34630499637cdbde64f3f57aa3657411..8c303f173964133f72502dc5d824a261943b36c1 100755 (executable)
@@ -1,6 +1,9 @@
 msgid "IDS_ST_HEADER_RINGTONES"
 msgstr "Skambėjimo tonai"
 
+msgid "IDS_ST_BODY_NOTIFICATION"
+msgstr "Pranešimas"
+
 msgid "IDS_ACCS_BODY_MEDIA_VOLUME_TTS"
 msgstr "Medijos garsumas"
 
index eeadbdd6083dd7dc5bb3315babf40938003aac2e..440e41782d7a20f5b0b406e6131192dc181cd6da 100755 (executable)
@@ -1,6 +1,9 @@
 msgid "IDS_ST_HEADER_RINGTONES"
 msgstr "Zvana signāli"
 
+msgid "IDS_ST_BODY_NOTIFICATION"
+msgstr "Paziņojums"
+
 msgid "IDS_ACCS_BODY_MEDIA_VOLUME_TTS"
 msgstr "Multivides skaļums"
 
index 30076f658973d78f3d9f2b57050384394a41ee0f..b4f58a112455ee30007e7f3dbecd7ea05dae6613 100755 (executable)
@@ -1,6 +1,9 @@
 msgid "IDS_ST_HEADER_RINGTONES"
 msgstr "Тонови на ѕвонење"
 
+msgid "IDS_ST_BODY_NOTIFICATION"
+msgstr "Известување"
+
 msgid "IDS_ACCS_BODY_MEDIA_VOLUME_TTS"
 msgstr "Јачина за медиуми"
 
index 312e71c91019d73e74c6ade2ab9b963b2d66f935..50f0e4315c2748b1b2a220480cf1ebe125d5df21 100755 (executable)
@@ -1,6 +1,9 @@
 msgid "IDS_ST_HEADER_RINGTONES"
 msgstr "Ringetoner"
 
+msgid "IDS_ST_BODY_NOTIFICATION"
+msgstr "Varsel"
+
 msgid "IDS_ACCS_BODY_MEDIA_VOLUME_TTS"
 msgstr "Medievolum"
 
index 14611a0985b7172c173d36cecd04b35efc5d1959..4c65b48de7c5147c61108b49d0ca86c5c1588a01 100755 (executable)
@@ -1,6 +1,9 @@
 msgid "IDS_ST_HEADER_RINGTONES"
 msgstr "Beltonen"
 
+msgid "IDS_ST_BODY_NOTIFICATION"
+msgstr "Melding"
+
 msgid "IDS_ACCS_BODY_MEDIA_VOLUME_TTS"
 msgstr "Mediavolume"
 
index 76b8ceece0c2874f78358e5c0b7b06315cd60717..4e4413d691ddda87129ab27f27f86f28f00cb470 100755 (executable)
@@ -1,6 +1,9 @@
 msgid "IDS_ST_HEADER_RINGTONES"
 msgstr "Dzwonki"
 
+msgid "IDS_ST_BODY_NOTIFICATION"
+msgstr "Powiadomienie"
+
 msgid "IDS_ACCS_BODY_MEDIA_VOLUME_TTS"
 msgstr "Głośność multimediów"
 
index 954221198a4b2a0bf0700735072314aa60e70848..da9184fbfe2c1736bd6a7fc991372afb21c4f61e 100755 (executable)
@@ -1,6 +1,9 @@
 msgid "IDS_ST_HEADER_RINGTONES"
 msgstr "Toques"
 
+msgid "IDS_ST_BODY_NOTIFICATION"
+msgstr "Notificação"
+
 msgid "IDS_ACCS_BODY_MEDIA_VOLUME_TTS"
 msgstr "Volume da mídia"
 
index 19c5467b3e4d5a80522f2d09bf35e215d4c46465..47c83d07e01eb912be6b0d916765f5b6ff10fdeb 100755 (executable)
@@ -1,6 +1,9 @@
 msgid "IDS_ST_HEADER_RINGTONES"
 msgstr "Tons de toque"
 
+msgid "IDS_ST_BODY_NOTIFICATION"
+msgstr "Notificação"
+
 msgid "IDS_ACCS_BODY_MEDIA_VOLUME_TTS"
 msgstr "Volume de multimédia"
 
index d372e9cf1e6e433c5d001f6ad32e32474f15169b..2484adfd7a09ce02c969a220154c0516138a0ca6 100755 (executable)
@@ -1,6 +1,9 @@
 msgid "IDS_ST_HEADER_RINGTONES"
 msgstr "Tonuri sonerie"
 
+msgid "IDS_ST_BODY_NOTIFICATION"
+msgstr "Notificare"
+
 msgid "IDS_ACCS_BODY_MEDIA_VOLUME_TTS"
 msgstr "Volum media"
 
index 821ce6fcc71e00ffaad6ed9fe59c1cda29f3d152..469c8ccec5cf814a224217df62a83e862d2802ea 100755 (executable)
@@ -1,6 +1,9 @@
 msgid "IDS_ST_HEADER_RINGTONES"
 msgstr "Мелодии звонка"
 
+msgid "IDS_ST_BODY_NOTIFICATION"
+msgstr "Уведомление"
+
 msgid "IDS_ACCS_BODY_MEDIA_VOLUME_TTS"
 msgstr "Громкость звука"
 
index b8208f7ec37b127d5d6f796f7856ededca1c3f61..511a00691c0b5f138ddf12d8b5a2b2580c73f279 100755 (executable)
@@ -1,6 +1,9 @@
 msgid "IDS_ST_HEADER_RINGTONES"
 msgstr "Zvonenia"
 
+msgid "IDS_ST_BODY_NOTIFICATION"
+msgstr "Oznámenie"
+
 msgid "IDS_ACCS_BODY_MEDIA_VOLUME_TTS"
 msgstr "Hlasitosť médií"
 
index ebfb9343b75329402214cd27a1204b20ecba751f..10547a9e3776473629d34306ee185b0a11cb3e8f 100755 (executable)
@@ -1,6 +1,9 @@
 msgid "IDS_ST_HEADER_RINGTONES"
 msgstr "Zvonjenja"
 
+msgid "IDS_ST_BODY_NOTIFICATION"
+msgstr "Obvestilo"
+
 msgid "IDS_ACCS_BODY_MEDIA_VOLUME_TTS"
 msgstr "Glasnost medija"
 
index efdc260653fd7bcfddca98f6a2c89429c04e8d28..e1219d68db058a8ff45addfb8e5d162198e9f354 100755 (executable)
@@ -1,6 +1,9 @@
 msgid "IDS_ST_HEADER_RINGTONES"
 msgstr "Tonovi zvona"
 
+msgid "IDS_ST_BODY_NOTIFICATION"
+msgstr "Obaveštenja"
+
 msgid "IDS_ACCS_BODY_MEDIA_VOLUME_TTS"
 msgstr "Jačina zvuka medija"
 
index 268f43c17c28a010b9854b3b1c075b320e268cab..41f98241a4771d2a375c0e4bda22d0c9d4509e97 100755 (executable)
@@ -1,6 +1,9 @@
 msgid "IDS_ST_HEADER_RINGTONES"
 msgstr "Ringsignaler"
 
+msgid "IDS_ST_BODY_NOTIFICATION"
+msgstr "Avisering"
+
 msgid "IDS_ACCS_BODY_MEDIA_VOLUME_TTS"
 msgstr "Medievolym"
 
index 0baf45a32f73d873f7a54d2ddd0850d831faf1e3..3d9f77a2eaf9077a595850f84caefccd5a1b5226 100755 (executable)
@@ -1,6 +1,9 @@
 msgid "IDS_ST_HEADER_RINGTONES"
 msgstr "Zil sesleri"
 
+msgid "IDS_ST_BODY_NOTIFICATION"
+msgstr "Bildirim"
+
 msgid "IDS_ACCS_BODY_MEDIA_VOLUME_TTS"
 msgstr "Medya ses düzeyi"
 
index 526f8716864f51272b5f85c8273d16a412897f5d..43db3a760035d1ef1e699cce097e466f294d05f8 100755 (executable)
@@ -1,6 +1,9 @@
 msgid "IDS_ST_HEADER_RINGTONES"
 msgstr "Звуки дзвінка"
 
+msgid "IDS_ST_BODY_NOTIFICATION"
+msgstr "Сповіщення"
+
 msgid "IDS_ACCS_BODY_MEDIA_VOLUME_TTS"
 msgstr "Гучність відтворення медіа"
 
index e756c178587fc63f0e9da1fc044b2fbcd787c0d1..ce658d70d486c25eb5e14c392b4022552d2f6a29 100755 (executable)
@@ -1,6 +1,9 @@
 msgid "IDS_ST_HEADER_RINGTONES"
 msgstr "Ringtonlar"
 
+msgid "IDS_ST_BODY_NOTIFICATION"
+msgstr "Xabarnoma"
+
 msgid "IDS_ACCS_BODY_MEDIA_VOLUME_TTS"
 msgstr "Media ovozi balandligi"
 
diff --git a/res/po/volume.pot b/res/po/volume.pot
deleted file mode 100644 (file)
index e4901a6..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the PACKAGE package.
-# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
-#
-#, fuzzy
-msgid ""
-msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-10-21 17:49+0900\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
-"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: \n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=CHARSET\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#: volume.c:38
-msgid "Application template"
-msgstr ""
-
-#: volume.c:39
-msgid "Click to exit"
-msgstr ""
index 61c0ee78c1a50ca85d2c9ba12b4653068a42b0d7..8c245d4251fb212cbabe19179134c07d5c668c25 100755 (executable)
@@ -1,6 +1,9 @@
 msgid "IDS_ST_HEADER_RINGTONES"
 msgstr "铃声"
 
+msgid "IDS_ST_BODY_NOTIFICATION"
+msgstr "通知"
+
 msgid "IDS_ACCS_BODY_MEDIA_VOLUME_TTS"
 msgstr "媒体音量"
 
index a093ff0bd9bcf7e5634df5cfbb9e959890efcf9a..ab6ff7c6d61ad7a3f099d9e827aa081fc3d81166 100755 (executable)
@@ -1,6 +1,9 @@
 msgid "IDS_ST_HEADER_RINGTONES"
 msgstr "鈴聲"
 
+msgid "IDS_ST_BODY_NOTIFICATION"
+msgstr "通知"
+
 msgid "IDS_ACCS_BODY_MEDIA_VOLUME_TTS"
 msgstr "媒體音量"
 
index a093ff0bd9bcf7e5634df5cfbb9e959890efcf9a..ab6ff7c6d61ad7a3f099d9e827aa081fc3d81166 100755 (executable)
@@ -1,6 +1,9 @@
 msgid "IDS_ST_HEADER_RINGTONES"
 msgstr "鈴聲"
 
+msgid "IDS_ST_BODY_NOTIFICATION"
+msgstr "通知"
+
 msgid "IDS_ACCS_BODY_MEDIA_VOLUME_TTS"
 msgstr "媒體音量"
 
index 193b27f92f5c27f8a6dac025a27b98082cc4e37b..e7bb9c2bdffc5cb78aca1525f27198f796cd20e6 100755 (executable)
@@ -38,8 +38,6 @@
 #define VCONF_KEY_FMRADIO_RECORDING "memory/private/Sound/FMRadioRecording"
 
 struct _control_s_info{
-       bundle *volume_bundle;
-
        Eina_Bool is_deleting;
        Eina_Bool is_launching;
        Eina_Bool is_new;
@@ -56,8 +54,6 @@ struct _control_s_info{
        sound_type_e sound_type_at_show;
 };
 static struct _control_s_info control_info = {
-       .volume_bundle = NULL,
-
        .is_deleting = EINA_FALSE,
        .is_launching = EINA_FALSE,
        .is_new = EINA_FALSE,
@@ -81,11 +77,6 @@ static void _control_set_window_rotation(Evas_Object *win);
 static void _rotate_changed_cb(void *data, Evas_Object *obj, void *event_info);
 static void _volume_service_region_set(Evas_Object *win, Evas_Object *warning_popup);
 
-bundle* volume_control_reset_get_bundle(void)
-{
-       return control_info.volume_bundle;
-}
-
 Eina_Bool volume_control_get_is_deleting(void)
 {
        return control_info.is_deleting;
index 652da85aa7fc5f1d6ee6eeee5ef1ba7cc227409c..0121e42ae0d3918468f817a93c4e50cabac48dad 100755 (executable)
@@ -159,12 +159,9 @@ sound_type_e volume_sound_sound_manager_type_get(void)
        default:
                _E("Failed to get sound type : %d", ret);
                sound_type = SOUND_TYPE_RINGTONE;
-               return sound_type;
+               break;
        }
 
-       if(sound_type == SOUND_TYPE_SYSTEM)
-               sound_type = SOUND_TYPE_RINGTONE;
-
        return sound_type;
 }
 
index e27f569c048993eec73d5de788035849219b6aa3..594a024aa4ebe506e2fc7468419eb7309b7de152 100755 (executable)
@@ -333,6 +333,7 @@ void volume_view_volume_icon_set(sound_type_e sound_type, int sound, int vibrati
 
        switch (sound_type)
        {
+       case SOUND_TYPE_ALARM:
        case SOUND_TYPE_RINGTONE:
                if (sound)
                        img = IMG_VOLUME_ICON;
@@ -342,11 +343,14 @@ void volume_view_volume_icon_set(sound_type_e sound_type, int sound, int vibrati
                        img = IMG_VOLUME_ICON_MUTE;
                break;
        case SOUND_TYPE_MEDIA:
-               img = IMG_VOLUME_ICON_MEDIA;
+               if (volume_sound_sound_manager_volume_get(sound_type) > 0)
+                       img = IMG_VOLUME_ICON;
+               else
+                       img = IMG_VOLUME_ICON_MUTE;
                break;
        case SOUND_TYPE_CALL:
                if (bt_opened)
-                       img = IMG_VOLUME_ICON_CALL;
+                       img = IMG_VOLUME_ICON_HEADPHONE;
                else
                        img = IMG_VOLUME_ICON_CALL;
                break;
@@ -358,9 +362,6 @@ void volume_view_volume_icon_set(sound_type_e sound_type, int sound, int vibrati
                else
                        img = IMG_VOLUME_ICON_NOTI_MUTE;
                break;
-       case SOUND_TYPE_ALARM:
-               img = IMG_VOLUME_ICON_MEDIA;
-               break;
        default:
                img = IMG_VOLUME_ICON;
                break;
@@ -386,6 +387,9 @@ void volume_view_volume_icon_name_set_for_access(sound_type_e sound_type)
        case SOUND_TYPE_CALL:
                snprintf(buf, sizeof(buf), "%s%s", _("IDS_ACCS_SK2_CALL"), "volume");
                break;
+       case SOUND_TYPE_NOTIFICATION:
+               snprintf(buf, sizeof(buf), "%s%s", _("IDS_ST_BODY_NOTIFICATION"), "volume");
+               break;
        default:
                snprintf(buf, sizeof(buf), "%s%s", _("IDS_ST_HEADER_RINGTONES"), "volume");
                break;