tizen 2.4 release accepted/tizen_2.4_mobile tizen_2.4 accepted/tizen/2.4/mobile/20151029.041805 submit/tizen_2.4/20151028.062511 tizen_2.4_mobile_release
authorjk7744.park <jk7744.park@samsung.com>
Sat, 24 Oct 2015 06:32:11 +0000 (15:32 +0900)
committerjk7744.park <jk7744.park@samsung.com>
Sat, 24 Oct 2015 06:32:11 +0000 (15:32 +0900)
commit49cc64164c775f51810445a2f8ad34875b458b42
tree42d81e9cc426e9afd4cfe9c9d50831e7a663c4c8
parent8b79135e0e6b3eb2a7f52df540c0f6136a698d09
tizen 2.4 release
48 files changed:
CMakeLists.txt [new file with mode: 0755]
LICENSE [new file with mode: 0755]
NOTICE [new file with mode: 0755]
attach-panel-camera.manifest [new file with mode: 0644]
attach-panel-camera.xml [new file with mode: 0755]
inc/attach-panel-camera.h [new file with mode: 0644]
inc/utils/config.h [new file with mode: 0755]
inc/utils/logger.h [new file with mode: 0644]
inc/utils/ui-utils.h [new file with mode: 0644]
inc/view/main-view.h [new file with mode: 0755]
inc/view/window.h [new file with mode: 0644]
packaging/attach-panel-camera.spec [new file with mode: 0755]
po/CMakeLists.txt [new file with mode: 0644]
po/POTFILES.in [new file with mode: 0644]
po/update-po.sh [new file with mode: 0644]
res/edje/attach-panel-camera.edc [new file with mode: 0755]
res/images/back.png [new file with mode: 0644]
res/images/bar.png [new file with mode: 0644]
res/images/camera_btn_camcorder.png [new file with mode: 0644]
res/images/camera_btn_camcorder_press.png [new file with mode: 0644]
res/images/camera_btn_switch.png [new file with mode: 0644]
res/images/camera_btn_switch_press.png [new file with mode: 0644]
res/images/camera_icon_recording.png [new file with mode: 0755]
res/images/camera_icon_recording_pause.png [new file with mode: 0755]
res/images/camera_rec_pause.png [new file with mode: 0755]
res/images/camera_rec_pause_press.png [new file with mode: 0755]
res/images/camera_rec_recording.png [new file with mode: 0755]
res/images/camera_rec_recording_press.png [new file with mode: 0755]
res/images/camera_rec_stop.png [new file with mode: 0755]
res/images/camera_rec_stop_press.png [new file with mode: 0755]
res/images/changecamera.png [new file with mode: 0644]
res/images/changecamera_press.png [new file with mode: 0644]
res/images/none.png [new file with mode: 0644]
res/images/shutter.png [new file with mode: 0644]
res/images/shutter2.png [new file with mode: 0644]
res/images/shutter_dim.png [new file with mode: 0755]
res/images/timer_10.png [new file with mode: 0644]
res/images/timer_10_selected.png [new file with mode: 0644]
res/images/timer_2.png [new file with mode: 0644]
res/images/timer_2_selected.png [new file with mode: 0644]
res/images/timer_5.png [new file with mode: 0644]
res/images/timer_5_selected.png [new file with mode: 0644]
res/images/transparent.png [new file with mode: 0644]
res/sounds/sounds_count.mp3 [new file with mode: 0644]
src/attach-panel-camera.c [new file with mode: 0755]
src/utils/ui-utils.c [new file with mode: 0644]
src/view/main-view.c [new file with mode: 0755]
src/view/window.c [new file with mode: 0644]