index
:
subsurface.git
master
forked from https://github.com/subsurface/subsurface
Tim Segers
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
core
/
divelist.h
Age
Commit message (
Expand
)
Author
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
2017-11-25
Localize global planner state
Robert C. Helling
2017-10-18
init_deco correctly identify previous dives and report overlapping dives
Stefan Fuchs
2017-04-29
Add SPDX header to core C files
Dirk Hohndel
2017-01-03
Display surface interval in diveplan
Robert C. Helling
2016-12-26
Indicate a repetitive dive in the diveplan
Robert C. Helling
2016-04-14
Add helper to find the dive closest to a given time
Dirk Hohndel
2016-04-04
Move subsurface-core to core and qt-mobile to mobile-widgets
Dirk Hohndel