aboutsummaryrefslogtreecommitdiffstats
path: root/src/location-geoclue.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove trailing whitespacesMichael Vetter2015-08-041-2/+2
|
* remove unnecessary null-checks, it is safe to pass NULL to free (per documentation)Mattias Andrée2015-05-071-2/+2
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* Add location_t type with lat/lon fieldsJon Lund Steffensen2015-01-041-3/+4
|
* location: Make translated string about recheck shared between all providersJon Lund Steffensen2014-12-281-3/+3
|
* Check for strdup failure in location-geoclueMattias Andrée2014-05-131-0/+8
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* Try to use DISPLAY=:0 if not in XMattias Andrée2014-04-111-0/+4
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* Do not segfault just because an error has not been givenMattias Andrée2014-04-111-6/+14
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* geoclue: Disable deprecated g_type_init() when glib >= 2.35Jon Lund Steffensen2013-12-091-1/+6
|
* Do not allow NULL keys when setting optionsJon Lund Steffensen2013-12-091-17/+10
| | | | | | | 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".
* location-geoclue: Fix crash when starting geoclue provider. (Thanks to Maks Verver)Jon Lund Steffensen2013-10-211-7/+7
|
* Add various documentation updates: DESIGN and HACKING document, and various small comments int the source (Christian Jaeger).Jon Lund Steffensen2011-10-181-0/+4
| | | | Update man page with information on configuration file.
* location-geoclue: Check return value of geoclue_master_create_client().Jon Lund Steffensen2011-07-121-12/+21
| | | | Unref master and client objects after use.
* Merge Geoclue location provider by Mathieu Trudel-Lapierre with some tweaks.Jon Lund Steffensen2011-03-281-80/+76
|
* Add first pass of Geoclue location provider.Mathieu Trudel-Lapierre2011-02-091-0/+190