Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | in src/clock-live.c, pass the right pointer to on_detect_location_changed(). | Charles Kerr | 2013-11-14 | 1 | -3/+2 |
| | |||||
* | sync with trunk | Charles Kerr | 2013-10-24 | 1 | -51/+43 |
|\ | |||||
| * | instead of keeping IndicatorDatetimeTimezone objects in separate fields, ↵ | Charles Kerr | 2013-10-23 | 1 | -51/+43 |
| | | | | | | | | keep them in a list so they can be handled in a loop. | ||||
* | | replace autotools with cmake | Charles Kerr | 2013-10-18 | 1 | -3/+1 |
|/ | |||||
* | because is rarely changes, cache the GTimeZone used by ↵ | Charles Kerr | 2013-10-17 | 1 | -9/+19 |
| | | | | indicator_datetime_clock_get_localtime() | ||||
* | cache the timezone strv; lazy-rebuilding it when needed | Charles Kerr | 2013-10-17 | 1 | -31/+23 |
| | |||||
* | cleanup: dead code removal, fix comments, smaller implementation of ↵ | Charles Kerr | 2013-10-17 | 1 | -33/+14 |
| | | | | update_internal_localtime() | ||||
* | refactor the timezone and current time provider into a gobject Interface ↵ | Charles Kerr | 2013-10-17 | 1 | -0/+306 |
'IndicatorDatetimeClock' |