calendareventsplugin: Add support for alternate dates and sub-labels
Sub-labels are required to show alternate calendar in the calendar applet.
Two new signals are added:
-
subLabelReady
: Emitted when the plugin has loaded the sub-labels. -
alternateDateReady
: Emitted when the plugin has loaded the alternate dates.
SubLabel
struct contains yearLabel, monthLabel and dayLabel, and the
plugin can specify the priority among Low, Default, High and Urgent for
a SubLabel.
Follow-up
Edited by Fushan Wen