Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | move planner instantiation to main.c so that we can prepare to pass in a ↵ | Charles Kerr | 2013-10-09 | 1 | -1/+6 |
| | | | | mock planner for testing | ||||
* | remove the --replace command-line argument and property as we're using ↵ | Charles Kerr | 2013-06-20 | 1 | -1/+1 |
| | | | | upstart for that | ||||
* | make indicator_datetime_service_set_calendar_date() public. This is another ↵ | Charles Kerr | 2013-06-17 | 1 | -0/+4 |
| | | | | one we'll need for unit tests | ||||
* | in service.c, replace all calls to time(NULL) and ↵ | Charles Kerr | 2013-06-17 | 1 | -0/+2 |
| | | | | g_date_time_new_now_local() with a call to the new 'indicator_datetime_service_get_localtime()' func. This is currently a passthrough to _new_now_local(), but we'll need this control point to override the system time in unit testing | ||||
* | land the service implementation | Charles Kerr | 2013-06-14 | 1 | -3/+1 |
| | |||||
* | add a service boilerplate similar to the one in indicator-session. This ↵ | Charles Kerr | 2013-05-14 | 1 | -0/+71 |
doesn't do anything yet; the sections will be added in subsequent commits |