Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | in service.c, replace all calls to time(NULL) and ↵ | Charles Kerr | 2013-06-17 | 1 | -56/+55 |
| | | | | 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 | ||||
* | in service.c, fix virtual finalize() function chaining up | Charles Kerr | 2013-06-15 | 1 | -1/+1 |
| | |||||
* | land the service implementation | Charles Kerr | 2013-06-14 | 1 | -68/+1289 |
| | |||||
* | add a service boilerplate similar to the one in indicator-session. This ↵ | Charles Kerr | 2013-05-14 | 1 | -0/+638 |
doesn't do anything yet; the sections will be added in subsequent commits |