aboutsummaryrefslogtreecommitdiff
path: root/src/timezone-completion.c
Commit message (Collapse)AuthorAgeFilesLines
* add utc to relevant resultsMichael Terry2011-03-231-1/+24
|
* cleanup another instance of GValueMichael Terry2011-03-231-12/+5
|
* sort locations by name, starting with prefixesMichael Terry2011-03-231-0/+40
|
* make location completions a bit more robust in terms of when the popup is ↵Michael Terry2011-03-231-10/+24
| | | | shown or not
* Ensure no duplicate entriesTed Gould2011-03-231-10/+28
|\
| * avoid duplicates in geonames dataMichael Terry2011-03-231-10/+28
| |
* | Properly free'ing memory allocated in JSON structuresTed Gould2011-03-231-3/+5
|\ \
| * | one more freeMichael Terry2011-03-231-1/+3
| | |
| * | free json memory and sink model refMichael Terry2011-03-231-2/+2
| |/
* / use default matching algorithm when using initial_model (i.e. no internet)Michael Terry2011-03-231-9/+14
|/
* make sure user always sees new model from geonames when we get itMichael Terry2011-02-241-54/+68
|
* show admin1 and country in completion dropdownMichael Terry2011-02-231-1/+34
|
* skip duplicate completionsMichael Terry2011-02-231-10/+45
|
* some cleanup; when map changes, update entry tooMichael Terry2011-02-231-4/+0
|
* grab timezone names from geomaps; flesh out support for timezone completion ↵Michael Terry2011-02-231-6/+221
| | | | in main map and locations dialog; show times in locations dialog
* beginnings of completion supportMichael Terry2011-02-221-0/+131