aboutsummaryrefslogtreecommitdiff
path: root/src/clock-live.c
Commit message (Collapse)AuthorAgeFilesLines
* in src/clock-live.c, pass the right pointer to on_detect_location_changed().Charles Kerr2013-11-141-3/+2
|
* sync with trunkCharles Kerr2013-10-241-51/+43
|\
| * instead of keeping IndicatorDatetimeTimezone objects in separate fields, ↵Charles Kerr2013-10-231-51/+43
| | | | | | | | keep them in a list so they can be handled in a loop.
* | replace autotools with cmakeCharles Kerr2013-10-181-3/+1
|/
* because is rarely changes, cache the GTimeZone used by ↵Charles Kerr2013-10-171-9/+19
| | | | indicator_datetime_clock_get_localtime()
* cache the timezone strv; lazy-rebuilding it when neededCharles Kerr2013-10-171-31/+23
|
* cleanup: dead code removal, fix comments, smaller implementation of ↵Charles Kerr2013-10-171-33/+14
| | | | update_internal_localtime()
* refactor the timezone and current time provider into a gobject Interface ↵Charles Kerr2013-10-171-0/+306
'IndicatorDatetimeClock'