aboutsummaryrefslogtreecommitdiff
path: root/src/utils.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed the comment for translatorsRichard Somlói2018-03-261-4/+4
* README.md: Add some manual line breaks.Mike Gabriel2017-12-081-3/+3
* Use unicode characters directly instead of escaping themLars Uebernickel2014-09-081-20/+26
* split_settings_location: Initialise the 'first' pointer.Iain Lane2014-04-081-1/+1
* add comments & examples for translators to help them to fix bug #1001595 for ...Charles Kerr2014-03-271-12/+83
* slightly better testing for whether or not a date happened in the past at sec...Charles Kerr2014-03-141-1/+1
* in utils.c's generate_full_format_string_at_time(), test to see if the event ...Charles Kerr2014-03-091-0/+4
* make utils.cpp's generate_full_format_string_at_time() a standalone function ...Charles Kerr2014-01-281-0/+307
* add geoclue, glib test fixturesCharles Kerr2013-12-171-453/+0
* Add support for showing the year in indicator-datetimeCharles Kerr2013-10-301-10/+22
* fix a trio of pedantic gcc warningsCharles Kerr2013-10-181-3/+3
* replace autotools with cmakeCharles Kerr2013-10-181-4/+0
* phone: show appointments at 1AM as '1 AM', clock times as '1:00 AM'Charles Kerr2013-10-031-2/+8
* remove the leading zero in the hour component of 'terse' time format.Charles Kerr2013-10-031-2/+2
* sync with trunkCharles Kerr2013-09-091-26/+17
|\
| * This change adds a GSettings* arg to the utils functions so that they don't h...Charles Kerr2013-09-081-23/+15
| |\
| | * in the utils functions, add a GSettings argument for the functions that use a...Charles Kerr2013-09-071-15/+14
| | * both service.c and utils.c have an enum for the time format mode, so share it...Charles Kerr2013-09-071-11/+4
| * | in our private T_() function, avoid a couple of unnecessary strdup & freesCharles Kerr2013-09-051-3/+2
| |/
* / add preliminary unit tests for utilsCharles Kerr2013-09-071-21/+30
|/
* remove the leading zero from the terse time format string.Charles Kerr2013-07-301-3/+3
* add i18n comments to get_terse_date_format_string() and get_terse_time_format...Charles Kerr2013-07-301-6/+26
* add 'terse' time formats for phone menu to match the spec.Charles Kerr2013-07-261-107/+242
* in the appointments section, only show the next instance of recurring events....Charles Kerr2013-07-251-5/+14
* in service.c, replace all calls to time(NULL) and g_date_time_new_now_local()...Charles Kerr2013-06-171-5/+1
* in utils.c, remove unused function read_timezone()Charles Kerr2013-06-141-24/+0
* * src/utils.cBob Owen2012-05-251-3/+4
* Don't call setenv when value is NULLRobert Ancell2011-09-281-2/+4
* update to handle latest gnome-settings-daemon dbus API for setting timezones;...Michael Terry2011-06-281-0/+24
* when user clicks a timezone location, switch to that timezone (and support sh...Michael Terry2011-04-071-0/+36
* fix memory leak that also prevented us noticing when the timezone got updatedMichael Terry2011-03-241-0/+2
* Strings and sniffle fixes for the best Canonical designer from New Zealand! Ted Gould2011-03-231-3/+3
|\
| * Removed comma from date time indicatorkarl-qdh2011-03-231-1/+1
|/
* remove week-start preferenceMichael Terry2011-02-251-11/+0
* disable clicking on locations; use pretty zone names in indicatorMichael Terry2011-02-231-4/+9
* add week-start controls and settingsMichael Terry2011-02-231-0/+11
* grab timezone names from geomaps; flesh out support for timezone completion i...Michael Terry2011-02-231-0/+188
* first pass at preferences dialogMichael Terry2011-02-171-0/+45