aboutsummaryrefslogtreecommitdiffstats
path: root/core/divelist.c
AgeCommit message (Expand)Author
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
2019-01-09Core: add trip_table parameter to trip-functionsGravatar Berthold Stoeger
2019-01-09Core: keep trips in table(s)Gravatar Berthold Stoeger
2019-01-09Core: fix dump_trip_list() functionGravatar Berthold Stoeger
2019-01-09Core: macroize dive_table functionsGravatar Berthold Stoeger
2019-01-09Core: Rename functions to more generic namesGravatar Berthold Stoeger
2019-01-09Cleanup: Make add_dive_to_table local to divelist.cGravatar Berthold Stoeger
2019-01-09Dive list: add table parameter to autogroup_dives()Gravatar Berthold Stoeger
2019-01-09Core: move autogroup() into divelist.cGravatar Berthold Stoeger
2018-12-23Cleanup: remove unused parameter was_autogenGravatar Berthold Stoeger
2018-12-17Import: unglobalize downloadTableGravatar Berthold Stoeger
2018-12-14Cleanup: detangle unregister_dive() and delete_single_dive()Gravatar Berthold Stoeger
2018-12-14Core: don't remove dive from trip in add_dive_to_trip()Gravatar Berthold Stoeger
2018-12-14Cleanup: remove merge_two_dives() functionGravatar Berthold Stoeger
2018-12-14Cleanup: remove remove_autogen_trips() functionGravatar Berthold Stoeger
2018-12-14Cleanup: remove combine_trips() functionGravatar Berthold Stoeger
2018-11-23Core: move is-single-day-trip and count-shown functions into coreGravatar Berthold Stoeger