aboutsummaryrefslogtreecommitdiff
path: root/src/datetime-prefs-locations.c
Commit message (Collapse)AuthorAgeFilesLines
* merge lp:~charlesk/indicator-datetime/lp-833325 to have locations follow the ↵Charles Kerr2012-05-211-5/+165
|\ | | | | | | sort order specified in https://wiki.ubuntu.com/TimeAndDate
| * Modify the timezone location sorting to follow mpt's design at ↵Charles Kerr2012-05-171-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 Kerr2012-05-171-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 wayTed Gould2012-04-181-2/+2
|
* fix more leaks related to getting strings from COL_NAME and COL_ZONE... ↵Charles Kerr2012-03-201-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 desrtCharles Kerr2012-03-201-5/+1
|
* fix memory leak when saving user-specified timezone locationsCharles Kerr2012-03-161-1/+3
|
* more GVariantBuilder vs. G_VARIANT_TYPE_ARRAY fixesRyan Lortie2012-03-071-1/+1
|
* and move TimezoneCompletion to libtimezonemap tooMichael Terry2012-01-091-9/+9
|
* Set translation domain before gtk_builder_add_from_file, in the other file ↵Gabor Kelemen2011-09-181-2/+1
| | | | too. LP: #853130
* Make selection change on remove itemkarl-qdh2011-04-111-1/+69
|
* add tooltip to error iconMichael Terry2011-03-301-0/+24
|
* show error icon if user focuses out of location entry when it has an ↵Michael Terry2011-03-291-7/+31
| | | | non-location value
* Handle enter on the default case by selecting the first entry instead of ↵Ted Gould2011-03-291-1/+0
|\ | | | | | | entering a blank item.
| * Don't allow enter presses to leave non-timezone content in the modelMichael Terry2011-03-281-1/+0
| |
* | treat locations dialog not as a modal dialog, but rather one that can be ↵Michael Terry2011-03-291-3/+1
|/ | | | dismissed by interacting with the main dialog
* fix crash when emptying location listMichael Terry2011-03-241-3/+12
|
* update locations gsettings as soon as changes as made, not just when the ↵Michael Terry2011-03-241-17/+57
| | | | dialog is closed
* drop debugging line and update times when user selects a zoneMichael Terry2011-03-241-2/+4
|
* cleanup locations dialog column usageMichael Terry2011-03-231-33/+25
|
* don't update locations dialog's times when editingMichael Terry2011-02-241-3/+12
|
* have location column expandMichael Terry2011-02-241-0/+3
|
* grab timezone names from geomaps; flesh out support for timezone completion ↵Michael Terry2011-02-231-13/+134
| | | | in main map and locations dialog; show times in locations dialog
* beginnings of completion supportMichael Terry2011-02-221-0/+15
|
* make remove button insensitive if nothing selectedMichael Terry2011-02-221-1/+12
|
* make locations dialog editableMichael Terry2011-02-221-5/+53
|
* start of locations dialogMichael Terry2011-02-181-0/+137