Tizen release 1.0
authorKim Kibum <kb0929.kim@samsung.com>
Mon, 9 Apr 2012 03:12:48 +0000 (12:12 +0900)
committerKim Kibum <kb0929.kim@samsung.com>
Mon, 9 Apr 2012 03:12:48 +0000 (12:12 +0900)
commite1777afde375cb392be30b65f56220f3836b6e72
tree591e9c900c1472a03a8764ba691f9b17cc4af645
parentef944b86c942d472684ae81cc14932f43848df34
Tizen release 1.0
58 files changed:
CMakeLists.txt [new file with mode: 0644]
NOTICE [new file with mode: 0644]
TC/build.sh [new file with mode: 0755]
TC/execute.sh [new file with mode: 0755]
TC/tet_code [new file with mode: 0644]
TC/tet_scen [new file with mode: 0644]
TC/tetbuild.cfg [new file with mode: 0644]
TC/tetclean.cfg [new file with mode: 0644]
TC/tetexec.cfg [new file with mode: 0644]
TC/unit/Makefile [new file with mode: 0644]
TC/unit/tc_gen.sh [new file with mode: 0644]
TC/unit/tslist [new file with mode: 0644]
TC/unit/utc_ApplicationFW_ug_create_func.c [new file with mode: 0644]
TC/unit/utc_ApplicationFW_ug_destroy_all_func.c [new file with mode: 0644]
TC/unit/utc_ApplicationFW_ug_destroy_func.c [new file with mode: 0644]
TC/unit/utc_ApplicationFW_ug_destroy_me_func.c [new file with mode: 0644]
TC/unit/utc_ApplicationFW_ug_get_layout_func.c [new file with mode: 0644]
TC/unit/utc_ApplicationFW_ug_get_mode_func.c [new file with mode: 0644]
TC/unit/utc_ApplicationFW_ug_get_parent_layout_func.c [new file with mode: 0644]
TC/unit/utc_ApplicationFW_ug_get_window_func.c [new file with mode: 0644]
TC/unit/utc_ApplicationFW_ug_init_func.c [new file with mode: 0644]
TC/unit/utc_ApplicationFW_ug_pause_func.c [new file with mode: 0644]
TC/unit/utc_ApplicationFW_ug_resume_func.c [new file with mode: 0644]
TC/unit/utc_ApplicationFW_ug_send_event_func.c [new file with mode: 0644]
TC/unit/utc_ApplicationFW_ug_send_message_func.c [new file with mode: 0644]
TC/unit/utc_ApplicationFW_ug_send_result_func.c [new file with mode: 0644]
TC/unit/utc_MODULE_API_func.c.in [new file with mode: 0644]
debian/changelog [new file with mode: 0644]
debian/compat [new file with mode: 0644]
debian/control [new file with mode: 0644]
debian/copyright [new file with mode: 0644]
debian/libui-gadget-0.install.in [new file with mode: 0644]
debian/libui-gadget-dev.install.in [new file with mode: 0644]
debian/rules [new file with mode: 0755]
image/SLP_UI_Gadget_PG_image00.png [new file with mode: 0644]
image/SLP_UI_Gadget_PG_image01.png [new file with mode: 0644]
image/SLP_UI_Gadget_PG_image02.png [new file with mode: 0644]
image/SLP_UI_Gadget_PG_image03.png [new file with mode: 0644]
include/SLP_UI_Gadget_PG.h [new file with mode: 0644]
include/ug-dbg.h [new file with mode: 0644]
include/ug-engine.h [new file with mode: 0644]
include/ug-manager.h [new file with mode: 0644]
include/ug-module.h [new file with mode: 0644]
include/ug.h [new file with mode: 0644]
include/ui-gadget-engine.h [new file with mode: 0644]
include/ui-gadget-module.h [new file with mode: 0644]
include/ui-gadget.h [new file with mode: 0644]
packaging/ui-gadget.spec [new file with mode: 0644]
src/engine.c [new file with mode: 0644]
src/manager.c [new file with mode: 0755]
src/module.c [new file with mode: 0644]
src/ug.c [new file with mode: 0644]
ug-efl-engine/CMakeLists.txt [new file with mode: 0644]
ug-efl-engine/ug-efl-engine.c [new file with mode: 0755]
ug-efl-engine/ug-efl-engine.h [new file with mode: 0644]
ug-efl-engine/ug_effect.edc [new file with mode: 0644]
ug-efl-engine/ug_effect_3d.edc [new file with mode: 0644]
ui-gadget.pc.in [new file with mode: 0644]