Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cleanup: dead code removal, fix comments, smaller implementation of ↵ | Charles Kerr | 2013-10-17 | 1 | -2/+4 |
| | | | | update_internal_localtime() | ||||
* | refactor the timezone and current time provider into a gobject Interface ↵ | Charles Kerr | 2013-10-17 | 1 | -34/+7 |
| | | | | 'IndicatorDatetimeClock' | ||||
* | sync with trunk | Charles Kerr | 2013-10-16 | 1 | -2/+1 |
|\ | |||||
* | | add a test mode for alarms. | Charles Kerr | 2013-10-16 | 1 | -48/+30 |
| | | |||||
* | | for testing purposes, fire off a snap decision as soon as the datetime ↵ | Charles Kerr | 2013-10-16 | 1 | -17/+40 |
| | | | | | | | | indicator is started. this way one can test on phablet by running as user phablet | ||||
* | | more wiring in of mock objects | Charles Kerr | 2013-10-09 | 1 | -11/+27 |
| | | |||||
* | | preliminary implementation of snap decision | Charles Kerr | 2013-10-09 | 1 | -0/+6 |
| | | |||||
* | | add a preliminary mock planner for testing alarms/appointments isolated ↵ | Charles Kerr | 2013-10-09 | 1 | -1/+10 |
| | | | | | | | | apart from the EDS backend | ||||
* | | move planner instantiation to main.c so that we can prepare to pass in a ↵ | Charles Kerr | 2013-10-09 | 1 | -3/+9 |
|/ | | | | mock planner for testing | ||||
* | remove the --replace command-line argument and property as we're using ↵ | Charles Kerr | 2013-06-20 | 1 | -35/+2 |
| | | | | upstart for that | ||||
* | when we can't own the name, print a g_message saying so before exiting | Charles Kerr | 2013-06-14 | 1 | -1/+1 |
| | |||||
* | add a service boilerplate similar to the one in indicator-session. This ↵ | Charles Kerr | 2013-05-14 | 1 | -0/+96 |
doesn't do anything yet; the sections will be added in subsequent commits |