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.c
Age
Commit message (
Expand
)
Author
2020-05-01
cleanup: move dive_table from dive.h to divelist.h
Berthold Stoeger
2020-04-24
cleanup: move clearing of event names to clear_dive_file_data()
Berthold Stoeger
2020-04-24
cleanup: move clearing of device nodes to clear_dive_file_data()
Berthold Stoeger
2020-04-13
divelist: when removing/adding a dive unregister/register fulltext
Berthold Stoeger
2020-04-13
Remove extra argument and add a test
Robert C. Helling
2020-04-08
fulltext: rename fulltext_reload() to fulltext_populate()
Berthold Stoeger
2020-03-20
Core: consider invalid flag when adding dives
Berthold Stoeger
2020-03-01
filter: compile fulltext index on mobile
Berthold Stoeger
2020-03-01
filter: index/unindex dives on loading or clearing logs
Berthold Stoeger
2020-01-10
code cleanup: add empty table structures
Dirk Hohndel
2019-12-04
Cleanup: remove superfluous includes from core/divelist.c
Berthold Stoeger
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-11-16
Cleanup: move clearing of current_dive into clear_dive_file_data()
Berthold Stoeger
2019-11-09
Cylinders: access cylinders with get_cylinder()
Berthold Stoeger
2019-11-09
Core: remove MAX_CYLINDERS restriction
Berthold Stoeger
2019-10-28
Cleanup: avoid dereferencing NULL
Dirk Hohndel
2019-10-28
Cleanup: prevent NULL dereference
Dirk Hohndel
2019-10-02
Core: implement move functions for dive and dive_site table
Berthold Stoeger
2019-08-28
Fix new CNS calculation - remove error with factor of 10
Stefan Fuchs
2019-08-20
Replace table interpolation by two line fit for CNS
Robert C. Helling
2019-08-04
Cleanup: use clear_git_id() instead of setting saved_git_id
Berthold Stoeger
2019-07-18
Core: dynamically resize weight table
Berthold Stoeger
2019-07-18
Cleanup: move deco function declarations to deco.h
Berthold Stoeger
2019-06-28
Import: use TRIP_THRESHOLD when checking for trip-overlap
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-06-19
Cleanup: move TRIP_THRESHOLD into divelist.c
Berthold Stoeger
2019-05-17
Core: consider dive computers when sorting dives
Berthold Stoeger
2019-05-15
Cleanup: small coding style fixes
Dirk Hohndel
2019-05-12
Core: consider dive-number on sorting
Berthold Stoeger
2019-05-12
Cleanup: remove UTF8 macros
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-15
Cleanup: free dive table in trips and dive sites
Berthold Stoeger
2019-04-12
Undo: use QUndoStack::isClean() to determine unsaved changes
Berthold Stoeger
2019-04-12
Cleanup: move table-macros into own header
Berthold Stoeger
2019-04-12
Cleanup: autogenerate remove_dive() and remove_trip()
Berthold Stoeger
2019-04-12
Cleanup: rename unregister_trip() to remove_trip()
Berthold Stoeger
2019-04-12
Dive site: add dive site ref-counting
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-04-12
Parser: parse into custom dive site table
Berthold Stoeger
2019-04-12
Dive site: add dive site table parameter to dive site functions
Berthold Stoeger
2019-03-17
Core: remove variable name conflict
Dirk Hohndel
2019-03-17
Core: remove function list comment
Dirk Hohndel
2019-03-05
Import: fix infinite loop
Berthold Stoeger
[next]