Age | Commit message (Expand) | Author |
2020-03-10 | core: make command texts available for C code | Dirk Hohndel |
2020-03-10 | core/trip handling: add helper function to get trip from id | Dirk Hohndel |
2020-03-10 | mobile/filter: use signal to reload filter | Berthold Stoeger |
2020-03-10 | mobile: remove dive::collapsed | Berthold Stoeger |
2020-03-10 | mobile: unify download code on mobile and desktop | 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-03-09 | Android: don't list devices with unsupported transport | Dirk Hohndel |
2020-03-08 | usb-serial-for-android: Implement timeout-handling | Christof Arnosti |
2020-03-07 | usb-serial-for-android: Implementation | Christof Arnosti |
2020-03-07 | serial-usb-for-android: Display all Serial computers | Christof Arnosti |
2020-03-06 | mobile: allow disabling BT support from the command line | Dirk Hohndel |
2020-03-06 | Cleanup: Move stringToList to core/qthelper.cpp | Berthold Stoeger |
2020-03-06 | Core: don't return invalid cylinders from explicit_first_cylinder() | Berthold Stoeger |
2020-03-05 | cleanup: make version_printed variable static and local to function | Berthold Stoeger |
2020-03-01 | mobile: remove filter settings | Berthold Stoeger |
2020-03-01 | filter: implement searching for tags and people in mobile filter | Berthold Stoeger |
2020-03-01 | filter: remove diveContainsText() | Berthold Stoeger |
2020-03-01 | filter: implement full-text filtering in mobile version of DiveFilter | Berthold Stoeger |
2020-03-01 | filter: remove DiveFilter::updateDiveStatus from class | Berthold Stoeger |
2020-03-01 | filter: compile fulltext index on mobile | Berthold Stoeger |
2020-03-01 | filter: connect fulltext filter to frontend | Berthold Stoeger |
2020-03-01 | filter: index/unindex dives on loading or clearing logs | Berthold Stoeger |
2020-03-01 | filter: add fulltext filtering code | Berthold Stoeger |
2020-03-01 | filter: move StringMode out of FilterData | Berthold Stoeger |
2020-02-22 | Filter: move actual filtering loop to core/divefilter.cpp | Berthold Stoeger |
2020-02-17 | core: fix incorrect changes in divelogs.de export | Dirk Hohndel |
2020-02-16 | Add Cressi BLE name filtering for bluetooth discovery | Linus Torvalds |
2020-02-15 | load-git: fix up any corrupted modechange event names | Linus Torvalds |
2020-02-15 | load-git: clean up string handling during parsing | Linus Torvalds |
2020-02-13 | mobile/gps: make sure updated GPS data are saved | Dirk Hohndel |
2020-02-11 | Filter: implement starts-with and exact modes | Berthold Stoeger |
2020-02-09 | Correcting typos of the word celsius | Jason Bramwell |
2020-02-09 | Cleanup: remove const bool parameters and return types | Berthold Stoeger |
2020-02-08 | Cleanup: remove erroneous comments | Berthold Stoeger |
2020-02-08 | core/settings: add new preference to limit number of columns on mobile | Dirk Hohndel |
2020-02-08 | mobile/summary: implement firstDiveDate and lastDiveDate | Berthold Stoeger |
2020-02-06 | Gps coordinates: be more graceful when parsing coordinates | Berthold Stoeger |
2020-02-06 | Coding style: remove braces around single-line if blocks | Berthold Stoeger |
2020-02-06 | Coding style: move & from type to variable | Berthold Stoeger |
2020-02-06 | CSV import: fix importing ampersand character | Miika Turkia |
2020-02-04 | Dive site: inform map of selection in DiveFilter::setFilterDiveSite | Berthold Stoeger |
2020-02-04 | Cleanup: lower-case filenames in core/subsurface-qt/ | Berthold Stoeger |
2020-01-27 | core/qtserialbluetooth.cpp: use QEventLoop for polling | Lubomir I. Ivanov |
2020-01-27 | rfcomm: make Windows use QtBluetooth too | Linus Torvalds |
2020-01-27 | Update to new libdivecomputer version | Linus Torvalds |
2020-01-26 | code cleanup: QLatin1Literal is deprecated in Qt 5.14 | Dirk Hohndel |
2020-01-25 | Parse GPX dive coordinates: Qt XML framework | willemferguson |