summaryrefslogtreecommitdiffstats
path: root/core
AgeCommit message (Expand)Author
2019-12-05Undo: make adding of weights an undoable actionGravatar Berthold Stoeger
2019-12-05core: add dive_site export for mobile in ExportfuncsGravatar jan Iversen
2019-12-04Selection: move selection of "first" dive to coreGravatar Berthold Stoeger
2019-12-04Cleanup: remove superfluous includes from core/divelist.cGravatar Berthold Stoeger
2019-12-04Selection: move selection functions from divelist.c to selection.cGravatar Berthold Stoeger
2019-12-04Selection: move commands/command_private.* to core/selection.*Gravatar Berthold Stoeger
2019-12-03core: add shared export functions (copy from desktop-widgets)Gravatar jan Iversen
2019-12-03Desktop: add export to htmlGravatar willemferguson
2019-12-03Desktop: add additional star widgets to Information tabGravatar willemferguson
2019-12-03Desktop: add additional star widgets to Information tabGravatar willemferguson
2019-12-03Desktop: handle environmental states in Information tabGravatar willemferguson
2019-11-28Add current GF to infoboxGravatar Robert C. Helling
2019-11-26core: add --testqml flag to mobileExecutableGravatar jan Iversen
2019-11-22Core: don't prevent some OSTC models from being recognizedGravatar Dirk Hohndel
2019-11-20Translations: try to be smarter when picking the right localeGravatar Dirk Hohndel
2019-11-19Dive list: update selection after clearing modelGravatar Berthold Stoeger
2019-11-19Filter: move recalculation of filter from FilterModel to TripModelGravatar Berthold Stoeger
2019-11-19Filter: move num_shown logic from model to coreGravatar Berthold Stoeger
2019-11-19Filter: split out filter from modelGravatar Berthold Stoeger
2019-11-19Filter: move calculation of shown dives to undo commandGravatar Berthold Stoeger
2019-11-19Filter: move number of shown dives to coreGravatar Berthold Stoeger
2019-11-16Check if all required bytes were readGravatar Robert C. Helling
2019-11-16Don't acces null dive computerGravatar Robert C. Helling
2019-11-16Use the actual error numberGravatar Robert C. Helling
2019-11-16Initialize cylider field properlyGravatar Robert C. Helling
2019-11-16Don't access uninitialized deco_structureGravatar Robert C. Helling
2019-11-16Cleanup: move clearing of current_dive into clear_dive_file_data()Gravatar Berthold Stoeger
2019-11-16Core: set gas use to zero if no values are givenGravatar Berthold Stoeger
2019-11-12Profile: fix pressure scaleGravatar Berthold Stoeger
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-09Desktop: support no-cylinders in dive information tabGravatar 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: 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-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 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-09Profile: change get_plot_pressure to take index instead of pointerGravatar Berthold Stoeger
2019-11-09Cylinders: dynamically allocate cylinder arraysGravatar Berthold Stoeger