Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add location_t type with lat/lon fields | Jon Lund Steffensen | 2015-01-04 | 1 | -10/+9 |
| | |||||
* | Do not allow NULL keys when setting options | Jon Lund Steffensen | 2013-12-09 | 1 | -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 Steffensen | 2011-10-18 | 1 | -0/+3 |
| | | | | Update man page with information on configuration file. | ||||
* | Add comments about certain substring which must not be translated. | Jon Lund Steffensen | 2010-06-10 | 1 | -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 Steffensen | 2010-05-27 | 1 | -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 Steffensen | 2010-05-27 | 1 | -0/+11 |
| | |||||
* | Provide fundament for more advanced location providers. | Jon Lund Steffensen | 2010-05-25 | 1 | -0/+93 |