summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2019-11-16Cleanup: fold cleanUpEmpty() into closeCurrentFile()Gravatar Berthold Stoeger
2019-11-16Partially revert 3025e0630de2b9ced3d0aadd1513cb0e1c93b159Gravatar Berthold Stoeger
2019-11-16Core: set gas use to zero if no values are givenGravatar Berthold Stoeger
2019-11-15Dive list: signal correct trip in DiveTripModelTree::topLevelChangedGravatar Berthold Stoeger
2019-11-14Refactoring: move undo commands to top levelGravatar Berthold Stoeger
2019-11-14/: Corrected wrong Qt dependency from KirigamiGravatar jan Iversen
2019-11-14Undo: don't delete dive sites when pasting divesGravatar Berthold Stoeger
2019-11-14Undo: remove unrelated include in command_divelist.cppGravatar Berthold Stoeger
2019-11-14Undo: remove superfluous dive replot in DiveComputerBase::redoit()Gravatar Berthold Stoeger
2019-11-14Undo: remove superfluous refreshDisplay() in AddDive::(un)doit()Gravatar Berthold Stoeger
2019-11-14Cleanup: don't std::move() temporariesGravatar Berthold Stoeger
2019-11-13/: update INSTALL to reflect correct Qt version.Gravatar jan Iversen
2019-11-12Profile: fix pressure scaleGravatar Berthold Stoeger
2019-11-11Show altitude corresponding to surface pressureGravatar willemferguson
2019-11-11Cleanup: introduce DiveTripModelBase::IS_TRIP_ROLEGravatar Berthold Stoeger
2019-11-11Cleanup: fix typos in commentGravatar Berthold Stoeger
2019-11-11mobile-widget/qml: correct syntax error introduced in e63257f0eGravatar jan Iversen
2019-11-11 Notes tab: Use top RH for depth and duretion fieldsGravatar willemferguson
2019-11-11Information tab: Make air and water tempertatures editableGravatar willemferguson
2019-11-10Reorganise the Information tab of the Info panelGravatar Willem Ferguson
2019-11-10Mobile: Add CHANGELOG and user manual updateGravatar Dirk Hohndel
2019-11-10Mobile: add ability to directly open support emailGravatar Dirk Hohndel
2019-11-09Parser: set timestamp to zero if parsing failedGravatar Berthold Stoeger
2019-11-09Cylinders: access cylinders with get_cylinder()Gravatar Berthold Stoeger
2019-11-09Mobile: optimize cylinderList() functionGravatar Berthold Stoeger
2019-11-09CHANGELOG.md updateGravatar Berthold Stoeger
2019-11-09Desktop: support no-cylinders in dive information tabGravatar Berthold Stoeger
2019-11-09Profile: don't crash when there are no cylindersGravatar Berthold Stoeger
2019-11-09Cleanup: replace unsigned by signed parameter in two helper functionsGravatar Berthold Stoeger
2019-11-09Cleanup: return cylinder from add_empty_cylinder()Gravatar Berthold Stoeger
2019-11-09Cleanup: return cylinder from cylinder_start() in parserGravatar Berthold Stoeger
2019-11-09Core: remove MAX_CYLINDERS restrictionGravatar Berthold Stoeger
2019-11-09Cleanup: Make cylinder formatting functions const-cleanGravatar Berthold Stoeger
2019-11-09Cleanup: move copy_cylinder_types() from dive.c to equipment.cGravatar Berthold Stoeger
2019-11-09Core: create copy_cylinder_type() functionGravatar Berthold Stoeger
2019-11-09Core: dynamically allocate cylinder maps in merge_cylinders()Gravatar Berthold Stoeger
2019-11-09Core: dynamically allocate gases arrayGravatar Berthold Stoeger
2019-11-09Cleanup: free plot data on exitGravatar Berthold Stoeger
2019-11-09Profile: dynamically allocate gases arrayGravatar Berthold Stoeger
2019-11-09Profile: dynamically allocate plot pressure dataGravatar Berthold Stoeger
2019-11-09Profile: use pressure data functions in DivePlotDataModelGravatar Berthold Stoeger
2019-11-09Profile: use pressure data functions in save_profiles_bufferGravatar Berthold Stoeger
2019-11-09Profile: use pressure data functions in fill_missing_tank_pressuresGravatar Berthold Stoeger
2019-11-09Profile: turn INSERT_ENTRY macro into helper functionGravatar Berthold Stoeger
2019-11-09Profile: pass index instead of pointer to set_plot_pressure_dataGravatar Berthold Stoeger
2019-11-09Profile: switch pressure-accessing functions to indexesGravatar Berthold Stoeger
2019-11-09Cleanup: comment out function that is used by commented out codeGravatar Berthold Stoeger
2019-11-09Profile: change get_plot_pressure to take index instead of pointerGravatar Berthold Stoeger
2019-11-09Profile: Change RulerItem2 to use index instead of pointerGravatar Berthold Stoeger
2019-11-09Cleanup: implement proper Qt-model semantics in DivePlotData modelGravatar Berthold Stoeger