efl/data/elementary
Jiwon Kim 5e2b1dde68 elm_calendar: provides way for configuration of weekend text color
Summary:
Suggest new mark_type for elm_calendar_mark_add().
The mark names are "weekend/day1", "weekend/day2".
It can be used for each country.
Some country can apply to "weekend/day2" to friday if day rest only a day for a week.
Until now, there is no way to separate holiday, saturday and sunday.

Test Plan:
1. saturday
```
struct tm t = { 0, 0, 12, 6, 0, 0, 6, 6, -1 };
elm_calendar_mark_add(obj, "weekend/day1", &t, ELM_CALENDAR_WEEKLY);
```
2. sunday
```
 struct tm t = { 0, 0, 12, 7, 0, 0, 0, 0, -1 };
 elm_calendar_mark_add(obj, "weekend/day2", &t, ELM_CALENDAR_WEEKLY);
```

Reviewers: CHAN, cedric, raster

Reviewed By: raster

Subscribers: raster, akanad, id213sin, cedric, jpeg

Differential Revision: https://phab.enlightenment.org/D4148
2016-07-11 16:10:35 +09:00
..
desktop elementary: move all legacy files to their expected new location. 2016-03-23 13:24:41 -07:00
edje_externals data: fix last set of data files with executable bit 2016-07-07 14:32:41 +02:00
images elementary: and now compile all left over data. 2016-03-24 11:23:11 -07:00
objects edje: update a style when a style is added as class's member 2016-07-11 13:13:39 +09:00
themes elm_calendar: provides way for configuration of weekend text color 2016-07-11 16:10:35 +09:00
.gitignore elementary: move all legacy files to their expected new location. 2016-03-23 13:24:41 -07:00
Makefile.am elementary: move all legacy files to their expected new location. 2016-03-23 13:24:41 -07:00