[genlist & ctxpopup] Merge tizen 2.4 genlist and ctxpopup for mobile & wearable profi... 57/75257/9
authorSangHyeon Lee <sh10233.lee@samsung.com>
Fri, 17 Jun 2016 07:11:03 +0000 (16:11 +0900)
committerGerrit Code Review <gerrit@review.vlan103.tizen.org>
Thu, 23 Jun 2016 07:11:44 +0000 (00:11 -0700)
commit034a1d1fe2656c5a6fced6e70b786e0f795cec6a
tree91daa24dea1d4decc5c89756d9d3d953971e4f29
parent356a3f565b782ce0a27e0717ed4ab004bb611741
[genlist & ctxpopup] Merge tizen 2.4 genlist and ctxpopup for mobile & wearable profile support

This patch integrate 2.4 genlist and ctxpopup feature for support mobile
and wearable profile properly.

Change-Id: I137b2d5fde688a01de4dcc7735a0ef4caa4596a4
Signed-off-by: SangHyeon Lee <sh10233.lee@samsung.com>
21 files changed:
packaging/elementary.spec
src/bin/test_genlist.c
src/lib/Elementary.h.in
src/lib/Elementary.hh.in
src/lib/Makefile.am
src/mobile_lib/elc_ctxpopup.c [new file with mode: 0644]
src/mobile_lib/elc_ctxpopup.h [new file with mode: 0644]
src/mobile_lib/elc_ctxpopup_eo.h [new file with mode: 0644]
src/mobile_lib/elc_ctxpopup_legacy.h [new file with mode: 0644]
src/mobile_lib/elm_ctxpopup.eo [new file with mode: 0644]
src/mobile_lib/elm_ctxpopup_item.eo [new file with mode: 0644]
src/mobile_lib/elm_genlist.c [new file with mode: 0644]
src/mobile_lib/elm_genlist.eo [new file with mode: 0644]
src/mobile_lib/elm_genlist.h [new file with mode: 0644]
src/mobile_lib/elm_genlist_common.h [new file with mode: 0644]
src/mobile_lib/elm_genlist_eo.h [new file with mode: 0644]
src/mobile_lib/elm_genlist_item.eo [new file with mode: 0644]
src/mobile_lib/elm_genlist_legacy.h [new file with mode: 0644]
src/mobile_lib/elm_genlist_pan.eo [new file with mode: 0644]
src/mobile_lib/elm_widget_ctxpopup.h [new file with mode: 0644]
src/mobile_lib/elm_widget_genlist.h [new file with mode: 0644]