Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add location_t type with lat/lon fields | Jon Lund Steffensen | 2015-01-04 | 1 | -7/+6 |
| | |||||
* | Fix #153: geoclue2: Set desktop id on GeoClue2 client | Jon Lund Steffensen | 2015-01-02 | 1 | -1/+18 |
| | | | | | This property needs to be set in the latest versions of GeoClue2, but it is not available in early versions. | ||||
* | location: Make translated string about recheck shared between all providers | Jon Lund Steffensen | 2014-12-28 | 1 | -3/+3 |
| | |||||
* | Fix #80: Add Geoclue2 location provider | Jon Lund Steffensen | 2014-12-15 | 1 | -0/+281 |
This simply runs a GLib main loop when the location is requested and tries to get the location from GeoClue2. We need to run a main loop since the location is not immediately available, instead it becomes available through a signal. |