aboutsummaryrefslogtreecommitdiffstats
path: root/core
AgeCommit message (Expand)Author
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
2020-12-29cleanup: move monthname to time.cGravatar Berthold Stoeger
2020-12-29cleanup: remove getDivesInTrip() in qthelper.cppGravatar Berthold Stoeger
2020-12-29filter: provide function that returns all shown divesGravatar Berthold Stoeger
2020-12-29filter: internalize shown_dives in DiveFilter classGravatar Berthold Stoeger
2020-12-29filter: move shown_dive from divelist.c to divefilter.cppGravatar Berthold Stoeger
2020-12-29filter: keep track on shown_dive on dive removal in DiveFilterGravatar Berthold Stoeger
2020-12-29filter: reset shown_dives in filterGravatar Berthold Stoeger
2020-12-17core: remove DiveObjectHelperGravatar Berthold Stoeger
2020-12-17mobile: remove DiveObjectHelper codeGravatar Berthold Stoeger
2020-12-17printing: remove CylinderObjectHelperGravatar Berthold Stoeger
2020-12-17printing: remove DiveObjectHelper from printing codeGravatar Berthold Stoeger
2020-12-17printing: remove DiveObjectHelperGrantleeGravatar Berthold Stoeger
2020-12-17core: create string-format.cpp source fileGravatar Berthold Stoeger
2020-12-17core: correct AL* tankinfo sizes.Gravatar Berthold Stoeger
2020-12-13prefs: add option to display only actually used tanksGravatar Berthold Stoeger
2020-12-13core: remove the "no-name" tank infoGravatar Berthold Stoeger
2020-12-13core: free tank info table on exitGravatar Berthold Stoeger
2020-12-13core: keep tank infos in a dynamic tableGravatar Berthold Stoeger
2020-12-12preferences: create global settingsChanged signalGravatar Berthold Stoeger
2020-12-12Add surge etc to printing template variablesGravatar Robert C. Helling
2020-12-03downloader: filter possible devices and add mounts, remember last choicesGravatar Robert C. Helling
2020-12-03build-system/downloader: cli-downloader isn't part of the coreGravatar Dirk Hohndel
2020-12-03downloader: turn off bluetooth mode for nowGravatar Robert C. Helling
2020-12-03downloader: small improvementsGravatar Robert C. Helling
2020-12-03downloader: first outline of downloading dives from a deviceGravatar Dirk Hohndel
2020-12-03downloader: first step to get instructions via CLIGravatar Dirk Hohndel
2020-12-03build-system: start adding a headless buildGravatar Dirk Hohndel
2020-11-24cylindermodel: remove in_planner() useGravatar Berthold Stoeger