elm_calendar: add APIs for minimum and maximum values for the date 82/109482/1 accepted/tizen/common/20170112.174137 accepted/tizen/ivi/20170111.221558 accepted/tizen/mobile/20170111.221509 accepted/tizen/tv/20170111.221524 accepted/tizen/wearable/20170111.221546 submit/tizen/20170110.235747
authorJEONGHYUN YUN <jh0506.yun@samsung.com>
Tue, 10 Jan 2017 07:22:29 +0000 (16:22 +0900)
committerJEONGHYUN YUN <jh0506.yun@samsung.com>
Tue, 10 Jan 2017 07:23:49 +0000 (16:23 +0900)
commitb0686a84daca5d59ebc18cd1520e6a4eb640883d
treec84edb2fca9018ed125ee684998fe897851c47c5
parente2cff98d7986baa62124cd4a8a6fca4ae30c093b
elm_calendar: add APIs for minimum and maximum values for the date

elm_calendar already have minimum and maximum year set/get APIs.
I've added new APIs that exapanded from the year to the date.
These APIs help us not only set min/max month but also set min/max day.
If you set the minimum date, changing the displayed month or year if needed.
Displayed day also to be disabled if it is smaller than minimum date.

Reviewers: woohyun, Hermet, jpeg, CHAN, cedric

Reviewed By: CHAN, cedric

Subscribers: CHAN, cedric, jpeg

Differential Revision: https://phab.enlightenment.org/D4226

Change-Id: If93e888eb76e1f84b2601a87b12b8b67f2d4820c
Signed-off-by: JEONGHYUN YUN <jh0506.yun@samsung.com>
src/bin/test_calendar.c
src/lib/elm_calendar.c
src/lib/elm_calendar.eo
src/lib/elm_calendar_legacy.h
src/lib/elm_widget_calendar.h