popup: add popup default scrollable flag config for other profiles.
authorJinyong Park <j4939.park@samsung.com>
Tue, 17 May 2016 01:22:07 +0000 (10:22 +0900)
committerJaehwan Kim <jae.hwan.kim@samsung.com>
Tue, 17 May 2016 01:22:07 +0000 (10:22 +0900)
commit1b765359ee4603b3b1713ca6973cecc072617b72
tree15c00e7cdad3db751fd376a81e92f2ef46f6bf20
parent988fe37232c62280400d574cd4f4750a93a6e484
popup: add popup default scrollable flag config for other profiles.

Summary:
The default scrollable flag of popup can be different in each profiles.
So I added the scrollable configuration of popup.
@feature

Test Plan:
1. Before
 1) elementary_test -to popup
 2) resize window to smaller
 3) Click 15th item, "popup-center-title + genlist content + 1 button"
 4) Then popup will show, but its list is very long, only small part of popup could be shown.

2. After Patch
 1) change "popup_scroller" value to 1 in base.src, then run elementary_test -to popup or ELM_POPUP_SCROLLABLE=1 elemantary_test -to popup
 2) resize window to smaller
 3) Click 15th item, "popup-center-title + genlist content + 1 button"
 4) Then popup will show, popup's genlist will be in scroller, so entire popup can be shown.

Reviewers: jaehwan, id213sin, cedric, raster, singh.amitesh, SanghyeonLee, Hermet

Subscribers: Hermet, minkyu, herb, jpeg

Differential Revision: https://phab.enlightenment.org/D3856
config/default/base.src.in
config/mobile/base.src.in
config/standard/base.src.in
src/bin/elementary/test_popup.c
src/lib/elementary/elc_popup.c
src/lib/elementary/elm_config.c
src/lib/elementary/elm_config.h
src/lib/elementary/elm_priv.h