summaryrefslogtreecommitdiffstats
path: root/core
AgeCommit message (Expand)Author
2021-02-26Fix pO2 for CCR at shallow depthsGravatar Robert C. Helling
2021-02-26Planner: Depth dependent setpoint changes in CCR modeGravatar Robert C. Helling
2021-02-17desktop: fold ApplicationState into MainWindowGravatar Berthold Stoeger
2021-02-17planner: pass in_planner down to TemplateLayoutGravatar Berthold Stoeger
2021-02-17planner: pass in_planner argument to decoMode()Gravatar Berthold Stoeger
2021-02-17planner: pass in_planner argument to clear_deco()Gravatar Berthold Stoeger
2021-02-17planner: pass in_planner argument to vpmb_next_gradient()Gravatar Berthold Stoeger
2021-02-17planner: pass in_planner argument to add_segment()Gravatar Berthold Stoeger
2021-02-17planner: remove print_mode parameter from calculate_deco_information()Gravatar Berthold Stoeger
2021-02-10desktop: cache photo and geo iconsGravatar Berthold Stoeger
2021-02-06desktop: remove the view-stateGravatar Berthold Stoeger
2021-01-28core/BT: fix duplicate entries in BT detectionGravatar Dirk Hohndel
2021-01-23core/BT: simplify detection of bluetooth namesGravatar Dirk Hohndel
2021-01-23core/BT: improve BT name detection for Pelagic dive computersGravatar Dirk Hohndel
2021-01-23mobile/debugging: copy GPS fixes to clipboardGravatar Dirk Hohndel
2021-01-20cleanup: constify create_plot_info_new()Gravatar Berthold Stoeger
2021-01-20cleanup: constify populate_pressure_information()Gravatar Berthold Stoeger
2021-01-20cleanup: constify init_decompression()Gravatar Berthold Stoeger
2021-01-19mobile/UI: remember the system default font sizeGravatar Dirk Hohndel
2021-01-19cleanup: create separate UI entry points for desktop and mobileGravatar Dirk Hohndel
2021-01-19mobile: add GF fields for ceiling calculationGravatar Doug Junkins
2021-01-13core/bluetooth: make device discovery less noisyGravatar Dirk Hohndel
2021-01-13mobile/GPS: fix two errors in the GPS handlingGravatar Dirk Hohndel
2021-01-11undo: set dive mode to CCR in undo command, not profile codeGravatar Berthold Stoeger
2021-01-11undo: remove invalidate_dive_cache() call from make_first_dc()Gravatar Berthold Stoeger
2021-01-10mobile: enable deco information calculation on mobileGravatar Dirk Hohndel
2021-01-10profile: pass dive to DiveHandlerGravatar Berthold Stoeger
2021-01-10profile: pass dive to RulerItemGravatar Berthold Stoeger
2021-01-10profile: pass dive to ToolTipItem::refresh()Gravatar Berthold Stoeger
2021-01-10profile: pass dive to plot function of profile-itemsGravatar Berthold Stoeger
2021-01-10profile: pass dive to EventItemGravatar Berthold Stoeger
2021-01-10profile: move adding of ceiling-violation-eventGravatar Berthold Stoeger
2021-01-10profile: use a parameter to determine planner stateGravatar Berthold Stoeger
2021-01-10cleanup: make calculate_deco_information() of static linkageGravatar Berthold Stoeger
2021-01-10btdiscovery - Add second matcher for Ratio iX3MGravatar Damian Zaremba
2021-01-06preferences: remove pointless memberGravatar Dirk Hohndel
2021-01-03desktop: add statistics widget dummy and application stateGravatar Berthold Stoeger
2021-01-02mobile: turn GpsLocation into a regular singleton constructGravatar Dirk Hohndel
2021-01-02cleanup: move pref related structs and functions to pref.cGravatar Berthold Stoeger
2021-01-02cleanup: move definition of get_units() to core/unit.cGravatar Berthold Stoeger
2021-01-02cleanup: remove support for PASCAL in get_pressure_units()Gravatar Berthold Stoeger
2021-01-02cleanup: don't save PASCAL pressure units to gitGravatar Berthold Stoeger
2021-01-01cleanup: ensure DiveFilter is consistent when createdGravatar Dirk Hohndel
2021-01-01core: add get_*_unit functions with explicit unit systemGravatar Berthold Stoeger
2021-01-01core: move formatting of day-of-week to string-format.cppGravatar Berthold Stoeger
2021-01-01core: add "transparent" parameter to renderSVGIconGravatar Berthold Stoeger
2021-01-01core: make gasmix_is_invalid globally accessibleGravatar Berthold Stoeger
2021-01-01core: add notion of gas-type to core/gas.cGravatar Berthold Stoeger
2021-01-01core: move renderSVGIcon() to qthelper.cppGravatar Berthold Stoeger
2020-12-29cleanup: const-ify utc_mktime()Gravatar Berthold Stoeger