summaryrefslogtreecommitdiffstats
path: root/core
AgeCommit message (Expand)Author
2020-03-16android usb serial: Prepare device / driver selectGravatar Christof Arnosti
2020-03-14iostream: fix incorrect rfcomm error case when writingGravatar Linus Torvalds
2020-03-14iostream: fix incorrect rfcomm error case when readingGravatar Linus Torvalds
2020-03-12cleanup: remove current_dive parameter from divesSelected signalGravatar Berthold Stoeger
2020-03-11Grammar: replaces 'indexes' by 'indices'Gravatar Robert C. Helling
2020-03-10Add timestamps to libdivecomputer.logGravatar Christof Arnosti
2020-03-10Android: stop trying to list only FTDI based serial DCsGravatar Dirk Hohndel
2020-03-10cloud storage: add list of changes made to commit messagesGravatar Dirk Hohndel
2020-03-10core: make command texts available for C codeGravatar Dirk Hohndel
2020-03-10core/trip handling: add helper function to get trip from idGravatar Dirk Hohndel
2020-03-10mobile/filter: use signal to reload filterGravatar Berthold Stoeger
2020-03-10mobile: remove dive::collapsedGravatar Berthold Stoeger
2020-03-10mobile: unify download code on mobile and desktopGravatar Berthold Stoeger
2020-03-09mobile: use undo-command to apply gps fixesGravatar Berthold Stoeger
2020-03-09GPS fixes: split collecting GPS fixes into own functionGravatar Berthold Stoeger
2020-03-09cleanup: use QStringLiterals in core/gpslocation.cppGravatar Berthold Stoeger
2020-03-09GPS fixes: collect fixes first, apply laterGravatar Berthold Stoeger
2020-03-09Android: don't list devices with unsupported transportGravatar Dirk Hohndel
2020-03-08usb-serial-for-android: Implement timeout-handlingGravatar Christof Arnosti
2020-03-07usb-serial-for-android: ImplementationGravatar Christof Arnosti
2020-03-07serial-usb-for-android: Display all Serial computersGravatar Christof Arnosti
2020-03-06mobile: allow disabling BT support from the command lineGravatar Dirk Hohndel
2020-03-06Cleanup: Move stringToList to core/qthelper.cppGravatar Berthold Stoeger
2020-03-06Core: don't return invalid cylinders from explicit_first_cylinder()Gravatar Berthold Stoeger
2020-03-05cleanup: make version_printed variable static and local to functionGravatar Berthold Stoeger
2020-03-01mobile: remove filter settingsGravatar Berthold Stoeger
2020-03-01filter: implement searching for tags and people in mobile filterGravatar Berthold Stoeger
2020-03-01filter: remove diveContainsText()Gravatar Berthold Stoeger
2020-03-01filter: implement full-text filtering in mobile version of DiveFilterGravatar Berthold Stoeger
2020-03-01filter: remove DiveFilter::updateDiveStatus from classGravatar Berthold Stoeger
2020-03-01filter: compile fulltext index on mobileGravatar Berthold Stoeger
2020-03-01filter: connect fulltext filter to frontendGravatar Berthold Stoeger
2020-03-01filter: index/unindex dives on loading or clearing logsGravatar Berthold Stoeger
2020-03-01filter: add fulltext filtering codeGravatar Berthold Stoeger
2020-03-01filter: move StringMode out of FilterDataGravatar Berthold Stoeger
2020-02-22Filter: move actual filtering loop to core/divefilter.cppGravatar Berthold Stoeger
2020-02-17core: fix incorrect changes in divelogs.de exportGravatar Dirk Hohndel
2020-02-16Add Cressi BLE name filtering for bluetooth discoveryGravatar Linus Torvalds
2020-02-15load-git: fix up any corrupted modechange event namesGravatar Linus Torvalds
2020-02-15load-git: clean up string handling during parsingGravatar Linus Torvalds
2020-02-13mobile/gps: make sure updated GPS data are savedGravatar Dirk Hohndel
2020-02-11Filter: implement starts-with and exact modesGravatar Berthold Stoeger
2020-02-09Correcting typos of the word celsiusGravatar Jason Bramwell
2020-02-09Cleanup: remove const bool parameters and return typesGravatar Berthold Stoeger
2020-02-08Cleanup: remove erroneous commentsGravatar Berthold Stoeger
2020-02-08core/settings: add new preference to limit number of columns on mobileGravatar Dirk Hohndel
2020-02-08mobile/summary: implement firstDiveDate and lastDiveDateGravatar Berthold Stoeger
2020-02-06Gps coordinates: be more graceful when parsing coordinatesGravatar Berthold Stoeger
2020-02-06Coding style: remove braces around single-line if blocksGravatar Berthold Stoeger
2020-02-06Coding style: move & from type to variableGravatar Berthold Stoeger