summaryrefslogtreecommitdiff
path: root/src/gclue-modem-gps.c
AgeCommit message (Expand)AuthorFilesLines
2023-07-28modem-gps: make priority source trueChris Talbot1-1/+3
2023-07-17location: Remove error arg from gclue_location_create_from_nmeasTeemu Ikonen1-11/+3
2023-01-05Remove manual GError memory managementMaciej S. Szmigiero1-4/+2
2022-10-11Make sure to not cast user_data to GObjects in callback if call is canceledMaciej S. Szmigiero1-5/+6
2022-10-11Make sure signals aren't left connected after handler object is goneMaciej S. Szmigiero1-4/+4
2021-11-16Fix various memory leaks as reported by ValgrindMaciej S. Szmigiero1-1/+1
2021-11-07modem: Make 'fix-gps' signal parameter a string arrayTeemu Ikonen1-4/+4
2021-11-07Fix return values in GClueLocationSource start() implementationsTeemu Ikonen1-1/+2
2021-10-21Don't use G_TYPE_INSTANCE_GET_PRIVATETeemu Ikonen1-1/+1
2021-10-05location-source: Fix subclass resource leaks on startTeemu Ikonen1-10/+14
2020-05-02nmea: Make modem-manager works with RMC sentencesSujanan Bhathiya1-2/+6
2019-01-04Drop use of deprecated g_type_class_add_private()Zeeshan Ali1-3/+4
2018-04-22Remove redundant '(C)' in copyright headersZeeshan Ali1-1/+1
2018-04-19modem-gps: Forward time-threshold to modemZeeshan Ali1-0/+19
2018-04-14modem-gps: Fix short-description in doc commentZeeshan Ali1-1/+1
2015-09-17modem-gps: Add a missing returnZeeshan Ali (Khattak)1-0/+2
2015-08-22Add gclue_location_create_from_gga()Ankit1-111/+7
2015-03-28modem-gps: Fix GPS coordinates parsingFabrice Bellet1-2/+9
2015-03-26Switch to GClueLocation classAnkit1-3/+3
2014-06-21Split-out ModemManager codeZeeshan Ali (Khattak)1-2/+2
2014-06-10modem-gps: Use Modem classZeeshan Ali (Khattak)1-104/+209
2014-04-15all sources: Chain-up finalize before own cleanupZeeshan Ali (Khattak)1-2/+2
2014-04-11gps,3g: Ignore new location if inactiveZeeshan Ali (Khattak)1-0/+3
2014-04-11modem-gps: Expose altitude of locationZeeshan Ali (Khattak)1-1/+4
2014-01-26Add a GPS modem geolocation sourceZeeshan Ali (Khattak)1-0/+250