]> git.tdb.fi Git - ext/subsurface.git/commit
Show dive import error messages in the import dialog
authorLinus Torvalds <torvalds@linux-foundation.org>
Wed, 2 May 2012 19:49:03 +0000 (12:49 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 2 May 2012 19:49:03 +0000 (12:49 -0700)
commitb0ba22a06879697efa7c429b9df8e13feaa02480
tree7b5391ba66ea08de8e296c7abcd97a0a96fd9fec
parentc8f3dc3594aa850829ab87ac7d290776dfb846bd
Show dive import error messages in the import dialog

.. not in the main window.  And leave the import dialog open, so that
you can either try doing it again, or cancel.  This makes it much easier
to re-try a failed dive import, and actually makes the failure more
obvious too.

Todo:

 - make the "Ok" button change to "Retry" when an error happens

 - try to see if we can catch the actual status update messages from
   libdivecomputer and show them too in the import dialog.  Right now
   they are printed out to stderr by the library.

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