aboutsummaryrefslogtreecommitdiffstats
path: root/core/divelist.c
AgeCommit message (Expand)Author
2020-01-10code cleanup: add empty table structuresGravatar Dirk Hohndel
2019-12-04Cleanup: remove superfluous includes from core/divelist.cGravatar Berthold Stoeger
2019-12-04Selection: move selection functions from divelist.c to selection.cGravatar Berthold Stoeger
2019-11-19Filter: move num_shown logic from model to coreGravatar Berthold Stoeger
2019-11-19Filter: move number of shown dives to coreGravatar Berthold Stoeger
2019-11-16Cleanup: move clearing of current_dive into clear_dive_file_data()Gravatar Berthold Stoeger
2019-11-09Cylinders: access cylinders with get_cylinder()Gravatar Berthold Stoeger
2019-11-09Core: remove MAX_CYLINDERS restrictionGravatar Berthold Stoeger
2019-10-28Cleanup: avoid dereferencing NULLGravatar Dirk Hohndel
2019-10-28Cleanup: prevent NULL dereferenceGravatar Dirk Hohndel
2019-10-02Core: implement move functions for dive and dive_site tableGravatar Berthold Stoeger
2019-08-28Fix new CNS calculation - remove error with factor of 10Gravatar Stefan Fuchs
2019-08-20Replace table interpolation by two line fit for CNSGravatar Robert C. Helling
2019-08-04Cleanup: use clear_git_id() instead of setting saved_git_idGravatar Berthold Stoeger
2019-07-18Core: dynamically resize weight tableGravatar Berthold Stoeger
2019-07-18Cleanup: move deco function declarations to deco.hGravatar Berthold Stoeger
2019-06-28Import: use TRIP_THRESHOLD when checking for trip-overlapGravatar Berthold Stoeger
2019-06-19Cleanup: use add_to_dive_table() in record_dive_to_table()Gravatar Berthold Stoeger
2019-06-19Cleanup: generate clear_*_table() functions by macroGravatar Berthold Stoeger
2019-06-19Cleanup: localize enum and table in divelist.cGravatar Berthold Stoeger
2019-06-19Cleanup: move trip-related functions into own translation unitGravatar Berthold Stoeger
2019-06-19Cleanup: move TRIP_THRESHOLD into divelist.cGravatar Berthold Stoeger
2019-05-17Core: consider dive computers when sorting divesGravatar Berthold Stoeger
2019-05-15Cleanup: small coding style fixesGravatar Dirk Hohndel
2019-05-12Core: consider dive-number on sortingGravatar Berthold Stoeger
2019-05-12Cleanup: remove UTF8 macrosGravatar Berthold Stoeger
2019-05-06Add "Import dive sites" menu to mainwindowGravatar Doug Junkins
2019-04-15Core: turn add_single_dive() to append_dive()Gravatar Berthold Stoeger
2019-04-15Cleanup: free dive table in trips and dive sitesGravatar Berthold Stoeger
2019-04-12Undo: use QUndoStack::isClean() to determine unsaved changesGravatar Berthold Stoeger
2019-04-12Cleanup: move table-macros into own headerGravatar Berthold Stoeger
2019-04-12Cleanup: autogenerate remove_dive() and remove_trip()Gravatar Berthold Stoeger
2019-04-12Cleanup: rename unregister_trip() to remove_trip()Gravatar Berthold Stoeger
2019-04-12Dive site: add dive site ref-countingGravatar Berthold Stoeger
2019-04-12Dive sites: prepare for dive site ref-countingGravatar Berthold Stoeger
2019-04-12Undo: make undo-system dive site-awareGravatar Berthold Stoeger
2019-04-12Parser: parse into custom dive site tableGravatar Berthold Stoeger
2019-04-12Dive site: add dive site table parameter to dive site functionsGravatar Berthold Stoeger
2019-03-17Core: remove variable name conflictGravatar Dirk Hohndel
2019-03-17Core: remove function list commentGravatar Dirk Hohndel
2019-03-05Import: fix infinite loopGravatar Berthold Stoeger
2019-02-28Cleanup: move get_divesite_idx() to divesite.cGravatar Berthold Stoeger
2019-01-19Import: control process_imported_dives() by flagsGravatar Berthold Stoeger
2019-01-19Import: don't add to new trip while downloadingGravatar Berthold Stoeger
2019-01-19Import: add add_to_new_trip flag to process_imported_dives()Gravatar Berthold Stoeger
2019-01-19Dive import: fix logic of process_imported_dives()Gravatar Berthold Stoeger
2019-01-09Import: split process_imported_dives() functionGravatar Berthold Stoeger
2019-01-09Core: don't copy dive-id on merge diveGravatar Berthold Stoeger
2019-01-09Import: add merge_all_trips parameter to process_imported_dives()Gravatar Berthold Stoeger
2019-01-09Import: merge dives trip-wiseGravatar Berthold Stoeger