Age | Commit message (Expand) | Author |
2019-12-04 | Selection: move selection functions from divelist.c to selection.c | Berthold Stoeger |
2019-11-19 | Filter: move num_shown logic from model to core | Berthold Stoeger |
2019-11-19 | Filter: move number of shown dives to core | Berthold Stoeger |
2019-10-02 | Core: implement move functions for dive and dive_site table | Berthold Stoeger |
2019-08-08 | Cleanup: move planner/deco related declarations planner/deco.h | Berthold Stoeger |
2019-06-19 | Cleanup: use add_to_dive_table() in record_dive_to_table() | Berthold Stoeger |
2019-06-19 | Cleanup: generate clear_*_table() functions by macro | Berthold Stoeger |
2019-06-19 | Cleanup: localize enum and table in divelist.c | Berthold Stoeger |
2019-06-19 | Cleanup: move trip-related functions into own translation unit | Berthold Stoeger |
2019-05-06 | Add "Import dive sites" menu to mainwindow | Doug Junkins |
2019-04-15 | Core: turn add_single_dive() to append_dive() | Berthold Stoeger |
2019-04-12 | Dive site: inform model of dive site addition / deletion | Berthold Stoeger |
2019-04-12 | Cleanup: rename unregister_trip() to remove_trip() | Berthold Stoeger |
2019-04-12 | Dive sites: prepare for dive site ref-counting | Berthold Stoeger |
2019-04-12 | Undo: make undo-system dive site-aware | Berthold Stoeger |
2019-03-17 | Core: remove variable name conflict | Dirk Hohndel |
2019-02-28 | Cleanup: move get_divesite_idx() to divesite.c | Berthold Stoeger |
2019-01-19 | Import: control process_imported_dives() by flags | Berthold Stoeger |
2019-01-19 | Import: add add_to_new_trip flag to process_imported_dives() | Berthold Stoeger |
2019-01-09 | Import: split process_imported_dives() function | Berthold Stoeger |
2019-01-09 | Import: add merge_all_trips parameter to process_imported_dives() | Berthold Stoeger |
2019-01-09 | Import: merge dives trip-wise | Berthold Stoeger |
2019-01-09 | Core: add trip_table parameter to trip-functions | Berthold Stoeger |
2019-01-09 | Core: Rename functions to more generic names | Berthold Stoeger |
2019-01-09 | Cleanup: Make add_dive_to_table local to divelist.c | Berthold Stoeger |
2019-01-09 | Dive list: add table parameter to autogroup_dives() | Berthold Stoeger |
2019-01-09 | Core: move autogroup() into divelist.c | Berthold Stoeger |
2018-12-23 | Cleanup: remove unused parameter was_autogen | Berthold Stoeger |
2018-12-14 | Cleanup: remove merge_two_dives() function | Berthold Stoeger |
2018-12-14 | Cleanup: remove remove_autogen_trips() function | Berthold Stoeger |
2018-12-14 | Cleanup: remove combine_trips() function | Berthold Stoeger |
2018-11-23 | Core: move is-single-day-trip and count-shown functions into core | Berthold Stoeger |
2018-11-18 | Core: remove "when" field of struct dive_trip | Berthold Stoeger |
2018-11-18 | Core: add add_dive_to_table() function | Berthold Stoeger |
2018-11-16 | More accurate CNS calculations (following comments on github) | willemferguson |
2018-10-14 | Cleanup: constify get_dive_gas() and get_dive_gas_string() | Berthold Stoeger |
2018-10-14 | Cleanup: move clear_table() to divesite.c | Berthold Stoeger |
2018-10-11 | Undo: select dives after add, remove, merge, split dive commands | Berthold Stoeger |
2018-10-11 | Undo: implement autogrouping of trips in DiveAdd | Berthold Stoeger |
2018-10-11 | Undo: make diverse trip-related operations undo-able | Berthold Stoeger |
2018-10-11 | Undo: implement undo of manual dive-creation | Berthold Stoeger |
2018-10-11 | Undo: fix multi-level undo of delete-dive and remove-dive-from-trip | Berthold Stoeger |
2018-10-06 | Import: pass "downloaded" parameter to process_imported_dives() | Berthold Stoeger |
2018-10-06 | Import: pass a dive table to process_imported_dives() | Berthold Stoeger |
2018-10-07 | Dive information: fix surface interval calculation | Berthold Stoeger |
2018-09-23 | Core: split process_dives() in post-import and post-load versions | Berthold Stoeger |
2018-08-23 | Cleanup: const-ify functions taking dives and divecomputers | Berthold Stoeger |
2018-07-18 | Cleanup: removed unused functions in divelist.h | Berthold Stoeger |
2018-01-10 | Unused code: remove trip_has_selected_dives() | Jan Mulder |
2018-01-04 | Turn dive_list_changed into bool | Berthold Stoeger |