Age | Commit message (Expand) | Author |
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 |
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 |