]> git.tdb.fi Git - ext/subsurface.git/commit
Switch from date based to dive trip based grouping
authorDirk Hohndel <dirk@hohndel.org>
Thu, 16 Aug 2012 11:27:03 +0000 (04:27 -0700)
committerDirk Hohndel <dirk@hohndel.org>
Thu, 16 Aug 2012 11:31:21 +0000 (04:31 -0700)
commite6ecddfa3d17901847474b67b6121c0c8f56f078
tree66826b5f15b851bb90a4836b9423c55f06f5a88f
parent621761233b2e1b139c07987b562ef2aa299ff35e
Switch from date based to dive trip based grouping

Linus HATED the date based grouping - too much wasted space visually
("three levels of grouping are way too much") and asked for dive trip
based grouping instead.

This is a quick change to do just that, with an assumption that no
dive in 3 days means it's a new trip.

This also changes the summary entry to display a location for the trip,
for now we pick the location of the (chronologically) first dive of the
trip.

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