]> git.tdb.fi Git - ext/subsurface.git/commit
Remove dive info frame
authorLinus Torvalds <torvalds@linux-foundation.org>
Mon, 19 Sep 2011 19:39:35 +0000 (12:39 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 19 Sep 2011 19:39:35 +0000 (12:39 -0700)
commitfefcbf125e89735d748307d0506938e4d4105321
tree0dde48c32134409581b30e2313fadead9e113508
parent96005d20ea03107ea8ec065ff7fdd9dd134c521d
Remove dive info frame

It has always been problematic, and I've been moving things in and out
of it.

And it just isn't a very powerful widget.  You can't *do* anything with
it.  The information it shows you may be useful, but the core stuff
already shows up in the dive list.

And the dive list is actually a much superior widget over that static
dive info frame.  The information that shows up in the dive list can be
sorted by column, for example.

So when we show temperatures or SAC numbers in the dive info frame,
that's actually a very bad place to show them: we would be much better
off showing it in the dive list, and then we could sort by SAC or by
temperature.

In other words: just remove the thing.  Instead, plan to extend the dive
list to contain all the information.  That will probably mean that we
need to change the current pane widget to be a vertical pane, rather
than a horizontal one, but what's wrong with that?

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