summaryrefslogtreecommitdiff
path: root/src/gclue-modem-gps.c
Commit message (Expand)AuthorAgeFilesLines
* Remove manual GError memory managementMaciej S. Szmigiero2023-01-051-4/+2
* Make sure to not cast user_data to GObjects in callback if call is canceledMaciej S. Szmigiero2022-10-111-5/+6
* Make sure signals aren't left connected after handler object is goneMaciej S. Szmigiero2022-10-111-4/+4
* Fix various memory leaks as reported by ValgrindMaciej S. Szmigiero2021-11-161-1/+1
* modem: Make 'fix-gps' signal parameter a string arrayTeemu Ikonen2021-11-071-4/+4
* Fix return values in GClueLocationSource start() implementationsTeemu Ikonen2021-11-071-1/+2
* Don't use G_TYPE_INSTANCE_GET_PRIVATETeemu Ikonen2021-10-211-1/+1
* location-source: Fix subclass resource leaks on startTeemu Ikonen2021-10-051-10/+14
* nmea: Make modem-manager works with RMC sentencesSujanan Bhathiya2020-05-021-2/+6
* Drop use of deprecated g_type_class_add_private()Zeeshan Ali2019-01-041-3/+4
* Remove redundant '(C)' in copyright headersZeeshan Ali2018-04-221-1/+1
* modem-gps: Forward time-threshold to modemZeeshan Ali2018-04-191-0/+19
* modem-gps: Fix short-description in doc commentZeeshan Ali2018-04-141-1/+1
* modem-gps: Add a missing returnZeeshan Ali (Khattak)2015-09-171-0/+2
* Add gclue_location_create_from_gga()Ankit2015-08-221-111/+7
* modem-gps: Fix GPS coordinates parsingFabrice Bellet2015-03-281-2/+9
* Switch to GClueLocation classAnkit2015-03-261-3/+3
* Split-out ModemManager codeZeeshan Ali (Khattak)2014-06-211-2/+2
* modem-gps: Use Modem classZeeshan Ali (Khattak)2014-06-101-104/+209
* all sources: Chain-up finalize before own cleanupZeeshan Ali (Khattak)2014-04-151-2/+2
* gps,3g: Ignore new location if inactiveZeeshan Ali (Khattak)2014-04-111-0/+3
* modem-gps: Expose altitude of locationZeeshan Ali (Khattak)2014-04-111-1/+4
* Add a GPS modem geolocation sourceZeeshan Ali (Khattak)2014-01-261-0/+250