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
/
divesite.c
Age
Commit message (
Expand
)
Author
2015-09-29
Make sure we don't create multiple dive sites with the same uuid
Dirk Hohndel
2015-09-27
Don't crash when creating a dive site ID for a nameless site
Dirk Hohndel
2015-09-23
divesite.c: fix warnings about unused variables
Lubomir I. Ivanov
2015-08-31
Correctly refresh dive site list
Tomaz Canabrava
2015-08-31
Merge the dive sites selected.
Tomaz Canabrava
2015-08-31
UI code to merge dive sites
Tomaz Canabrava
2015-08-30
Fix subtle bug in dive site import from V2 file
Dirk Hohndel
2015-08-29
Fix edit & show of divesites for new and existing dives.
Sander Kleijwegt
2015-08-25
Save XML: sort the dive sites by uuid
Dirk Hohndel
2015-08-25
Make created dive site uuid deterministic
Dirk Hohndel
2015-07-24
Allow creating new dive site with specific uuid
Miika Turkia
2015-07-18
Add nr of dives at the site to completion string
Dirk Hohndel
2015-07-15
Add helper function that checks if a dive site is in use
Dirk Hohndel
2015-07-14
Merge branch 'tomaz'
Dirk Hohndel
2015-07-14
Location completer: give distance if known
Dirk Hohndel
2015-07-13
Create/retrieve dive_site by name.
Tomaz Canabrava
2015-07-13
Fix memory handling for taxonomy data
Dirk Hohndel
2015-07-07
Clean double free in copy_dive_site()
Salvador Cuñat
2015-07-06
Be more careful freeing taxonomy data
Dirk Hohndel
2015-07-02
Rename enum values for taxonomy
Dirk Hohndel
2015-07-01
Geo taxonomy: add the taxonomy information to dive sites
Dirk Hohndel
2015-06-26
Dive site rewrite: copy the changed dive site to the original
Tomaz Canabrava
2015-06-26
Dive site rewrite: fix double free
Tomaz Canabrava
2015-06-26
Dive site rewrite: try to fix a crash
Tomaz Canabrava
2015-06-26
Dive site rewrite: copy the current dive to the displayed dive
Tomaz Canabrava
2015-06-13
Simplify distance calculations
Anton Lundin
2015-06-10
Add helper function to determine the distance between two points
Dirk Hohndel
2015-06-04
Fix potential crash using std::sort
Dirk Hohndel
2015-02-14
divesite.c: use rand() instead of random()
Lubomir I. Ivanov
2015-02-13
Add helper function to detect empty dive sites
Dirk Hohndel
2015-02-13
Add another helper funtion
Dirk Hohndel
2015-02-13
Improve dive site creation from v2 git storage
Dirk Hohndel
2015-02-13
Improve parsing of older XML files in order to auto create dive sites
Dirk Hohndel
2015-02-12
Fix dive site creation from v2 git storage
Dirk Hohndel
2015-02-12
Don't ever create a dive site without valid uuid
Dirk Hohndel
2015-02-12
Improve helper functions
Dirk Hohndel
2015-02-12
Some dive site helper functions
Dirk Hohndel
2015-02-12
Add dive site data structure
Dirk Hohndel