summaryrefslogtreecommitdiffstats
path: root/core
AgeCommit message (Expand)Author
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
2020-10-24divecomputer: add device to provided table instead of global tableGravatar Berthold Stoeger
2020-10-24divecomputer: add device_table pointer to device_data_tGravatar Berthold Stoeger
2020-10-24cleanup: remove dc_user_device_tGravatar Berthold Stoeger
2020-10-24devices: create device nodes in parsersGravatar Berthold Stoeger
2020-10-24git: add device-table to git-parser-stateGravatar Berthold Stoeger
2020-10-24cleanup: rename set_dc_nickname() to add_devices_of_dive()Gravatar Berthold Stoeger
2020-10-24devices: add devices in Command::importTable()Gravatar Berthold Stoeger
2020-10-24devices: return index from function adding / removing devicesGravatar Berthold Stoeger
2020-10-24devices: add functions to add / remove / check for devicesGravatar Berthold Stoeger
2020-10-24parser: add device_table to parser stateGravatar Berthold Stoeger