Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | in service.c, replace all calls to time(NULL) and ↵ | Charles Kerr | 2013-06-17 | 1 | -5/+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 | -24/+0 |
| | |||||
* | * src/utils.c | Bob Owen | 2012-05-25 | 1 | -3/+4 |
| | | | | | | | - generate_format_string_full - Changed space between date and time to Unicode en space. Added using UTF-8 hex encoding (0xE28082) to avoid the need to mess with CFLAGS to add std=c99. (LP: #749847) | ||||
* | Don't call setenv when value is NULL | Robert Ancell | 2011-09-28 | 1 | -2/+4 |
| | |||||
* | update to handle latest gnome-settings-daemon dbus API for setting ↵ | Michael Terry | 2011-06-28 | 1 | -0/+24 |
| | | | | 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/+36 |
| | | | | showing user's preferred name for the current timezone in the menu) | ||||
* | fix memory leak that also prevented us noticing when the timezone got updated | Michael Terry | 2011-03-24 | 1 | -0/+2 |
| | |||||
* | Strings and sniffle fixes for the best Canonical designer from New Zealand! | Ted Gould | 2011-03-23 | 1 | -3/+3 |
|\ | |||||
| * | Removed comma from date time indicator | karl-qdh | 2011-03-23 | 1 | -1/+1 |
|/ | |||||
* | remove week-start preference | Michael Terry | 2011-02-25 | 1 | -11/+0 |
| | |||||
* | disable clicking on locations; use pretty zone names in indicator | Michael Terry | 2011-02-23 | 1 | -4/+9 |
| | |||||
* | add week-start controls and settings | Michael Terry | 2011-02-23 | 1 | -0/+11 |
| | |||||
* | grab timezone names from geomaps; flesh out support for timezone completion ↵ | Michael Terry | 2011-02-23 | 1 | -0/+188 |
| | | | | in main map and locations dialog; show times in locations dialog | ||||
* | first pass at preferences dialog | Michael Terry | 2011-02-17 | 1 | -0/+45 |