Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove trailing whitespaces | Michael Vetter | 2015-08-04 | 1 | -2/+2 |
| | |||||
* | remove unnecessary null-checks, it is safe to pass NULL to free (per documentation) | Mattias Andrée | 2015-05-07 | 1 | -2/+2 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | Add location_t type with lat/lon fields | Jon Lund Steffensen | 2015-01-04 | 1 | -3/+4 |
| | |||||
* | location: Make translated string about recheck shared between all providers | Jon Lund Steffensen | 2014-12-28 | 1 | -3/+3 |
| | |||||
* | Check for strdup failure in location-geoclue | Mattias Andrée | 2014-05-13 | 1 | -0/+8 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | Try to use DISPLAY=:0 if not in X | Mattias Andrée | 2014-04-11 | 1 | -0/+4 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | Do not segfault just because an error has not been given | Mattias Andrée | 2014-04-11 | 1 | -6/+14 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | geoclue: Disable deprecated g_type_init() when glib >= 2.35 | Jon Lund Steffensen | 2013-12-09 | 1 | -1/+6 |
| | |||||
* | Do not allow NULL keys when setting options | Jon Lund Steffensen | 2013-12-09 | 1 | -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 Steffensen | 2013-10-21 | 1 | -7/+7 |
| | |||||
* | 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/+4 |
| | | | | Update man page with information on configuration file. | ||||
* | location-geoclue: Check return value of geoclue_master_create_client(). | Jon Lund Steffensen | 2011-07-12 | 1 | -12/+21 |
| | | | | Unref master and client objects after use. | ||||
* | Merge Geoclue location provider by Mathieu Trudel-Lapierre with some tweaks. | Jon Lund Steffensen | 2011-03-28 | 1 | -80/+76 |
| | |||||
* | Add first pass of Geoclue location provider. | Mathieu Trudel-Lapierre | 2011-02-09 | 1 | -0/+190 |