aboutsummaryrefslogtreecommitdiff
path: root/tests/planner-mock.h
Commit message (Collapse)AuthorAgeFilesLines
* README.md: Add some manual line breaks.Mike Gabriel2017-12-081-1/+1
|
* Many more C++ namespace name changes (unity -> ayatana).Mike Gabriel2017-12-081-2/+2
|
* don't connect to EDS when running in the greeter.Charles Kerr2014-03-091-21/+8
|
* decouple the planner's states; need three separate sets: upcoming-now (for ↵Charles Kerr2014-03-091-1/+26
| | | | 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).
* move planner-mock.h from include/datetime/ to tests/ because it's only ↵Charles Kerr2014-01-221-33/+19
| | | | needed by the tests.
* refactor the timezone and current time provider into a gobject Interface ↵Charles Kerr2013-10-171-0/+58
'IndicatorDatetimeClock'