aboutsummaryrefslogtreecommitdiffstats
path: root/core/divesite.h
AgeCommit message (Expand)Author
2020-05-01cleanup: move dive_table from dive.h to divelist.hGravatar Berthold Stoeger
2020-03-17mobile/edit: don't add dive site twice to tableGravatar Berthold Stoeger
2020-01-10code cleanup: add empty table structuresGravatar Dirk Hohndel
2019-10-02Cleanup: remove dive_table and dive_site_table Q_METATYPEsGravatar Berthold Stoeger
2019-10-02Core: implement move functions for dive and dive_site tableGravatar Berthold Stoeger
2019-09-21Cleanup: replace is_dive_site_used() by is_dive_site_selected()Gravatar Berthold Stoeger
2019-04-12Undo: make dive site merging undoableGravatar Berthold Stoeger
2019-04-12Dive site: inform model of dive site addition / deletionGravatar Berthold Stoeger
2019-04-12Cleanup: macroize dive site table functions, keep table sortedGravatar Berthold Stoeger
2019-04-12Dive sites: simplify nr_of_dives_at_dive_site()Gravatar Berthold Stoeger
2019-04-12Dive sites: prepare for dive site ref-countingGravatar Berthold Stoeger
2019-04-12Dive site: set UUID only on save or loadGravatar Berthold Stoeger
2019-04-12Undo: consider dive site in AddDive()Gravatar 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-02-28Cleanup: move get_divesite_idx() to divesite.cGravatar Berthold Stoeger
2019-02-28Cleanup: uninline get_dive_site_by_uuidGravatar Berthold Stoeger
2019-02-09Cleanup: remove unsused function clear_dive_site()Gravatar Berthold Stoeger
2019-02-09Cleanup: remove unused function create_dive_site_from_current_dive()Gravatar Berthold Stoeger
2019-01-07Dive sites: don't delete unused dive sites on saveGravatar Berthold Stoeger
2018-10-29Dive site: pass pointer-to-dive_site via QVariantGravatar Berthold Stoeger
2018-10-29Dive site: pass dive-site pointers to merge_dive_sites()Gravatar Berthold Stoeger
2018-10-29Dive site: pass dive-site pointer to delete_dive_site()Gravatar Berthold Stoeger
2018-10-29Dive site: pass dive-site pointer to is_dive_site_used()Gravatar Berthold Stoeger
2018-10-29Dive site: pass dive-site pointer to nr_of_dives_at_dive_site()Gravatar Berthold Stoeger
2018-10-29Dive site: return pointer to dive_site in create_dive_site_*()Gravatar Berthold Stoeger
2018-10-29Dive site: return pointer to dive_site in get_dive_site_*()Gravatar Berthold Stoeger
2018-10-21Add 'location_t' data structureGravatar Linus Torvalds
2018-10-15Parser: fix leakage of dive-site and dive dataGravatar Berthold Stoeger
2018-10-13Dive site: use own copy of taxonomy in dive-site-edit widgetGravatar Berthold Stoeger
2018-10-09Dive sites: don't add dummy entries to LocationInformationModelGravatar Berthold Stoeger
2017-10-17Tags for geo references: Nicer look, translations and warning messageGravatar Stefan Fuchs
2017-10-04Change the signature of constructLocationTagsGravatar Dirk Hohndel
2017-10-04Don't add separate country field, use taxonomyGravatar Dirk Hohndel
2017-10-04Add taxonomy copy helper functionGravatar Dirk Hohndel
2017-10-02[Divesite] Add country on divesiteGravatar Tomaz Canabrava
2017-04-29Add SPDX header to remaining core filesGravatar Dirk Hohndel
2017-02-19Properly handle dive sites loaded from XMLGravatar Linus Torvalds
2016-04-04Move subsurface-core to core and qt-mobile to mobile-widgetsGravatar Dirk Hohndel