aboutsummaryrefslogtreecommitdiff
path: root/include/datetime/planner-eds.h
Commit message (Collapse)AuthorAgeFilesLines
* don't connect to EDS when running in the greeter.Charles Kerr2014-03-091-59/+0
|
* decouple the planner's states; need three separate sets: upcoming-now (for ↵Charles Kerr2014-03-091-8/+15
| | | | alarms in the current time), upcoming-calendar (to show events coming from the selected calendar date), and calendar-month (all the appointments in the month displayed in the menu).
* in EdsPlanner, use a Timezone instead of Timezones objectCharles Kerr2014-03-091-2/+2
|
* use the timezones object to set the ECalComponent's default timezone. This ↵Charles Kerr2014-02-261-1/+3
| | | | is needed to properly handle the 'floating' dates in the alarms
* revert r400; we can't block alarms by UID because that would hide recurring ↵Charles Kerr2014-02-051-2/+0
| | | | alarms
* remove alarms from the menu once they've been shown in a snap decision.Charles Kerr2014-02-051-0/+2
|
* pin the planner's upcoming appointments to the live clock time, rather than ↵Charles Kerr2014-02-041-2/+3
| | | | the calendar's time, so that they always update correctly in real-time
* Function: add fully-tested ActionGroups, per-profile Menus, state object.Charles Kerr2014-01-141-1/+1
| | | | | | Form: Add code annotations/comments. Remove dead code. Use Mir style guide. Todo: GSettings toggles, sync with new dbus-test-runner API, get GNOME Panel building again
* add planner + testsCharles Kerr2013-12-171-0/+49