summaryrefslogtreecommitdiff
path: root/src/gclue-location-source.c
Commit message (Expand)AuthorAgeFilesLines
* Make debug messages more specific which location source they pertainMaciej S. Szmigiero2022-10-111-1/+1
* location-source: Make location scrambling more fine-grainedMaciej S. Szmigiero2022-10-061-3/+12
* meson, location-source: Allow disabling compass in buildTeemu Ikonen2021-11-281-0/+14
* config, location-source: Allow disabling compass in configTeemu Ikonen2021-11-281-6/+14
* location-source: Improve compass heading debug messageTeemu Ikonen2021-11-251-1/+2
* Don't use G_TYPE_INSTANCE_GET_PRIVATETeemu Ikonen2021-10-211-4/+1
* location-source: Fix subclass resource leaks on startTeemu Ikonen2021-10-051-9/+9
* Fix two memory leaks.Amaury Pouly2020-04-201-0/+1
* LocationSource::start/stop should return TRUE if already in target stateZeeshan Ali2019-11-261-2/+2
* service: Standalone GClueLocation classZeeshan Ali2019-01-041-8/+5
* Drop use of deprecated g_type_class_add_private()Zeeshan Ali2019-01-041-3/+5
* location-source: Internal API to scramble locationZeeshan Ali2018-09-171-0/+50
* Remove redundant '(C)' in copyright headersZeeshan Ali2018-04-221-1/+1
* location-source: Add 'time-threshold' propertyZeeshan Ali2018-04-191-0/+32
* location: Add gclue_location_duplicate()Zeeshan Ali (Khattak)2015-09-101-8/+3
* location-source: Only fetch heading if asked toZeeshan Ali (Khattak)2015-06-181-11/+20
* location-source: Generalize meaning of 'compute-movement'Zeeshan Ali (Khattak)2015-06-181-5/+5
* location-source: Only get compass when activeZeeshan Ali (Khattak)2015-06-181-2/+2
* location-source: Use heading info from compassZeeshan Ali (Khattak)2015-06-171-0/+52
* location-source: Add 'compute-movement' propertyZeeshan Ali (Khattak)2015-04-091-2/+58
* location-source: No speed calculation if same timestampsZeeshan Ali (Khattak)2015-04-091-3/+11
* locator: Move speed/heading setting to sourceZeeshan Ali (Khattak)2015-04-091-7/+21
* location-source: Always create new location instanceZeeshan Ali (Khattak)2015-04-091-6/+8
* dbus,location: Add & set 'Heading' propAnkit2015-03-261-0/+1
* dbus,location: Add & set 'Speed' propAnkit2015-03-261-0/+1
* Switch to GClueLocation classAnkit2015-03-261-10/+12
* location-source: Add 'available-accuracy-level' propZeeshan Ali (Khattak)2014-04-061-0/+36
* Revert "location-source: Make start/stop explicit"Zeeshan Ali (Khattak)2014-04-061-0/+106
* location source: Plug a leakKalev Lember2014-04-011-0/+11
* location-source: Make start/stop explicitZeeshan Ali (Khattak)2014-01-241-75/+0
* location-source: Add 'active' propertyZeeshan Ali (Khattak)2014-01-211-0/+37
* location-source: Turn interface into an abstract classZeeshan Ali (Khattak)2014-01-211-13/+118
* Simpler LocationSource APIZeeshan Ali (Khattak)2014-01-211-31/+31
* Add GClueLocationSource interfaceZeeshan Ali (Khattak)2014-01-181-0/+89