aboutsummaryrefslogtreecommitdiff
path: root/src/utils.h
Commit message (Collapse)AuthorAgeFilesLines
* in service.c, replace all calls to time(NULL) and ↵Charles Kerr2013-06-171-1/+1
| | | | g_date_time_new_now_local() with a call to the new 'indicator_datetime_service_get_localtime()' func. This is currently a passthrough to _new_now_local(), but we'll need this control point to override the system time in unit testing
* in utils.c, remove unused function read_timezone()Charles Kerr2013-06-141-1/+0
|
* update to handle latest gnome-settings-daemon dbus API for setting ↵Michael Terry2011-06-281-0/+1
| | | | timezones; be more fool-proof when looking up current timezone in indicator
* when user clicks a timezone location, switch to that timezone (and support ↵Michael Terry2011-04-071-0/+1
| | | | showing user's preferred name for the current timezone in the menu)
* remove week-start preferenceMichael Terry2011-02-251-1/+0
|
* add week-start controls and settingsMichael Terry2011-02-231-0/+1
|
* grab timezone names from geomaps; flesh out support for timezone completion ↵Michael Terry2011-02-231-0/+3
| | | | in main map and locations dialog; show times in locations dialog
* first pass at preferences dialogMichael Terry2011-02-171-0/+34