tizen 2.3.1 release tizen_2.3.1 submit/tizen_2.3.1/20150915.080349 tizen_2.3.1_release
authorjk7744.park <jk7744.park@samsung.com>
Tue, 8 Sep 2015 13:16:29 +0000 (22:16 +0900)
committerjk7744.park <jk7744.park@samsung.com>
Tue, 8 Sep 2015 13:16:29 +0000 (22:16 +0900)
commitb656c90dac9829dd38396d6997aef601557f2d74
treecbc0cfa07a3b5395fd2df873ad53892515a5440e
parentb842de1bc36da1ac6e2eb6bc806b2488a82e0f20
tizen 2.3.1 release
90 files changed:
.gitignore [new file with mode: 0644]
CMakeLists.txt
TC/_export_env.sh [new file with mode: 0755]
TC/_export_target_env.sh [new file with mode: 0755]
TC/build.sh [new file with mode: 0755]
TC/config [new file with mode: 0644]
TC/execute.sh [new file with mode: 0755]
TC/push.sh [new file with mode: 0755]
TC/run.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: 0755]
TC/unit/utc_ApplicationFW_ug_destroy_all_func.c [new file with mode: 0755]
TC/unit/utc_ApplicationFW_ug_destroy_func.c [new file with mode: 0755]
TC/unit/utc_ApplicationFW_ug_destroy_me_func.c [new file with mode: 0755]
TC/unit/utc_ApplicationFW_ug_disable_effect_func.c [new file with mode: 0755]
TC/unit/utc_ApplicationFW_ug_get_conformant_func.c [new file with mode: 0755]
TC/unit/utc_ApplicationFW_ug_get_layout_func.c [new file with mode: 0755]
TC/unit/utc_ApplicationFW_ug_get_mode_func.c [new file with mode: 0755]
TC/unit/utc_ApplicationFW_ug_get_parent_layout_func.c [new file with mode: 0755]
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_is_installed_func.c [new file with mode: 0755]
TC/unit/utc_ApplicationFW_ug_pause_func.c [new file with mode: 0755]
TC/unit/utc_ApplicationFW_ug_resume_func.c [new file with mode: 0755]
TC/unit/utc_ApplicationFW_ug_send_event_func.c [new file with mode: 0755]
TC/unit/utc_ApplicationFW_ug_send_key_event_func.c [new file with mode: 0755]
TC/unit/utc_ApplicationFW_ug_send_message_func.c [new file with mode: 0755]
TC/unit/utc_ApplicationFW_ug_send_result_full_func.c [new file with mode: 0755]
TC/unit/utc_ApplicationFW_ug_send_result_func.c [new file with mode: 0755]
TC/unit/utc_MODULE_API_func.c.in [new file with mode: 0644]
client/CMakeLists.txt
client/ug-client.c
client/ug-client.edc
client/ug-client.h
doc/ui-gadget_doc.h [new file with mode: 0755]
include/SLP_UI_Gadget_PG.h
include/ug-dbg.h
include/ug-list.h [new file with mode: 0755]
include/ug-manager.h
include/ug-module.h
include/ug.h
include/ui-gadget-engine.h
include/ui-gadget-module.h
include/ui-gadget.h
packaging/ui-gadget-1.spec
samples/CMakeLists.txt [new file with mode: 0644]
samples/helloUG-efl/CMakeLists.txt [new file with mode: 0644]
samples/helloUG-efl/com.samsung.helloworld.manifest [new file with mode: 0644]
samples/helloUG-efl/com.samsung.helloworld.xml [new file with mode: 0755]
samples/helloUG-efl/helloUG-efl.c [new file with mode: 0755]
samples/helloUG-efl/helloUG-efl.h [new file with mode: 0644]
samples/helloUG-efl/helloug.rule [new file with mode: 0644]
samples/helloUG-efl/po/CMakeLists.txt [new file with mode: 0644]
samples/helloUG-efl/po/POTFILES.in [new file with mode: 0644]
samples/helloUG-efl/po/update-po.sh [new file with mode: 0644]
samples/helloUG-efl/ug-helloUG-efl.desktop.in [new file with mode: 0755]
samples/ugcaller/CMakeLists.txt [new file with mode: 0755]
samples/ugcaller/LICENSE [new file with mode: 0755]
samples/ugcaller/NOTICE [new file with mode: 0755]
samples/ugcaller/com.samsung.ugcaller.desktop.in [new file with mode: 0755]
samples/ugcaller/include/ugcaller.h [new file with mode: 0755]
samples/ugcaller/src/ugcaller.c [new file with mode: 0755]
samples/ugcaller/ugcaller.edc [new file with mode: 0644]
src/engine.c
src/manager.c
src/module.c [changed mode: 0644->0755]
src/ug.c
template/CMakeLists.txt [new file with mode: 0644]
template/efl/CMakeLists.txt.in [new file with mode: 0755]
template/efl/packaging/ug.spec.in [new file with mode: 0755]
template/efl/po/CMakeLists_po.txt.in [new file with mode: 0755]
template/efl/po/POTFILES.in.in [new file with mode: 0755]
template/efl/po/update-po.sh.in [new file with mode: 0755]
template/efl/ug.c.in [new file with mode: 0755]
template/efl/ug.h.in [new file with mode: 0755]
template/ug-gen.sh.in [new file with mode: 0644]
ug-efl-engine/CMakeLists.txt
ug-efl-engine/ug-efl-engine.c
ug-efl-engine/ug_effect.edc
ug-efl-engine/ug_effect_3d.edc [new file with mode: 0644]
ui-gadget-1-launcher.rule [new file with mode: 0644]
ui-gadget-1.efl [new file with mode: 0644]
ui-gadget-1.manifest [new file with mode: 0644]