aboutsummaryrefslogtreecommitdiffstats
path: root/src/location-manual.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Do not allow NULL keys when setting optionsJon Lund Steffensen2013-12-091-7/+2
| | | | | | | This should fix a bug where command line options for the "manual" location provider cannot override the config file. To keep compatability with previous versions the command line parser will still special case parsing "-l LAT:LON" and set the correct options in "manual".
* Add various documentation updates: DESIGN and HACKING document, and various small comments int the source (Christian Jaeger).Jon Lund Steffensen2011-10-181-0/+3
| | | | Update man page with information on configuration file.
* Add comments about certain substring which must not be translated.Jon Lund Steffensen2010-06-101-0/+2
| | | | Fix help text that refered to the wrong command line parameter.
* Split init function of methods and providers into init and start.Jon Lund Steffensen2010-05-271-31/+38
| | | | | The set_option function can be called to set options between init and start.
* Let gamma methods and location providers print help on option parameters.Jon Lund Steffensen2010-05-271-0/+11
|
* Provide fundament for more advanced location providers.Jon Lund Steffensen2010-05-251-0/+93