Enable user to configure autodiscovery

.. select which kind of intervals we want

.. makes it faster and also reduces the size of
   the rideDB.json file quite dramatically which
   may be useful for some users.
This commit is contained in:
Mark Liversedge
2015-06-27 12:30:27 +01:00
parent 22dbfaee7d
commit 8a09fe0ca2
14 changed files with 223 additions and 47 deletions

View File

@@ -361,6 +361,7 @@ RideSummaryWindow::refresh()
}
}
#if 0 // not used at present
static QString rankingString(int number)
{
QString ext="";
@@ -388,6 +389,7 @@ static QString rankingString(int number)
}
return QString("%1%2").arg(number).arg(ext);
}
#endif
QString
RideSummaryWindow::htmlSummary()