Sync with the private
authorJin Yoon <jinny.yoon@samsung.com>
Thu, 14 Feb 2013 08:47:43 +0000 (17:47 +0900)
committerJin Yoon <jinny.yoon@samsung.com>
Thu, 14 Feb 2013 09:25:34 +0000 (18:25 +0900)
commitbcd021d0a6259cf658d9fdfbc3b43779ae582530
treed55f0dbbd864cfd7f5710c54594714711ac79a57
parent0f67b3a641682385dee82e8ee12c37ce060dd206
Sync with the private
39 files changed:
CMakeLists.txt
data/CMakeLists.txt
data/edje/CMakeLists.txt
data/edje/all_apps_portrait.edc
data/edje/button_edit.edc [new file with mode: 0644]
data/edje/item_4x4.edc
data/edje/pagecontrol.edc [deleted file]
data/images/CMakeLists.txt [new file with mode: 0644]
data/images/RM06_App tray_Btn_Uninstall.png [new file with mode: 0644]
data/images/RM06_App tray_Btn_Uninstall_press.png [new file with mode: 0644]
data/images/RM06_App_tray_edit_btn.png [new file with mode: 0644]
data/images/RM06_App_tray_edit_btn_press.png [new file with mode: 0644]
data/images/RM06_App_tray_setting.png [new file with mode: 0644]
data/images/RM06_App_tray_setting_press.png [new file with mode: 0644]
data/images/default.png [new file with mode: 0644]
data/images/menu_badge_01.png [new file with mode: 0644]
debian/control
include/item.h
include/item_badge.h [new file with mode: 0644]
include/page_scroller.h
include/popup.h
include/util.h
packaging/org.tizen.menu-screen.spec
src/all_apps/layout.c
src/all_apps/list.c
src/index.c
src/item.c
src/item_badge.c [new file with mode: 0644]
src/item_event.c
src/layout.c
src/list.c
src/mapbuf.c
src/menu_screen.c
src/mouse.c
src/page.c
src/page_scroller.c
src/pkgmgr.c
src/popup.c
src/util.c