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 | -1/+4 |
| | | | | 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 | -1/+1 |
| | |||||
* | in service.c, replace all calls to time(NULL) and ↵ | Charles Kerr | 2013-06-17 | 1 | -5/+4 |
| | | | | 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 | ||||
* | merge lp:~charlesk/indicator-datetime/lp-833325 to have locations follow the ↵ | Charles Kerr | 2012-05-21 | 1 | -5/+165 |
|\ | | | | | | | sort order specified in https://wiki.ubuntu.com/TimeAndDate | ||||
| * | Modify the timezone location sorting to follow mpt's design at ↵ | Charles Kerr | 2012-05-17 | 1 | -5/+165 |
| | | | | | | | | | | | | | | | | | | https://wiki.ubuntu.com/TimeAndDate - the auto-detected location, if enabled, is listed before user-specified locations - Locations in the indicator always mirror the Locations Dialog's ordering - Added sort-by-name and sort-by-time buttons in the Locations Dialog | ||||
* | | fix a bug that caused the location settings to re-saved every time ↵ | Charles Kerr | 2012-05-17 | 1 | -1/+5 |
|/ | | | | update_times() was called (which is periodically every 2 seconds). | ||||
* | Make it so that we parse the long and lat in a locale independent way | Ted Gould | 2012-04-18 | 1 | -2/+2 |
| | |||||
* | fix more leaks related to getting strings from COL_NAME and COL_ZONE... ↵ | Charles Kerr | 2012-03-20 | 1 | -23/+35 |
| | | | | these columns are of type G_TYPE_STRING, so we need to g_free() the copies that we pull from the model with gtk_tree_model_get()... | ||||
* | improvements based on feedback from desrt | Charles Kerr | 2012-03-20 | 1 | -5/+1 |
| | |||||
* | fix memory leak when saving user-specified timezone locations | Charles Kerr | 2012-03-16 | 1 | -1/+3 |
| | |||||
* | more GVariantBuilder vs. G_VARIANT_TYPE_ARRAY fixes | Ryan Lortie | 2012-03-07 | 1 | -1/+1 |
| | |||||
* | and move TimezoneCompletion to libtimezonemap too | Michael Terry | 2012-01-09 | 1 | -9/+9 |
| | |||||
* | Set translation domain before gtk_builder_add_from_file, in the other file ↵ | Gabor Kelemen | 2011-09-18 | 1 | -2/+1 |
| | | | | too. LP: #853130 | ||||
* | Make selection change on remove item | karl-qdh | 2011-04-11 | 1 | -1/+69 |
| | |||||
* | add tooltip to error icon | Michael Terry | 2011-03-30 | 1 | -0/+24 |
| | |||||
* | show error icon if user focuses out of location entry when it has an ↵ | Michael Terry | 2011-03-29 | 1 | -7/+31 |
| | | | | non-location value | ||||
* | Handle enter on the default case by selecting the first entry instead of ↵ | Ted Gould | 2011-03-29 | 1 | -1/+0 |
|\ | | | | | | | entering a blank item. | ||||
| * | Don't allow enter presses to leave non-timezone content in the model | Michael Terry | 2011-03-28 | 1 | -1/+0 |
| | | |||||
* | | treat locations dialog not as a modal dialog, but rather one that can be ↵ | Michael Terry | 2011-03-29 | 1 | -3/+1 |
|/ | | | | dismissed by interacting with the main dialog | ||||
* | fix crash when emptying location list | Michael Terry | 2011-03-24 | 1 | -3/+12 |
| | |||||
* | update locations gsettings as soon as changes as made, not just when the ↵ | Michael Terry | 2011-03-24 | 1 | -17/+57 |
| | | | | dialog is closed | ||||
* | drop debugging line and update times when user selects a zone | Michael Terry | 2011-03-24 | 1 | -2/+4 |
| | |||||
* | cleanup locations dialog column usage | Michael Terry | 2011-03-23 | 1 | -33/+25 |
| | |||||
* | don't update locations dialog's times when editing | Michael Terry | 2011-02-24 | 1 | -3/+12 |
| | |||||
* | have location column expand | Michael Terry | 2011-02-24 | 1 | -0/+3 |
| | |||||
* | grab timezone names from geomaps; flesh out support for timezone completion ↵ | Michael Terry | 2011-02-23 | 1 | -13/+134 |
| | | | | in main map and locations dialog; show times in locations dialog | ||||
* | beginnings of completion support | Michael Terry | 2011-02-22 | 1 | -0/+15 |
| | |||||
* | make remove button insensitive if nothing selected | Michael Terry | 2011-02-22 | 1 | -1/+12 |
| | |||||
* | make locations dialog editable | Michael Terry | 2011-02-22 | 1 | -5/+53 |
| | |||||
* | start of locations dialog | Michael Terry | 2011-02-18 | 1 | -0/+137 |