]> git.tdb.fi Git - ext/subsurface.git/commit
Remove the ability to 'Import' .SDA files
authorDirk Hohndel <dirk@hohndel.org>
Mon, 3 Oct 2011 15:27:36 +0000 (08:27 -0700)
committerDirk Hohndel <dirk@hohndel.org>
Mon, 3 Oct 2011 15:34:56 +0000 (08:34 -0700)
commitc15f798a85db53dae404a9113266a4d2bc72fbc6
tree366ec7354c48324e76b6f58593e03bd039fc78c3
parent254b851e44a31e2028a2fdddfb4f6989a8e59374
Remove the ability to 'Import' .SDA files

We can instead 'Open' these files as they are just bastardized XML files.

This gets us back to a more consistent point where 'Import' gets data
directly from the dive computer (and hopefully soon we will add the
ability to load a dive directly from a uemis SDA to libdivecomputer),
and 'Open' loads a file from the filesystem of the computer we are
running on (this last sentence phrased so awkwardly as the uemis Zurich
SDA is a computer and presents a file system when connected via USB - it
just doesn't have the dive data in an accessible format in that file
system).

As a bonus we get to throw away quite a bit of code (the uemis specific
file handling, mini-XML parser with helper functions, the file open dialog
in the importer). Yay!

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
dive.h
gtk-gui.c
libdivecomputer.c
uemis.c
uemis.h