aboutsummaryrefslogtreecommitdiffstats
path: root/core/gpslocation.cpp
AgeCommit message (Expand)Author
2018-10-29Dive site: return pointer to dive_site in create_dive_site_*()Gravatar Berthold Stoeger
2018-10-21Add 'location_t' data structureGravatar Linus Torvalds
2018-09-24cleanup: remove more GPS webservice codeGravatar Jan Mulder
2018-09-24core: fix connect callGravatar Jan Mulder
2018-09-12core: connect qPref..::time_thresholdChanged to setGpsTimeThresholdGravatar jan Iversen
2018-09-11cleanup[4/6], mobile: remove superfluous code from gpslocationGravatar Jan Mulder
2018-06-04Cleanup: fold core/helpers.h into core/qthelper.hGravatar Berthold Stoeger
2018-05-21core: Change Q_UNUSED to no parameter nameGravatar jan Iversen
2018-05-14Core: remove dive.h from files that don't need itGravatar Dirk Hohndel
2018-04-15Qt: don't use member function that requires Qt 5.8Gravatar Dirk Hohndel
2018-04-14GPS: untangle the timestamp comparisonGravatar Dirk Hohndel
2018-04-14GPS: add signal to show that a new fix has been acquiredGravatar Dirk Hohndel
2018-04-14QML UI: better debug messages for getting current locationGravatar Dirk Hohndel
2018-03-14Cleanup: consistently use toUtf8() instead of toLocal8Bit()Gravatar Berthold Stoeger
2018-01-10GpsLocation::clearGpsData() is only used in SUBSURFACE_MOBILEGravatar Jan Mulder
2017-12-25Use correct date formatGravatar Jan Mulder
2017-12-21Make QMap<> access in deleteGpsFix() more idiomaticGravatar Berthold Stoeger
2017-12-13applying gps fixes: group repetitive code under a macroGravatar Jan Mulder
2017-12-13Do not prefer gps fixes just for being into dive timeGravatar Jan Mulder
2017-10-09Use lrint() for all degrees_t related roundingGravatar Lubomir I. Ivanov
2017-10-01Use helper function dive_endtime() where apropriateGravatar Stefan Fuchs
2017-07-25Mobile: honour location service time thresholdGravatar Jan Mulder
2017-05-06Check if we have an instance before dereferencing itGravatar Dirk Hohndel
2017-04-29Add SPDX header to remaining core filesGravatar Dirk Hohndel
2017-03-24Fix double to int truncation in C++ codeGravatar Jeremie Guichard
2017-03-08Change calls to rint into lrint avoiding conversion warningsGravatar Jeremie Guichard
2016-08-10Unify handling of QDateTime time zone informationGravatar Robert C. Helling
2016-04-17With patched Qt 5.6 for iOS correctly handle disabled GPS sourceGravatar Dirk Hohndel
2016-04-17GPS provider: change haveGPS status if GPS source returns errorGravatar Dirk Hohndel
2016-04-17GPS provider: track tristate information for GPS sourceGravatar Dirk Hohndel
2016-04-15QML UI: rewrite the commitChanges functionGravatar Dirk Hohndel
2016-04-04Move subsurface-core to core and qt-mobile to mobile-widgetsGravatar Dirk Hohndel