summaryrefslogtreecommitdiffstats
path: root/core/device.cpp
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-17devices: use case-insensitive comparison for modelGravatar Berthold Stoeger
2020-10-17cleanup: rename clear_device_nodes() to clear_device_table()Gravatar Berthold Stoeger
2020-10-16core: use case-insensitive comparison for device modelsGravatar Berthold Stoeger
2020-10-16cleanup: replace std::find_if by std::any_ofGravatar 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-16cleanup: fix tiny memory hole in device.cppGravatar Berthold Stoeger
2020-10-13core: fix detection of duplicate device namesGravatar Berthold Stoeger
2020-10-13cleanup: remove unused function is_default_dive_computer()Gravatar Berthold Stoeger
2020-10-11core: sort device-table by id/model instead of model/idGravatar Berthold Stoeger
2020-10-03cleanup: make device code more consistent with coreGravatar Berthold Stoeger
2020-10-03cleanup: use getDCExact() instead of callback in set_dc_deviceid()Gravatar Berthold Stoeger
2020-10-03cleanup: pass divecomputer to getDC() and getDCExact() helpersGravatar Berthold Stoeger
2020-10-03cleanup: hide DiveComputerList implementation detailsGravatar Berthold Stoeger
2020-10-03cleanup: use getDiveSelection() to loop over selected divesGravatar Berthold Stoeger
2020-09-13cleanup: fold core/divecomputer.cpp into core/device.cGravatar Berthold Stoeger