aboutsummaryrefslogtreecommitdiff
path: root/src/timezone-completion.c
Commit message (Collapse)AuthorAgeFilesLines
* Adds language, country and version information to the URLTed Gould2011-04-061-2/+61
|\
| * whoops, remove debug commentMichael Terry2011-04-061-1/+0
| |
| * pass locale to server; dynamically determine versionMichael Terry2011-04-061-2/+62
|/
* 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 ↵Ted Gould2011-03-291-2/+107
|\ \ | |/ |/| | | entering a blank item.
| * 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 ↵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