aboutsummaryrefslogtreecommitdiffstats
path: root/core
AgeCommit message (Expand)Author
2019-10-02Core: implement move functions for dive and dive_site tableGravatar Berthold Stoeger
2019-09-27Revert the singleton PRGravatar Dirk Hohndel
2019-09-25Cleanup: remove GpsLocation::instance() functionGravatar Berthold Stoeger
2019-09-25Cleanup: unify idiosyncratic singletonsGravatar Berthold Stoeger
2019-09-25Cleanup: remove GpsLocation::hasInstance()Gravatar Berthold Stoeger
2019-09-21Core: add unique id to tripGravatar Berthold Stoeger
2019-09-21Export: move dive site selection logic to C++Gravatar Berthold Stoeger
2019-09-21Cleanup: make location argument to put_location() constGravatar Berthold Stoeger
2019-09-21Cleanup: replace is_dive_site_used() by is_dive_site_selected()Gravatar Berthold Stoeger
2019-09-21Cleanup: make two functions in core/save-xml.c of static linkageGravatar Berthold Stoeger
2019-09-21Android: bundle default font for use in OnePlus devicesGravatar Dirk Hohndel
2019-09-21Android: print Android HW informationGravatar Dirk Hohndel
2019-09-21Android: add FTDI based DiveSystem / Ratio / Seac dive computersGravatar Dirk Hohndel
2019-09-14Grantlee: split out grantlee-only property from DiveObjectHelperGravatar Berthold Stoeger
2019-09-14Mobile: transform DiveObjectHelper into value-typeGravatar Berthold Stoeger
2019-09-14Cleanup: make cylinder_t argument to CylinderObjectHelper constGravatar Berthold Stoeger
2019-09-14Cleanup: remove unused function DiveObjectHelper::cylinder(int)Gravatar Berthold Stoeger
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: Generate DiveObjectHelpers on the flyGravatar Berthold Stoeger
2019-09-14DiveObjectHelper: Turn DiveObjectHelper into Q_GADGET based objectGravatar 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-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-08-29 Fix broken windows build with latest MXEGravatar Paul Buxton
2019-08-28Fix new CNS calculation - remove error with factor of 10Gravatar Stefan Fuchs
2019-08-28Profile: properly initialize plot_info structuresGravatar Berthold Stoeger
2019-08-26Show surface degassing in the planner only when configured time != 0Gravatar Stefan Fuchs
2019-08-24Update libdivecomputer to support the Aqualung i200cGravatar Linus Torvalds
2019-08-22Grantlee: generate vector of cylinder data on-demandGravatar Berthold Stoeger
2019-08-22Cleanup: turn CylinderObjectHelper into value typeGravatar Berthold Stoeger
2019-08-22Cleanup: don't include dive.h in CylinderObjectHelper.hppGravatar Berthold Stoeger
2019-08-20Replace table interpolation by two line fit for CNSGravatar Robert C. Helling
2019-08-19Fix the dive site XML savingGravatar Linus Torvalds
2019-08-18Add BLE name recognition for the Deepblu Cosmiq+Gravatar Linus Torvalds
2019-08-12DiveObjectHelper: warn if object is generated from the null pointerGravatar Berthold Stoeger
2019-08-12DiveObjectHelper: remove default argumentGravatar Berthold Stoeger
2019-08-11Mobile: properly recognize single-weightsystem divesGravatar Berthold Stoeger
2019-08-11Add missing header files to macos.cGravatar Doug Junkins