Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | in the utils functions, add a GSettings argument for the functions that use ↵ | Charles Kerr | 2013-09-07 | 1 | -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 Kerr | 2013-07-26 | 1 | -6/+26 |
| | |||||
* | in the appointments section, only show the next instance of recurring ↵ | Charles Kerr | 2013-07-25 | 1 | -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 Kerr | 2013-06-17 | 1 | -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 Kerr | 2013-06-14 | 1 | -1/+0 |
| | |||||
* | update to handle latest gnome-settings-daemon dbus API for setting ↵ | Michael Terry | 2011-06-28 | 1 | -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 Terry | 2011-04-07 | 1 | -0/+1 |
| | | | | showing user's preferred name for the current timezone in the menu) | ||||
* | remove week-start preference | Michael Terry | 2011-02-25 | 1 | -1/+0 |
| | |||||
* | add week-start controls and settings | Michael Terry | 2011-02-23 | 1 | -0/+1 |
| | |||||
* | grab timezone names from geomaps; flesh out support for timezone completion ↵ | Michael Terry | 2011-02-23 | 1 | -0/+3 |
| | | | | in main map and locations dialog; show times in locations dialog | ||||
* | first pass at preferences dialog | Michael Terry | 2011-02-17 | 1 | -0/+34 |