Age | Commit message (Expand) | Author |
2020-11-04 | core: don't construct std::string from null in device.cpp | Berthold Stoeger |
2020-10-25 | cleanup: split out divecomputer functions from dive.c | Berthold Stoeger |
2020-10-25 | devices: add index based device removal function | Berthold Stoeger |
2020-10-25 | undo: add device related undo commands | Berthold Stoeger |
2020-10-24 | cleanup: rename set_dc_nickname() to add_devices_of_dive() | Berthold Stoeger |
2020-10-24 | devices: add devices in Command::importTable() | Berthold Stoeger |
2020-10-24 | devices: return index from function adding / removing devices | Berthold Stoeger |
2020-10-24 | devices: add functions to add / remove / check for devices | Berthold Stoeger |
2020-10-17 | devices: use case-insensitive comparison for model | Berthold Stoeger |
2020-10-17 | cleanup: rename clear_device_nodes() to clear_device_table() | Berthold Stoeger |
2020-10-16 | core: use case-insensitive comparison for device models | Berthold Stoeger |
2020-10-16 | cleanup: replace std::find_if by std::any_of | Berthold Stoeger |
2020-10-16 | core: add device_table parameter to device table functions | Berthold Stoeger |
2020-10-16 | core: remove call_for_each_dc() | Berthold Stoeger |
2020-10-16 | core: factor out device_is_used_by_selected_dive() function | Berthold Stoeger |
2020-10-16 | cleanup: remove device::operator!=() | Berthold Stoeger |
2020-10-16 | core: make get_device_for_dc() accessible from C | Berthold Stoeger |
2020-10-16 | core: add C struct device and struct device_table accessors | Berthold Stoeger |
2020-10-16 | cleanup: use std::vector in struct device_table | Berthold Stoeger |
2020-10-16 | cleanup: use std::string in struct device | Berthold Stoeger |
2020-10-16 | cleanup: fix tiny memory hole in device.cpp | Berthold Stoeger |
2020-10-13 | core: fix detection of duplicate device names | Berthold Stoeger |
2020-10-13 | cleanup: remove unused function is_default_dive_computer() | Berthold Stoeger |
2020-10-11 | core: sort device-table by id/model instead of model/id | Berthold Stoeger |
2020-10-03 | cleanup: make device code more consistent with core | Berthold Stoeger |
2020-10-03 | cleanup: use getDCExact() instead of callback in set_dc_deviceid() | Berthold Stoeger |
2020-10-03 | cleanup: pass divecomputer to getDC() and getDCExact() helpers | Berthold Stoeger |
2020-10-03 | cleanup: hide DiveComputerList implementation details | Berthold Stoeger |
2020-10-03 | cleanup: use getDiveSelection() to loop over selected dives | Berthold Stoeger |
2020-09-13 | cleanup: fold core/divecomputer.cpp into core/device.c | Berthold Stoeger |