index
:
subsurface.git
master
forked from https://github.com/subsurface/subsurface
Tim Segers
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
core
/
gpslocation.cpp
Age
Commit message (
Expand
)
Author
2018-03-14
Cleanup: consistently use toUtf8() instead of toLocal8Bit()
Berthold Stoeger
2018-01-10
GpsLocation::clearGpsData() is only used in SUBSURFACE_MOBILE
Jan Mulder
2017-12-25
Use correct date format
Jan Mulder
2017-12-21
Make QMap<> access in deleteGpsFix() more idiomatic
Berthold Stoeger
2017-12-13
applying gps fixes: group repetitive code under a macro
Jan Mulder
2017-12-13
Do not prefer gps fixes just for being into dive time
Jan Mulder
2017-10-09
Use lrint() for all degrees_t related rounding
Lubomir I. Ivanov
2017-10-01
Use helper function dive_endtime() where apropriate
Stefan Fuchs
2017-07-25
Mobile: honour location service time threshold
Jan Mulder
2017-05-06
Check if we have an instance before dereferencing it
Dirk Hohndel
2017-04-29
Add SPDX header to remaining core files
Dirk Hohndel
2017-03-24
Fix double to int truncation in C++ code
Jeremie Guichard
2017-03-08
Change calls to rint into lrint avoiding conversion warnings
Jeremie Guichard
2016-08-10
Unify handling of QDateTime time zone information
Robert C. Helling
2016-04-17
With patched Qt 5.6 for iOS correctly handle disabled GPS source
Dirk Hohndel
2016-04-17
GPS provider: change haveGPS status if GPS source returns error
Dirk Hohndel
2016-04-17
GPS provider: track tristate information for GPS source
Dirk Hohndel
2016-04-15
QML UI: rewrite the commitChanges function
Dirk Hohndel
2016-04-04
Move subsurface-core to core and qt-mobile to mobile-widgets
Dirk Hohndel