aboutsummaryrefslogtreecommitdiff
path: root/src/timezone-completion.c
Commit message (Expand)AuthorAgeFilesLines
* Protect against not having an entryTed Gould2011-03-291-5/+8
|\
| * don't call complete() unless we have an entryMichael Terry2011-03-291-5/+8
* | Handle enter on the default case by selecting the first entry instead of ente...Ted Gould2011-03-291-2/+107
|\ \ | |/ |/|
| * Don't allow enter presses to leave non-timezone content in the modelMichael Terry2011-03-281-2/+107
* | Update to map to make it lovely and UTC fixesTed Gould2011-03-291-1/+24
|\|
| * add utc to relevant resultsMichael Terry2011-03-231-1/+24
* | Protect our privates when being cancelledTed Gould2011-03-291-4/+6
|\ \ | |/ |/|
| * don't access priv pointer if we've cancelled an async operationMichael Terry2011-03-241-4/+6
* | 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 sho...Michael Terry2011-03-231-10/+24
* 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 i...Michael Terry2011-02-231-6/+221
* beginnings of completion supportMichael Terry2011-02-221-0/+131