apply FSL(Flora Software License)
authorKim Kibum <kb0929.kim@samsung.com>
Fri, 8 Jun 2012 05:53:56 +0000 (14:53 +0900)
committerKim Kibum <kb0929.kim@samsung.com>
Fri, 8 Jun 2012 05:53:56 +0000 (14:53 +0900)
commit235c865ff50ebb1d6705685f7240df3501ec8327
tree56ed3564a3e00345ba63a0329c5d392f3332b473
parent115a72041b46feaa0d4d14aaae942de37c14f825
apply FSL(Flora Software License)
653 files changed:
CMakeLists.txt [new file with mode: 0644]
LICENSE [new file with mode: 0644]
NOTICE [new file with mode: 0644]
alarm/CMakeLists.txt [new file with mode: 0644]
alarm/include/alarm_app.h [new file with mode: 0644]
alarm/include/alarm_define.h [new file with mode: 0644]
alarm/include/alarm_fwk_alarmmgr.h [new file with mode: 0644]
alarm/include/alarm_fwk_db.h [new file with mode: 0644]
alarm/include/alarm_fwk_genlist.h [new file with mode: 0644]
alarm/include/alarm_fwk_icu.h [new file with mode: 0644]
alarm/include/alarm_fwk_util.h [new file with mode: 0644]
alarm/include/alarm_fwk_vconf.h [new file with mode: 0644]
alarm/include/alarm_fwk_widget.h [new file with mode: 0644]
alarm/include/alarm_lib.h [new file with mode: 0644]
alarm/include/alarm_string.h [new file with mode: 0644]
alarm/include/alarm_subview_repeat.h [new file with mode: 0644]
alarm/include/alarm_subview_tone.h [new file with mode: 0644]
alarm/include/alarm_subview_type.h [new file with mode: 0644]
alarm/include/alarm_view_del.h [new file with mode: 0644]
alarm/include/alarm_view_edit.h [new file with mode: 0644]
alarm/include/alarm_view_main.h [new file with mode: 0644]
alarm/include/alarm_view_snooze.h [new file with mode: 0644]
alarm/res/edc/alarm-hd.inc [new file with mode: 0644]
alarm/res/edc/alarm.edc [new file with mode: 0644]
alarm/res/edc/alarm.inc [new file with mode: 0644]
alarm/res/edc/theme_alarm.edc [new file with mode: 0644]
alarm/res/edc/theme_check.edc [new file with mode: 0644]
alarm/res/edc/theme_datefield.edc [new file with mode: 0644]
alarm/res/edc/theme_editfield.edc [new file with mode: 0644]
alarm/res/edc/theme_genlist.edc [new file with mode: 0644]
alarm/res/images/00_EditField_clear.png [new file with mode: 0644]
alarm/res/images/00_button_01_normal.png [new file with mode: 0644]
alarm/res/images/00_button_expand_closed.png [new file with mode: 0644]
alarm/res/images/00_button_expand_opened.png [new file with mode: 0644]
alarm/res/images/00_check_bg.png [new file with mode: 0644]
alarm/res/images/00_check_bg_dim.png [new file with mode: 0644]
alarm/res/images/00_check_checking.png [new file with mode: 0644]
alarm/res/images/00_list_bar_press_1x80.png [new file with mode: 0644]
alarm/res/images/00_list_expandable_bg.png [new file with mode: 0644]
alarm/res/images/code/01_controlbar_icon_close.png [new file with mode: 0644]
alarm/res/images/code/01_controlbar_icon_create.png [new file with mode: 0644]
alarm/res/images/code/01_controlbar_icon_delete.png [new file with mode: 0644]
alarm/res/images/code/58_alarm_icon_off.png [new file with mode: 0644]
alarm/res/images/code/58_alarm_icon_on.png [new file with mode: 0644]
alarm/res/images/code/58_alarm_icon_snooze.png [new file with mode: 0644]
alarm/res/images/code/P03_slider_btn_volume01.png [new file with mode: 0644]
alarm/res/images/code/P03_slider_btn_volume02.png [new file with mode: 0644]
alarm/res/images/reader_handler_down.png [new file with mode: 0644]
alarm/res/images/reader_handler_up.png [new file with mode: 0644]
alarm/res/po/CMakeLists.txt [new file with mode: 0644]
alarm/res/po/POTFILES.in [new file with mode: 0644]
alarm/res/po/STMS_GT-I7800_EUR_ALM_Design_ID.csv [new file with mode: 0644]
alarm/res/po/csv2po_v2 [new file with mode: 0644]
alarm/res/po/de_DE.po [new file with mode: 0644]
alarm/res/po/el_GR.po [new file with mode: 0644]
alarm/res/po/en.po [new file with mode: 0644]
alarm/res/po/es_ES.po [new file with mode: 0644]
alarm/res/po/fr_FR.po [new file with mode: 0644]
alarm/res/po/head [new file with mode: 0644]
alarm/res/po/it_IT.po [new file with mode: 0644]
alarm/res/po/ja_JP.po [new file with mode: 0644]
alarm/res/po/ko_KR.po [new file with mode: 0644]
alarm/res/po/make.sh [new file with mode: 0755]
alarm/res/po/nl_NL.po [new file with mode: 0644]
alarm/res/po/pt_PT.po [new file with mode: 0644]
alarm/res/po/ru_RU.po [new file with mode: 0644]
alarm/res/po/tr_TR.po [new file with mode: 0644]
alarm/res/po/update-po.sh [new file with mode: 0755]
alarm/res/po/zh_CN.po [new file with mode: 0644]
alarm/res/po/zh_HK.po [new file with mode: 0644]
alarm/res/po/zh_TW.po [new file with mode: 0644]
alarm/src/alarm_fwk_alarmmgr.c [new file with mode: 0644]
alarm/src/alarm_fwk_db.c [new file with mode: 0644]
alarm/src/alarm_fwk_genlist.c [new file with mode: 0644]
alarm/src/alarm_fwk_icu.c [new file with mode: 0644]
alarm/src/alarm_fwk_util.c [new file with mode: 0644]
alarm/src/alarm_fwk_vconf.c [new file with mode: 0644]
alarm/src/alarm_fwk_widget.c [new file with mode: 0644]
alarm/src/alarm_lib.c [new file with mode: 0644]
alarm/src/alarm_subview_repeat.c [new file with mode: 0644]
alarm/src/alarm_subview_tone.c [new file with mode: 0644]
alarm/src/alarm_subview_type.c [new file with mode: 0644]
alarm/src/alarm_view_del.c [new file with mode: 0644]
alarm/src/alarm_view_edit.c [new file with mode: 0644]
alarm/src/alarm_view_main.c [new file with mode: 0644]
alarm/src/alarm_view_snooze.c [new file with mode: 0644]
clock-common/CMakeLists.txt [new file with mode: 0644]
clock-common/include/clock_fwk_alarmmgr.h [new file with mode: 0644]
clock-common/include/clock_fwk_define.h [new file with mode: 0644]
clock-common/include/clock_fwk_dlog.h [new file with mode: 0644]
clock-common/include/clock_fwk_effect.h [new file with mode: 0644]
clock-common/include/clock_fwk_icu.h [new file with mode: 0644]
clock-common/include/clock_fwk_sound.h [new file with mode: 0644]
clock-common/include/clock_fwk_util.h [new file with mode: 0644]
clock-common/include/clock_fwk_view.h [new file with mode: 0644]
clock-common/include/clock_fwk_widget.h [new file with mode: 0644]
clock-common/src/clock_fwk_alarmmgr.c [new file with mode: 0644]
clock-common/src/clock_fwk_effect.c [new file with mode: 0644]
clock-common/src/clock_fwk_icu.c [new file with mode: 0644]
clock-common/src/clock_fwk_sound.c [new file with mode: 0644]
clock-common/src/clock_fwk_util.c [new file with mode: 0644]
clock-common/src/clock_fwk_view.c [new file with mode: 0644]
clock-common/src/clock_fwk_widget.c [new file with mode: 0644]
clock.ini [new file with mode: 0644]
debian/changelog [new file with mode: 0755]
debian/compat [new file with mode: 0644]
debian/control [new file with mode: 0644]
debian/docs [new file with mode: 0644]
debian/jobs [new file with mode: 0644]
debian/org.tizen.clock-dev.install.in [new file with mode: 0644]
debian/org.tizen.clock.install.in [new file with mode: 0644]
debian/org.tizen.clock.postinst [new file with mode: 0644]
debian/rules [new file with mode: 0755]
include/clock.h [new file with mode: 0644]
include/clock_animation.h [new file with mode: 0644]
include/clock_define.h [new file with mode: 0644]
include/clock_effect.h [new file with mode: 0644]
include/clock_fakeimage.h [new file with mode: 0644]
include/clock_idlecapture.h [new file with mode: 0644]
include/clock_main.h [new file with mode: 0644]
include/clock_util.h [new file with mode: 0644]
include/clock_vconf.h [new file with mode: 0644]
org.tizen.clock.desktop.in [new file with mode: 0644]
packaging/org.tizen.clock.spec [new file with mode: 0644]
res/edc/button_macro.edc [new file with mode: 0644]
res/edc/clock.edc [new file with mode: 0644]
res/edc/clock_main.edc [new file with mode: 0644]
res/edc/genlist_macro.edc [new file with mode: 0644]
res/edc/genlist_macro_ex.edc [new file with mode: 0644]
res/edc/nbeat-black-hd-inc.edc [new file with mode: 0644]
res/edc/nbeat-black-inc.edc [new file with mode: 0644]
res/edc/theme_clock.edc [new file with mode: 0644]
res/icon/menu_icon_clock.png [new file with mode: 0644]
res/images/00_winset_control_tabbar_left_black_bg.png [new file with mode: 0644]
res/images/00_winset_control_tabbar_right_black_bg.png [new file with mode: 0644]
res/images/00_winset_control_top_arrow.png [new file with mode: 0644]
res/images/00_winset_tabbar_focus_left.png [new file with mode: 0755]
res/images/00_winset_tabbar_focus_right.png [new file with mode: 0755]
res/images/00_winset_tabbar_press.png [new file with mode: 0755]
res/images/00_winset_tabbar_press_left.png [new file with mode: 0755]
res/images/00_winset_tabbar_press_right.png [new file with mode: 0755]
res/images/T01_Option_header_bt.png [new file with mode: 0644]
res/images/T01_Option_header_bt_dim.png [new file with mode: 0644]
res/images/T01_Option_header_bt_press.png [new file with mode: 0644]
res/images/T01_control_bar_bg_h.png [new file with mode: 0644]
res/images/T01_control_tabbar_bg.png [new file with mode: 0644]
res/images/T01_tabbar_focus.png [new file with mode: 0644]
res/images/T01_toolbar_bg.png [new file with mode: 0644]
res/images/T01_toolbar_press.png [new file with mode: 0644]
res/images/clock_bg.png [new file with mode: 0755]
res/images/clock_tapbar_icon_alarm_focus.png [new file with mode: 0755]
res/images/clock_tapbar_icon_stopwatch_focus.png [new file with mode: 0755]
res/images/clock_tapbar_icon_timer_focus.png [new file with mode: 0755]
res/images/clock_tapbar_icon_world_focus.png [new file with mode: 0755]
res/images/navibar_item_separator.png [new file with mode: 0644]
res/po/CMakeLists.txt [new file with mode: 0644]
res/po/POTFILES.in [new file with mode: 0644]
res/po/STMS_GT-I7800_EUR_ALM_Design_ID.csv [new file with mode: 0644]
res/po/STMS_GT-I7800_EUR_worldclock_Design_ID.csv [new file with mode: 0644]
res/po/de_DE.po [new file with mode: 0644]
res/po/el_GR.po [new file with mode: 0644]
res/po/en.po [new file with mode: 0644]
res/po/en_GB.po [new file with mode: 0644]
res/po/es_ES.po [new file with mode: 0644]
res/po/fr_FR.po [new file with mode: 0644]
res/po/it_IT.po [new file with mode: 0644]
res/po/ja_JP.po [new file with mode: 0644]
res/po/ko_KR.po [new file with mode: 0644]
res/po/nl_NL.po [new file with mode: 0644]
res/po/pt_PT.po [new file with mode: 0644]
res/po/ru_RU.po [new file with mode: 0644]
res/po/tr_TR.po [new file with mode: 0644]
res/po/update-po.sh [new file with mode: 0755]
res/po/zh_CN.po [new file with mode: 0644]
res/po/zh_HK.po [new file with mode: 0644]
res/po/zh_TW.po [new file with mode: 0644]
ring/CMakeLists.txt [new file with mode: 0644]
ring/include/ring.h [new file with mode: 0644]
ring/include/ring_define.h [new file with mode: 0644]
ring/include/ring_fwk_db.h [new file with mode: 0644]
ring/include/ring_fwk_sound.h [new file with mode: 0644]
ring/include/ring_fwk_util.h [new file with mode: 0644]
ring/include/ring_fwk_vconf.h [new file with mode: 0644]
ring/include/ring_fwk_widget.h [new file with mode: 0644]
ring/include/ring_view_main.h [new file with mode: 0644]
ring/org.tizen.ring.desktop.in [new file with mode: 0644]
ring/res/edc/ring.edc [new file with mode: 0644]
ring/res/edc/ring_button_lock.edc [new file with mode: 0644]
ring/res/edc/ring_button_unlock.edc [new file with mode: 0644]
ring/res/edc/ring_clock.edc [new file with mode: 0644]
ring/res/edc/ring_layout.edc [new file with mode: 0644]
ring/res/images/58_alarm_clock_bg_AM.png [new file with mode: 0644]
ring/res/images/58_alarm_clock_bg_PM.png [new file with mode: 0644]
ring/res/images/58_alarm_ringing_snooze.png [new file with mode: 0644]
ring/res/images/58_alarm_ringing_stop.png [new file with mode: 0644]
ring/res/images/58_clock_bg.png [new file with mode: 0644]
ring/res/images/58_clock_lock_arrow_01.png [new file with mode: 0644]
ring/res/images/58_clock_lock_arrow_02.png [new file with mode: 0644]
ring/res/images/58_clock_lock_button.png [new file with mode: 0644]
ring/res/images/P03_alarm_jog_dismiss.png [new file with mode: 0755]
ring/res/images/P03_alarm_jog_dismiss_arrow_01.png [new file with mode: 0755]
ring/res/images/P03_alarm_jog_dismiss_arrow_02.png [new file with mode: 0755]
ring/res/images/P03_alarm_jog_dismiss_circle.png [new file with mode: 0755]
ring/res/images/P03_alarm_jog_dismiss_circle_small.png [new file with mode: 0755]
ring/res/images/P03_alarm_jog_dismiss_dim.png [new file with mode: 0755]
ring/res/images/P03_alarm_jog_snooze.png [new file with mode: 0755]
ring/res/images/P03_alarm_jog_snooze_arrow_01.png [new file with mode: 0755]
ring/res/images/P03_alarm_jog_snooze_circle.png [new file with mode: 0755]
ring/res/images/P03_alarm_jog_snooze_circle_small.png [new file with mode: 0755]
ring/res/images/P03_alarm_jog_snooze_dim.png [new file with mode: 0644]
ring/res/images/P03_clock_button_normal.png [new file with mode: 0644]
ring/res/images/P03_clock_button_press.png [new file with mode: 0644]
ring/res/images/code/58_alarm_clock_bg_AM.png [new file with mode: 0644]
ring/res/images/code/58_alarm_clock_bg_PM.png [new file with mode: 0644]
ring/res/images/code/animation/58_alarm_ringing_ani_AM_01.png [new file with mode: 0644]
ring/res/images/code/animation/58_alarm_ringing_ani_AM_02.png [new file with mode: 0644]
ring/res/images/code/animation/58_alarm_ringing_ani_AM_03.png [new file with mode: 0644]
ring/res/images/code/animation/58_alarm_ringing_ani_PM_01.png [new file with mode: 0644]
ring/res/images/code/animation/58_alarm_ringing_ani_PM_02.png [new file with mode: 0644]
ring/res/images/code/animation/58_alarm_ringing_ani_PM_03.png [new file with mode: 0644]
ring/res/images/code/hour/58_alarm_clock_hour_00.png [new file with mode: 0644]
ring/res/images/code/hour/58_alarm_clock_hour_01.png [new file with mode: 0644]
ring/res/images/code/hour/58_alarm_clock_hour_02.png [new file with mode: 0644]
ring/res/images/code/hour/58_alarm_clock_hour_03.png [new file with mode: 0644]
ring/res/images/code/hour/58_alarm_clock_hour_04.png [new file with mode: 0644]
ring/res/images/code/hour/58_alarm_clock_hour_05.png [new file with mode: 0644]
ring/res/images/code/hour/58_alarm_clock_hour_06.png [new file with mode: 0644]
ring/res/images/code/hour/58_alarm_clock_hour_07.png [new file with mode: 0644]
ring/res/images/code/hour/58_alarm_clock_hour_08.png [new file with mode: 0644]
ring/res/images/code/hour/58_alarm_clock_hour_09.png [new file with mode: 0644]
ring/res/images/code/hour/58_alarm_clock_hour_10.png [new file with mode: 0644]
ring/res/images/code/hour/58_alarm_clock_hour_11.png [new file with mode: 0644]
ring/res/images/code/hour/58_alarm_clock_hour_12.png [new file with mode: 0644]
ring/res/images/code/hour/58_alarm_clock_hour_13.png [new file with mode: 0644]
ring/res/images/code/hour/58_alarm_clock_hour_14.png [new file with mode: 0644]
ring/res/images/code/hour/58_alarm_clock_hour_15.png [new file with mode: 0644]
ring/res/images/code/hour/58_alarm_clock_hour_16.png [new file with mode: 0644]
ring/res/images/code/hour/58_alarm_clock_hour_17.png [new file with mode: 0644]
ring/res/images/code/hour/58_alarm_clock_hour_18.png [new file with mode: 0644]
ring/res/images/code/hour/58_alarm_clock_hour_19.png [new file with mode: 0644]
ring/res/images/code/hour/58_alarm_clock_hour_20.png [new file with mode: 0644]
ring/res/images/code/hour/58_alarm_clock_hour_21.png [new file with mode: 0644]
ring/res/images/code/hour/58_alarm_clock_hour_22.png [new file with mode: 0644]
ring/res/images/code/hour/58_alarm_clock_hour_23.png [new file with mode: 0644]
ring/res/images/code/hour/58_alarm_clock_hour_24.png [new file with mode: 0644]
ring/res/images/code/hour/58_alarm_clock_hour_25.png [new file with mode: 0644]
ring/res/images/code/hour/58_alarm_clock_hour_26.png [new file with mode: 0644]
ring/res/images/code/hour/58_alarm_clock_hour_27.png [new file with mode: 0644]
ring/res/images/code/hour/58_alarm_clock_hour_28.png [new file with mode: 0644]
ring/res/images/code/hour/58_alarm_clock_hour_29.png [new file with mode: 0644]
ring/res/images/code/hour/58_alarm_clock_hour_30.png [new file with mode: 0644]
ring/res/images/code/hour/58_alarm_clock_hour_31.png [new file with mode: 0644]
ring/res/images/code/hour/58_alarm_clock_hour_32.png [new file with mode: 0644]
ring/res/images/code/hour/58_alarm_clock_hour_33.png [new file with mode: 0644]
ring/res/images/code/hour/58_alarm_clock_hour_34.png [new file with mode: 0644]
ring/res/images/code/hour/58_alarm_clock_hour_35.png [new file with mode: 0644]
ring/res/images/code/hour/58_alarm_clock_hour_36.png [new file with mode: 0644]
ring/res/images/code/hour/58_alarm_clock_hour_37.png [new file with mode: 0644]
ring/res/images/code/hour/58_alarm_clock_hour_38.png [new file with mode: 0644]
ring/res/images/code/hour/58_alarm_clock_hour_39.png [new file with mode: 0644]
ring/res/images/code/hour/58_alarm_clock_hour_40.png [new file with mode: 0644]
ring/res/images/code/hour/58_alarm_clock_hour_41.png [new file with mode: 0644]
ring/res/images/code/hour/58_alarm_clock_hour_42.png [new file with mode: 0644]
ring/res/images/code/hour/58_alarm_clock_hour_43.png [new file with mode: 0644]
ring/res/images/code/hour/58_alarm_clock_hour_44.png [new file with mode: 0644]
ring/res/images/code/hour/58_alarm_clock_hour_45.png [new file with mode: 0644]
ring/res/images/code/hour/58_alarm_clock_hour_46.png [new file with mode: 0644]
ring/res/images/code/hour/58_alarm_clock_hour_47.png [new file with mode: 0644]
ring/res/images/code/hour/58_alarm_clock_hour_48.png [new file with mode: 0644]
ring/res/images/code/hour/58_alarm_clock_hour_49.png [new file with mode: 0644]
ring/res/images/code/hour/58_alarm_clock_hour_50.png [new file with mode: 0644]
ring/res/images/code/hour/58_alarm_clock_hour_51.png [new file with mode: 0644]
ring/res/images/code/hour/58_alarm_clock_hour_52.png [new file with mode: 0644]
ring/res/images/code/hour/58_alarm_clock_hour_53.png [new file with mode: 0644]
ring/res/images/code/hour/58_alarm_clock_hour_54.png [new file with mode: 0644]
ring/res/images/code/hour/58_alarm_clock_hour_55.png [new file with mode: 0644]
ring/res/images/code/hour/58_alarm_clock_hour_56.png [new file with mode: 0644]
ring/res/images/code/hour/58_alarm_clock_hour_57.png [new file with mode: 0644]
ring/res/images/code/hour/58_alarm_clock_hour_58.png [new file with mode: 0644]
ring/res/images/code/hour/58_alarm_clock_hour_59.png [new file with mode: 0644]
ring/res/images/code/hour/Thumbs.db [new file with mode: 0644]
ring/res/images/code/minute/58_alarm_clock_minute_00.png [new file with mode: 0644]
ring/res/images/code/minute/58_alarm_clock_minute_01.png [new file with mode: 0644]
ring/res/images/code/minute/58_alarm_clock_minute_02.png [new file with mode: 0644]
ring/res/images/code/minute/58_alarm_clock_minute_03.png [new file with mode: 0644]
ring/res/images/code/minute/58_alarm_clock_minute_04.png [new file with mode: 0644]
ring/res/images/code/minute/58_alarm_clock_minute_05.png [new file with mode: 0644]
ring/res/images/code/minute/58_alarm_clock_minute_06.png [new file with mode: 0644]
ring/res/images/code/minute/58_alarm_clock_minute_07.png [new file with mode: 0644]
ring/res/images/code/minute/58_alarm_clock_minute_08.png [new file with mode: 0644]
ring/res/images/code/minute/58_alarm_clock_minute_09.png [new file with mode: 0644]
ring/res/images/code/minute/58_alarm_clock_minute_10.png [new file with mode: 0644]
ring/res/images/code/minute/58_alarm_clock_minute_11.png [new file with mode: 0644]
ring/res/images/code/minute/58_alarm_clock_minute_12.png [new file with mode: 0644]
ring/res/images/code/minute/58_alarm_clock_minute_13.png [new file with mode: 0644]
ring/res/images/code/minute/58_alarm_clock_minute_14.png [new file with mode: 0644]
ring/res/images/code/minute/58_alarm_clock_minute_15.png [new file with mode: 0644]
ring/res/images/code/minute/58_alarm_clock_minute_16.png [new file with mode: 0644]
ring/res/images/code/minute/58_alarm_clock_minute_17.png [new file with mode: 0644]
ring/res/images/code/minute/58_alarm_clock_minute_18.png [new file with mode: 0644]
ring/res/images/code/minute/58_alarm_clock_minute_19.png [new file with mode: 0644]
ring/res/images/code/minute/58_alarm_clock_minute_20.png [new file with mode: 0644]
ring/res/images/code/minute/58_alarm_clock_minute_21.png [new file with mode: 0644]
ring/res/images/code/minute/58_alarm_clock_minute_22.png [new file with mode: 0644]
ring/res/images/code/minute/58_alarm_clock_minute_23.png [new file with mode: 0644]
ring/res/images/code/minute/58_alarm_clock_minute_24.png [new file with mode: 0644]
ring/res/images/code/minute/58_alarm_clock_minute_25.png [new file with mode: 0644]
ring/res/images/code/minute/58_alarm_clock_minute_26.png [new file with mode: 0644]
ring/res/images/code/minute/58_alarm_clock_minute_27.png [new file with mode: 0644]
ring/res/images/code/minute/58_alarm_clock_minute_28.png [new file with mode: 0644]
ring/res/images/code/minute/58_alarm_clock_minute_29.png [new file with mode: 0644]
ring/res/images/code/minute/58_alarm_clock_minute_30.png [new file with mode: 0644]
ring/res/images/code/minute/58_alarm_clock_minute_31.png [new file with mode: 0644]
ring/res/images/code/minute/58_alarm_clock_minute_32.png [new file with mode: 0644]
ring/res/images/code/minute/58_alarm_clock_minute_33.png [new file with mode: 0644]
ring/res/images/code/minute/58_alarm_clock_minute_34.png [new file with mode: 0644]
ring/res/images/code/minute/58_alarm_clock_minute_35.png [new file with mode: 0644]
ring/res/images/code/minute/58_alarm_clock_minute_36.png [new file with mode: 0644]
ring/res/images/code/minute/58_alarm_clock_minute_37.png [new file with mode: 0644]
ring/res/images/code/minute/58_alarm_clock_minute_38.png [new file with mode: 0644]
ring/res/images/code/minute/58_alarm_clock_minute_39.png [new file with mode: 0644]
ring/res/images/code/minute/58_alarm_clock_minute_40.png [new file with mode: 0644]
ring/res/images/code/minute/58_alarm_clock_minute_41.png [new file with mode: 0644]
ring/res/images/code/minute/58_alarm_clock_minute_42.png [new file with mode: 0644]
ring/res/images/code/minute/58_alarm_clock_minute_43.png [new file with mode: 0644]
ring/res/images/code/minute/58_alarm_clock_minute_44.png [new file with mode: 0644]
ring/res/images/code/minute/58_alarm_clock_minute_45.png [new file with mode: 0644]
ring/res/images/code/minute/58_alarm_clock_minute_46.png [new file with mode: 0644]
ring/res/images/code/minute/58_alarm_clock_minute_47.png [new file with mode: 0644]
ring/res/images/code/minute/58_alarm_clock_minute_48.png [new file with mode: 0644]
ring/res/images/code/minute/58_alarm_clock_minute_49.png [new file with mode: 0644]
ring/res/images/code/minute/58_alarm_clock_minute_50.png [new file with mode: 0644]
ring/res/images/code/minute/58_alarm_clock_minute_51.png [new file with mode: 0644]
ring/res/images/code/minute/58_alarm_clock_minute_52.png [new file with mode: 0644]
ring/res/images/code/minute/58_alarm_clock_minute_53.png [new file with mode: 0644]
ring/res/images/code/minute/58_alarm_clock_minute_54.png [new file with mode: 0644]
ring/res/images/code/minute/58_alarm_clock_minute_55.png [new file with mode: 0644]
ring/res/images/code/minute/58_alarm_clock_minute_56.png [new file with mode: 0644]
ring/res/images/code/minute/58_alarm_clock_minute_57.png [new file with mode: 0644]
ring/res/images/code/minute/58_alarm_clock_minute_58.png [new file with mode: 0644]
ring/res/images/code/minute/58_alarm_clock_minute_59.png [new file with mode: 0644]
ring/res/images/code/minute/Thumbs.db [new file with mode: 0644]
ring/res/po/CMakeLists.txt [new file with mode: 0644]
ring/res/po/POTFILES.in [new file with mode: 0644]
ring/res/po/de_DE.po [new file with mode: 0644]
ring/res/po/el_GR.po [new file with mode: 0644]
ring/res/po/en.po [new file with mode: 0644]
ring/res/po/es_ES.po [new file with mode: 0644]
ring/res/po/fr_FR.po [new file with mode: 0644]
ring/res/po/it_IT.po [new file with mode: 0644]
ring/res/po/ja_JP.po [new file with mode: 0644]
ring/res/po/ko_KR.po [new file with mode: 0644]
ring/res/po/nl_NL.po [new file with mode: 0644]
ring/res/po/pt_PT.po [new file with mode: 0644]
ring/res/po/ru_RU.po [new file with mode: 0644]
ring/res/po/tr_TR.po [new file with mode: 0644]
ring/res/po/update-po.sh [new file with mode: 0755]
ring/res/po/zh_CN.po [new file with mode: 0644]
ring/res/po/zh_HK.po [new file with mode: 0644]
ring/res/po/zh_TW.po [new file with mode: 0644]
ring/src/ring.c [new file with mode: 0644]
ring/src/ring_fwk_db.c [new file with mode: 0644]
ring/src/ring_fwk_sound.c [new file with mode: 0644]
ring/src/ring_fwk_util.c [new file with mode: 0644]
ring/src/ring_fwk_vconf.c [new file with mode: 0644]
ring/src/ring_fwk_widget.c [new file with mode: 0644]
ring/src/ring_view_main.c [new file with mode: 0644]
src/CMakeLists.txt [new file with mode: 0644]
src/clock.c [new file with mode: 0644]
src/clock_animation.c [new file with mode: 0644]
src/clock_main.c [new file with mode: 0644]
src/clock_util.c [new file with mode: 0644]
src/clock_vconf.c [new file with mode: 0644]
stopwatch/CMakeLists.txt [new file with mode: 0644]
stopwatch/include/stopwatch.h [new file with mode: 0644]
stopwatch/include/stopwatch_define.h [new file with mode: 0644]
stopwatch/include/stopwatch_lib.h [new file with mode: 0644]
stopwatch/include/stopwatch_main.h [new file with mode: 0644]
stopwatch/include/stopwatch_resource.h [new file with mode: 0644]
stopwatch/include/stopwatch_string.h [new file with mode: 0644]
stopwatch/include/stopwatch_util.h [new file with mode: 0644]
stopwatch/include/stopwatch_vconf.h [new file with mode: 0644]
stopwatch/include/stopwatch_widget.h [new file with mode: 0644]
stopwatch/res/edc/stopwatch.edc [new file with mode: 0644]
stopwatch/res/edc/stopwatch_btn.edc [new file with mode: 0644]
stopwatch/res/edc/stopwatch_genlist_style.edc [new file with mode: 0644]
stopwatch/res/edc/stopwatch_main_group.edc [new file with mode: 0644]
stopwatch/res/edc/stopwatch_time_panel.edc [new file with mode: 0644]
stopwatch/res/images/58_stopwatch_button_dim.png [new file with mode: 0644]
stopwatch/res/images/P03_clock_button_normal.png [new file with mode: 0644]
stopwatch/res/images/P03_clock_button_press.png [new file with mode: 0644]
stopwatch/res/images/P03_stopwatch_bg.png [new file with mode: 0644]
stopwatch/res/images/P03_stopwatch_record_list_bg.png [new file with mode: 0644]
stopwatch/res/images/Thumbs.db [new file with mode: 0644]
stopwatch/res/images/stopwatch_45x65/P03_stopwatch_time_0.png [new file with mode: 0644]
stopwatch/res/images/stopwatch_45x65/P03_stopwatch_time_1.png [new file with mode: 0644]
stopwatch/res/images/stopwatch_45x65/P03_stopwatch_time_2.png [new file with mode: 0644]
stopwatch/res/images/stopwatch_45x65/P03_stopwatch_time_3.png [new file with mode: 0644]
stopwatch/res/images/stopwatch_45x65/P03_stopwatch_time_4.png [new file with mode: 0644]
stopwatch/res/images/stopwatch_45x65/P03_stopwatch_time_5.png [new file with mode: 0644]
stopwatch/res/images/stopwatch_45x65/P03_stopwatch_time_6.png [new file with mode: 0644]
stopwatch/res/images/stopwatch_45x65/P03_stopwatch_time_7.png [new file with mode: 0644]
stopwatch/res/images/stopwatch_45x65/P03_stopwatch_time_8.png [new file with mode: 0644]
stopwatch/res/images/stopwatch_45x65/P03_stopwatch_time_9.png [new file with mode: 0644]
stopwatch/res/images/stopwatch_45x65/P03_stopwatch_time_bg.png [new file with mode: 0644]
stopwatch/res/images/stopwatch_45x65/P03_stopwatch_time_colon.png [new file with mode: 0644]
stopwatch/res/images/stopwatch_45x65/P03_stopwatch_time_mini_0.png [new file with mode: 0644]
stopwatch/res/images/stopwatch_45x65/P03_stopwatch_time_mini_1.png [new file with mode: 0644]
stopwatch/res/images/stopwatch_45x65/P03_stopwatch_time_mini_2.png [new file with mode: 0644]
stopwatch/res/images/stopwatch_45x65/P03_stopwatch_time_mini_3.png [new file with mode: 0644]
stopwatch/res/images/stopwatch_45x65/P03_stopwatch_time_mini_4.png [new file with mode: 0644]
stopwatch/res/images/stopwatch_45x65/P03_stopwatch_time_mini_5.png [new file with mode: 0644]
stopwatch/res/images/stopwatch_45x65/P03_stopwatch_time_mini_6.png [new file with mode: 0644]
stopwatch/res/images/stopwatch_45x65/P03_stopwatch_time_mini_7.png [new file with mode: 0644]
stopwatch/res/images/stopwatch_45x65/P03_stopwatch_time_mini_8.png [new file with mode: 0644]
stopwatch/res/images/stopwatch_45x65/P03_stopwatch_time_mini_9.png [new file with mode: 0644]
stopwatch/res/images/stopwatch_52x79/P03_stopwatch_time_0.png [new file with mode: 0644]
stopwatch/res/images/stopwatch_52x79/P03_stopwatch_time_1.png [new file with mode: 0644]
stopwatch/res/images/stopwatch_52x79/P03_stopwatch_time_2.png [new file with mode: 0644]
stopwatch/res/images/stopwatch_52x79/P03_stopwatch_time_3.png [new file with mode: 0644]
stopwatch/res/images/stopwatch_52x79/P03_stopwatch_time_4.png [new file with mode: 0644]
stopwatch/res/images/stopwatch_52x79/P03_stopwatch_time_5.png [new file with mode: 0644]
stopwatch/res/images/stopwatch_52x79/P03_stopwatch_time_6.png [new file with mode: 0644]
stopwatch/res/images/stopwatch_52x79/P03_stopwatch_time_7.png [new file with mode: 0644]
stopwatch/res/images/stopwatch_52x79/P03_stopwatch_time_8.png [new file with mode: 0644]
stopwatch/res/images/stopwatch_52x79/P03_stopwatch_time_9.png [new file with mode: 0644]
stopwatch/res/images/stopwatch_52x79/P03_stopwatch_time_bg.png [new file with mode: 0644]
stopwatch/res/images/stopwatch_52x79/P03_stopwatch_time_colon.png [new file with mode: 0644]
stopwatch/res/images/stopwatch_52x79/P03_stopwatch_time_mini_0.png [new file with mode: 0644]
stopwatch/res/images/stopwatch_52x79/P03_stopwatch_time_mini_1.png [new file with mode: 0644]
stopwatch/res/images/stopwatch_52x79/P03_stopwatch_time_mini_2.png [new file with mode: 0644]
stopwatch/res/images/stopwatch_52x79/P03_stopwatch_time_mini_3.png [new file with mode: 0644]
stopwatch/res/images/stopwatch_52x79/P03_stopwatch_time_mini_4.png [new file with mode: 0644]
stopwatch/res/images/stopwatch_52x79/P03_stopwatch_time_mini_5.png [new file with mode: 0644]
stopwatch/res/images/stopwatch_52x79/P03_stopwatch_time_mini_6.png [new file with mode: 0644]
stopwatch/res/images/stopwatch_52x79/P03_stopwatch_time_mini_7.png [new file with mode: 0644]
stopwatch/res/images/stopwatch_52x79/P03_stopwatch_time_mini_8.png [new file with mode: 0644]
stopwatch/res/images/stopwatch_52x79/P03_stopwatch_time_mini_9.png [new file with mode: 0644]
stopwatch/res/po/CMakeLists.txt [new file with mode: 0644]
stopwatch/res/po/POTFILES.in [new file with mode: 0644]
stopwatch/res/po/de_DE.po [new file with mode: 0644]
stopwatch/res/po/el_GR.po [new file with mode: 0644]
stopwatch/res/po/en.po [new file with mode: 0644]
stopwatch/res/po/es_ES.po [new file with mode: 0644]
stopwatch/res/po/fr_FR.po [new file with mode: 0644]
stopwatch/res/po/it_IT.po [new file with mode: 0644]
stopwatch/res/po/ja_JP.po [new file with mode: 0644]
stopwatch/res/po/ko_KR.po [new file with mode: 0644]
stopwatch/res/po/nl_NL.po [new file with mode: 0644]
stopwatch/res/po/pt_PT.po [new file with mode: 0644]
stopwatch/res/po/ru_RU.po [new file with mode: 0644]
stopwatch/res/po/tr_TR.po [new file with mode: 0644]
stopwatch/res/po/update-po.sh [new file with mode: 0644]
stopwatch/res/po/zh_CN.po [new file with mode: 0644]
stopwatch/res/po/zh_HK.po [new file with mode: 0644]
stopwatch/res/po/zh_TW.po [new file with mode: 0644]
stopwatch/src/stopwatch_lib.c [new file with mode: 0644]
stopwatch/src/stopwatch_main.c [new file with mode: 0644]
stopwatch/src/stopwatch_util.c [new file with mode: 0644]
stopwatch/src/stopwatch_vconf.c [new file with mode: 0644]
stopwatch/src/stopwatch_widget.c [new file with mode: 0644]
timer/CMakeLists.txt [new file with mode: 0644]
timer/include/timer.h [new file with mode: 0644]
timer/include/timer_define.h [new file with mode: 0644]
timer/include/timer_lib.h [new file with mode: 0644]
timer/include/timer_motion.h [new file with mode: 0644]
timer/include/timer_setting.h [new file with mode: 0644]
timer/include/timer_string.h [new file with mode: 0644]
timer/include/timer_utils.h [new file with mode: 0644]
timer/res/edc/timer.edc [new file with mode: 0644]
timer/res/edc/timer_clock_group.edc [new file with mode: 0644]
timer/res/edc/timer_content_motion.edc [new file with mode: 0644]
timer/res/edc/timer_content_setting.edc [new file with mode: 0644]
timer/res/edc/timer_layout.edc [new file with mode: 0644]
timer/res/images/04_textinput_3x4_button01.png [new file with mode: 0644]
timer/res/images/04_textinput_3x4_button02.png [new file with mode: 0644]
timer/res/images/04_textinput_3x4_button_press.png [new file with mode: 0644]
timer/res/images/50_bt_num_0.png [new file with mode: 0644]
timer/res/images/50_bt_num_1.png [new file with mode: 0644]
timer/res/images/50_bt_num_2.png [new file with mode: 0644]
timer/res/images/50_bt_num_3.png [new file with mode: 0644]
timer/res/images/50_bt_num_4.png [new file with mode: 0644]
timer/res/images/50_bt_num_5.png [new file with mode: 0644]
timer/res/images/50_bt_num_6.png [new file with mode: 0644]
timer/res/images/50_bt_num_7.png [new file with mode: 0644]
timer/res/images/50_bt_num_8.png [new file with mode: 0644]
timer/res/images/50_bt_num_9.png [new file with mode: 0644]
timer/res/images/58_clock_bg.png [new file with mode: 0644]
timer/res/images/58_clock_button_dim.png [new file with mode: 0644]
timer/res/images/58_timer_timesetting_bg.png [new file with mode: 0644]
timer/res/images/58_timer_timesetting_edit field_center.png [new file with mode: 0644]
timer/res/images/58_timer_timesetting_edit field_left.png [new file with mode: 0644]
timer/res/images/58_timer_timesetting_edit field_right.png [new file with mode: 0644]
timer/res/images/P03_clock_button_normal.png [new file with mode: 0644]
timer/res/images/P03_clock_button_press.png [new file with mode: 0644]
timer/res/images/Thumbs.db [new file with mode: 0644]
timer/res/images/code/hour/P03_timer_clock_bg_00.png [new file with mode: 0644]
timer/res/images/code/hour/P03_timer_clock_bg_01.png [new file with mode: 0644]
timer/res/images/code/hour/P03_timer_clock_bg_02.png [new file with mode: 0644]
timer/res/images/code/hour/P03_timer_clock_bg_03.png [new file with mode: 0644]
timer/res/images/code/hour/P03_timer_clock_bg_04.png [new file with mode: 0644]
timer/res/images/code/hour/P03_timer_clock_bg_05.png [new file with mode: 0644]
timer/res/images/code/hour/P03_timer_clock_bg_06.png [new file with mode: 0644]
timer/res/images/code/hour/P03_timer_clock_bg_07.png [new file with mode: 0644]
timer/res/images/code/hour/P03_timer_clock_bg_08.png [new file with mode: 0644]
timer/res/images/code/hour/P03_timer_clock_bg_09.png [new file with mode: 0644]
timer/res/images/code/hour/P03_timer_clock_bg_10.png [new file with mode: 0644]
timer/res/images/code/hour/P03_timer_clock_bg_11.png [new file with mode: 0644]
timer/res/images/code/hour/P03_timer_clock_bg_12.png [new file with mode: 0644]
timer/res/images/code/second_01/P03_timer_clock_second_01_00.png [new file with mode: 0644]
timer/res/images/code/second_01/P03_timer_clock_second_01_01.png [new file with mode: 0644]
timer/res/images/code/second_01/P03_timer_clock_second_01_02.png [new file with mode: 0644]
timer/res/images/code/second_01/P03_timer_clock_second_01_03.png [new file with mode: 0644]
timer/res/images/code/second_01/P03_timer_clock_second_01_04.png [new file with mode: 0644]
timer/res/images/code/second_01/P03_timer_clock_second_01_05.png [new file with mode: 0644]
timer/res/images/code/second_01/P03_timer_clock_second_01_06.png [new file with mode: 0644]
timer/res/images/code/second_01/P03_timer_clock_second_01_07.png [new file with mode: 0644]
timer/res/images/code/second_01/P03_timer_clock_second_01_08.png [new file with mode: 0644]
timer/res/images/code/second_01/P03_timer_clock_second_01_09.png [new file with mode: 0644]
timer/res/images/code/second_01/P03_timer_clock_second_01_10.png [new file with mode: 0644]
timer/res/images/code/second_01/P03_timer_clock_second_01_11.png [new file with mode: 0644]
timer/res/images/code/second_01/P03_timer_clock_second_01_12.png [new file with mode: 0644]
timer/res/images/code/second_01/P03_timer_clock_second_01_13.png [new file with mode: 0644]
timer/res/images/code/second_01/P03_timer_clock_second_01_14.png [new file with mode: 0644]
timer/res/images/code/second_01/P03_timer_clock_second_01_15.png [new file with mode: 0644]
timer/res/images/code/second_01/P03_timer_clock_second_01_16.png [new file with mode: 0644]
timer/res/images/code/second_01/P03_timer_clock_second_01_17.png [new file with mode: 0644]
timer/res/images/code/second_01/P03_timer_clock_second_01_18.png [new file with mode: 0644]
timer/res/images/code/second_01/P03_timer_clock_second_01_19.png [new file with mode: 0644]
timer/res/images/code/second_01/P03_timer_clock_second_01_20.png [new file with mode: 0644]
timer/res/images/code/second_01/P03_timer_clock_second_01_21.png [new file with mode: 0644]
timer/res/images/code/second_01/P03_timer_clock_second_01_22.png [new file with mode: 0644]
timer/res/images/code/second_01/P03_timer_clock_second_01_23.png [new file with mode: 0644]
timer/res/images/code/second_01/P03_timer_clock_second_01_24.png [new file with mode: 0644]
timer/res/images/code/second_01/P03_timer_clock_second_01_25.png [new file with mode: 0644]
timer/res/images/code/second_01/P03_timer_clock_second_01_26.png [new file with mode: 0644]
timer/res/images/code/second_01/P03_timer_clock_second_01_27.png [new file with mode: 0644]
timer/res/images/code/second_01/P03_timer_clock_second_01_28.png [new file with mode: 0644]
timer/res/images/code/second_01/P03_timer_clock_second_01_29.png [new file with mode: 0644]
timer/res/images/code/second_01/P03_timer_clock_second_01_30.png [new file with mode: 0644]
timer/res/images/code/second_01/P03_timer_clock_second_01_31.png [new file with mode: 0644]
timer/res/images/code/second_01/P03_timer_clock_second_01_32.png [new file with mode: 0644]
timer/res/images/code/second_01/P03_timer_clock_second_01_33.png [new file with mode: 0644]
timer/res/images/code/second_01/P03_timer_clock_second_01_34.png [new file with mode: 0644]
timer/res/images/code/second_01/P03_timer_clock_second_01_35.png [new file with mode: 0644]
timer/res/images/code/second_01/P03_timer_clock_second_01_36.png [new file with mode: 0644]
timer/res/images/code/second_01/P03_timer_clock_second_01_37.png [new file with mode: 0644]
timer/res/images/code/second_01/P03_timer_clock_second_01_38.png [new file with mode: 0644]
timer/res/images/code/second_01/P03_timer_clock_second_01_39.png [new file with mode: 0644]
timer/res/images/code/second_01/P03_timer_clock_second_01_40.png [new file with mode: 0644]
timer/res/images/code/second_01/P03_timer_clock_second_01_41.png [new file with mode: 0644]
timer/res/images/code/second_01/P03_timer_clock_second_01_42.png [new file with mode: 0644]
timer/res/images/code/second_01/P03_timer_clock_second_01_43.png [new file with mode: 0644]
timer/res/images/code/second_01/P03_timer_clock_second_01_44.png [new file with mode: 0644]
timer/res/images/code/second_01/P03_timer_clock_second_01_45.png [new file with mode: 0644]
timer/res/images/code/second_01/P03_timer_clock_second_01_46.png [new file with mode: 0644]
timer/res/images/code/second_01/P03_timer_clock_second_01_47.png [new file with mode: 0644]
timer/res/images/code/second_01/P03_timer_clock_second_01_48.png [new file with mode: 0644]
timer/res/images/code/second_01/P03_timer_clock_second_01_49.png [new file with mode: 0644]
timer/res/images/code/second_01/P03_timer_clock_second_01_50.png [new file with mode: 0644]
timer/res/images/code/second_01/P03_timer_clock_second_01_51.png [new file with mode: 0644]
timer/res/images/code/second_01/P03_timer_clock_second_01_52.png [new file with mode: 0644]
timer/res/images/code/second_01/P03_timer_clock_second_01_53.png [new file with mode: 0644]
timer/res/images/code/second_01/P03_timer_clock_second_01_54.png [new file with mode: 0644]
timer/res/images/code/second_01/P03_timer_clock_second_01_55.png [new file with mode: 0644]
timer/res/images/code/second_01/P03_timer_clock_second_01_56.png [new file with mode: 0644]
timer/res/images/code/second_01/P03_timer_clock_second_01_57.png [new file with mode: 0644]
timer/res/images/code/second_01/P03_timer_clock_second_01_58.png [new file with mode: 0644]
timer/res/images/code/second_01/P03_timer_clock_second_01_59.png [new file with mode: 0644]
timer/res/images/code/second_01/Thumbs.db [new file with mode: 0644]
timer/res/images/code/second_02/P03_timer_clock_second_02_00.png [new file with mode: 0644]
timer/res/images/code/second_02/P03_timer_clock_second_02_01.png [new file with mode: 0644]
timer/res/images/code/second_02/P03_timer_clock_second_02_02.png [new file with mode: 0644]
timer/res/images/code/second_02/P03_timer_clock_second_02_03.png [new file with mode: 0644]
timer/res/images/code/second_02/P03_timer_clock_second_02_04.png [new file with mode: 0644]
timer/res/images/code/second_02/P03_timer_clock_second_02_05.png [new file with mode: 0644]
timer/res/images/code/second_02/P03_timer_clock_second_02_06.png [new file with mode: 0644]
timer/res/images/code/second_02/P03_timer_clock_second_02_07.png [new file with mode: 0644]
timer/res/images/code/second_02/P03_timer_clock_second_02_08.png [new file with mode: 0644]
timer/res/images/code/second_02/P03_timer_clock_second_02_09.png [new file with mode: 0644]
timer/res/images/code/second_02/P03_timer_clock_second_02_10.png [new file with mode: 0644]
timer/res/images/code/second_02/P03_timer_clock_second_02_11.png [new file with mode: 0644]
timer/res/images/code/second_02/P03_timer_clock_second_02_12.png [new file with mode: 0644]
timer/res/images/code/second_02/P03_timer_clock_second_02_13.png [new file with mode: 0644]
timer/res/images/code/second_02/P03_timer_clock_second_02_14.png [new file with mode: 0644]
timer/res/images/code/second_02/P03_timer_clock_second_02_15.png [new file with mode: 0644]
timer/res/images/code/second_02/P03_timer_clock_second_02_16.png [new file with mode: 0644]
timer/res/images/code/second_02/P03_timer_clock_second_02_17.png [new file with mode: 0644]
timer/res/images/code/second_02/P03_timer_clock_second_02_18.png [new file with mode: 0644]
timer/res/images/code/second_02/P03_timer_clock_second_02_19.png [new file with mode: 0644]
timer/res/images/code/second_02/P03_timer_clock_second_02_20.png [new file with mode: 0644]
timer/res/images/code/second_02/P03_timer_clock_second_02_21.png [new file with mode: 0644]
timer/res/images/code/second_02/P03_timer_clock_second_02_22.png [new file with mode: 0644]
timer/res/images/code/second_02/P03_timer_clock_second_02_23.png [new file with mode: 0644]
timer/res/images/code/second_02/P03_timer_clock_second_02_24.png [new file with mode: 0644]
timer/res/images/code/second_02/P03_timer_clock_second_02_25.png [new file with mode: 0644]
timer/res/images/code/second_02/P03_timer_clock_second_02_26.png [new file with mode: 0644]
timer/res/images/code/second_02/P03_timer_clock_second_02_27.png [new file with mode: 0644]
timer/res/images/code/second_02/P03_timer_clock_second_02_28.png [new file with mode: 0644]
timer/res/images/code/second_02/P03_timer_clock_second_02_29.png [new file with mode: 0644]
timer/res/images/code/second_02/P03_timer_clock_second_02_30.png [new file with mode: 0644]
timer/res/images/code/second_02/P03_timer_clock_second_02_31.png [new file with mode: 0644]
timer/res/images/code/second_02/P03_timer_clock_second_02_32.png [new file with mode: 0644]
timer/res/images/code/second_02/P03_timer_clock_second_02_33.png [new file with mode: 0644]
timer/res/images/code/second_02/P03_timer_clock_second_02_34.png [new file with mode: 0644]
timer/res/images/code/second_02/P03_timer_clock_second_02_35.png [new file with mode: 0644]
timer/res/images/code/second_02/P03_timer_clock_second_02_36.png [new file with mode: 0644]
timer/res/images/code/second_02/P03_timer_clock_second_02_37.png [new file with mode: 0644]
timer/res/images/code/second_02/P03_timer_clock_second_02_38.png [new file with mode: 0644]
timer/res/images/code/second_02/P03_timer_clock_second_02_39.png [new file with mode: 0644]
timer/res/images/code/second_02/P03_timer_clock_second_02_40.png [new file with mode: 0644]
timer/res/images/code/second_02/P03_timer_clock_second_02_41.png [new file with mode: 0644]
timer/res/images/code/second_02/P03_timer_clock_second_02_42.png [new file with mode: 0644]
timer/res/images/code/second_02/P03_timer_clock_second_02_43.png [new file with mode: 0644]
timer/res/images/code/second_02/P03_timer_clock_second_02_44.png [new file with mode: 0644]
timer/res/images/code/second_02/P03_timer_clock_second_02_45.png [new file with mode: 0644]
timer/res/images/code/second_02/P03_timer_clock_second_02_46.png [new file with mode: 0644]
timer/res/images/code/second_02/P03_timer_clock_second_02_47.png [new file with mode: 0644]
timer/res/images/code/second_02/P03_timer_clock_second_02_48.png [new file with mode: 0644]
timer/res/images/code/second_02/P03_timer_clock_second_02_49.png [new file with mode: 0644]
timer/res/images/code/second_02/P03_timer_clock_second_02_50.png [new file with mode: 0644]
timer/res/images/code/second_02/P03_timer_clock_second_02_51.png [new file with mode: 0644]
timer/res/images/code/second_02/P03_timer_clock_second_02_52.png [new file with mode: 0644]
timer/res/images/code/second_02/P03_timer_clock_second_02_53.png [new file with mode: 0644]
timer/res/images/code/second_02/P03_timer_clock_second_02_54.png [new file with mode: 0644]
timer/res/images/code/second_02/P03_timer_clock_second_02_55.png [new file with mode: 0644]
timer/res/images/code/second_02/P03_timer_clock_second_02_56.png [new file with mode: 0644]
timer/res/images/code/second_02/P03_timer_clock_second_02_57.png [new file with mode: 0644]
timer/res/images/code/second_02/P03_timer_clock_second_02_58.png [new file with mode: 0644]
timer/res/images/code/second_02/P03_timer_clock_second_02_59.png [new file with mode: 0644]
timer/res/images/code/second_02/Thumbs.db [new file with mode: 0644]
timer/res/po/CMakeLists.txt [new file with mode: 0644]
timer/res/po/POTFILES.in [new file with mode: 0644]
timer/res/po/de_DE.po [new file with mode: 0644]
timer/res/po/el_GR.po [new file with mode: 0644]
timer/res/po/en.po [new file with mode: 0644]
timer/res/po/es_ES.po [new file with mode: 0644]
timer/res/po/fr_FR.po [new file with mode: 0644]
timer/res/po/it_IT.po [new file with mode: 0644]
timer/res/po/ja_JP.po [new file with mode: 0644]
timer/res/po/ko_KR.po [new file with mode: 0644]
timer/res/po/nl_NL.po [new file with mode: 0644]
timer/res/po/pt_PT.po [new file with mode: 0644]
timer/res/po/ru_RU.po [new file with mode: 0644]
timer/res/po/tr_TR.po [new file with mode: 0644]
timer/res/po/update-po.sh [new file with mode: 0644]
timer/res/po/zh_CN.po [new file with mode: 0644]
timer/res/po/zh_HK.po [new file with mode: 0644]
timer/res/po/zh_TW.po [new file with mode: 0644]
timer/src/timer_lib.c [new file with mode: 0644]
timer/src/timer_motion.c [new file with mode: 0644]
timer/src/timer_setting.c [new file with mode: 0644]
timer/src/timer_utils.c [new file with mode: 0644]