aboutsummaryrefslogtreecommitdiffstats
path: root/src/location-geoclue2.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Misc improvementsMattias Andrée2025-03-071-18/+18
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Update redshift to redshift-ngMattias Andrée2025-03-061-4/+4
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* style and some minor fixesMattias Andrée2025-03-061-9/+9
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* StyleMattias Andrée2025-03-061-116/+50
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Fix warningsMattias Andrée2025-03-051-1/+13
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Style and warningsMattias Andrée2025-03-051-24/+32
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Just use double, no mixing in floatMattias Andrée2025-03-051-9/+9
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Cleanup and style update (avoid typedef)Mattias Andrée2025-03-051-40/+26
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Unify header files (so far most)Mattias Andrée2025-03-051-3/+1
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Fix "Some translated strings are still in English" issueMasanori Kakura2018-08-291-0/+4
| | | | | | ENABLE_NLS is always undefined in some files and some translatable messages in these files are always displayed in English. This commit fixes the issue.
* Move module structures out of headersJon Lund Steffensen2017-10-131-0/+13
|
* Allocate module data in init functionsJon Lund Steffensen2017-10-131-1/+5
|
* Move module struct definitions to separate filesJon Lund Steffensen2017-10-131-8/+20
|
* geoclue2: Show explanation of access denied errorJon Lund Steffensen2017-08-191-0/+22
|
* geoclue2: Use existing connection objectJon Lund Steffensen2017-08-191-6/+6
| | | | Use existing connection object when creating proxies.
* geoclue2: Update continuouslyJon Lund Steffensen2017-08-171-94/+186
|
* Change location providers to allow updatesJon Lund Steffensen2017-08-171-44/+53
| | | | | | | Change location provider implementations so it is possible for location providers to dynamically update the location. This commit adds the interfaces and infrastructure in redshift.c but none of the location provides are changed to become dynamic.
* Add location_t type with lat/lon fieldsJon Lund Steffensen2015-01-041-7/+6
|
* Fix #153: geoclue2: Set desktop id on GeoClue2 clientJon Lund Steffensen2015-01-021-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 providersJon Lund Steffensen2014-12-281-3/+3
|
* Fix #80: Add Geoclue2 location providerJon Lund Steffensen2014-12-151-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.