aboutsummaryrefslogtreecommitdiff
path: root/src/utils.h
Commit message (Collapse)AuthorAgeFilesLines
* Add support for showing the year in indicator-datetimeCharles Kerr2013-10-301-0/+1
|
* phone: show appointments at 1AM as '1 AM', clock times as '1:00 AM'Charles Kerr2013-10-031-0/+2
|
* in utils.h, include gio/gio.h to ensure GSettings struct is declaredCharles Kerr2013-09-091-0/+1
|
* in the utils functions, add a GSettings argument for the functions that use ↵Charles Kerr2013-09-071-4/+7
| | | | a GSettings s.t. they don't have to keep reloading settings in a temporary every time they're called.
* add 'terse' time formats for phone menu to match the spec.Charles Kerr2013-07-261-6/+26
|
* in the appointments section, only show the next instance of recurring ↵Charles Kerr2013-07-251-0/+1
| | | | events. If the event is daily, say so in the time format string.
* 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