aboutsummaryrefslogtreecommitdiffstats
path: root/core
AgeCommit message (Expand)Author
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
2020-11-23android: find the translationsv4.9.10Gravatar Dirk Hohndel
2020-11-19core/picture: don't compile all on mobileGravatar Dirk Hohndel
2020-11-17core: fix incorrect QString::asprintf/vasprintf usageGravatar Dirk Hohndel
2020-11-14undo: add a general dives-imported signalGravatar Berthold Stoeger
2020-11-13Gracefully handle infinite MND for oxygenGravatar Robert C. Helling
2020-11-12filter: avoid Windows crashGravatar Dirk Hohndel
2020-11-04core: don't construct std::string from null in device.cppGravatar Berthold Stoeger
2020-11-04revert preference settings for title colorGravatar Dirk Hohndel
2020-11-03cleanup: random small whitespace cleanupGravatar Dirk Hohndel
2020-11-03desktop: offer different colors for info tab titlesGravatar willemferguson
2020-11-01parser: don't crash when parsing <weight> tagsGravatar Berthold Stoeger
2020-10-31core: on import remove merged dives from trip/divesiteGravatar Berthold Stoeger
2020-10-27cleanup: refactor subsurfacesysinfo.cppGravatar Berthold Stoeger
2020-10-26cleanup: move variable declaration closer to useGravatar Dirk Hohndel
2020-10-26cleanup: remove unused function argumentGravatar Dirk Hohndel
2020-10-26cleanup: SkipEmptyParts syntax has changedGravatar Dirk Hohndel
2020-10-26cleanup: replace deprecated sprintf()/vsprintf() callsGravatar Dirk Hohndel
2020-10-26cleanup: initialize all members of weightsystemGravatar Dirk Hohndel
2020-10-26cleanup: fix resource leakGravatar Dirk Hohndel
2020-10-26cleanup: fix resource leakGravatar Dirk Hohndel
2020-10-25filter: use 64-bit integer literal for generating bit fieldsGravatar Berthold Stoeger
2020-10-25cleanup: remove pref.h include in dive.hGravatar Berthold Stoeger
2020-10-25cleanup: move git-pref declarations into core/pref.hGravatar Berthold Stoeger
2020-10-25cleanup: move sort_dive_table declaration to divetable.hGravatar Berthold Stoeger
2020-10-25cleanup: move cylinder_use_text declaration to equipment.hGravatar Berthold Stoeger
2020-10-25cleanup: remove unused macros / declarations from dive.hGravatar Berthold Stoeger
2020-10-25cleanup: move interpolate inline function to its own header fileGravatar Berthold Stoeger
2020-10-25cleanup: remove system includes from dive.cGravatar Berthold Stoeger
2020-10-25cleanup: move application flags to core/subsurfacehelper.hGravatar Berthold Stoeger
2020-10-25cleanup: move function declarations to divelist.hGravatar Berthold Stoeger
2020-10-25cleanup: split out divecomputer functions from dive.cGravatar Berthold Stoeger
2020-10-25cleanup: remove get_times() functionsGravatar Berthold Stoeger
2020-10-25cleanup: move fill_pressures from dive.c to gas.cGravatar Berthold Stoeger
2020-10-25cleanup: break out event-related code into event.[c|h]Gravatar Berthold Stoeger
2020-10-25cleanup: move mark_divelist_changed() to qmlmanager.cppGravatar Berthold Stoeger
2020-10-25devices: add index based device removal functionGravatar Berthold Stoeger
2020-10-25undo: add device related undo commandsGravatar Berthold Stoeger
2020-10-25cleanup: initialize all fieldsGravatar Dirk Hohndel
2020-10-25cleanup: fix over-eager Coverity warningsGravatar Dirk Hohndel
2020-10-25cleanup: remove double const qualifierGravatar Berthold Stoeger
2020-10-24core: remove create_device_node() from fixup_dive()Gravatar Berthold Stoeger