mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-14 00:28:42 +00:00
Enable Calendar and Navigator charts for Trends
Include them in a Diary perspective in default layout. Since these charts were not deprecated yet, lets make them accessible until we have a suitable calendar chart replacement.
This commit is contained in:
@@ -101,8 +101,8 @@ GcWindowRegistry::initialize()
|
||||
//{ VIEW_ANALYSIS, tr("Bing Map"),GcWindowTypes::BingMap },
|
||||
{ VIEW_ANALYSIS, tr("Scatter"),GcWindowTypes::Scatter },
|
||||
{ VIEW_ANALYSIS, tr("Aerolab"),GcWindowTypes::Aerolab },
|
||||
{ VIEW_DIARY, tr("Calendar"),GcWindowTypes::Diary },
|
||||
{ VIEW_DIARY, tr("Navigator"), GcWindowTypes::ActivityNavigator },
|
||||
{ VIEW_TRENDS|VIEW_DIARY, tr("Calendar"),GcWindowTypes::Diary },
|
||||
{ VIEW_TRENDS|VIEW_DIARY, tr("Navigator"), GcWindowTypes::ActivityNavigator },
|
||||
//{ VIEW_DIARY|VIEW_TRENDS, tr("Summary "), GcWindowTypes::DateRangeSummary }, // DEPRECATED IN V3.6
|
||||
{ VIEW_TRAIN, tr("Telemetry"),GcWindowTypes::DialWindow },
|
||||
{ VIEW_TRAIN, tr("Workout"),GcWindowTypes::WorkoutPlot },
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user