index
:
subsurface.git
master
forked from https://github.com/subsurface/subsurface
Tim Segers
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
core
/
divesite.h
Age
Commit message (
Expand
)
Author
2020-03-17
mobile/edit: don't add dive site twice to table
Berthold Stoeger
2020-01-10
code cleanup: add empty table structures
Dirk Hohndel
2019-10-02
Cleanup: remove dive_table and dive_site_table Q_METATYPEs
Berthold Stoeger
2019-10-02
Core: implement move functions for dive and dive_site table
Berthold Stoeger
2019-09-21
Cleanup: replace is_dive_site_used() by is_dive_site_selected()
Berthold Stoeger
2019-04-12
Undo: make dive site merging undoable
Berthold Stoeger
2019-04-12
Dive site: inform model of dive site addition / deletion
Berthold Stoeger
2019-04-12
Cleanup: macroize dive site table functions, keep table sorted
Berthold Stoeger
2019-04-12
Dive sites: simplify nr_of_dives_at_dive_site()
Berthold Stoeger
2019-04-12
Dive sites: prepare for dive site ref-counting
Berthold Stoeger
2019-04-12
Dive site: set UUID only on save or load
Berthold Stoeger
2019-04-12
Undo: consider dive site in AddDive()
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-02-28
Cleanup: move get_divesite_idx() to divesite.c
Berthold Stoeger
2019-02-28
Cleanup: uninline get_dive_site_by_uuid
Berthold Stoeger
2019-02-09
Cleanup: remove unsused function clear_dive_site()
Berthold Stoeger
2019-02-09
Cleanup: remove unused function create_dive_site_from_current_dive()
Berthold Stoeger
2019-01-07
Dive sites: don't delete unused dive sites on save
Berthold Stoeger
2018-10-29
Dive site: pass pointer-to-dive_site via QVariant
Berthold Stoeger
2018-10-29
Dive site: pass dive-site pointers to merge_dive_sites()
Berthold Stoeger
2018-10-29
Dive site: pass dive-site pointer to delete_dive_site()
Berthold Stoeger
2018-10-29
Dive site: pass dive-site pointer to is_dive_site_used()
Berthold Stoeger
2018-10-29
Dive site: pass dive-site pointer to nr_of_dives_at_dive_site()
Berthold Stoeger
2018-10-29
Dive site: return pointer to dive_site in create_dive_site_*()
Berthold Stoeger
2018-10-29
Dive site: return pointer to dive_site in get_dive_site_*()
Berthold Stoeger
2018-10-21
Add 'location_t' data structure
Linus Torvalds
2018-10-15
Parser: fix leakage of dive-site and dive data
Berthold Stoeger
2018-10-13
Dive site: use own copy of taxonomy in dive-site-edit widget
Berthold Stoeger
2018-10-09
Dive sites: don't add dummy entries to LocationInformationModel
Berthold Stoeger
2017-10-17
Tags for geo references: Nicer look, translations and warning message
Stefan Fuchs
2017-10-04
Change the signature of constructLocationTags
Dirk Hohndel
2017-10-04
Don't add separate country field, use taxonomy
Dirk Hohndel
2017-10-04
Add taxonomy copy helper function
Dirk Hohndel
2017-10-02
[Divesite] Add country on divesite
Tomaz Canabrava
2017-04-29
Add SPDX header to remaining core files
Dirk Hohndel
2017-02-19
Properly handle dive sites loaded from XML
Linus Torvalds
2016-04-04
Move subsurface-core to core and qt-mobile to mobile-widgets
Dirk Hohndel