Hello. On 18/11/16 02:40, JEONGHYUN YUN wrote: > cedric pushed a commit to branch master. > > http://git.enlightenment.org/core/efl.git/commit/?id=3f76638b37ac8ebf715782512c3c36308cf70a62 > > commit 3f76638b37ac8ebf715782512c3c36308cf70a62 > Author: JEONGHYUN YUN <[email protected]> > Date: Thu Nov 17 16:39:42 2016 -0800 > > elm/calendar: add APIs for minimum and maximum values for the date > > Summary: > 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 > > Signed-off-by: Cedric Bail <[email protected]>
This commit broke the examples build. The CXX example using cal.min_max_year_set was not updated. 00:21:25.968 calendar_cxx_example_03.cc: In function 'int elm_main(int, char**)': 00:21:25.968 calendar_cxx_example_03.cc:20:8: error: 'struct elm::Calendar' has no member named 'min_max_year_set' 00:21:25.968 cal.min_max_year_set(2020, 2022); 00:21:25.968 ^ Jeonghyun, Cedric could you please fix this? regards Stefan Schmidt ------------------------------------------------------------------------------ _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
