]> git.tdb.fi Git - ext/subsurface.git/commit
divecomputer importing: show the date of the currently importing dive
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 3 May 2012 23:04:07 +0000 (16:04 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 3 May 2012 23:04:07 +0000 (16:04 -0700)
commitfb504b50d0f2b881d2be6dcc657f74cca663d217
treea3a18fa430afbe70db82c533c4605b82b38d37e0
parente7a70b6ae821e6a178957e2814406ac387b990ea
divecomputer importing: show the date of the currently importing dive

I'm hoping most other dive computers are quicker to import from than the
Suunto I have, but mine can take minutes to import all the dives.  Sure,
we have that nice progress bar, so it shows that it's doing something,
but it's not really showing *what* it is doing.

So instead of showing just "Parsing dive X", let's show the date of the
dive.  That way, when it takes two minutes to import all the dives, at
least you can see "oh, it's going back to the dives of last year" and it
then feels like you have some good reason for the delay.

Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
libdivecomputer.c