summaryrefslogtreecommitdiffstats
path: root/core/device.h
AgeCommit message (Expand)Author
2020-10-25cleanup: split out divecomputer functions from dive.cGravatar 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-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-17cleanup: rename clear_device_nodes() to clear_device_table()Gravatar Berthold Stoeger
2020-10-16core: add device_table parameter to device table functionsGravatar Berthold Stoeger
2020-10-16core: remove call_for_each_dc()Gravatar Berthold Stoeger
2020-10-16core: factor out device_is_used_by_selected_dive() functionGravatar Berthold Stoeger
2020-10-16cleanup: remove device::operator!=()Gravatar Berthold Stoeger
2020-10-16core: make get_device_for_dc() accessible from CGravatar Berthold Stoeger
2020-10-16core: add C struct device and struct device_table accessorsGravatar Berthold Stoeger
2020-10-16cleanup: use std::vector in struct device_tableGravatar Berthold Stoeger
2020-10-16cleanup: use std::string in struct deviceGravatar Berthold Stoeger
2020-10-03cleanup: make device code more consistent with coreGravatar Berthold Stoeger
2020-10-03cleanup: hide DiveComputerList implementation detailsGravatar Berthold Stoeger
2020-09-13cleanup: fold core/divecomputer.cpp into core/device.cGravatar Berthold Stoeger
2020-09-13cleanup: move set_dc_nickname() declaration from dive.h to device.hGravatar Berthold Stoeger
2020-04-24cleanup: move clearing of device nodes to clear_dive_file_data()Gravatar Berthold Stoeger
2019-08-08Cleanup: move error reporting function declarations to errorhelper.hGravatar Berthold Stoeger
2018-05-14Core: remove dive.h from files that don't need itGravatar Dirk Hohndel
2018-05-07Planner: don't return static data in fake_dc()Gravatar Berthold Stoeger
2017-04-29Add SPDX header to core C filesGravatar Dirk Hohndel
2016-08-14Fill in divecomputer serial number and firmware version on loadingGravatar Linus Torvalds
2016-04-04Move subsurface-core to core and qt-mobile to mobile-widgetsGravatar Dirk Hohndel