| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed the comment for translators | Richard Somlói | 2018-03-26 | 1 | -4/+4 |
* | README.md: Add some manual line breaks. | Mike Gabriel | 2017-12-08 | 1 | -3/+3 |
* | Use unicode characters directly instead of escaping them | Lars Uebernickel | 2014-09-08 | 1 | -20/+26 |
* | split_settings_location: Initialise the 'first' pointer. | Iain Lane | 2014-04-08 | 1 | -1/+1 |
* | add comments & examples for translators to help them to fix bug #1001595 for ... | Charles Kerr | 2014-03-27 | 1 | -12/+83 |
* | slightly better testing for whether or not a date happened in the past at sec... | Charles Kerr | 2014-03-14 | 1 | -1/+1 |
* | in utils.c's generate_full_format_string_at_time(), test to see if the event ... | Charles Kerr | 2014-03-09 | 1 | -0/+4 |
* | make utils.cpp's generate_full_format_string_at_time() a standalone function ... | Charles Kerr | 2014-01-28 | 1 | -0/+307 |
* | add geoclue, glib test fixtures | Charles Kerr | 2013-12-17 | 1 | -453/+0 |
* | Add support for showing the year in indicator-datetime | Charles Kerr | 2013-10-30 | 1 | -10/+22 |
* | fix a trio of pedantic gcc warnings | Charles Kerr | 2013-10-18 | 1 | -3/+3 |
* | replace autotools with cmake | Charles Kerr | 2013-10-18 | 1 | -4/+0 |
* | phone: show appointments at 1AM as '1 AM', clock times as '1:00 AM' | Charles Kerr | 2013-10-03 | 1 | -2/+8 |
* | remove the leading zero in the hour component of 'terse' time format. | Charles Kerr | 2013-10-03 | 1 | -2/+2 |
* | sync with trunk | Charles Kerr | 2013-09-09 | 1 | -26/+17 |
|\ |
|
| * | This change adds a GSettings* arg to the utils functions so that they don't h... | Charles Kerr | 2013-09-08 | 1 | -23/+15 |
| |\ |
|
| | * | in the utils functions, add a GSettings argument for the functions that use a... | Charles Kerr | 2013-09-07 | 1 | -15/+14 |
| | * | both service.c and utils.c have an enum for the time format mode, so share it... | Charles Kerr | 2013-09-07 | 1 | -11/+4 |
| * | | in our private T_() function, avoid a couple of unnecessary strdup & frees | Charles Kerr | 2013-09-05 | 1 | -3/+2 |
| |/ |
|
* / | add preliminary unit tests for utils | Charles Kerr | 2013-09-07 | 1 | -21/+30 |
|/ |
|
* | remove the leading zero from the terse time format string. | Charles Kerr | 2013-07-30 | 1 | -3/+3 |
* | add i18n comments to get_terse_date_format_string() and get_terse_time_format... | Charles Kerr | 2013-07-30 | 1 | -6/+26 |
* | add 'terse' time formats for phone menu to match the spec. | Charles Kerr | 2013-07-26 | 1 | -107/+242 |
* | in the appointments section, only show the next instance of recurring events.... | Charles Kerr | 2013-07-25 | 1 | -5/+14 |
* | in service.c, replace all calls to time(NULL) and g_date_time_new_now_local()... | Charles Kerr | 2013-06-17 | 1 | -5/+1 |
* | 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 |
* | 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 timezones;... | Michael Terry | 2011-06-28 | 1 | -0/+24 |
* | when user clicks a timezone location, switch to that timezone (and support sh... | Michael Terry | 2011-04-07 | 1 | -0/+36 |
* | 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 i... | Michael Terry | 2011-02-23 | 1 | -0/+188 |
* | first pass at preferences dialog | Michael Terry | 2011-02-17 | 1 | -0/+45 |