Add a Maximums column in the ride summary

Add maximums to the ride summary, which also required adding
max_speed and max_cadence to the basic ride metrics.

Fixes #440.
This commit is contained in:
Damien
2011-09-01 19:24:57 +02:00
committed by Mark Liversedge
parent 1403110b1d
commit 5f6033ee31
5 changed files with 126 additions and 7 deletions

View File

@@ -40,7 +40,7 @@
// DB Schema Version - YOU MUST UPDATE THIS IF THE SCHEMA VERSION CHANGES!!!
// Schema version will change if a) the default metadata.xml is updated
// or b) new metrics are added / old changed
static int DBSchemaVersion = 27;
static int DBSchemaVersion = 28;
DBAccess::DBAccess(MainWindow* main, QDir home) : main(main), home(home)
{