summaryrefslogtreecommitdiffstats
path: root/core
AgeCommit message (Expand)Author
2019-06-19Cleanup: localize enum and table in divelist.cGravatar Berthold Stoeger
2019-06-19Cleanup: make local variables and functions in deco.c staticGravatar Berthold Stoeger
2019-06-19Cleanup: move function declaration into header fileGravatar Berthold Stoeger
2019-06-19Cleanup: remove unused global variables plangflow and plangfhighGravatar Berthold Stoeger
2019-06-19Cleanup: make lookup table in planner.c of static linkageGravatar Berthold Stoeger
2019-06-19Cleanup: remove unused function find_dive_includingGravatar Berthold Stoeger
2019-06-19Cleanup: Make gaspressures.h a regular include fileGravatar Berthold Stoeger
2019-06-19Cleanup: move gas-functions to own translation unitGravatar Berthold Stoeger
2019-06-19Cleanup: remove unused macro FOR_EACH_PICTURE_NON_PTRGravatar Berthold Stoeger
2019-06-19Cleanup: remove bogus inline modifierGravatar Berthold Stoeger
2019-06-19Cleanup: move unit-related functions to own translation unitGravatar Berthold Stoeger
2019-06-19Cleanup: move trip-related functions into own translation unitGravatar Berthold Stoeger
2019-06-19Cleanup: move TRIP_THRESHOLD into divelist.cGravatar Berthold Stoeger
2019-06-19Cleanup: create equipment.h headerGravatar Berthold Stoeger
2019-06-19Cleanup: fix comment to STRUCTURED_LIST_FREEGravatar Berthold Stoeger
2019-06-19Cleanup: move tag functions into own translation unitGravatar Berthold Stoeger
2019-06-19Cleanup: fix includes in membuffer.hGravatar Berthold Stoeger
2019-06-19Cleanup: use taglist_copy() instead of STRUCTURED_LIST_COPYGravatar Berthold Stoeger
2019-06-19Coding style: remove Java-style function definitions in dive.cGravatar Berthold Stoeger
2019-06-19Cleanup: remove unused function dump_taglist()Gravatar Berthold Stoeger
2019-06-15Android: add Cressi Cartesio and Goa as potentially supportedGravatar Dirk Hohndel
2019-06-15Undo: hide multi-dive-edit warning message on subsequent editGravatar Berthold Stoeger
2019-06-07Correct typo in Information boxGravatar willemferguson
2019-06-06Cleanup: remove unnecessary include in downloadfromdcthread.cppGravatar Berthold Stoeger
2019-06-03Add delta-pO2 disply in Information BoxGravatar willemferguson
2019-06-01Add BLE detection for the new Oceanic Geo 4.0Gravatar Linus Torvalds
2019-05-29Update deco disclaimerGravatar Robert C. Helling
2019-05-20Core: let count_divecomputers() operate on an arbitrary diveGravatar Berthold Stoeger
2019-05-20Cleanup: rename clone_dive() to move_dive()Gravatar Berthold Stoeger
2019-05-20Undo: make "delete dive computer" undoableGravatar Berthold Stoeger
2019-05-20Undo: make "move dive computer to front" undoableGravatar Berthold Stoeger
2019-05-17Core: consider dive computers when sorting divesGravatar Berthold Stoeger
2019-05-17Implement height-to-pressure functions in plannerGravatar willemferguson
2019-05-17Add support for the new Suunto D5Gravatar Linus Torvalds
2019-05-15Cleanup: small coding style fixesGravatar Dirk Hohndel
2019-05-15Convert the atmospheric pressure in the Information Tab to an editable fieldGravatar willemferguson
2019-05-12Turn application state into enumGravatar Berthold Stoeger
2019-05-12Core: consider dive-number on sortingGravatar Berthold Stoeger
2019-05-12Cleanup: remove UTF8 macrosGravatar Berthold Stoeger
2019-05-11Dive site: create new dive site at location from GPS dataGravatar Berthold Stoeger
2019-05-11Cleanup: remove for_each_gps_location macroGravatar Berthold Stoeger
2019-05-11Cleanup: move parse_location() declaration into header fileGravatar Berthold Stoeger
2019-05-11Mobile: add checkbox to force downloading all divesGravatar Dirk Hohndel
2019-05-06Add "Import dive sites" menu to mainwindowGravatar Doug Junkins
2019-05-05Cleanup: remove unused macro SURFACE_PRESSURE_STRINGGravatar Berthold Stoeger
2019-04-30Bugfix for algorithm in get_distance()Gravatar Doug Junkins
2019-04-28Support for Scubapro G2 HUD discovery via bluetoothGravatar William Perry
2019-04-18qt-ble: return DC_STATUS_TIMEOUT rather than DC_STATUS_IO on timeoutGravatar Linus Torvalds
2019-04-16Write dive data as video subtitlesGravatar Robert C. Helling
2019-04-16Mobile: reinstate roleNames function in ConnectionListModelGravatar Berthold Stoeger