aboutsummaryrefslogtreecommitdiff
path: root/src/datetime-prefs-locations.c
Commit message (Expand)AuthorAgeFilesLines
* merge lp:~charlesk/indicator-datetime/lp-833325 to have locations follow the ...Charles Kerr2012-05-211-5/+165
|\
| * Modify the timezone location sorting to follow mpt's design at https://wiki.u...Charles Kerr2012-05-171-5/+165
* | fix a bug that caused the location settings to re-saved every time update_tim...Charles Kerr2012-05-171-1/+5
|/
* 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... these...Charles Kerr2012-03-201-23/+35
* 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 to...Gabor Kelemen2011-09-181-2/+1
* 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 non-loca...Michael Terry2011-03-291-7/+31
* Handle enter on the default case by selecting the first entry instead of ente...Ted Gould2011-03-291-1/+0
|\
| * 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 dism...Michael Terry2011-03-291-3/+1
|/
* fix crash when emptying location listMichael Terry2011-03-241-3/+12
* update locations gsettings as soon as changes as made, not just when the dial...Michael Terry2011-03-241-17/+57
* 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 i...Michael Terry2011-02-231-13/+134
* 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