summaryrefslogtreecommitdiff
path: root/src/main.c
Commit message (Collapse)AuthorAgeFilesLines
* Work around glib's type initialization deadlockLars Uebernickel2013-10-171-0/+6
|
* sync with trunkCharles Kerr2013-10-161-2/+1
|\
* | add a test mode for alarms.Charles Kerr2013-10-161-48/+30
| |
* | for testing purposes, fire off a snap decision as soon as the datetime ↵Charles Kerr2013-10-161-17/+40
| | | | | | | | indicator is started. this way one can test on phablet by running as user phablet
* | more wiring in of mock objectsCharles Kerr2013-10-091-11/+27
| |
* | preliminary implementation of snap decisionCharles Kerr2013-10-091-0/+6
| |
* | add a preliminary mock planner for testing alarms/appointments isolated ↵Charles Kerr2013-10-091-1/+10
| | | | | | | | apart from the EDS backend
* | move planner instantiation to main.c so that we can prepare to pass in a ↵Charles Kerr2013-10-091-3/+9
|/ | | | mock planner for testing
* remove the --replace command-line argument and property as we're using ↵Charles Kerr2013-06-201-35/+2
| | | | upstart for that
* when we can't own the name, print a g_message saying so before exitingCharles Kerr2013-06-141-1/+1
|
* add a service boilerplate similar to the one in indicator-session. This ↵Charles Kerr2013-05-141-0/+96
doesn't do anything yet; the sections will be added in subsequent commits