index
:
subsurface.git
master
forked from https://github.com/subsurface/subsurface
Tim Segers
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
core
/
gpslocation.cpp
Age
Commit message (
Expand
)
Author
2020-09-29
gps: remove unused member function
Dirk Hohndel
2020-07-11
mobile/location-service: stop using broken adjustment function
Dirk Hohndel
2020-07-11
mobile/location-service: fix timezone issue in GPS timestamps
Dirk Hohndel
2020-05-22
cleanup: create common QDateTime -> timestamp conversion function
Berthold Stoeger
2020-05-22
cleanup: move timestampToDateTime() to qthelper.cpp
Berthold Stoeger
2020-05-01
cleanup: move dive_table from dive.h to divelist.h
Berthold Stoeger
2020-03-19
cleanup: remove unnecessary include
Berthold Stoeger
2020-03-09
mobile: use undo-command to apply gps fixes
Berthold Stoeger
2020-03-09
GPS fixes: split collecting GPS fixes into own function
Berthold Stoeger
2020-03-09
cleanup: use QStringLiterals in core/gpslocation.cpp
Berthold Stoeger
2020-03-09
GPS fixes: collect fixes first, apply later
Berthold Stoeger
2020-02-13
mobile/gps: make sure updated GPS data are saved
Dirk Hohndel
2019-10-26
Mobile: provide better tracking of applied GPS fixes
Dirk Hohndel
2019-10-02
Avoid duplicate debug output from GPS module
Dirk Hohndel
2019-09-27
Revert the singleton PR
Dirk Hohndel
2019-09-25
Cleanup: remove GpsLocation::instance() function
Berthold Stoeger
2019-09-25
Cleanup: remove GpsLocation::hasInstance()
Berthold Stoeger
2019-08-08
Cleanup: move error reporting function declarations to errorhelper.h
Berthold Stoeger
2019-07-18
Cleanup: remove includes from qthelper.h
Berthold Stoeger
2019-04-12
Dive site: add dive site ref-counting
Berthold Stoeger
2019-04-12
Dive sites: prepare for dive site ref-counting
Berthold Stoeger
2019-04-12
Dive site: set UUID only on save or load
Berthold Stoeger
2019-04-12
Dive site: add dive site table parameter to dive site functions
Berthold Stoeger
2019-03-27
Cleanup: provide printGPSCoords in C and C++ versions
Berthold Stoeger
2019-03-24
Cleanup: fix printGPSCoords signature and leaks
Berthold Stoeger
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
[next]