summaryrefslogtreecommitdiffstats
path: root/core
AgeCommit message (Expand)Author
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
2019-08-10Fix potential crash when saved_git_id is NULLGravatar Dirk Hohndel
2019-08-10Android: fix potential crashGravatar Dirk Hohndel
2019-08-10Core: unconditionally include stdio.h in libdivecomputer.hGravatar Berthold Stoeger
2019-08-08iOS: address build errorGravatar Dirk Hohndel
2019-08-08Planner: pass dive to enough_gas()Gravatar Berthold Stoeger
2019-08-08Planner: pass dive / cylinder pair to track_ascent_gas()Gravatar Berthold Stoeger
2019-08-08Planner: pass dive to analyze_gaslist()Gravatar Berthold Stoeger
2019-08-08Planner: fix comment for create_dive_from_plan()Gravatar Berthold Stoeger
2019-08-08Core: pass dive, cylinder-id to fill_default_cylinderGravatar Berthold Stoeger
2019-08-08Planner: use planner's dive in interpolate_transition()Gravatar Berthold Stoeger