aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2019-09-14Cleanup: remove unused function DiveObjectHelper::weight(int)Gravatar Berthold Stoeger
2019-09-14Mobile: remove DiveObjectHelper to bool castsGravatar Berthold Stoeger
2019-09-14Mobile: remove DiveObjectHelper::getDive()Gravatar Berthold Stoeger
2019-09-14Mobile: Map directly from source in DiveListSortModel::getIdxForId()Gravatar Berthold Stoeger
2019-09-14Mobile: provide direct access to dives in DiveListModelGravatar Berthold Stoeger
2019-09-14Mobile: create DiveObjectHelper only when neededGravatar Berthold Stoeger
2019-09-14Mobile: remove dive argument from DiveListModel::insertDive()Gravatar Berthold Stoeger
2019-09-14Mobile: use value semantics for DiveObjectHelper in qmlmanager.cppGravatar Berthold Stoeger
2019-09-14Mobile: replace clear()/addAllDives() pairs by reload()Gravatar Berthold Stoeger
2019-09-14Cleanup: remove DiveListSortModel::addAllDives()Gravatar Berthold Stoeger
2019-09-14Mobile: Generate DiveObjectHelpers on the flyGravatar Berthold Stoeger
2019-09-14DiveObjectHelper: Turn DiveObjectHelper into Q_GADGET based objectGravatar Berthold Stoeger
2019-09-14Mobile: return depthDuration directly from DiveListModelGravatar Berthold Stoeger
2019-09-14Mobile: return location directly from DiveListModelGravatar Berthold Stoeger
2019-09-14Mobile: return dive-number directly from DiveListModelGravatar Berthold Stoeger
2019-09-14Mobile: return dive-id directly from DiveListModelGravatar Berthold Stoeger
2019-09-14Mobile: return dateTime directly from DiveListModelGravatar Berthold Stoeger
2019-09-14Mobile: move tripNrDive from DiveObjectHelper to DiveListModelGravatar Berthold Stoeger
2019-09-14Mobile: move tripId from DiveObjectHelper to DiveListModelGravatar Berthold Stoeger
2019-09-14Mobile: remove full-text properties from DiveObjectHelperGravatar Berthold Stoeger
2019-09-14Mobile: decouple full text search from DiveObjectHelperGravatar Berthold Stoeger
2019-09-11Add 'download_error()' helper for libdivecomputer download error reportingGravatar Linus Torvalds
2019-09-11Keep parsing dives even if one dive parse failedGravatar Linus Torvalds
2019-09-11Update CHANGELOGGravatar Dirk Hohndel
2019-09-11Mobile: deal better with incorrect credentialsGravatar Dirk Hohndel
2019-09-11Mobile: check if credentials are valid before accepting themGravatar Dirk Hohndel
2019-09-11Mobile: add helper function to check cloud credentialsGravatar Dirk Hohndel
2019-09-11Mobile: adjust grid unit on very narrow screensGravatar Dirk Hohndel
2019-09-11Mobile: reserve space for the hamburger menu on Download pageGravatar Dirk Hohndel
2019-09-11Find Qt5WebKitWidgets path and use itGravatar Anton Lundin
2019-09-11Add the ability to export print template as htmlGravatar Anton Lundin
2019-09-11Use and handle <br/> in DiveObjectHelperGravatar Anton Lundin
2019-09-11Cleanup and correct plannernotes htmlGravatar Anton Lundin
2019-09-11Add debug capability to planner notesGravatar Anton Lundin
2019-09-11Show correct notes entry when switching on stopsGravatar Robert C. Helling
2019-09-10Cleanup: remove global disclaimer variableGravatar Berthold Stoeger
2019-09-10Plan: introduce function that returns disclaimerGravatar Berthold Stoeger
2019-09-10Planner: remove planner disclaimer from old notesGravatar Berthold Stoeger
2019-09-08More translation updatesv4.9.3Gravatar Dirk Hohndel
2019-09-08Prepare for 4.9.3 releaseGravatar Dirk Hohndel
2019-09-08Latest translationsGravatar Dirk Hohndel
2019-09-07Update libdivecomputer to latest versionGravatar Linus Torvalds
2019-09-07Dive site: close dive site edit widget when dive site is deletedGravatar Berthold Stoeger
2019-09-06Cleanup: remove unused MapWidget::repopulateLabels() functionGravatar Berthold Stoeger
2019-09-06Map: remove MapWidget::repopulateLabels() callGravatar Berthold Stoeger
2019-09-06Map: remove unnecessary MapLocationModel::repopulateLabels() callsGravatar Berthold Stoeger
2019-09-06Cleanup: remove redundant Roles:: qualifier in maplocationmodel.cppGravatar Berthold Stoeger
2019-09-06Cleanup: remove includes from maplocationmodel.cppGravatar Berthold Stoeger
2019-09-06Cleanup: remove default constructor from MapLocationGravatar Berthold Stoeger
2019-09-06Map: don't derive MapLocation from QObjectGravatar Berthold Stoeger