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-10-29
Dive site: replace dive->dive_site_uuid by dive_site
Berthold Stoeger
2018-10-29
Dive site: return pointer to dive_site in create_dive_site_*()
Berthold Stoeger
2018-10-21
Add 'location_t' data structure
Linus Torvalds
2018-09-24
cleanup: remove more GPS webservice code
Jan Mulder
2018-09-24
core: fix connect call
Jan Mulder
2018-09-12
core: connect qPref..::time_thresholdChanged to setGpsTimeThreshold
jan Iversen
2018-09-11
cleanup[4/6], mobile: remove superfluous code from gpslocation
Jan Mulder
2018-06-04
Cleanup: fold core/helpers.h into core/qthelper.h
Berthold Stoeger
2018-05-21
core: Change Q_UNUSED to no parameter name
jan Iversen
2018-05-14
Core: remove dive.h from files that don't need it
Dirk Hohndel
2018-04-15
Qt: don't use member function that requires Qt 5.8
Dirk Hohndel
2018-04-14
GPS: untangle the timestamp comparison
Dirk Hohndel
2018-04-14
GPS: add signal to show that a new fix has been acquired
Dirk Hohndel
2018-04-14
QML UI: better debug messages for getting current location
Dirk Hohndel
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