aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
Commit message (Collapse)AuthorAgeFilesLines
* Switch the build system to cmake. Fixes: ↵Charles Kerr2013-10-301-2/+0
|\ | | | | | | | | | | https://bugs.launchpad.net/bugs/1237509. Approved by Ted Gould, PS Jenkins bot.
| * replace autotools with cmakeCharles Kerr2013-10-181-2/+0
| |
* | datetime panel: don't try to add empty location namesLars Uebernickel2013-10-281-0/+6
|\ \ | |/ |/| | | | | | | Otherwise NULL is passed into g_utf8_collate_key(). Approved by Charles Kerr, PS Jenkins bot.
| * Work around glib's type initialization deadlockLars Uebernickel2013-10-171-0/+6
| |
* | cleanup: dead code removal, fix comments, smaller implementation of ↵Charles Kerr2013-10-171-2/+4
| | | | | | | | update_internal_localtime()
* | refactor the timezone and current time provider into a gobject Interface ↵Charles Kerr2013-10-171-34/+7
|/ | | | 'IndicatorDatetimeClock'
* 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