]> git.tdb.fi Git - ext/subsurface.git/commit
Add an '--import' command line option
authorDirk Hohndel <dirk@hohndel.org>
Wed, 5 Oct 2011 18:36:15 +0000 (11:36 -0700)
committerDirk Hohndel <dirk@hohndel.org>
Wed, 5 Oct 2011 20:34:24 +0000 (13:34 -0700)
commitc785ceaf4cb4032dafb832d27caba419d5be1adc
treef8dca91e6ee97fb3db713464b4c8cc60006b77ba
parent88e679ab1df89b2b14f40f4566095d5a01439c05
Add an '--import' command line option

This option indicates that all files that come AFTER it on the command
line are being added to our divelist. The dives in these files should
receive numbers (assuming they are un-numbered and are all newer then the
dives in the files before the --import option, and assuming those dives
are numbered).

This also marks the dive_list changed after the new dives are added.

Using this option gives us a reasonable user experience in the case where
a user has one file with all their dives and wants to add newer dives
after this (after extracting them from a dive computer - as in the case of
a uemis owner where there is no direct import from the dive computer,
yet). Something like

subsurface MyDives.xml --import NewDives.SDA

It also doesn't break Linus' vision where the user has many files on the
command line which don't imply a changed dive_list.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
main.c