aboutsummaryrefslogtreecommitdiff
path: root/src/planner.h
Commit message (Collapse)AuthorAgeFilesLines
* change the Planner API s.t. get_appoinments() is an async function. Breaks ↵Charles Kerr2013-09-051-6/+32
| | | | everything
* in the appointments section, only show the next instance of recurring ↵Charles Kerr2013-07-251-0/+1
| | | | events. If the event is daily, say so in the time format string.
* Add support for displaying alarms.Charles Kerr2013-07-251-0/+1
| | | | | EDS treats alarms as attributes of existing calendar events, so the difference in supporting them in the indicator is largely visual -- we use a different x-canonical-type for the menuitem so that clients can render them differently, such as with an alarm icon.
* remove gdk include; indicator-datetime-service no longer uses gdkCharles Kerr2013-06-141-1/+0
|
* extract EDS code into its own mockable classCharles Kerr2013-05-121-0/+138