[Request]Change the timer tone and remove unused tone files. 2.0alpha master 2.0_alpha submit/master/20120920.150943
authorxiaolong_.ma <xiaolong_.ma@samsung.com>
Sat, 8 Sep 2012 07:09:01 +0000 (15:09 +0800)
committerxiaolong_.ma <xiaolong_.ma@samsung.com>
Sat, 8 Sep 2012 07:09:01 +0000 (15:09 +0800)
packaging/org.tizen.clock.spec
ring/res/sounds/A toy watch (Default timer alarm).wav [deleted file]
ring/res/sounds/Good morning (Default alarm).wav [deleted file]
ring/res/sounds/On time (Default schedule alarm).wav [deleted file]
ring/res/sounds/alarm1.wav [deleted file]
timer/CMakeLists.txt
timer/include/timer_define.h

index ab104e0..9e0df41 100755 (executable)
@@ -2,7 +2,7 @@
 Name:      org.tizen.clock
 Summary:    background image library
 Version:    0.2.0
-Release:    50
+Release:    51
 License:    TBD
 Source0:    %{name}-%{version}.tar.gz
 BuildRequires:  cmake
diff --git a/ring/res/sounds/A toy watch (Default timer alarm).wav b/ring/res/sounds/A toy watch (Default timer alarm).wav
deleted file mode 100644 (file)
index fb84bab..0000000
Binary files a/ring/res/sounds/A toy watch (Default timer alarm).wav and /dev/null differ
diff --git a/ring/res/sounds/Good morning (Default alarm).wav b/ring/res/sounds/Good morning (Default alarm).wav
deleted file mode 100644 (file)
index a29dcef..0000000
Binary files a/ring/res/sounds/Good morning (Default alarm).wav and /dev/null differ
diff --git a/ring/res/sounds/On time (Default schedule alarm).wav b/ring/res/sounds/On time (Default schedule alarm).wav
deleted file mode 100644 (file)
index 393d76d..0000000
Binary files a/ring/res/sounds/On time (Default schedule alarm).wav and /dev/null differ
diff --git a/ring/res/sounds/alarm1.wav b/ring/res/sounds/alarm1.wav
deleted file mode 100644 (file)
index 66a31ec..0000000
Binary files a/ring/res/sounds/alarm1.wav and /dev/null differ
index 619fcfe..311c92a 100644 (file)
@@ -11,8 +11,8 @@ SET(LIB_SRCS
 
 #set define
 SET(ALARMRING_PKGNAME ${PKGNAME_RING})
-#SET(ALARM_SOUND_PATH "/opt/apps/${ALARMRING_PKGNAME}/res/sounds")
-SET(ALARM_SOUND_PATH "/opt/share/settings/Alarms")
+SET(ALARM_SOUND_PATH "/opt/apps/${ALARMRING_PKGNAME}/res/sounds")
+#SET(ALARM_SOUND_PATH "/opt/share/settings/Alarms")
 SET(PACKAGE timer)
 #SET(LOCALEDIR "${RESDIR}/locale/timer")
 
index d24e232..5fc7752 100644 (file)
@@ -36,7 +36,7 @@
 #define CONTENT_SETTING "content/setting"
 #define CONTENT_MOTION "content/motion"
 #define MOTION_CLOCK  "motion/clock"
-#define SOUND_A_TOY_WATCH "Ticktac.mp3"
+#define SOUND_A_TOY_WATCH "General notification_sdk.wav"
 #define TIMER_DEF_TONE SOUND_A_TOY_WATCH
 #define IMAGE_PATH IMAGEDIR"/code"
 #define IMAGES_PATH_HOUR IMAGE_PATH"/hour"